Trace number 3174033

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-2-mtSAT 2244.61 561.923

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1960786523-069.SATISFIABLE.cnf
MD5SUM23247368fdc20070eb9c682abfb798ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174033-1304077809.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:        1704
0.00/0.00	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.00	c -- vars added        400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
3.18/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.18/0.85	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
3.18/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.85	c calculated reachability. Time: 0.00
3.18/0.85	c Calc default polars -  time:   0.00 s pos:     177 undec:      51 neg:     172
3.18/0.85	c =========================================================================================
3.18/0.85	c types(t): F = full restart, N = normal restart
3.18/0.85	c types(t): S = simplification begin/end, E = solution found
3.18/0.85	c restart types(rt): st = static, dy = dynamic
3.18/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.85	c  B st     0         0       389      1690         0         0      5126         0   no data   no data
3.18/0.85	c Decided on static restart strategy
3.18/0.85	c  N st     8      4915       389      1690         0      4798      5126     93963   no data   no data
3.18/0.85	c  N st    10     11299       389      1690         0      4424      5126     65588   no data   no data
3.18/0.85	c  N st    11     17042       389      1690         0     10035      5126    186251   no data   no data
3.98/1.05	c  F st    12     25001       389      1690         0     12318      5126    229579   no data   no data
3.98/1.05	c  N st    12     25001       389      1690         0     12318      5126    229579   no data   no data
4.78/1.25	c Decided on static restart strategy
4.78/1.25	c  N st    18     30003       389      1690         0     10618      5126    167832   no data   no data
4.78/1.25	c  S st    18     30003       389      1690         0     10618      5126    167832   no data   no data
4.78/1.25	c  S st    18     30510       389      1690         0     11125      5126    177744   no data   no data
4.78/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.78/1.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.78/1.25	c blocked clauses removed:        6 vars:      1 tried:         389 T: 0.00 s
4.78/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.78/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.78/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
4.78/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.78/1.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.78/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.35	c lits-rem:       126  cl-subs:      860  v-elim:      0  v-fix:    0  time:  0.05 s
5.17/1.35	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.00
5.17/1.35	c calculated reachability. Time: 0.00
5.17/1.35	c  N st    18     30510       388      1684         0     10265      5108    160538   no data   no data
6.37/1.67	c  N st    20     37622       388      1684         0      9551      5108    133734   no data   no data
7.97/2.04	c  N st    21     44022       388      1684         0     15788      5108    258889   no data   no data
8.38/2.15	c  S st    22     45766       388      1684         0     17503      5108    293500   no data   no data
8.38/2.18	c  S st    22     46269       388      1684         0      9287      5108    115577   no data   no data
8.38/2.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.38/2.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.38/2.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
8.38/2.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.38/2.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.38/2.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.20	c lits-rem:        22  cl-subs:       64  v-elim:      0  v-fix:    0  time:  0.01 s
8.38/2.20	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
8.38/2.20	c vivif2 --  cl tried     9223 cl shrink        0 lits rem          0 time: 0.00
8.78/2.21	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.00
8.78/2.21	c calculated reachability. Time: 0.00
8.78/2.21	c  N st    22     46269       388      1684         0      9223      5108    114381   no data   no data
11.96/3.07	c  N st    23     60666       388      1684         0     13508      5108    188807   no data   no data
14.36/3.65	c  N st    24     69405       388      1684         0     11330      5108    139230   no data   no data
14.36/3.65	c  S st    24     69405       388      1684         0     11330      5108    139230   no data   no data
14.36/3.68	c  S st    24     69905       388      1684         0     11829      5108    149136   no data   no data
14.36/3.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.36/3.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.36/3.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.36/3.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.36/3.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.36/3.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
14.36/3.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.36/3.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.36/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.71	c lits-rem:        26  cl-subs:      243  v-elim:      0  v-fix:    0  time:  0.02 s
14.76/3.71	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
14.76/3.71	c vivif2 --  cl tried    11586 cl shrink        0 lits rem          0 time: 0.00
14.76/3.72	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.01
14.76/3.72	c calculated reachability. Time: 0.00
14.76/3.72	c  N st    24     69905       388      1684         0     11586      5108    144587   no data   no data
19.15/4.84	c  F st    25     87500       388      1684         0     17009      5108    253875   no data   no data
19.15/4.84	c  N st    25     87500       388      1684         0     17009      5108    253875   no data   no data
20.76/5.23	c Decided on static restart strategy
21.57/5.48	c  N st    32     95536       388      1684         0     24838      5108    407928   no data   no data
24.35/6.14	c  N st    34    104858       388      1684         0     21275      5108    335024   no data   no data
24.35/6.14	c  S st    34    104858       388      1684         0     21275      5108    335024   no data   no data
24.35/6.19	c  S st    34    105364       388      1684         0     21779      5108    344837   no data   no data
24.35/6.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.74/6.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
24.74/6.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.74/6.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.74/6.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.74/6.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
24.74/6.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.74/6.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.74/6.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.14/6.37	c lits-rem:       169  cl-subs:     1102  v-elim:      0  v-fix:    0  time:  0.16 s
25.14/6.37	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
25.14/6.37	c vivif2 --  cl tried    20677 cl shrink        0 lits rem          0 time: 0.00
25.14/6.38	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.01
25.14/6.38	c calculated reachability. Time: 0.00
25.14/6.38	c  N st    34    105364       388      1684         0     20677      5108    319826   no data   no data
28.34/7.11	c  N st    35    114964       388      1684         0     16426      5108    211695   no data   no data
33.53/8.40	c  N st    36    129361       388      1684         0     15846      5108    179735   no data   no data
40.32/10.19	c  N st    37    150956       388      1684         0     21179      5108    272515   no data   no data
43.12/10.81	c  S st    38    158046       388      1684         0     28031      5108    406619   no data   no data
43.12/10.87	c  S st    38    158547       388      1684         0     28528      5108    416781   no data   no data
43.12/10.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.12/10.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
43.12/10.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.12/10.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.12/10.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.12/10.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
43.12/10.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.12/10.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.12/10.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.71/11.28	c lits-rem:       208  cl-subs:     2223  v-elim:      0  v-fix:    0  time:  0.38 s
44.71/11.28	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
44.71/11.28	c vivif2 --  cl tried    26305 cl shrink        0 lits rem          0 time: 0.00
45.11/11.30	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.01
45.11/11.30	c calculated reachability. Time: 0.00
45.11/11.30	c  N st    38    158547       388      1684         0     26305      5108    377581   no data   no data
63.49/15.90	c  N st    39    207136       388      1684         0     21232      5108    256043   no data   no data
75.47/18.90	c  N st    40    237820       388      1684         0     31639      5108    456803   no data   no data
75.47/18.90	c  S st    40    237820       388      1684         0     31639      5108    456803   no data   no data
75.47/18.98	c  S st    40    238325       388      1684         0     32144      5108    466916   no data   no data
75.47/18.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.47/18.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.47/18.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.47/18.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.47/18.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.47/18.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
75.47/18.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.87/19.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
75.87/19.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.07/19.38	c lits-rem:       346  cl-subs:     1593  v-elim:      0  v-fix:    0  time:  0.36 s
77.07/19.38	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
77.07/19.38	c vivif2 --  cl tried    30551 cl shrink        0 lits rem          0 time: 0.00
77.48/19.40	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.02
77.48/19.40	c calculated reachability. Time: 0.00
77.48/19.40	c  N st    40    238325       388      1684         0     30551      5108    436896   no data   no data
106.63/26.77	c  F st    41    306250       388      1684         0     32173      5108    410167   no data   no data
106.63/26.77	c  N st    41    306250       388      1684         0     32173      5108    410167   no data   no data
109.44/27.43	c Decided on static restart strategy
120.21/30.14	c  N st    51    334551       388      1684         0     36400      5108    494462   no data   no data
131.01/32.84	c  N st    53    357487       388      1684         0     34532      5108    464391   no data   no data
131.01/32.84	c  S st    53    357487       388      1684         0     34532      5108    464391   no data   no data
131.41/32.94	c  S st    53    357991       388      1684         0     35034      5108    474533   no data   no data
131.41/32.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.41/32.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
131.41/32.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.41/32.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.41/32.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.41/32.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
131.41/32.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
131.41/32.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
131.41/32.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.60/33.26	c lits-rem:       188  cl-subs:     1207  v-elim:      0  v-fix:    0  time:  0.29 s
132.60/33.26	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
132.60/33.26	c vivif2 --  cl tried    33827 cl shrink        0 lits rem          0 time: 0.01
132.60/33.28	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.02
132.60/33.28	c calculated reachability. Time: 0.00
132.60/33.28	c  N st    53    357991       388      1684         0     33827      5108    448784   no data   no data
149.40/37.47	c  N st    54    390384       388      1684         0     39933      5108    532729   no data   no data
175.35/43.98	c  N st    55    438974       388      1684         0     33751      5108    389637   no data   no data
214.49/53.76	c  N st    56    511858       388      1684         0     47299      5108    677693   no data   no data
228.87/57.37	c  N st    57    536986       388      1684         0     41589      5108    529945   no data   no data
228.87/57.37	c  S st    57    536986       388      1684         0     41589      5108    529945   no data   no data
229.27/57.48	c  S st    57    537486       388      1684         0     42088      5108    540541   no data   no data
229.27/57.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
229.27/57.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
229.27/57.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
229.27/57.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
229.27/57.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.27/57.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
229.27/57.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
229.66/57.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
229.66/57.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
231.26/57.93	c lits-rem:       327  cl-subs:     1545  v-elim:      0  v-fix:    0  time:  0.42 s
231.26/57.93	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
231.26/57.94	c vivif2 --  cl tried    40543 cl shrink        0 lits rem          0 time: 0.01
231.26/57.97	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.02
231.26/57.97	c calculated reachability. Time: 0.00
231.26/57.97	c  N st    57    537486       388      1684         0     40543      5108    507959   no data   no data
334.32/83.77	c  N st    58    701470       388      1684         0     69471      5108   1096170   no data   no data
401.04/100.47	c  N st    59    806230       388      1684         0     63340      5108    921633   no data   no data
401.04/100.47	c  S st    59    806230       388      1684         0     63340      5108    921633   no data   no data
401.84/100.69	c  S st    59    806733       388      1684         0     63840      5108    931946   no data   no data
402.24/100.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
402.24/100.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
402.24/100.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
402.24/100.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
402.24/100.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
402.24/100.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
402.24/100.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
402.24/100.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
402.24/100.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.63/103.35	c lits-rem:       714  cl-subs:     5737  v-elim:      0  v-fix:    0  time:  2.58 s
412.63/103.35	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
412.63/103.36	c vivif2 --  cl tried    58103 cl shrink        0 lits rem          0 time: 0.01
413.04/103.41	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.04
413.04/103.41	c calculated reachability. Time: 0.00
413.04/103.41	c  N st    59    806733       388      1684         0     58103      5108    818171   no data   no data
597.59/149.64	c  F st    60   1071875       388      1684         0     73801      5108   1035677   no data   no data
597.59/149.64	c  N st    60   1071875       388      1684         0     73801      5108   1035677   no data   no data
602.76/150.97	c Decided on static restart strategy
622.74/155.96	c  N st    70   1100178       388      1684         0     57848      5108    690401   no data   no data
656.70/164.46	c  N st    72   1136171       388      1684         0     48135      5108    469542   no data   no data
681.85/170.79	c  N st    73   1168565       388      1684         0     79284      5108   1076515   no data   no data
715.02/179.08	c  N st    74   1210102       388      1684         0     73980      5108    967973   no data   no data
715.02/179.08	c  S st    74   1210102       388      1684         0     73980      5108    967973   no data   no data
716.24/179.31	c  S st    74   1210605       388      1684         0     74481      5108    979052   no data   no data
716.24/179.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
716.24/179.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
716.24/179.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
716.24/179.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
716.24/179.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
716.24/179.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
716.24/179.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
716.24/179.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
716.24/179.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
727.80/182.27	c lits-rem:       616  cl-subs:     6931  v-elim:      0  v-fix:    0  time:  2.88 s
727.80/182.27	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
727.80/182.29	c vivif2 --  cl tried    67550 cl shrink        0 lits rem          0 time: 0.01
728.20/182.34	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.06
728.20/182.35	c calculated reachability. Time: 0.00
728.20/182.35	c  N st    74   1210605       388      1684         0     67550      5108    856022   no data   no data
792.51/198.40	c  N st    75   1283488       388      1684         0     91579      5108   1321528   no data   no data
890.38/222.90	c  N st    76   1392812       388      1684         0     52428      5108    496188   no data   no data
1043.77/261.37	c  N st    77   1556796       388      1684         0     57307      5108    550103   no data   no data
1191.56/298.36	c  N st    78   1710605       388      1684         0     98912      5108   1434205   no data   no data
1191.56/298.36	c  S st    78   1710605       388      1684         0     98912      5108   1434205   no data   no data
1192.76/298.69	c  S st    78   1711110       388      1684         0     99416      5108   1445466   no data   no data
1193.16/298.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1193.16/298.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1193.16/298.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1193.16/298.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1193.16/298.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1193.16/298.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1193.16/298.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1193.16/298.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1193.56/298.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1219.13/305.28	c lits-rem:       645  cl-subs:     8012  v-elim:      0  v-fix:    0  time:  6.46 s
1219.13/305.28	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
1219.13/305.29	c vivif2 --  cl tried    91404 cl shrink        0 lits rem          0 time: 0.02
1219.53/305.38	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.09
1219.53/305.38	c calculated reachability. Time: 0.00
1219.53/305.38	c  N st    78   1711110       388      1684         0     91404      5108   1295672   no data   no data
1608.23/402.62	c  N st    79   2080074       388      1684         0    103225      5108   1464594   no data   no data
1758.41/440.28	c  N st    80   2211111       388      1684         0    106725      5108   1437306   no data   no data
1758.41/440.28	c  S st    80   2211111       388      1684         0    106725      5108   1437306   no data   no data
1760.00/440.64	c  S st    80   2211614       388      1684         0    107226      5108   1447758   no data   no data
1760.00/440.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1760.00/440.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1760.00/440.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1760.00/440.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1760.00/440.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1760.40/440.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1760.40/440.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1760.40/440.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1760.40/440.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1793.15/448.97	c lits-rem:       725  cl-subs:    12437  v-elim:      0  v-fix:    0  time:  8.21 s
1793.15/448.97	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
1793.15/448.99	c vivif2 --  cl tried    94789 cl shrink        0 lits rem          0 time: 0.02
1793.55/449.08	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.09
1793.55/449.09	c calculated reachability. Time: 0.00
1793.55/449.09	c  N st    80   2211614       388      1684         0     94789      5108   1221410   no data   no data
2244.56/561.90	c Following stats are for *FIRST FINISHED THREAD ONLY*
2244.56/561.90	c num threads              : 4          
2244.56/561.90	c restarts                 : 81         
2244.56/561.90	c dynamic restarts         : 0          
2244.56/561.90	c static restarts          : 81         
2244.56/561.90	c full restarts            : 4          
2244.56/561.90	c total simplify time      : 0.00       
2244.56/561.90	c learnts DL2              : 0          
2244.56/561.90	c learnts size 2           : 0          
2244.56/561.90	c learnts size 1           : 0           (0.00      % of vars)
2244.56/561.90	c filedLit time            : 0.12        (0.02      % time)
2244.56/561.90	c v-elim SatELite          : 11          (2.75      % vars)
2244.56/561.90	c SatELite time            : 6.28        (1.12      % time)
2244.56/561.90	c v-elim xor               : 0           (0.00      % vars)
2244.56/561.90	c xor elim time            : 0.02        (0.00      % time)
2244.56/561.90	c num binary xor trees     : 0          
2244.56/561.90	c binxor trees' crown      : 0           (nan       leafs/tree)
2244.56/561.90	c bin xor find time        : 0.00       
2244.56/561.90	c OTF clause improved      : 93494       (0.04      clauses/conflict)
2244.56/561.90	c OTF impr. size diff      : 98949       (1.06       lits/clause)
2244.56/561.90	c OTF cl watch-shrink      : 705420      (0.27      clauses/conflict)
2244.56/561.90	c OTF cl watch-sh-lit      : 929140      (1.32       lits/clause)
2244.56/561.90	c tried to recurMin cls    : 247825      (9.61       % of conflicts)
2244.56/561.90	c updated cache            : 7580        (0.03       lits/tried recurMin)
2244.56/561.90	c unit cls recevied        : 0           (nan       % of units)
2244.56/561.90	c unit cls sent            : 0           (nan       % of units)
2244.56/561.90	c bin cls recevied         : 0          
2244.56/561.90	c bin cls sent             : 0          
2244.56/561.90	c clauses over max glue    : 0           (0.00      % of all clauses)
2244.56/561.90	c conflicts                : 2579703     (4618.96   / sec)
2244.56/561.90	c decisions                : 3003871     (0.87      % random)
2244.56/561.90	c bogo-props               : 66862589289 (119717491.29 / sec)
2244.56/561.90	c conflict literals        : 52241571    (26.20     % deleted)
2244.56/561.90	c Memory used              : 464.30      MB
2244.56/561.90	c single-thread CPU time   : 558.50      s
2244.56/561.90	c all-threads sum CPU time : 2243.11     s
2244.56/561.90	s SATISFIABLE
2244.56/561.90	v 1 2 3 4 5 -6 7 8 -9 10 11 12 13 -14 15 -16 -17 -18 -19 -20 -21 -22 23 24 25 26 27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 39 -40 41 -42 43 -44 -45 -46 -47 48 -49 50 -51 52 -53 -54 -55 -56 57 58 -59 60 61 62 -63 64 -65 66 67 68 69 -70 71 -72 73 74 -75 76 77 -78 -79 80 -81 82 83 84 85 86 87 88 -89 90 91 92 93 94 95 -96 97 98 99 -100 -101 -102 -103 -104 -105 106 -107 -108 109 -110 111 112 113 -114 -115 116 -117 -118 119 120 -121 -122 123 124 125 -126 -127 128 129 130 131 -132 133 134 -135 -136 137 138 -139 140 -141 142 -143 -144 -145 -146 147 148 149 -150 151 -152 153 -154 -155 156 -157 -158 -159 160 -161 162 -163 -164 165 166 167 168 -169 170 171 -172 173 -174 -175 176 177 -178 179 -180 -181 -182 -183 -184 185 186 187 -188 189 190 -191 192 193 194 195 196 197 198 199 -200 -201 -202 203 -204 -205 -206 -207 208 209 210 -211 -212 213 -214 -215 -216 -217 218 219 220 -221 -222 223 -224 225 226 -227 -228 229 230 -231 -232 -233 234 -235 236 237 238 -239 -240 -241 242 -243 244 245 246 247 -248 -249 250 -251 -252 253 254 255 -256 257 258 -259 260 -261 -262 -263 -264 265 -266 -267 -268 269 270 -271 272 273 -274 -275 -276 277 278 -279 -280 281 -282 -283 284 -285 -286 287 288 -289 -290 291 292 293 294 -295 -296 297 298 -299 -300 301 -302 303 304 -305 -306 -307 -308 309 310 -311 312 313 -314 -315 -316 317 -318 319 320 321 -322 -323 -324 325 -326 -327 328 329 -330 -331 332 333 334 -335 336 -337 -338 -339 -340 341 342 343 344 345 -346 -347 348 -349 350 351 352 -353 354 355 -356 357 358 359 -360 361 362 -363 364 365 -366 367 368 369 -370 -371 372 373 -374 375 376 377 -378 379 380 381 -382 -383 384 385 386 387 -388 389 -390 -391 -392 -393 -394 395 -396 -397 -398 399 -400 0

Verifier Data

OK

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-3174033-1304077809/watcher-3174033-1304077809 -o /tmp/evaluation-result-3174033-1304077809/solver-3174033-1304077809 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174033-1304077809.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: 5.14 7.25 6.84 6/180 1071
/proc/meminfo: memFree=27694512/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 407 0 0 0 0 0 0 0 23 0 4 0 519378627 52441088 347 33554432000 4194304 4627427 140736754904784 18446744073709551615 218905787377 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 12803 347 299 106 0 7774 0
[pid=1071/tid=1072] ppid=1069 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 519378627 52441088 347 33554432000 4194304 4627427 140736754904784 18446744073709551615 47571224180658 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 519378627 52441088 347 33554432000 4194304 4627427 140736754904784 18446744073709551615 47571224180658 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519378627 52441088 347 33554432000 4194304 4627427 140736754904784 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.067712 s]
/proc/loadavg: 5.14 7.25 6.84 6/180 1071
/proc/meminfo: memFree=27694512/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=281864 CPUtime=0.25 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 1396 0 0 0 25 0 0 0 18 0 4 0 519378627 288628736 1297 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308396 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 70466 1297 384 106 0 65437 0
[pid=1071/tid=1072] ppid=1069 vsize=281864 CPUtime=0.06 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 254 0 0 0 6 0 0 0 18 0 4 0 519378627 288628736 1297 33554432000 4194304 4627427 140736754904784 18446744073709551615 4332203 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=281864 CPUtime=0.06 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 259 0 0 0 6 0 0 0 18 0 4 0 519378627 288628736 1297 33554432000 4194304 4627427 140736754904784 18446744073709551615 4332667 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=281864 CPUtime=0.06 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 206 0 0 0 6 0 0 0 25 0 4 0 519378627 288628736 1297 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 281864

[startup+0.100705 s]
/proc/loadavg: 5.14 7.25 6.84 6/180 1071
/proc/meminfo: memFree=27694512/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=281996 CPUtime=0.38 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 1554 0 0 0 38 0 0 0 18 0 4 0 519378627 288763904 1455 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309182 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 70499 1455 384 106 0 65470 0
[pid=1071/tid=1072] ppid=1069 vsize=281996 CPUtime=0.09 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 285 0 0 0 9 0 0 0 18 0 4 0 519378627 288763904 1455 33554432000 4194304 4627427 140736754904784 18446744073709551615 4333369 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=281996 CPUtime=0.09 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 306 0 0 0 9 0 0 0 18 0 4 0 519378627 288763904 1455 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=281996 CPUtime=0.09 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 253 0 0 0 9 0 0 0 25 0 4 0 519378627 288763904 1455 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281996

[startup+0.300669 s]
/proc/loadavg: 5.14 7.25 6.84 6/180 1071
/proc/meminfo: memFree=27694512/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=283300 CPUtime=1.18 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 2522 0 0 0 118 0 0 0 18 0 4 0 519378627 290099200 1954 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 70825 1954 385 106 0 65796 0
[pid=1071/tid=1072] ppid=1069 vsize=283300 CPUtime=0.29 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 537 0 0 0 29 0 0 0 18 0 4 0 519378627 290099200 1954 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=283300 CPUtime=0.29 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 541 0 0 0 29 0 0 0 18 0 4 0 519378627 290099200 1954 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=283300 CPUtime=0.29 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 488 0 0 0 29 0 0 0 25 0 4 0 519378627 290099200 1954 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283300

[startup+0.700598 s]
/proc/loadavg: 5.14 7.25 6.84 6/180 1071
/proc/meminfo: memFree=27694512/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=284652 CPUtime=2.78 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 4394 0 0 0 278 0 0 0 18 0 4 0 519378627 291483648 2159 33554432000 4194304 4627427 140736754904784 18446744073709551615 4333210 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 71163 2159 385 106 0 66134 0
[pid=1071/tid=1072] ppid=1069 vsize=284652 CPUtime=0.69 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 990 0 0 0 69 0 0 0 18 0 4 0 519378627 291483648 2159 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=284652 CPUtime=0.69 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 994 0 0 0 69 0 0 0 18 0 4 0 519378627 291483648 2159 33554432000 4194304 4627427 140736754904784 18446744073709551615 4330380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=284652 CPUtime=0.69 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 972 0 0 0 69 0 0 0 25 0 4 0 519378627 291483648 2159 33554432000 4194304 4627427 140736754904784 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284652

[startup+1.50046 s]
/proc/loadavg: 5.14 7.25 6.84 11/184 1075
/proc/meminfo: memFree=27676624/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=294196 CPUtime=5.97 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 8033 0 0 0 596 1 0 0 20 0 4 0 519378627 301256704 4195 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 73549 4195 389 106 0 68520 0
[pid=1071/tid=1072] ppid=1069 vsize=294196 CPUtime=1.49 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 1531 0 0 0 149 0 0 0 20 0 4 0 519378627 301256704 4195 33554432000 4194304 4627427 140736754904784 18446744073709551615 4310584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=294196 CPUtime=1.49 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 1727 0 0 0 149 0 0 0 20 0 4 0 519378627 301256704 4195 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=294196 CPUtime=1.48 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 1612 0 0 0 148 0 0 0 25 0 4 0 519378627 301256704 4195 33554432000 4194304 4627427 140736754904784 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 294196

[startup+3.10016 s]
/proc/loadavg: 5.37 7.26 6.85 9/184 1075
/proc/meminfo: memFree=27632480/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=292176 CPUtime=12.36 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 16285 0 0 0 1233 3 0 0 25 0 4 0 519378627 299188224 8245 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 73044 8245 389 106 0 68015 0
[pid=1071/tid=1072] ppid=1069 vsize=292176 CPUtime=3.09 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 3576 0 0 0 309 0 0 0 25 0 4 0 519378627 299188224 8245 33554432000 4194304 4627427 140736754904784 18446744073709551615 4348352 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=292176 CPUtime=3.09 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 4333 0 0 0 308 1 0 0 25 0 4 0 519378627 299188224 8245 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=292176 CPUtime=3.07 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 3995 0 0 0 307 0 0 0 25 0 4 0 519378627 299188224 8246 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292176

[startup+6.30059 s]
/proc/loadavg: 5.37 7.26 6.85 9/184 1075
/proc/meminfo: memFree=27604332/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=292984 CPUtime=25.14 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 26626 0 0 0 2509 5 0 0 25 0 4 0 519378627 300015616 12301 33554432000 4194304 4627427 140736754904784 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 73246 12301 389 106 0 68217 0
[pid=1071/tid=1072] ppid=1069 vsize=292984 CPUtime=6.29 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 6602 0 0 0 628 1 0 0 25 0 4 0 519378627 300015616 12301 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=292984 CPUtime=6.28 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 6904 0 0 0 627 1 0 0 25 0 4 0 519378627 300015616 12301 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=292984 CPUtime=6.26 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 5580 0 0 0 625 1 0 0 25 0 4 0 519378627 300015616 12301 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 292984

[startup+12.7004 s]
/proc/loadavg: 5.77 7.29 6.86 9/184 1076
/proc/meminfo: memFree=27569900/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=300896 CPUtime=50.71 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 40982 0 0 0 5063 8 0 0 25 0 4 0 519378627 308117504 16385 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 75224 16385 389 106 0 70195 0
[pid=1071/tid=1072] ppid=1069 vsize=300896 CPUtime=12.69 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 10327 0 0 0 1268 1 0 0 25 0 4 0 519378627 308117504 16385 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=300896 CPUtime=12.68 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 9633 0 0 0 1267 1 0 0 25 0 4 0 519378627 308117504 16385 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=300896 CPUtime=12.62 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 9775 0 0 0 1260 2 0 0 25 0 4 0 519378627 308117504 16385 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 300896

[startup+25.5011 s]
/proc/loadavg: 6.12 7.31 6.87 9/184 1076
/proc/meminfo: memFree=27529500/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=303400 CPUtime=101.85 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 62439 0 0 0 10171 14 0 0 25 0 4 0 519378627 310681600 21462 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 75850 21462 389 106 0 70821 0
[pid=1071/tid=1072] ppid=1069 vsize=303400 CPUtime=25.49 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 16167 0 0 0 2547 2 0 0 25 0 4 0 519378627 310681600 21462 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=303400 CPUtime=25.49 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 15194 0 0 0 2546 3 0 0 25 0 4 0 519378627 310681600 21462 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=303400 CPUtime=25.35 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 14457 0 0 0 2532 3 0 0 25 0 4 0 519378627 310681600 21462 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 303400

[startup+51.1005 s]
/proc/loadavg: 6.83 7.38 6.90 9/184 1077
/proc/meminfo: memFree=27492572/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=304928 CPUtime=204.1 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 93199 0 0 0 20387 23 0 0 25 0 4 0 519378627 312246272 25776 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 76232 25776 389 106 0 71203 0
[pid=1071/tid=1072] ppid=1069 vsize=304928 CPUtime=51.09 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 24922 0 0 0 5104 5 0 0 25 0 4 0 519378627 312246272 25776 33554432000 4194304 4627427 140736754904784 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=304928 CPUtime=51.08 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 23437 0 0 0 5103 5 0 0 25 0 4 0 519378627 312246272 25776 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=304928 CPUtime=50.8 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 20437 0 0 0 5075 5 0 0 25 0 4 0 519378627 312246272 25776 33554432000 4194304 4627427 140736754904784 18446744073709551615 4332200 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 304928

[startup+102.307 s]
/proc/loadavg: 7.61 7.50 6.97 9/184 1078
/proc/meminfo: memFree=27413192/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=372984 CPUtime=408.65 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 144900 0 0 0 40826 39 0 0 25 0 4 0 519378627 381935616 37497 33554432000 4194304 4627427 140736754904784 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 93246 37497 389 106 0 88217 0
[pid=1071/tid=1072] ppid=1069 vsize=372984 CPUtime=102.29 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 36000 0 0 0 10221 8 0 0 25 0 4 0 519378627 381935616 37497 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=372984 CPUtime=102.3 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 35191 0 0 0 10221 9 0 0 25 0 4 0 519378627 381935616 37497 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=372984 CPUtime=101.73 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 33524 0 0 0 10164 9 0 0 25 0 4 0 519378627 381935616 37497 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 372984

[startup+162.3 s]

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

/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 64310 0 0 0 28054 21 0 0 25 0 4 0 519378627 403628032 55869 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1127.66
Current children cumulated vsize (KiB) 394168

[startup+342.301 s]
/proc/loadavg: 8.15 7.85 7.23 9/184 1084
/proc/meminfo: memFree=27206740/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=350124 CPUtime=1367.33 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 300367 0 0 0 136632 101 0 0 25 0 4 0 519378627 358526976 58429 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 87531 58429 389 106 0 82502 0
[pid=1071/tid=1072] ppid=1069 vsize=350124 CPUtime=342.29 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 74202 0 0 0 34204 25 0 0 25 0 4 0 519378627 358526976 58429 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=350124 CPUtime=342.29 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 72022 0 0 0 34208 21 0 0 25 0 4 0 519378627 358526976 58429 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=350124 CPUtime=340.43 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 72057 0 0 0 34017 26 0 0 25 0 4 0 519378627 358526976 58429 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1367.33
Current children cumulated vsize (KiB) 350124

[startup+402.301 s]
/proc/loadavg: 8.06 7.87 7.27 9/184 1086
/proc/meminfo: memFree=27184860/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=339636 CPUtime=1607.01 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 328596 0 0 0 160589 112 0 0 25 0 4 0 519378627 347787264 60145 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 84909 60145 389 106 0 79880 0
[pid=1071/tid=1072] ppid=1069 vsize=339636 CPUtime=402.29 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 81207 0 0 0 40201 28 0 0 25 0 4 0 519378627 347787264 60145 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=339636 CPUtime=402.29 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 80381 0 0 0 40206 23 0 0 25 0 4 0 519378627 347787264 60145 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=339636 CPUtime=400.1 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 76145 0 0 0 39982 28 0 0 25 0 4 0 519378627 347787264 60145 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1607.01
Current children cumulated vsize (KiB) 339636

[startup+462.301 s]
/proc/loadavg: 8.02 7.89 7.31 9/184 1088
/proc/meminfo: memFree=27146500/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=428636 CPUtime=1846.68 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 358506 0 0 0 184543 125 0 0 25 0 4 0 519378627 438923264 67798 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 107159 67798 389 106 0 102130 0
[pid=1071/tid=1072] ppid=1069 vsize=428636 CPUtime=462.29 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 90128 0 0 0 46197 32 0 0 25 0 4 0 519378627 438923264 67798 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=428636 CPUtime=462.3 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 86957 0 0 0 46202 28 0 0 25 0 4 0 519378627 438923264 67798 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=428636 CPUtime=459.78 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 81699 0 0 0 45947 31 0 0 25 0 4 0 519378627 438923264 67798 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1846.68
Current children cumulated vsize (KiB) 428636

[startup+522.301 s]
/proc/loadavg: 8.09 7.93 7.36 9/184 1089
/proc/meminfo: memFree=27132684/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=486196 CPUtime=2086.36 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 383488 0 0 0 208498 138 0 0 25 0 4 0 519378627 497864704 66800 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 121549 66800 389 106 0 116520 0
[pid=1071/tid=1072] ppid=1069 vsize=486196 CPUtime=522.28 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 97087 0 0 0 52193 35 0 0 25 0 4 0 519378627 497864704 66800 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=486196 CPUtime=522.3 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 93433 0 0 0 52199 31 0 0 25 0 4 0 519378627 497864704 66800 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=486196 CPUtime=519.46 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 86057 0 0 0 51912 34 0 0 25 0 4 0 519378627 497864704 66800 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2086.36
Current children cumulated vsize (KiB) 486196

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

[startup+537.5 s]
/proc/loadavg: 8.06 7.93 7.37 9/184 1090
/proc/meminfo: memFree=27130064/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=474900 CPUtime=2147.08 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 389626 0 0 0 214567 141 0 0 25 0 4 0 519378627 486297600 66012 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 118725 66012 389 106 0 113696 0
[pid=1071/tid=1072] ppid=1069 vsize=474900 CPUtime=537.49 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 99101 0 0 0 53713 36 0 0 25 0 4 0 519378627 486297600 66012 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=474900 CPUtime=537.5 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 95340 0 0 0 53718 32 0 0 25 0 4 0 519378627 486297600 66012 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=474900 CPUtime=534.57 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 86969 0 0 0 53423 34 0 0 25 0 4 0 519378627 486297600 66012 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2147.08
Current children cumulated vsize (KiB) 474900

[startup+550.301 s]
/proc/loadavg: 8.05 7.93 7.38 9/184 1090
/proc/meminfo: memFree=27114304/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=463136 CPUtime=2198.21 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 394067 0 0 0 219677 144 0 0 25 0 4 0 519378627 474251264 65721 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 115784 65721 389 106 0 110755 0
[pid=1071/tid=1072] ppid=1069 vsize=463136 CPUtime=550.29 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 100816 0 0 0 54992 37 0 0 25 0 4 0 519378627 474251264 65721 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=463136 CPUtime=550.3 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 96187 0 0 0 54998 32 0 0 25 0 4 0 519378627 474251264 65721 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=463136 CPUtime=547.3 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 87011 0 0 0 54696 34 0 0 25 0 4 0 519378627 474251264 65721 33554432000 4194304 4627427 140736754904784 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2198.21
Current children cumulated vsize (KiB) 463136

[startup+556.701 s]
/proc/loadavg: 8.05 7.93 7.38 9/184 1090
/proc/meminfo: memFree=27111820/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=463196 CPUtime=2223.77 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 396356 0 0 0 222232 145 0 0 25 0 4 0 519378627 474312704 65719 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 115799 65719 389 106 0 110770 0
[pid=1071/tid=1072] ppid=1069 vsize=463196 CPUtime=556.68 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 101391 0 0 0 55631 37 0 0 25 0 4 0 519378627 474312704 65719 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=463196 CPUtime=556.7 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 97398 0 0 0 55637 33 0 0 25 0 4 0 519378627 474312704 65719 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=463196 CPUtime=553.66 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 87029 0 0 0 55332 34 0 0 25 0 4 0 519378627 474312704 65719 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2223.77
Current children cumulated vsize (KiB) 463196

[startup+559.907 s]
/proc/loadavg: 8.04 7.93 7.38 9/184 1090
/proc/meminfo: memFree=27103388/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=475444 CPUtime=2236.59 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 398226 0 0 0 223512 147 0 0 25 0 4 0 519378627 486854656 67589 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 118861 67589 389 106 0 113832 0
[pid=1071/tid=1072] ppid=1069 vsize=475444 CPUtime=559.89 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 101630 0 0 0 55952 37 0 0 25 0 4 0 519378627 486854656 67589 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=475444 CPUtime=559.9 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 97697 0 0 0 55957 33 0 0 25 0 4 0 519378627 486854656 67589 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=475444 CPUtime=556.85 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 88126 0 0 0 55651 34 0 0 25 0 4 0 519378627 486854656 67589 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2236.59
Current children cumulated vsize (KiB) 475444

[startup+560.701 s]
/proc/loadavg: 8.04 7.93 7.38 9/184 1090
/proc/meminfo: memFree=27103388/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=475444 CPUtime=2239.76 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 398483 0 0 0 223829 147 0 0 25 0 4 0 519378627 486854656 67846 33554432000 4194304 4627427 140736754904784 18446744073709551615 4329636 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 118861 67846 389 106 0 113832 0
[pid=1071/tid=1072] ppid=1069 vsize=475444 CPUtime=560.69 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 101683 0 0 0 56031 38 0 0 25 0 4 0 519378627 486854656 67846 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=475444 CPUtime=560.7 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 97758 0 0 0 56037 33 0 0 25 0 4 0 519378627 486854656 67846 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=475444 CPUtime=557.65 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 88213 0 0 0 55730 35 0 0 25 0 4 0 519378627 486854656 67846 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2239.76
Current children cumulated vsize (KiB) 475444

[startup+561.501 s]
/proc/loadavg: 8.04 7.93 7.38 9/184 1090
/proc/meminfo: memFree=27101280/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=475444 CPUtime=2242.95 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 398727 0 0 0 224148 147 0 0 25 0 4 0 519378627 486854656 68090 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 118861 68090 389 106 0 113832 0
[pid=1071/tid=1072] ppid=1069 vsize=475444 CPUtime=561.49 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 101734 0 0 0 56111 38 0 0 25 0 4 0 519378627 486854656 68090 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=475444 CPUtime=561.5 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 97828 0 0 0 56117 33 0 0 25 0 4 0 519378627 486854656 68090 33554432000 4194304 4627427 140736754904784 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=475444 CPUtime=558.44 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 88288 0 0 0 55809 35 0 0 25 0 4 0 519378627 486854656 68090 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2242.95
Current children cumulated vsize (KiB) 475444

[startup+561.901 s]
/proc/loadavg: 8.04 7.93 7.38 9/184 1090
/proc/meminfo: memFree=27101280/32951124 swapFree=67111356/67111528
[pid=1071] ppid=1069 vsize=475444 CPUtime=2244.56 cores=1,3,5,7
/proc/1071/stat : 1071 (strangenight2-m) R 1069 1071 1030 0 -1 4202496 398856 0 0 0 224308 148 0 0 25 0 4 0 519378627 486854656 68219 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1071/statm: 118861 68220 389 106 0 113832 0
[pid=1071/tid=1072] ppid=1069 vsize=475444 CPUtime=561.89 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 101756 0 0 0 56151 38 0 0 25 0 4 0 519378627 486854656 68220 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1071/tid=1073] ppid=1069 vsize=475444 CPUtime=561.9 cores=1,3,5,7
/proc/1071/task/1073/stat : 1073 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 97865 0 0 0 56157 33 0 0 25 0 4 0 519378627 486854656 68220 33554432000 4194304 4627427 140736754904784 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1071/tid=1074] ppid=1069 vsize=475444 CPUtime=558.84 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (strangenight2-m) R 1069 1071 1030 0 -1 4202560 88333 0 0 0 55849 35 0 0 25 0 4 0 519378627 486854656 68220 33554432000 4194304 4627427 140736754904784 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2244.56
Current children cumulated vsize (KiB) 475444

Child status: 10
Real time (s): 561.923
CPU time (s): 2244.61
CPU user time (s): 2243.11
CPU system time (s): 1.49277
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 486296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2243.11
system time used= 1.49277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398869
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= 210
involuntary context switches= 15781

runsolver used 0.829873 second user time and 2.24866 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 13:50:09
IDJOB=3174033
IDBENCH=82851
IDSOLVER=1586
FILE ID=node137/3174033-1304077809
RUNJOBID= node137-1304077809-1049
PBS_JOBID= 13170515
Free space on /tmp= 71616 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1960786523-069.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174033-1304077809/watcher-3174033-1304077809 -o /tmp/evaluation-result-3174033-1304077809/solver-3174033-1304077809 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174033-1304077809.cnf

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

MD5SUM BENCH= 23247368fdc20070eb9c682abfb798ef
RANDOM SEED=1123115130

node137.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.844
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.68
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.844
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	: 5332.75
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27694800 kB
Buffers:        908864 kB
Cached:        3814500 kB
SwapCached:         56 kB
Active:         328184 kB
Inactive:      4461176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27694800 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           11884 kB
Writeback:           0 kB
AnonPages:       65780 kB
Mapped:          15100 kB
Slab:           401468 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   272156 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= 71608 MiB
End job on node137 at 2011-04-29 13:59:31