Trace number 3263873

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.42 1201.73

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.855
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3263873-1304135840.cnf'
0.00/0.00	c -- header says num vars:            184
0.00/0.00	c -- header says num clauses:         896
0.00/0.00	c -- clauses added:            0 learnts,          896 normals,            0 xors
0.00/0.00	c -- vars added        184
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       184       882        14         0      3042         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/882/882 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c Replacing        1 vars Replaced       12 lits Time:     0.00 s 
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    183 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         7  cl-subs:        0  v-elim:     53  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:      50, avg size: 3.9)
0.00/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       4 undec:      55 neg:     125
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       130       396         8         0      1806         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.38/0.11	c  N st     8      4915       130       396        10      4719      1806    102143   no data   no data  --
1.18/0.30	c  N st    10     11299       130       396        12      4373      1806     68082   no data   no data  --
1.97/0.51	c  N st    11     17043       130       396        12      9780      1806    188216   no data   no data  --
3.17/0.86	c  F st    12     25001       130       396        12     11995      1806    215820   no data   no data  --
3.17/0.86	c  N st    12     25001       130       396        12     11995      1806    215820   no data   no data  --
4.00/1.05	c Decided on static restart strategy
4.00/1.05	c  N st    18     30001       130       396        12     10539      1806    169204   no data   no data  --
4.00/1.05	c  S st    18     30001       130       396        12     10539      1806    169204   no data   no data  --
4.00/1.08	c  S st    18     30506       130       396        12     11042      1806    179452   no data   no data  --
4.00/1.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.00/1.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.00/1.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.00/1.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.00/1.09	c subs with bin:        0  lits-rem:        57  v-fix:    0  time:  0.00 s
4.00/1.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
4.00/1.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.32	c lits-rem:      1516  cl-subs:     1332  v-elim:      0  v-fix:    0  time:  0.95 s
5.17/1.33	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
5.17/1.33	c calculated reachability. Time: 0.00
5.17/1.33	c  N st    18     30506       130       396        12      9710      1806    154650   no data   no data  --
6.37/1.65	c  N st    20     37616       130       396        12      9039      1806    127656   no data   no data  --
7.57/1.92	c  N st    21     44015       130       396        12     15007      1806    248446   no data   no data  --
7.97/2.00	c  S st    22     45759       130       396        12     16631      1806    281071   no data   no data  --
7.97/2.04	c  S st    22     46262       130       396        12     17122      1806    290298   no data   no data  --
7.97/2.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.97/2.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.97/2.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
7.97/2.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.32	c lits-rem:      2815  cl-subs:     2310  v-elim:      0  v-fix:    0  time:  5.02 s
13.18/3.32	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
13.18/3.32	c vivif2 --  cl tried    14812 cl shrink        0 lits rem          0 time: 0.01
13.18/3.32	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
13.18/3.32	c calculated reachability. Time: 0.00
13.18/3.32	c  N st    22     46262       130       396        12     14812      1806    242776   no data   no data  --
15.96/4.03	c  N st    23     60660       130       396        12     10687      1806    139699   no data   no data  --
17.58/4.46	c  N st    24     69395       130       396        12     18781      1806    304927   no data   no data  --
17.58/4.46	c  S st    24     69395       130       396        12     18781      1806    304927   no data   no data  --
17.58/4.46	c Finding binary XORs  T:     0.00 s  found:       0
17.96/4.51	c  S st    24     69901       130       396        12     19280      1806    315417   no data   no data  --
17.96/4.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.96/4.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.96/4.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.96/4.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.96/4.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.96/4.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
17.96/4.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.95/6.08	c lits-rem:      2519  cl-subs:     3649  v-elim:      0  v-fix:    0  time:  6.18 s
23.95/6.08	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
23.95/6.08	c vivif2 --  cl tried    15631 cl shrink        0 lits rem          0 time: 0.01
23.95/6.08	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
23.95/6.08	c calculated reachability. Time: 0.00
23.95/6.08	c  N st    24     69901       130       396        12     15631      1806    240550   no data   no data  --
28.34/7.12	c  F st    25     87501       130       396        12     21933      1806    359584   no data   no data  --
28.34/7.12	c  N st    25     87501       130       396        12     21933      1806    359584   no data   no data  --
29.54/7.41	c Decided on static restart strategy
29.94/7.56	c  N st    32     95542       130       396        12     18469      1806    277577   no data   no data  --
32.33/8.10	c  N st    34    104852       130       396        12     15085      1806    200011   no data   no data  --
32.33/8.10	c  S st    34    104852       130       396        12     15085      1806    200011   no data   no data  --
32.33/8.14	c  S st    34    105355       130       396        12     15585      1806    209816   no data   no data  --
32.33/8.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.33/8.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.33/8.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
32.33/8.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.33/8.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.33/8.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
32.33/8.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.52/8.90	c lits-rem:      1265  cl-subs:      908  v-elim:      0  v-fix:    0  time:  3.00 s
35.52/8.90	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
35.52/8.90	c vivif2 --  cl tried    14677 cl shrink        0 lits rem          0 time: 0.01
35.52/8.91	c asymm  cl-useful: 10/396/396 lits-rem:10 time: 0.03
35.52/8.91	c calculated reachability. Time: 0.00
35.52/8.91	c  N st    34    105355       130       396        12     14677      1796    190897   no data   no data  --
37.53/9.50	c  N st    35    114953       130       396        12     23791      1796    379248   no data   no data  --
41.13/10.33	c  N st    36    129350       130       396        12     24317      1796    382351   no data   no data  --
46.72/11.71	c  N st    37    150946       130       396        12     30343      1796    493867   no data   no data  --
48.33/12.15	c  S st    38    158033       130       396        12     21924      1796    314301   no data   no data  --
48.71/12.20	c  S st    38    158537       130       396        12     22421      1796    324666   no data   no data  --
48.71/12.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.71/12.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.71/12.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
48.71/12.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.71/12.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.71/12.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
48.71/12.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.70/13.71	c lits-rem:      2792  cl-subs:     2366  v-elim:      0  v-fix:    0  time:  5.97 s
54.70/13.71	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
54.70/13.72	c vivif2 --  cl tried    20055 cl shrink        0 lits rem          0 time: 0.02
54.70/13.72	c asymm  cl-useful: 3/396/396 lits-rem:3 time: 0.03
54.70/13.73	c calculated reachability. Time: 0.00
54.70/13.73	c  N st    38    158537       130       396        12     20055      1793    272616   no data   no data  --
67.49/16.99	c  N st    39    207125       130       396        12     32350      1793    495998   no data   no data  --
76.28/19.13	c  N st    40    237805       130       396        12     24836      1793    334972   no data   no data  --
76.28/19.13	c  S st    40    237805       130       396        12     24836      1793    334972   no data   no data  --
76.68/19.20	c  S st    40    238307       130       396        12     25334      1793    344404   no data   no data  --
76.68/19.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.68/19.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
76.68/19.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
76.68/19.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.68/19.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.68/19.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
76.68/19.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.27/20.69	c lits-rem:      2663  cl-subs:     2042  v-elim:      0  v-fix:    0  time:  5.88 s
82.27/20.69	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
82.27/20.69	c vivif2 --  cl tried    23292 cl shrink        0 lits rem          0 time: 0.02
82.67/20.70	c asymm  cl-useful: 5/396/396 lits-rem:5 time: 0.04
82.67/20.70	c calculated reachability. Time: 0.00
82.67/20.70	c  N st    40    238307       130       396        12     23292      1788    307453   no data   no data  --
100.66/25.23	c  F st    41    306250       130       396        12     25234      1788    317597   no data   no data  --
100.66/25.23	c  N st    41    306250       130       396        12     25234      1788    317597   no data   no data  --
101.84/25.59	c Decided on static restart strategy
109.45/27.45	c  N st    51    334553       130       396        12     29363      1788    393276   no data   no data  --
116.22/29.19	c  N st    53    357461       130       396        12     27515      1788    347838   no data   no data  --
116.22/29.19	c  S st    53    357461       130       396        12     27515      1788    347838   no data   no data  --
116.62/29.26	c  S st    53    357963       130       396        12     28003      1788    357964   no data   no data  --
116.62/29.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.62/29.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
116.62/29.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
116.62/29.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.62/29.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.62/29.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
116.62/29.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.22/30.68	c lits-rem:      2149  cl-subs:     1353  v-elim:      0  v-fix:    0  time:  5.60 s
122.22/30.68	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
122.22/30.69	c vivif2 --  cl tried    26650 cl shrink        0 lits rem          0 time: 0.02
122.64/30.70	c asymm  cl-useful: 6/396/396 lits-rem:6 time: 0.07
122.64/30.71	c calculated reachability. Time: 0.00
122.64/30.71	c  N st    53    357963       130       396        12     26650      1782    332328   no data   no data  --
134.20/33.64	c  N st    54    390355       130       396        12     32664      1782    435369   no data   no data  --
150.58/37.72	c  N st    55    438943       130       396        12     52589      1782    815195   no data   no data  --
175.36/43.91	c  N st    56    511825       130       396        12     39508      1782    543987   no data   no data  --
184.55/46.23	c  N st    57    536944       130       396        12     34064      1782    434151   no data   no data  --
184.55/46.23	c  S st    57    536944       130       396        12     34064      1782    434151   no data   no data  --
184.93/46.32	c  S st    57    537448       130       396        12     34559      1782    444476   no data   no data  --
184.93/46.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
184.93/46.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
184.93/46.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
184.93/46.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.93/46.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.93/46.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
184.93/46.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
190.92/47.87	c lits-rem:      2283  cl-subs:     1414  v-elim:      0  v-fix:    0  time:  6.10 s
190.92/47.87	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
190.92/47.87	c vivif2 --  cl tried    33145 cl shrink        0 lits rem          0 time: 0.02
190.92/47.89	c asymm  cl-useful: 7/396/396 lits-rem:7 time: 0.06
190.92/47.89	c calculated reachability. Time: 0.00
190.92/47.89	c  N st    57    537448       130       396        12     33145      1775    417853   no data   no data  --
254.86/63.87	c  N st    58    701433       130       396        12     60649      1775    903124   no data   no data  --
297.18/74.48	c  N st    59    806172       130       396        12     54398      1775    777152   no data   no data  --
297.18/74.48	c  S st    59    806172       130       396        12     54398      1775    777152   no data   no data  --
297.98/74.62	c  S st    59    806675       130       396        12     54898      1775    787742   no data   no data  --
297.98/74.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
297.98/74.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
297.98/74.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
297.98/74.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
297.98/74.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
297.98/74.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
297.98/74.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
320.77/80.35	c lits-rem:      4246  cl-subs:    10536  v-elim:      0  v-fix:    0  time: 22.68 s
320.77/80.35	c vivif2 --  cl tried      395 cl shrink        0 lits rem          0 time: 0.00
320.77/80.36	c vivif2 --  cl tried    44363 cl shrink        0 lits rem          0 time: 0.03
320.77/80.38	c asymm  cl-useful: 7/395/395 lits-rem:7 time: 0.10
320.77/80.39	c calculated reachability. Time: 0.00
320.77/80.39	c  N st    59    806675       130       395        12     44363      1759    602609   no data   no data  --
433.00/108.49	c  F st    60   1071875       130       395        12     61376      1759    887588   no data   no data  --
433.00/108.49	c  N st    60   1071875       130       395        12     61376      1759    887588   no data   no data  --
435.79/109.12	c Decided on static restart strategy
447.80/112.10	c  N st    70   1100179       130       395        12     45649      1759    561072   no data   no data  --
463.77/116.18	c  N st    72   1136172       130       395        12     78934      1759   1183368   no data   no data  --
477.74/119.68	c  N st    73   1168568       130       395        12     66091      1759    946552   no data   no data  --
497.71/124.64	c  N st    74   1210013       130       395        12     60904      1759    850409   no data   no data  --
497.71/124.64	c  S st    74   1210013       130       395        12     60904      1759    850409   no data   no data  --
498.51/124.81	c  S st    74   1210517       130       395        12     61398      1759    861059   no data   no data  --
498.51/124.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
498.51/124.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
498.51/124.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
498.51/124.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
498.51/124.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
498.51/124.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
498.51/124.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
520.88/130.44	c lits-rem:      1364  cl-subs:     5876  v-elim:      0  v-fix:    0  time: 22.25 s
520.88/130.44	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
520.88/130.45	c vivif2 --  cl tried    55523 cl shrink        0 lits rem          0 time: 0.04
520.88/130.48	c asymm  cl-useful: 1/394/394 lits-rem:1 time: 0.12
520.88/130.49	c calculated reachability. Time: 0.00
520.88/130.49	c  N st    74   1210517       130       394        12     55523      1744    753408   no data   no data  --
558.05/139.78	c  N st    75   1283399       130       394        12     78366      1744   1138022   no data   no data  --
613.96/153.71	c  N st    76   1392723       130       394        12     88166      1744   1331524   no data   no data  --
698.26/174.85	c  N st    77   1556707       130       394        12     95442      1744   1452940   no data   no data  --
780.94/195.55	c  N st    78   1710520       130       394        13     85112      1744   1269332   no data   no data  --
780.94/195.55	c  S st    78   1710520       130       394        13     85112      1744   1269332   no data   no data  --
782.15/195.82	c  S st    78   1711025       130       394        13     85610      1744   1280268   no data   no data  --
782.15/195.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
782.15/195.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
782.15/195.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.19
782.53/195.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
782.53/195.93	c subs with bin:       13  lits-rem:       601  v-fix:    0  time:  0.07 s
782.53/195.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
782.53/195.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
862.42/215.95	c lits-rem:      5074  cl-subs:    12445  v-elim:      0  v-fix:    0  time: 79.94 s
862.42/215.95	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
862.42/215.97	c vivif2 --  cl tried    73152 cl shrink        0 lits rem          0 time: 0.06
862.82/216.02	c asymm  cl-useful: 1/394/394 lits-rem:1 time: 0.21
862.82/216.02	c calculated reachability. Time: 0.00
862.82/216.02	c  N st    78   1711025       130       394        13     73152      1743   1061135   no data   no data  --
1074.14/268.95	c  N st    79   2079989       130       394        13     84459      1743   1168598   no data   no data  --
1149.65/287.86	c  N st    80   2211025       130       394        13     88075      1743   1226271   no data   no data  --
1149.65/287.86	c  S st    80   2211025       130       394        13     88075      1743   1226271   no data   no data  --
1150.86/288.15	c  S st    80   2211530       130       394        13     88573      1743   1237000   no data   no data  --
1150.86/288.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1150.86/288.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1151.26/288.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
1151.26/288.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1151.26/288.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1151.26/288.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
1151.26/288.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1213.95/303.91	c lits-rem:      1395  cl-subs:    13938  v-elim:      0  v-fix:    0  time: 62.58 s
1213.95/303.91	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
1213.95/303.93	c vivif2 --  cl tried    74635 cl shrink        0 lits rem          0 time: 0.06
1213.95/303.99	c asymm  cl-useful: 4/394/394 lits-rem:4 time: 0.23
1213.95/303.99	c calculated reachability. Time: 0.00
1213.95/303.99	c  N st    80   2211530       130       394        13     74635      1739   1020343   no data   no data  --
1549.11/387.87	c  N st    81   2711530       130       394        13     96128      1739   1317204   no data   no data  --
1549.11/387.87	c  S st    81   2711530       130       394        13     96128      1739   1317204   no data   no data  --
1550.31/388.15	c  S st    81   2712032       130       394        14     96623      1739   1327757   no data   no data  --
1550.31/388.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1550.31/388.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1550.73/388.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  1.2M T:  0.20
1550.73/388.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1559.10/390.32	c subs with bin:     1794  lits-rem:      8749  v-fix:    0  time:  8.27 s
1559.10/390.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
1559.10/390.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1635.39/409.45	c lits-rem:      3548  cl-subs:    17474  v-elim:      0  v-fix:    0  time: 76.39 s
1635.39/409.45	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
1635.39/409.47	c vivif2 --  cl tried    77355 cl shrink      538 lits rem        538 time: 0.08
1635.79/409.52	c asymm  cl-useful: 4/394/394 lits-rem:4 time: 0.23
1635.79/409.53	c calculated reachability. Time: 0.00
1635.79/409.53	c  N st    81   2712032       130       394        13     77355      1727   1021333   no data   no data  --
2006.90/502.44	c  N st    82   3212032       130       394        13    128395      1727   1882830   no data   no data  --
2006.90/502.44	c  S st    82   3212032       130       394        13    128395      1727   1882830   no data   no data  --
2008.50/502.84	c  S st    82   3212536       130       394        13    128891      1727   1893085   no data   no data  --
2008.50/502.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2008.50/502.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2008.90/502.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.31
2008.90/502.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2009.29/503.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2009.29/503.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
2009.29/503.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2218.63/555.43	c lits-rem:      2749  cl-subs:    24911  v-elim:      0  v-fix:    0  time: 209.41 s
2218.63/555.43	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
2218.63/555.47	c vivif2 --  cl tried   103980 cl shrink      738 lits rem        738 time: 0.14
2219.04/555.58	c asymm  cl-useful: 6/394/394 lits-rem:6 time: 0.44
2219.04/555.58	c calculated reachability. Time: 0.00
2219.04/555.58	c  N st    82   3212536       130       394        13    103980      1717   1505490   no data   no data  --
2620.07/655.94	c  N st    83   3712536       130       394        13    121779      1717   1676030   no data   no data  --
2620.07/655.94	c  S st    83   3712536       130       394        13    121779      1717   1676030   no data   no data  --
2621.67/656.39	c  S st    83   3713036       130       394        13    122273      1717   1687026   no data   no data  --
2621.67/656.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2621.67/656.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2622.07/656.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.28
2622.47/656.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2622.47/656.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2622.47/656.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
2622.47/656.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2799.05/700.71	c lits-rem:      1887  cl-subs:    25134  v-elim:      0  v-fix:    0  time: 176.44 s
2799.05/700.71	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
2799.05/700.75	c vivif2 --  cl tried    97140 cl shrink      729 lits rem        738 time: 0.13
2799.42/700.86	c asymm  cl-useful: 1/393/393 lits-rem:1 time: 0.43
2799.42/700.86	c calculated reachability. Time: 0.00
2799.42/700.86	c  N st    83   3713036       130       393        13     97140      1710   1306392   no data   no data  --
2832.19/709.05	c  F st    84   3751563       130       393        13    132531      1710   1996380   no data   no data  --
2832.19/709.05	c  N st    84   3751563       130       393        13    132531      1710   1996380   no data   no data  --
2837.39/710.37	c Decided on static restart strategy
2858.95/715.77	c  N st    94   3779868       130       393        13     83035      1710   1016504   no data   no data  --
2880.93/721.23	c  N st    96   3815860       130       393        13    115916      1710   1638669   no data   no data  --
2904.52/727.12	c  N st    97   3848252       130       393        13    145662      1710   2249194   no data   no data  --
2938.85/735.77	c  N st    98   3896840       130       393        13    112933      1710   1604390   no data   no data  --
2995.57/749.97	c  N st    99   3969723       130       393        13    100744      1710   1310791   no data   no data  --
3079.87/771.05	c  N st   100   4079048       130       393        13    121496      1710   1635024   no data   no data  --
3184.12/797.19	c  N st   101   4213039       130       393        13     82626      1710    954900   no data   no data  --
3184.12/797.19	c  S st   101   4213039       130       393        13     82626      1710    954900   no data   no data  --
3185.33/797.47	c  S st   101   4213539       130       393        13     83118      1710    965197   no data   no data  --
3185.33/797.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3185.33/797.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3185.73/797.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
3185.73/797.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3185.73/797.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3185.73/797.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
3185.73/797.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3221.67/806.50	c lits-rem:       554  cl-subs:      571  v-elim:      0  v-fix:    0  time: 35.69 s
3221.67/806.50	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
3221.67/806.52	c vivif2 --  cl tried    82547 cl shrink       24 lits rem         25 time: 0.07
3221.67/806.59	c asymm  cl-useful: 0/393/393 lits-rem:0 time: 0.29
3222.07/806.60	c calculated reachability. Time: 0.00
3222.07/806.60	c  N st   101   4213539       130       393        13     82547      1710    956668   no data   no data  --
3427.79/858.14	c  N st   102   4459517       130       393        13    141319      1710   2018705   no data   no data  --
3641.51/911.66	c  N st   103   4713541       130       393        13    118693      1710   1581316   no data   no data  --
3641.51/911.66	c  S st   103   4713541       130       393        13    118693      1710   1581316   no data   no data  --
3641.51/911.67	c Finding binary XORs  T:     0.00 s  found:       0
3643.10/912.00	c  S st   103   4714045       130       393        14    119189      1710   1592210   no data   no data  --
3643.10/912.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3643.10/912.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3643.10/912.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.21
3643.50/912.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3643.50/912.12	c subs with bin:       23  lits-rem:       280  v-fix:    0  time:  0.04 s
3643.50/912.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
3643.50/912.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3727.79/933.29	c lits-rem:      1681  cl-subs:    16255  v-elim:      0  v-fix:    0  time: 84.54 s
3727.79/933.29	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
3728.18/933.32	c vivif2 --  cl tried   102911 cl shrink      892 lits rem        934 time: 0.12
3728.58/933.40	c asymm  cl-useful: 0/393/393 lits-rem:0 time: 0.30
3728.58/933.40	c calculated reachability. Time: 0.00
3728.58/933.40	c  N st   103   4714045       130       393        14    102911      1710   1338019   no data   no data  --
4191.16/1049.23	c  N st   104   5214046       130       393        14    117618      1710   1528028   no data   no data  --
4191.16/1049.23	c  S st   104   5214046       130       393        14    117618      1710   1528028   no data   no data  --
4192.36/1049.56	c  S st   104   5214549       130       393        14    118112      1710   1538127   no data   no data  --
4192.36/1049.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4192.36/1049.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4192.76/1049.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.20
4192.76/1049.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4192.76/1049.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4192.76/1049.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
4192.76/1049.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4265.87/1067.96	c lits-rem:       742  cl-subs:    12403  v-elim:      0  v-fix:    0  time: 73.05 s
4265.87/1067.96	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
4265.87/1067.99	c vivif2 --  cl tried   105709 cl shrink      652 lits rem        669 time: 0.11
4266.28/1068.07	c asymm  cl-useful: 0/393/393 lits-rem:0 time: 0.31
4266.28/1068.07	c calculated reachability. Time: 0.00
4266.28/1068.07	c  N st   104   5214549       130       393        14    105709      1710   1349192   no data   no data  --
4722.46/1182.28	c  N st   105   5714549       130       393        14     97931      1710   1141518   no data   no data  --
4722.46/1182.28	c  S st   105   5714549       130       393        14     97931      1710   1141518   no data   no data  --
4723.68/1182.56	c  S st   105   5715056       130       393        14     98431      1710   1152160   no data   no data  --
4723.68/1182.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4723.68/1182.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4724.05/1182.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.16
4724.05/1182.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4724.05/1182.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4724.05/1182.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
4724.05/1182.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4753.61/1190.10	c lits-rem:       477  cl-subs:     1365  v-elim:      0  v-fix:    0  time: 29.76 s
4753.61/1190.10	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
4754.03/1190.12	c vivif2 --  cl tried    97066 cl shrink      140 lits rem        140 time: 0.07
4754.03/1190.18	c asymm  cl-useful: 0/393/393 lits-rem:0 time: 0.25
4754.03/1190.18	c calculated reachability. Time: 0.00
4754.03/1190.18	c  N st   105   5715056       130       393        14     97066      1710   1131490   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263873-1304135840/watcher-3263873-1304135840 -o /tmp/evaluation-result-3263873-1304135840/solver-3263873-1304135840 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3263873-1304135840.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.39 4.50 5.99 3/172 8171
/proc/meminfo: memFree=29484908/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=257024 CPUtime=0 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 556 0 0 0 0 0 0 0 24 0 4 0 603814714 263192576 482 33554432000 4194304 4650419 140734297582816 18446744073709551615 231895151301 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 66308 491 343 112 0 61273 0
[pid=8171/tid=8172] ppid=8169 vsize=273572 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 38 0 0 0 0 0 0 0 25 0 4 0 603814715 280137728 512 33554432000 4194304 4650419 140734297582816 18446744073709551615 231895595502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=273572 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 37 0 0 0 0 0 0 0 25 0 4 0 603814715 280137728 515 33554432000 4194304 4650419 140734297582816 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=273572 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 53 0 0 0 0 0 0 0 25 0 4 0 603814715 280137728 518 33554432000 4194304 4650419 140734297582816 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.084844 s]
/proc/loadavg: 3.39 4.50 5.99 3/172 8171
/proc/meminfo: memFree=29484908/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=282112 CPUtime=0.32 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 1379 0 0 0 32 0 0 0 24 0 4 0 603814714 288882688 1284 33554432000 4194304 4650419 140734297582816 18446744073709551615 4315110 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 70528 1284 392 112 0 65493 0
[pid=8171/tid=8172] ppid=8169 vsize=282112 CPUtime=0.07 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 252 0 0 0 7 0 0 0 25 0 4 0 603814715 288882688 1284 33554432000 4194304 4650419 140734297582816 18446744073709551615 4255670 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=282112 CPUtime=0.07 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 264 0 0 0 7 0 0 0 25 0 4 0 603814715 288882688 1284 33554432000 4194304 4650419 140734297582816 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=282112 CPUtime=0.08 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 196 0 0 0 8 0 0 0 25 0 4 0 603814715 288882688 1284 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 282112

[startup+0.10084 s]
/proc/loadavg: 3.39 4.50 5.99 3/172 8171
/proc/meminfo: memFree=29484908/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=282264 CPUtime=0.38 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 1468 0 0 0 38 0 0 0 24 0 4 0 603814714 289038336 1373 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 70566 1373 392 112 0 65531 0
[pid=8171/tid=8172] ppid=8169 vsize=282264 CPUtime=0.09 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 273 0 0 0 9 0 0 0 25 0 4 0 603814715 289038336 1373 33554432000 4194304 4650419 140734297582816 18446744073709551615 4310852 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=282264 CPUtime=0.09 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 285 0 0 0 9 0 0 0 25 0 4 0 603814715 289038336 1373 33554432000 4194304 4650419 140734297582816 18446744073709551615 4367372 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=282264 CPUtime=0.09 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 218 0 0 0 9 0 0 0 25 0 4 0 603814715 289038336 1373 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282264

[startup+0.300804 s]
/proc/loadavg: 3.39 4.50 5.99 3/172 8171
/proc/meminfo: memFree=29484908/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=283448 CPUtime=1.18 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 2612 0 0 0 118 0 0 0 25 0 4 0 603814714 290250752 1858 33554432000 4194304 4650419 140734297582816 18446744073709551615 4349680 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 70862 1858 394 112 0 65827 0
[pid=8171/tid=8172] ppid=8169 vsize=283448 CPUtime=0.29 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 544 0 0 0 29 0 0 0 25 0 4 0 603814715 290250752 1858 33554432000 4194304 4650419 140734297582816 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=283448 CPUtime=0.29 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 537 0 0 0 29 0 0 0 25 0 4 0 603814715 290250752 1858 33554432000 4194304 4650419 140734297582816 18446744073709551615 4333255 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=283448 CPUtime=0.29 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 466 0 0 0 29 0 0 0 25 0 4 0 603814715 290250752 1858 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283448

[startup+0.700729 s]
/proc/loadavg: 3.39 4.50 5.99 3/172 8171
/proc/meminfo: memFree=29484908/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=276020 CPUtime=2.77 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 4456 0 0 0 277 0 0 0 25 0 4 0 603814714 282644480 2235 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 69005 2235 394 112 0 63970 0
[pid=8171/tid=8172] ppid=8169 vsize=276020 CPUtime=0.69 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 1031 0 0 0 69 0 0 0 25 0 4 0 603814715 282644480 2235 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=276020 CPUtime=0.69 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 1045 0 0 0 69 0 0 0 25 0 4 0 603814715 282644480 2236 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363548 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=276020 CPUtime=0.69 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 929 0 0 0 69 0 0 0 25 0 4 0 603814715 282644480 2236 33554432000 4194304 4650419 140734297582816 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 276020

[startup+1.50058 s]
/proc/loadavg: 3.39 4.50 5.99 9/184 8183
/proc/meminfo: memFree=29463476/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=276816 CPUtime=5.97 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 9106 0 0 0 596 1 0 0 25 0 4 0 603814714 283459584 5279 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 69204 5279 395 112 0 64169 0
[pid=8171/tid=8172] ppid=8169 vsize=276816 CPUtime=1.48 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 2672 0 0 0 148 0 0 0 25 0 4 0 603814715 283459584 5279 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=276816 CPUtime=1.49 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 1839 0 0 0 149 0 0 0 25 0 4 0 603814715 283459584 5279 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=276816 CPUtime=1.49 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 1536 0 0 0 149 0 0 0 25 0 4 0 603814715 283459584 5279 33554432000 4194304 4650419 140734297582816 18446744073709551615 4328305 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 276816

[startup+3.10028 s]
/proc/loadavg: 3.39 4.50 5.99 9/184 8183
/proc/meminfo: memFree=29424416/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=284348 CPUtime=12.36 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 16624 0 0 0 1234 2 0 0 25 0 4 0 603814714 291172352 11331 33554432000 4194304 4650419 140734297582816 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 71087 11331 395 112 0 66052 0
[pid=8171/tid=8172] ppid=8169 vsize=284348 CPUtime=3.07 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 4953 0 0 0 307 0 0 0 25 0 4 0 603814715 291172352 11331 33554432000 4194304 4650419 140734297582816 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=284348 CPUtime=3.08 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 3885 0 0 0 308 0 0 0 25 0 4 0 603814715 291172352 11331 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=284348 CPUtime=3.09 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 3313 0 0 0 309 0 0 0 25 0 4 0 603814715 291172352 11331 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363726 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 284348

[startup+6.30068 s]
/proc/loadavg: 3.84 4.57 6.00 9/184 8183
/proc/meminfo: memFree=29389696/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=288672 CPUtime=25.15 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 22654 0 0 0 2511 4 0 0 25 0 4 0 603814714 295600128 12360 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 72168 12360 395 112 0 67133 0
[pid=8171/tid=8172] ppid=8169 vsize=288672 CPUtime=6.26 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 6359 0 0 0 625 1 0 0 25 0 4 0 603814715 295600128 12360 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=288672 CPUtime=6.29 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 6236 0 0 0 628 1 0 0 25 0 4 0 603814715 295600128 12360 33554432000 4194304 4650419 140734297582816 18446744073709551615 4438521 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=288672 CPUtime=6.28 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 4333 0 0 0 628 0 0 0 25 0 4 0 603814715 295600128 12360 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 288672

[startup+12.7005 s]
/proc/loadavg: 4.18 4.63 6.01 9/184 8183
/proc/meminfo: memFree=29362272/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=280784 CPUtime=50.72 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 34914 0 0 0 5065 7 0 0 25 0 4 0 603814714 287522816 16019 33554432000 4194304 4650419 140734297582816 18446744073709551615 4439366 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 70196 16019 395 112 0 65161 0
[pid=8171/tid=8172] ppid=8169 vsize=280784 CPUtime=12.62 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 9822 0 0 0 1260 2 0 0 25 0 4 0 603814715 287522816 16019 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=280784 CPUtime=12.68 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 9768 0 0 0 1267 1 0 0 25 0 4 0 603814715 287522816 16019 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364009 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=280784 CPUtime=12.69 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 6853 0 0 0 1268 1 0 0 25 0 4 0 603814715 287522816 16019 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 280784

[startup+25.5011 s]
/proc/loadavg: 5.02 4.79 6.04 9/184 8184
/proc/meminfo: memFree=29312540/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=296084 CPUtime=101.84 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 57312 0 0 0 10172 12 0 0 25 0 4 0 603814714 303190016 23413 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 74021 23413 395 112 0 68986 0
[pid=8171/tid=8172] ppid=8169 vsize=296084 CPUtime=25.35 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 16050 0 0 0 2532 3 0 0 25 0 4 0 603814715 303190016 23413 33554432000 4194304 4650419 140734297582816 18446744073709551615 4313707 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=296084 CPUtime=25.48 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 16386 0 0 0 2545 3 0 0 25 0 4 0 603814715 303190016 23413 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=296084 CPUtime=25.48 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 11629 0 0 0 2546 2 0 0 25 0 4 0 603814715 303190016 23413 33554432000 4194304 4650419 140734297582816 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 296084

[startup+51.1003 s]
/proc/loadavg: 6.04 5.05 6.09 9/184 8184
/proc/meminfo: memFree=29260432/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=292316 CPUtime=204.1 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 89086 0 0 0 20391 19 0 0 25 0 4 0 603814714 299331584 31020 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 73079 31020 395 112 0 68044 0
[pid=8171/tid=8172] ppid=8169 vsize=292316 CPUtime=50.82 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 25009 0 0 0 5077 5 0 0 25 0 4 0 603814715 299331584 31020 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=292316 CPUtime=51.08 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 26280 0 0 0 5103 5 0 0 25 0 4 0 603814715 299331584 31020 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=292316 CPUtime=51.09 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 17304 0 0 0 5105 4 0 0 25 0 4 0 603814715 299331584 31020 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 292316

[startup+102.307 s]
/proc/loadavg: 7.18 5.52 6.20 9/184 8186
/proc/meminfo: memFree=29206344/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=301088 CPUtime=408.65 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 142784 0 0 0 40831 34 0 0 25 0 4 0 603814714 308314112 35175 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 75272 35175 395 112 0 70237 0
[pid=8171/tid=8172] ppid=8169 vsize=301088 CPUtime=101.74 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 43351 0 0 0 10164 10 0 0 25 0 4 0 603814715 308314112 35175 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=301088 CPUtime=102.29 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 43502 0 0 0 10219 10 0 0 25 0 4 0 603814715 308314112 35175 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=301088 CPUtime=102.29 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 24025 0 0 0 10224 5 0 0 25 0 4 0 603814715 308314112 35175 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 301088

[startup+162.3 s]

################
# More data... #
################

[pid=8171] ppid=8169 vsize=621396 CPUtime=2805.42 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 424693 0 0 0 280393 149 0 0 25 0 4 0 603814714 636309504 93019 33554432000 4194304 4650419 140734297582816 18446744073709551615 4334343 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 155349 93019 395 112 0 150314 0
[pid=8171/tid=8172] ppid=8169 vsize=621396 CPUtime=698.5 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 153769 0 0 0 69796 54 0 0 25 0 4 0 603814715 636309504 93019 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=621396 CPUtime=702.28 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 99160 0 0 0 70196 32 0 0 25 0 4 0 603814715 636309504 93019 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=621396 CPUtime=702.3 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 73152 0 0 0 70201 29 0 0 25 0 4 0 603814715 636309504 93019 33554432000 4194304 4650419 140734297582816 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 621396

[startup+762.307 s]
/proc/loadavg: 8.06 7.79 7.13 9/184 8362
/proc/meminfo: memFree=27960580/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=621828 CPUtime=3045.13 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 456914 0 0 0 304351 162 0 0 25 0 4 0 603814714 636751872 92315 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 155457 92315 395 112 0 150422 0
[pid=8171/tid=8172] ppid=8169 vsize=621828 CPUtime=758.18 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 166473 0 0 0 75759 59 0 0 25 0 4 0 603814715 636751872 92315 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=621828 CPUtime=762.29 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 108907 0 0 0 76194 35 0 0 25 0 4 0 603814715 636751872 92315 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=621828 CPUtime=762.31 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 76022 0 0 0 76201 30 0 0 25 0 4 0 603814715 636751872 92315 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.13
Current children cumulated vsize (KiB) 621828

[startup+822.301 s]
/proc/loadavg: 8.02 7.83 7.18 9/184 8364
/proc/meminfo: memFree=27908484/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=626800 CPUtime=3284.78 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 483382 0 0 0 328303 175 0 0 25 0 4 0 603814714 641843200 93548 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 156700 93548 395 112 0 151665 0
[pid=8171/tid=8172] ppid=8169 vsize=626800 CPUtime=817.85 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 178104 0 0 0 81721 64 0 0 25 0 4 0 603814715 641843200 93548 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=626800 CPUtime=822.29 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 115473 0 0 0 82191 38 0 0 25 0 4 0 603814715 641843200 93548 33554432000 4194304 4650419 140734297582816 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=626800 CPUtime=822.31 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 78597 0 0 0 82199 32 0 0 25 0 4 0 603814715 641843200 93548 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.78
Current children cumulated vsize (KiB) 626800

[startup+882.301 s]
/proc/loadavg: 8.01 7.85 7.23 9/184 8366
/proc/meminfo: memFree=27833420/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=626960 CPUtime=3524.46 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 508548 0 0 0 352260 186 0 0 25 0 4 0 603814714 642007040 95471 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 156740 95471 395 112 0 151705 0
[pid=8171/tid=8172] ppid=8169 vsize=626960 CPUtime=877.52 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 189108 0 0 0 87684 68 0 0 25 0 4 0 603814715 642007040 95471 33554432000 4194304 4650419 140734297582816 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=626960 CPUtime=882.28 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 119369 0 0 0 88189 39 0 0 25 0 4 0 603814715 642007040 95471 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=626960 CPUtime=882.3 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 82664 0 0 0 88197 33 0 0 25 0 4 0 603814715 642007040 95471 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.46
Current children cumulated vsize (KiB) 626960

[startup+942.3 s]
/proc/loadavg: 8.12 7.91 7.29 9/184 8367
/proc/meminfo: memFree=27814028/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=589712 CPUtime=3764.14 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 526752 0 0 0 376220 194 0 0 25 0 4 0 603814714 603865088 99966 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 147428 99966 395 112 0 142393 0
[pid=8171/tid=8172] ppid=8169 vsize=589712 CPUtime=937.19 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 194982 0 0 0 93649 70 0 0 25 0 4 0 603814715 603865088 99966 33554432000 4194304 4650419 140734297582816 18446744073709551615 4313784 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=589712 CPUtime=942.28 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 125810 0 0 0 94185 43 0 0 25 0 4 0 603814715 603865088 99966 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=589712 CPUtime=942.31 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 85513 0 0 0 94197 34 0 0 25 0 4 0 603814715 603865088 99966 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 589712

[startup+1002.3 s]
/proc/loadavg: 8.15 7.95 7.34 9/184 8369
/proc/meminfo: memFree=27466164/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=590004 CPUtime=4003.81 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 544241 0 0 0 400178 203 0 0 25 0 4 0 603814714 604164096 98303 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 147501 98303 395 112 0 142466 0
[pid=8171/tid=8172] ppid=8169 vsize=590004 CPUtime=996.87 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 204162 0 0 0 99611 76 0 0 25 0 4 0 603814715 604164096 98303 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=590004 CPUtime=1002.28 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 125834 0 0 0 100185 43 0 0 25 0 4 0 603814715 604164096 98303 33554432000 4194304 4650419 140734297582816 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=590004 CPUtime=1002.31 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 88441 0 0 0 100195 36 0 0 25 0 4 0 603814715 604164096 98303 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 590004

[startup+1062.3 s]
/proc/loadavg: 8.13 7.98 7.38 9/184 8370
/proc/meminfo: memFree=27348568/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=590544 CPUtime=4243.5 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 559832 0 0 0 424139 211 0 0 25 0 4 0 603814714 604717056 99065 33554432000 4194304 4650419 140734297582816 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 147636 99065 395 112 0 142601 0
[pid=8171/tid=8172] ppid=8169 vsize=590544 CPUtime=1056.55 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 211598 0 0 0 105576 79 0 0 25 0 4 0 603814715 604717056 99065 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=590544 CPUtime=1062.28 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 126869 0 0 0 106185 43 0 0 25 0 4 0 603814715 604717056 99065 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=590544 CPUtime=1062.31 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 90943 0 0 0 106194 37 0 0 25 0 4 0 603814715 604717056 99065 33554432000 4194304 4650419 140734297582816 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.5
Current children cumulated vsize (KiB) 590544

[startup+1122.3 s]
/proc/loadavg: 8.22 8.02 7.43 9/184 8372
/proc/meminfo: memFree=27279840/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=662472 CPUtime=4483.17 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 579737 0 0 0 448097 220 0 0 25 0 4 0 603814714 678371328 107173 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 165618 107173 395 112 0 160583 0
[pid=8171/tid=8172] ppid=8169 vsize=662472 CPUtime=1116.22 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 219874 0 0 0 111540 82 0 0 25 0 4 0 603814715 678371328 107173 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=662472 CPUtime=1122.29 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 128425 0 0 0 112184 45 0 0 25 0 4 0 603814715 678371328 107173 33554432000 4194304 4650419 140734297582816 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=662472 CPUtime=1122.31 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 94367 0 0 0 112193 38 0 0 25 0 4 0 603814715 678371328 107173 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 662472

[startup+1182.3 s]
/proc/loadavg: 8.14 8.03 7.47 9/184 8374
/proc/meminfo: memFree=27300632/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=662716 CPUtime=4722.86 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 598190 0 0 0 472057 229 0 0 25 0 4 0 603814714 678621184 104299 33554432000 4194304 4650419 140734297582816 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 165679 104299 395 112 0 160644 0
[pid=8171/tid=8172] ppid=8169 vsize=662716 CPUtime=1175.9 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 231297 0 0 0 117503 87 0 0 25 0 4 0 603814715 678621184 104299 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=662716 CPUtime=1182.28 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 128425 0 0 0 118183 45 0 0 25 0 4 0 603814715 678621184 104299 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=662716 CPUtime=1182.32 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 96009 0 0 0 118192 40 0 0 25 0 4 0 603814715 678621184 104299 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.86
Current children cumulated vsize (KiB) 662716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.03 7.48 9/184 8374
/proc/meminfo: memFree=27265524/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=663424 CPUtime=4800.36 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 605139 0 0 0 479805 231 0 0 25 0 4 0 603814714 679346176 107357 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 165856 107357 395 112 0 160821 0
[pid=8171/tid=8172] ppid=8169 vsize=663424 CPUtime=1195.19 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 234740 0 0 0 119431 88 0 0 25 0 4 0 603814715 679346176 107357 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=663424 CPUtime=1201.69 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 128427 0 0 0 120124 45 0 0 25 0 4 0 603814715 679346176 107357 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=663424 CPUtime=1201.73 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 98293 0 0 0 120132 41 0 0 25 0 4 0 603814715 679346176 107357 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 663424

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.7 s]
/proc/loadavg: 8.10 8.03 7.48 9/184 8374
/proc/meminfo: memFree=27265524/32950928 swapFree=67111356/67111528
[pid=8171] ppid=8169 vsize=663424 CPUtime=4800.36 cores=1,3,5,7
/proc/8171/stat : 8171 (strangenight1-m) R 8169 8171 7283 0 -1 4202496 605139 0 0 0 479805 231 0 0 25 0 4 0 603814714 679346176 107357 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8171/statm: 165856 107357 395 112 0 160821 0
[pid=8171/tid=8172] ppid=8169 vsize=663424 CPUtime=1195.19 cores=1,3,5,7
/proc/8171/task/8172/stat : 8172 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 234740 0 0 0 119431 88 0 0 25 0 4 0 603814715 679346176 107357 33554432000 4194304 4650419 140734297582816 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8171/tid=8173] ppid=8169 vsize=663424 CPUtime=1201.69 cores=1,3,5,7
/proc/8171/task/8173/stat : 8173 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 128427 0 0 0 120124 45 0 0 25 0 4 0 603814715 679346176 107357 33554432000 4194304 4650419 140734297582816 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8171/tid=8174] ppid=8169 vsize=663424 CPUtime=1201.73 cores=1,3,5,7
/proc/8171/task/8174/stat : 8174 (strangenight1-m) R 8169 8171 7283 0 -1 4202560 98293 0 0 0 120132 41 0 0 25 0 4 0 603814715 679346176 107357 33554432000 4194304 4650419 140734297582816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 663424

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.42
CPU user time (s): 4798.08
CPU system time (s): 2.33864
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 712720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.08
system time used= 2.33864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 605139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98
involuntary context switches= 35405

runsolver used 1.86972 second user time and 4.68829 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 05:57:20
IDJOB=3263873
IDBENCH=84030
IDSOLVER=1588
FILE ID=node114/3263873-1304135840
RUNJOBID= node114-1304135840-8157
PBS_JOBID= 13170787
Free space on /tmp= 73400 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263873-1304135840/watcher-3263873-1304135840 -o /tmp/evaluation-result-3263873-1304135840/solver-3263873-1304135840 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3263873-1304135840.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=1402883374

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29484940 kB
Buffers:       1088536 kB
Cached:        1808428 kB
SwapCached:        168 kB
Active:         173964 kB
Inactive:      2787200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29484940 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           12432 kB
Writeback:           0 kB
AnonPages:       64388 kB
Mapped:          14492 kB
Slab:           440808 kB
PageTables:       4344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185832 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73384 MiB
End job on node114 at 2011-04-30 06:17:24