Trace number 3368291

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-Night2-st (fixed)? (TO) 1299.99 1300.07

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368291-1305380458.cnf'
0.00/0.01	c -- header says num vars:         302076
0.00/0.01	c -- header says num clauses:     1039056
0.38/0.41	c -- clauses added:            0 learnts,      1039056 normals,            0 xors
0.38/0.41	c -- vars added     302076
0.38/0.41	c Parsing time:  0.35 s
0.38/0.41	c  N st     0         0    302076    617361    418088         0   2720516         0   no data   no data
1.00/1.05	c asymm  cl-useful: 1520/51762/616695 lits-rem:1670 time: 0.63
13.68/13.75	c Flit:   668 Blit:   4360 bXBeca:    0 bXProp: 16757 Bins:      0 BRemL:      0 BRemN:      0 P: 200.2M T: 12.59
13.68/13.78	c Cleaning up after failed var search:     0.04 s 
13.78/13.89	c Replacing    16757 vars Replaced   376266 lits Time:     0.10 s 
13.99/14.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
14.09/14.11	c bin-w-bin subsume rem         2298 bins  time:  0.04 s
14.19/14.22	c subs with bin:    17633  lits-rem:     13975  v-fix:    0  time:  0.11 s
14.69/14.72	c Subs w/ non-existent bins:    815 l-rem:    898 v-fix:     6 done: 133640 time:  0.50 s
14.79/14.86	c Removed useless bin:     873  fixed:     0  props:  20.00M  time:  0.13 s
15.99/16.09	c lits-rem:       110  cl-subs:    53244  v-elim:  92731  v-fix:    0  time:  1.20 s
16.59/16.65	c Finding binary XORs  T:     0.55 s  found:    1435
16.69/16.72	c Replacing     1435 vars Replaced    36430 lits Time:     0.07 s 
16.98/17.08	c Finding non-binary XORs:     0.27 s (found:   79431, avg size: 3.1)
16.98/17.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:  14690 locsubst:    76 time:   0.09
17.08/17.16	c calculated reachability. Time: 0.06
17.08/17.19	c Calc default polars -  time:   0.02 s pos:   30464 undec:  140035 neg:  131577
17.08/17.19	c =========================================================================================
17.08/17.19	c types(t): F = full restart, N = normal restart
17.08/17.19	c types(t): S = simplification begin/end, E = solution found
17.08/17.19	c restart types(rt): st = static, dy = dynamic
17.08/17.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
17.08/17.19	c  B st     0         0    169331    262294    162980         0   1392270         0   no data   no data
18.70/18.72	c Decided on static restart strategy
21.29/21.39	c  N st     8      4918    169305    262294    163284      4477   1392267     94716   no data   no data
23.89/23.99	c  N st    10     11302    169302    262294    163606     10402   1392266    239954   no data   no data
26.89/26.93	c  N st    11     17046    169300    262294    163804     15840   1392265    466177   no data   no data
30.69/30.80	c  F st    12     25000    169126    262294    163979     14932   1392263    304884   no data   no data
30.80/30.87	c Replacing      162 vars Replaced     6348 lits Time:     0.05 s 
34.38/34.49	c  N st    12     25000    168965    261621    163637     14592   1388906    300886   no data   no data
38.78/38.90	c Decided on static restart strategy
38.88/38.90	c  N st    18     30001    167707    261621    163776     19385   1388906    444234   no data   no data
38.88/38.90	c  S st    18     30001    167707    261621    163776     19385   1388906    444234   no data   no data
39.49/39.51	c  S st    18     30502    167691    261621    163859     19788   1388906    450286   no data   no data
39.49/39.57	c x-sub:    36 x-cut:      0 vfix:      0 v-elim:     17 locsubst:     9 time:   0.06
48.49/48.59	c Flit:   186 Blit:    108 bXBeca:    0 bXProp: 1666 Bins: 614731 BRemL:   7986 BRemN:     76 P: 200.0M T:  8.98
48.59/48.63	c Cleaning up after failed var search:     0.04 s 
48.69/48.74	c Replacing     4489 vars Replaced   416879 lits Time:     0.10 s 
48.79/48.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
54.39/54.40	c bin-w-bin subsume rem       145036 bins  time:  5.58 s
54.49/54.51	c subs with bin:     8335  lits-rem:     23109  v-fix:    0  time:  0.11 s
54.78/54.86	c Subs w/ non-existent bins:   1062 l-rem:    623 v-fix:     1 done: 144135 time:  0.34 s
54.89/54.97	c Removed useless bin:     512  fixed:     0  props:   9.08M  time:  0.11 s
55.28/55.37	c lits-rem:       448  cl-subs:     1662  v-elim:  20953  v-fix:    0  time:  0.40 s
55.38/55.44	c Replacing        1 vars Replaced     2231 lits Time:     0.07 s 
55.48/55.56	c subs with bin:       98  lits-rem:      6337  v-fix:    0  time:  0.08 s
55.68/55.75	c lits-rem:      1027  cl-subs:      988  v-elim:      0  v-fix:    0  time:  0.15 s
56.09/56.17	c asymm  cl-useful: 0/7661/257603 lits-rem:0 time: 0.42
56.28/56.34	c calculated reachability. Time: 0.14
56.28/56.34	c  N st    18     30502    139359    257603    494463     14237   1199074   1059263   no data   no data
56.98/57.09	c Finding binary XORs  T:     0.75 s  found:     848
61.08/61.18	c  N st    20     37613    139346    257603    494588     21119   1199074   1338550   no data   no data
64.38/64.44	c  N st    21     44012    139343    257603    494709     15650   1199072   1101565   no data   no data
64.89/64.99	c  S st    22     45753    139343    257603    494716     17326   1199072   1129609   no data   no data
65.58/65.63	c  S st    22     46254    139338    257603    494772     17765   1199072   1134140   no data   no data
65.68/65.70	c x-sub:     8 x-cut:      0 vfix:      0 v-elim:    205 locsubst:    80 time:   0.07
74.79/74.83	c Flit:    27 Blit:     83 bXBeca:    0 bXProp:  113 Bins:  45210 BRemL:   1945 BRemN:      2 P: 200.0M T:  9.08
74.79/74.83	c Cleaning up after failed var search:     0.00 s 
74.88/74.94	c Replacing     1261 vars Replaced    69032 lits Time:     0.10 s 
74.98/75.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
75.08/75.16	c bin-w-bin subsume rem         8478 bins  time:  0.14 s
75.18/75.25	c subs with bin:      654  lits-rem:       267  v-fix:    0  time:  0.09 s
75.58/75.65	c Subs w/ non-existent bins:    502 l-rem:     74 v-fix:    28 done: 137456 time:  0.40 s
75.68/75.75	c Removed useless bin:     111  fixed:     0  props:  11.32M  time:  0.10 s
75.89/75.91	c lits-rem:        30  cl-subs:      381  v-elim:    175  v-fix:    0  time:  0.16 s
75.89/75.98	c Replacing       24 vars Replaced      239 lits Time:     0.07 s 
76.08/76.11	c subs with bin:       25  lits-rem:      1615  v-fix:    0  time:  0.09 s
76.18/76.28	c lits-rem:       454  cl-subs:      455  v-elim:      0  v-fix:    0  time:  0.14 s
76.88/76.93	c vivif2 --  cl tried   253814 cl shrink     1632 lits rem       1774 time: 0.65
77.18/77.20	c vivif2 --  cl tried    17196 cl shrink     4914 lits rem      25786 time: 0.27
77.48/77.50	c asymm  cl-useful: 0/1112/253073 lits-rem:0 time: 0.30
77.68/77.75	c calculated reachability. Time: 0.21
77.68/77.75	c  N st    22     46254    137229    253073    524685     17179   1179184   1159901   no data   no data
78.68/78.79	c Finding binary XORs  T:     1.04 s  found:     343
91.97/92.03	c  N st    23     60651    137229    253073    525033     30990   1179183   1510690   no data   no data
97.07/97.14	c  N st    24     69381    137227    253073    525177     25159   1179182   1383620   no data   no data
97.07/97.15	c  S st    24     69381    137227    253073    525177     25159   1179182   1383620   no data   no data
97.88/97.97	c  S st    24     69882    137226    253073    525228     25595   1179182   1388334   no data   no data
97.97/98.04	c x-sub:    31 x-cut:      0 vfix:      0 v-elim:    260 locsubst:   167 time:   0.07
106.28/106.34	c Flit:    24 Blit:     46 bXBeca:    0 bXProp:   84 Bins:   4413 BRemL:   2045 BRemN:      1 P: 200.0M T:  8.27
106.38/106.46	c Replacing      614 vars Replaced    38119 lits Time:     0.11 s 
106.48/106.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
106.58/106.63	c bin-w-bin subsume rem         3738 bins  time:  0.09 s
106.69/106.71	c subs with bin:      494  lits-rem:       170  v-fix:    0  time:  0.08 s
107.08/107.10	c Subs w/ non-existent bins:     87 l-rem:     20 v-fix:     2 done: 136117 time:  0.39 s
107.08/107.19	c Removed useless bin:      90  fixed:     0  props:   7.65M  time:  0.09 s
107.28/107.35	c lits-rem:       584  cl-subs:      901  v-elim:    212  v-fix:    0  time:  0.16 s
107.38/107.42	c Replacing        1 vars Replaced        9 lits Time:     0.07 s 
107.48/107.56	c subs with bin:       25  lits-rem:      1044  v-fix:    0  time:  0.10 s
107.68/107.75	c lits-rem:       450  cl-subs:      274  v-elim:      0  v-fix:    0  time:  0.15 s
108.38/108.44	c vivif2 --  cl tried   250095 cl shrink      502 lits rem        652 time: 0.69
108.68/108.79	c vivif2 --  cl tried    25034 cl shrink     3472 lits rem      14121 time: 0.34
109.08/109.15	c asymm  cl-useful: 3/1757/249922 lits-rem:9 time: 0.36
109.38/109.44	c calculated reachability. Time: 0.26
109.38/109.44	c  N st    24     69882    135902    249919    423484     25025   1164394   1136657   no data   no data
110.68/110.70	c Finding binary XORs  T:     1.26 s  found:     155
121.68/121.71	c  F st    25     87500    135901    249919    423760     42143   1164393   1652637   no data   no data
121.78/121.81	c Replacing      155 vars Replaced     6260 lits Time:     0.06 s 
123.37/123.40	c  N st    25     87500    135746    249914    423732     42143   1164351   1652557   no data   no data
130.17/130.28	c  N dy    34     93459    135728    249914    423816     30581   1164351   1146758      6.45      6.86
137.57/137.65	c  N dy    62     99439    135705    249914    423942     36357   1164351   1267160      6.09      9.37
144.27/144.37	c  S st    93    104823    135294    249914    424051     41533   1164351   1377290      6.26   no data
145.18/145.26	c  S st    93    105325    135294    249914    424092     41983   1164351   1383546      6.26   no data
145.27/145.34	c x-sub:    64 x-cut:      0 vfix:      0 v-elim:    187 locsubst:   147 time:   0.08
155.17/155.26	c Flit:   113 Blit:    594 bXBeca:    0 bXProp:  218 Bins: 105654 BRemL:   5780 BRemN:      1 P: 200.2M T:  9.88
155.17/155.26	c Cleaning up after failed var search:     0.00 s 
155.37/155.41	c Replacing      890 vars Replaced   131361 lits Time:     0.14 s 
155.37/155.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
155.57/155.69	c bin-w-bin subsume rem        18817 bins  time:  0.21 s
155.67/155.78	c subs with bin:      849  lits-rem:        68  v-fix:    0  time:  0.09 s
156.37/156.40	c Subs w/ non-existent bins:     64 l-rem:     16 v-fix:     3 done: 133489 time:  0.61 s
156.47/156.50	c Removed useless bin:      83  fixed:     0  props:   9.17M  time:  0.09 s
156.57/156.66	c lits-rem:        38  cl-subs:      324  v-elim:    142  v-fix:    0  time:  0.17 s
156.67/156.74	c Replacing        1 vars Replaced       16 lits Time:     0.07 s 
156.87/156.94	c subs with bin:      472  lits-rem:     11152  v-fix:    0  time:  0.15 s
157.18/157.21	c lits-rem:      2714  cl-subs:     1244  v-elim:      0  v-fix:    0  time:  0.23 s
157.97/158.00	c vivif2 --  cl tried   243469 cl shrink      213 lits rem        278 time: 0.78
158.47/158.59	c vivif2 --  cl tried    38631 cl shrink     7357 lits rem      26079 time: 0.59
158.97/159.02	c asymm  cl-useful: 21/337/243382 lits-rem:63 time: 0.42
159.27/159.37	c calculated reachability. Time: 0.32
159.27/159.37	c  N dy    93    105325    133343    243361    452968     38608   1138503   1336814      6.26   no data
160.87/160.93	c Finding binary XORs  T:     1.56 s  found:     231
169.47/169.54	c  N dy   125    112568    132667    243361    453084     45604   1138503   1472498      6.20      6.57
175.98/176.08	c  N dy   170    120066    132661    243361    453184     29670   1138503   1015647      6.29      6.65
186.57/186.60	c  N dy   220    128078    132619    243361    453273     37430   1138503   1171980      6.36      6.70
196.37/196.46	c  N dy   265    136349    132225    243361    453380     45485   1138502   1335588      6.39      6.74
208.46/208.52	c Replacing     1347 vars Replaced    69240 lits Time:     0.07 s 
208.66/208.72	c  N dy   315    145090    130314    236514    436296     29214   1110529    972522      6.43      6.84
217.78/217.87	c  N dy   373    154405    130309    236514    436404     38284   1110529   1141673      6.48      7.12
222.77/222.89	c  S st   398    157989    130306    236514    436427     41791   1110529   1212906      6.51   no data
223.97/224.01	c  S st   398    158491    130304    236514    436473     42240   1110529   1218332      6.51   no data
223.97/224.09	c x-sub:    57 x-cut:      0 vfix:      0 v-elim:    107 locsubst:   169 time:   0.08
233.77/233.80	c Flit:   186 Blit:   2030 bXBeca:    0 bXProp:  622 Bins:  33907 BRemL:   1084 BRemN:      1 P: 200.0M T:  9.66
233.77/233.84	c Cleaning up after failed var search:     0.04 s 
233.87/233.94	c Replacing     2335 vars Replaced   129766 lits Time:     0.09 s 
233.97/234.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
234.18/234.30	c bin-w-bin subsume rem        16354 bins  time:  0.28 s
234.28/234.38	c subs with bin:     1758  lits-rem:       146  v-fix:    0  time:  0.08 s
235.17/235.29	c Subs w/ non-existent bins:    358 l-rem:    120 v-fix:    31 done: 124930 time:  0.90 s
235.27/235.40	c Removed useless bin:     113  fixed:     0  props:  14.78M  time:  0.11 s
235.47/235.59	c lits-rem:        83  cl-subs:      332  v-elim:    359  v-fix:    3  time:  0.19 s
235.57/235.66	c Replacing       13 vars Replaced      227 lits Time:     0.07 s 
235.77/235.82	c subs with bin:      524  lits-rem:      5017  v-fix:    0  time:  0.11 s
235.97/236.07	c lits-rem:      1886  cl-subs:      943  v-elim:      0  v-fix:    0  time:  0.21 s
236.87/236.92	c vivif2 --  cl tried   224827 cl shrink      257 lits rem        265 time: 0.85
237.37/237.42	c vivif2 --  cl tried    40394 cl shrink     7264 lits rem      20786 time: 0.50
237.67/237.79	c asymm  cl-useful: 15/351/224673 lits-rem:45 time: 0.36
238.07/238.15	c calculated reachability. Time: 0.33
238.07/238.15	c  N dy   398    158491    124533    224658    401806     40332   1057802   1109653      6.51   no data
239.97/240.05	c Finding binary XORs  T:     1.90 s  found:     264
251.06/251.16	c  N dy   450    169184    123641    224658    401923     27022   1057802    839041      6.50      6.86
261.06/261.12	c Replacing     2024 vars Replaced    35615 lits Time:     0.06 s 
264.06/264.18	c  N dy   502    180059    120373    218302    388345     35572   1026721   1006725      6.50      6.94
274.86/274.94	c  N dy   567    191641    120093    218302    388445     46933   1026721   1247193      6.52      9.17
281.86/281.99	c Replacing     1498 vars Replaced    14210 lits Time:     0.06 s 
286.16/286.20	c  N dy   640    204008    116924    212171    362874     36257    997697    940625      6.55      6.92
299.96/300.01	c  N dy   713    217070    115897    212171    362995     49028    997697   1226639      6.57      6.93
309.66/309.73	c Finding binary XORs  T:     1.89 s  found:     676
309.76/309.80	c Replacing     1698 vars Replaced    37491 lits Time:     0.07 s 
312.46/312.59	c  N dy   791    231162    113658    207546    356358     38377    974227    936616      6.58      6.93
318.66/318.71	c  S st   836    237736    113657    207546    356395     44847    974227   1066126      6.60   no data
319.46/319.50	c  S st   836    238240    113629    207546    356430     45304    974227   1071334      6.60   no data
319.46/319.57	c x-sub:    72 x-cut:      0 vfix:      0 v-elim:     83 locsubst:   477 time:   0.07
329.66/329.77	c Flit:   219 Blit:    643 bXBeca:    0 bXProp:  593 Bins:  31734 BRemL:   3016 BRemN:      3 P: 200.2M T: 10.18
329.76/329.81	c Cleaning up after failed var search:     0.03 s 
329.76/329.89	c Replacing     1189 vars Replaced    66005 lits Time:     0.08 s 
329.87/329.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
330.06/330.16	c bin-w-bin subsume rem        13638 bins  time:  0.20 s
330.16/330.24	c subs with bin:      837  lits-rem:       101  v-fix:    0  time:  0.07 s
330.56/330.61	c Subs w/ non-existent bins:    124 l-rem:     65 v-fix:    18 done: 111341 time:  0.37 s
330.56/330.69	c Removed useless bin:      72  fixed:     0  props:   7.23M  time:  0.08 s
330.76/330.87	c lits-rem:        98  cl-subs:      322  v-elim:    199  v-fix:    3  time:  0.18 s
330.86/330.93	c Replacing        8 vars Replaced      105 lits Time:     0.06 s 
330.96/331.08	c subs with bin:      272  lits-rem:      3537  v-fix:    0  time:  0.09 s
331.26/331.30	c lits-rem:      1530  cl-subs:      676  v-elim:      0  v-fix:    0  time:  0.20 s
331.96/332.00	c vivif2 --  cl tried   201752 cl shrink      346 lits rem        359 time: 0.70
332.26/332.37	c vivif2 --  cl tried    44113 cl shrink     7592 lits rem      18513 time: 0.37
332.66/332.75	c asymm  cl-useful: 39/614/201582 lits-rem:117 time: 0.38
332.96/333.06	c calculated reachability. Time: 0.29
332.96/333.06	c  N dy   836    238240    111118    201543    359152     44071    947852   1046003      6.60   no data
334.96/335.04	c Finding binary XORs  T:     1.97 s  found:     439
348.36/348.45	c  N dy   935    253512    110693    201543    359291     33987    947852    818288      6.63      7.78
362.56/362.69	c  N dy  1036    269710    110492    201543    359387     49925    947852   1178625      6.66      7.11
377.45/377.53	c  N dy  1147    287019    110489    201543    359462     40914    947851    931010      6.70      8.22
393.15/393.20	c  N dy  1260    305415    110287    201543    359603     58992    947851   1343514      6.73      7.11
393.65/393.80	c  F st  1267    306251    110287    201543    359610     59814    947851   1360050      6.73      7.51
393.85/393.90	c Replacing     1060 vars Replaced    37411 lits Time:     0.07 s 
393.85/393.99	c Replacing        7 vars Replaced       40 lits Time:     0.05 s 
411.15/411.26	c  N dy  1345    324989    109212    198624    354669     50736    934693   1110694      6.74      7.38
428.45/428.54	c  N dy  1493    345027    109211    198624    354732     42247    934693    863895      6.79      7.17
438.94/439.06	c  S st  1574    357361    109210    198624    354764     54446    934693   1198714      6.82      6.21
439.85/439.99	c  S st  1574    357863    109201    198624    354802     54893    934693   1202539      6.82   no data
439.96/440.07	c x-sub:   178 x-cut:      0 vfix:      0 v-elim:    160 locsubst:   551 time:   0.07
449.75/449.88	c Flit:   172 Blit:    223 bXBeca:    0 bXProp:  503 Bins:   6489 BRemL:  20216 BRemN:      5 P: 200.0M T:  9.80
449.75/449.88	c Cleaning up after failed var search:     0.00 s 
449.85/449.99	c Replacing      824 vars Replaced    91487 lits Time:     0.11 s 
449.94/450.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
450.04/450.17	c bin-w-bin subsume rem         8756 bins  time:  0.10 s
450.14/450.24	c subs with bin:      943  lits-rem:       192  v-fix:    0  time:  0.07 s
450.55/450.60	c Subs w/ non-existent bins:    156 l-rem:     71 v-fix:     4 done: 107432 time:  0.36 s
450.55/450.68	c Removed useless bin:     100  fixed:     0  props:   6.22M  time:  0.07 s
450.75/450.83	c lits-rem:       156  cl-subs:      587  v-elim:    163  v-fix:    0  time:  0.15 s
450.85/450.91	c Replacing        1 vars Replaced        9 lits Time:     0.06 s 
450.96/451.07	c subs with bin:      320  lits-rem:      4362  v-fix:    0  time:  0.12 s
451.25/451.36	c lits-rem:      1887  cl-subs:      713  v-elim:      0  v-fix:    0  time:  0.27 s
451.85/451.99	c vivif2 --  cl tried   193248 cl shrink      481 lits rem        493 time: 0.63
452.35/452.44	c vivif2 --  cl tried    53475 cl shrink     7784 lits rem      22640 time: 0.44
452.75/452.85	c asymm  cl-useful: 34/577/193006 lits-rem:102 time: 0.41
453.05/453.12	c calculated reachability. Time: 0.25
453.05/453.13	c  N dy  1574    357863    107264    192972    326584     53391    911705   1105726      6.82   no data
454.95/455.08	c Finding binary XORs  T:     1.95 s  found:     335
472.05/472.11	c  N dy  1721    378008    107006    192972    326682     43397    911705    799988      6.89      7.28
489.54/489.69	c  N dy  1865    398102    107004    192972    326751     63222    911705   1274062      6.94     11.17
508.24/508.34	c  N dy  2001    418248    106857    192972    326878     52658    911705    960316      6.98      7.49
524.75/524.82	c  N dy  2143    438274    106856    192972    326951     72421    911705   1430248      7.03      8.60
544.74/544.84	c  N dy  2278    458297    106853    192972    327266     60637    911705   1087800      7.06      7.43
563.44/563.51	c  N dy  2442    478334    106837    192972    327357     80383    911704   1560601      7.11     10.54
567.74/567.81	c Replacing     1370 vars Replaced    30484 lits Time:     0.07 s 
582.25/582.39	c  N dy  2586    498367    104663    189230    321681     67407    893481   1220147      7.15      7.57
601.44/601.50	c  N dy  2733    518370    104661    189230    321756     87152    893481   1699248      7.20      7.61
617.54/617.66	c  S st  2872    536794    104660    189230    321793     71800    893481   1296010      7.25   no data
618.44/618.54	c  S st  2872    537296    104655    189230    321829     72253    893481   1300789      7.25   no data
618.54/618.61	c x-sub:   182 x-cut:      0 vfix:      0 v-elim:     84 locsubst:   612 time:   0.07
627.94/628.01	c Flit:   201 Blit:    353 bXBeca:    0 bXProp:  349 Bins:  43804 BRemL:   1941 BRemN:      3 P: 200.0M T:  9.39
627.94/628.01	c Cleaning up after failed var search:     0.00 s 
628.05/628.15	c Replacing      713 vars Replaced    82534 lits Time:     0.13 s 
628.14/628.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
628.24/628.30	c bin-w-bin subsume rem         7873 bins  time:  0.08 s
628.24/628.37	c subs with bin:      953  lits-rem:       188  v-fix:    0  time:  0.08 s
628.64/628.77	c Subs w/ non-existent bins:     95 l-rem:     29 v-fix:     7 done: 103077 time:  0.40 s
628.74/628.84	c Removed useless bin:      57  fixed:     0  props:   5.20M  time:  0.07 s
628.84/629.00	c lits-rem:       119  cl-subs:      439  v-elim:    189  v-fix:    0  time:  0.15 s
628.94/629.07	c Replacing        7 vars Replaced      148 lits Time:     0.07 s 
629.15/629.25	c subs with bin:      399  lits-rem:      7114  v-fix:    0  time:  0.13 s
629.54/629.60	c lits-rem:      4110  cl-subs:     1031  v-elim:      0  v-fix:    0  time:  0.32 s
630.14/630.22	c vivif2 --  cl tried   184327 cl shrink      380 lits rem        397 time: 0.62
630.74/630.82	c vivif2 --  cl tried    70163 cl shrink     9345 lits rem      22367 time: 0.60
631.14/631.23	c asymm  cl-useful: 159/692/184160 lits-rem:477 time: 0.41
631.44/631.50	c calculated reachability. Time: 0.24
631.44/631.50	c  N dy  2872    537296    102874    184001    344705     70071    872807   1292937      7.25   no data
633.34/633.45	c Finding binary XORs  T:     1.95 s  found:     413
652.54/652.60	c  N dy  2996    557340    102867    184001    344783     89829    872807   1781478      7.27      7.66
668.64/668.75	c  N dy  3130    577482    102865    184001    344839     74557    872807   1367707      7.29      7.75
684.34/684.43	c  N dy  3268    597983    102863    184001    344881     94828    872807   1912475      7.32      7.73
700.53/700.68	c  N dy  3390    618101    102863    184001    344929     78788    872807   1432855      7.34      7.79
718.03/718.14	c  N dy  3516    638199    102854    184001    344997     98604    872807   1945650      7.36     10.18
735.84/735.99	c  N dy  3643    658247    102853    184001    345066     81884    872807   1476988      7.37      8.76
753.13/753.25	c  N dy  3780    678258    102850    184001    345135    101616    872807   1983640      7.40     12.66
770.53/770.68	c  N dy  3910    698592    102850    184001    345161     84088    872807   1510015      7.42      7.98
787.33/787.46	c  N dy  4052    718619    102850    184001    345206    103845    872807   2032848      7.45      7.92
805.13/805.23	c  N dy  4189    738680    102847    184001    345235     84411    872807   1484678      7.47     13.37
822.63/822.79	c  N dy  4324    758682    102846    184001    345263    104159    872807   2006654      7.49      9.79
840.73/840.89	c  N dy  4484    778854    102845    184001    345295     83948    872806   1436216      7.52      7.94
858.63/858.79	c  N dy  4613    798916    102845    184001    345348    103742    872806   1972854      7.54     11.03
864.93/865.09	c  S st  4663    805944    102845    184001    345352    110679    872806   2161236      7.55   no data
865.93/866.06	c  S st  4663    806444    102829    184001    345377    111142    872806   2165098      7.55   no data
866.03/866.13	c x-sub:   208 x-cut:      0 vfix:      0 v-elim:     37 locsubst:   377 time:   0.08
875.54/875.68	c Flit:   111 Blit:    170 bXBeca:    0 bXProp:  184 Bins:  22277 BRemL:   2051 BRemN:      0 P: 200.0M T:  9.54
875.54/875.68	c Cleaning up after failed var search:     0.00 s 
875.73/875.82	c Replacing      854 vars Replaced    50738 lits Time:     0.13 s 
875.73/875.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
875.83/875.95	c bin-w-bin subsume rem         5817 bins  time:  0.06 s
875.93/876.02	c subs with bin:      652  lits-rem:       100  v-fix:    0  time:  0.08 s
876.23/876.38	c Subs w/ non-existent bins:     55 l-rem:     27 v-fix:     5 done: 101556 time:  0.36 s
876.33/876.45	c Removed useless bin:      30  fixed:     0  props:   4.69M  time:  0.07 s
876.53/876.61	c lits-rem:       113  cl-subs:      451  v-elim:     80  v-fix:    0  time:  0.15 s
876.53/876.69	c Replacing        3 vars Replaced       61 lits Time:     0.08 s 
876.92/877.00	c subs with bin:      463  lits-rem:      6136  v-fix:    0  time:  0.23 s
877.82/877.97	c lits-rem:      7678  cl-subs:     1911  v-elim:      0  v-fix:    0  time:  0.94 s
878.42/878.52	c vivif2 --  cl tried   180583 cl shrink      304 lits rem        308 time: 0.55
879.72/879.82	c vivif2 --  cl tried   107727 cl shrink    18942 lits rem      49348 time: 1.29
880.12/880.24	c asymm  cl-useful: 251/1041/180420 lits-rem:753 time: 0.42
880.32/880.49	c calculated reachability. Time: 0.22
880.32/880.49	c  N dy  4663    806444    101469    180169    351217    107683    857884   2070117      7.55   no data
882.22/882.38	c Finding binary XORs  T:     1.89 s  found:     217
901.02/901.10	c  N dy  4773    826507    101455    180169    351279     85662    857882   1493734      7.55      8.11
917.82/917.91	c  N dy  4910    846593    101455    180169    351306    105525    857882   2066171      7.57     10.13
933.72/933.86	c  N dy  5030    866695    101454    180169    351334     83632    857882   1424967      7.58      8.19
951.43/951.52	c  N dy  5146    886724    101447    180169    351369    103371    857882   1968987      7.59     10.57
970.22/970.33	c  N dy  5270    907136    101445    180169    351423     80585    857882   1267976      7.60      8.03
988.22/988.31	c  N dy  5390    927996    101444    180169    351504    101130    857882   1849456      7.60      8.07
1007.22/1007.38	c  N dy  5511    948040    101443    180169    351529    120896    857881   2399189      7.61     11.12
1024.12/1024.29	c  N dy  5655    968091    101442    180169    351572     97092    857881   1683642      7.63      8.56
1042.42/1042.55	c  N dy  5786    988114    101437    180169    351612    116845    857881   2220302      7.64     10.66
1061.91/1062.04	c  N dy  5901   1008119    101437    180169    351625     91644    857881   1483863      7.65      8.17
1080.82/1080.98	c  N dy  6038   1028135    101437    180169    351693    111360    857881   1999128      7.66      9.41
1098.52/1098.66	c  N dy  6160   1048310    101436    180169    351732     85237    857881   1269017      7.68      8.08
1116.02/1116.10	c  N dy  6262   1068407    101433    180169    351762    105126    857881   1907545      7.68      9.65
1120.22/1120.32	c  F st  6278   1071876    101433    180169    351765    108556    857881   1998668      7.68      7.48
1120.32/1120.42	c Replacing      246 vars Replaced    11376 lits Time:     0.07 s 
1135.42/1135.58	c  N dy  6360   1088506    101188    180061    351467    124323    857349   2446646      7.69      9.08
1153.41/1153.50	c  N dy  6477   1108641    101187    180061    351485     97089    857349   1554161      7.69      8.12
1170.22/1170.39	c  N dy  6604   1128679    101187    180061    351505    116823    857349   2065093      7.71      8.13
1187.21/1187.32	c  N dy  6701   1148720    101186    180061    351546     88803    857349   1310997      7.71      8.12
1206.81/1206.93	c  N dy  6809   1169210    101185    180061    351563    109022    857349   1841731      7.71      8.16
1228.41/1228.50	c  N dy  6932   1189234    101185    180061    351594    128751    857349   2383698      7.72      8.19
1247.21/1247.31	c  N dy  7064   1209290    101184    180061    351617    100158    857349   1561226      7.73      8.54
1247.51/1247.65	c  S st  7066   1209666    101184    180061    351620    100529    857349   1570555      7.73      8.01
1248.61/1248.71	c  S st  7066   1210169    101184    180061    351649    100999    857349   1576713      7.73   no data
1248.61/1248.79	c x-sub:   148 x-cut:      0 vfix:      0 v-elim:     21 locsubst:   557 time:   0.08
1259.41/1259.52	c Flit:   110 Blit:     63 bXBeca:    0 bXProp:  137 Bins:  29954 BRemL:  10258 BRemN:      2 P: 200.0M T: 10.72
1259.41/1259.52	c Cleaning up after failed var search:     0.00 s 
1259.50/1259.63	c Replacing      386 vars Replaced    30685 lits Time:     0.10 s 
1259.50/1259.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
1259.60/1259.76	c bin-w-bin subsume rem         4928 bins  time:  0.06 s
1259.70/1259.83	c subs with bin:      326  lits-rem:        68  v-fix:    0  time:  0.08 s
1260.11/1260.20	c Subs w/ non-existent bins:     49 l-rem:     33 v-fix:     1 done: 100560 time:  0.36 s
1260.11/1260.27	c Removed useless bin:      17  fixed:     0  props:   4.65M  time:  0.07 s
1260.31/1260.41	c lits-rem:        56  cl-subs:      287  v-elim:     47  v-fix:    0  time:  0.15 s
1260.52/1260.63	c subs with bin:      629  lits-rem:      2599  v-fix:    0  time:  0.14 s
1260.81/1260.97	c lits-rem:      2764  cl-subs:     1039  v-elim:      0  v-fix:    0  time:  0.31 s
1261.41/1261.50	c vivif2 --  cl tried   178589 cl shrink      272 lits rem        278 time: 0.53
1262.11/1262.27	c vivif2 --  cl tried    96969 cl shrink     8350 lits rem      16816 time: 0.77
1262.62/1262.73	c asymm  cl-useful: 78/551/178459 lits-rem:234 time: 0.45
1262.81/1262.96	c calculated reachability. Time: 0.21
1262.81/1262.97	c  N dy  7066   1210169    100512    178381    362086     96904    849623   1519654      7.73   no data
1264.71/1264.85	c Finding binary XORs  T:     1.88 s  found:     168
1281.81/1281.98	c  N dy  7192   1230257    100507    178381    362126    116766    849623   2100388      7.74      9.42

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: 961)

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-3368291-1305380458/watcher-3368291-1305380458 -o /tmp/evaluation-result-3368291-1305380458/solver-3368291-1305380458 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368291-1305380458.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.92 3.94 2.99 5/294 1849
/proc/meminfo: memFree=18496980/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=21396 CPUtime=0 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 661 0 0 0 0 0 0 0 21 0 1 0 649645523 21909504 601 33554432000 4194304 4580011 140737168258160 18446744073709551615 274664808192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 5349 610 307 95 0 331 0

[startup+0.0867281 s]
/proc/loadavg: 3.92 3.94 2.99 5/294 1849
/proc/meminfo: memFree=18496980/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=102468 CPUtime=0.08 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 22761 0 0 0 5 3 0 0 21 0 1 0 649645523 104927232 18349 33554432000 4194304 4580011 140737168258160 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 25617 18358 322 95 0 20599 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 102468

[startup+0.100728 s]
/proc/loadavg: 3.92 3.94 2.99 5/294 1849
/proc/meminfo: memFree=18496980/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=127044 CPUtime=0.08 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 27837 0 0 0 5 3 0 0 21 0 1 0 649645523 130093056 19301 33554432000 4194304 4580011 140737168258160 18446744073709551615 4345192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 31761 19323 322 95 0 26743 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 127044

[startup+0.300693 s]
/proc/loadavg: 3.92 3.94 2.99 5/294 1849
/proc/meminfo: memFree=18496980/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=183144 CPUtime=0.29 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 36264 0 0 0 24 5 0 0 22 0 1 0 649645523 187539456 27650 33554432000 4194304 4580011 140737168258160 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 45786 27650 325 95 0 40768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 183144

[startup+0.700634 s]
/proc/loadavg: 3.92 3.94 2.99 5/294 1849
/proc/meminfo: memFree=18496980/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=197700 CPUtime=0.69 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 41238 0 0 0 63 6 0 0 23 0 1 0 649645523 202444800 32624 33554432000 4194304 4580011 140737168258160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 49425 32624 339 95 0 44407 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 197700

[startup+1.50048 s]
/proc/loadavg: 3.92 3.94 2.99 5/295 1850
/proc/meminfo: memFree=18363440/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=219664 CPUtime=1.48 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 46320 0 0 0 142 6 0 0 25 0 1 0 649645523 224935936 37706 33554432000 4194304 4580011 140737168258160 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 54916 37706 341 95 0 49898 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 219664

[startup+3.10021 s]
/proc/loadavg: 3.92 3.94 2.99 6/295 1850
/proc/meminfo: memFree=18321280/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=274220 CPUtime=3.09 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 58397 0 0 0 301 8 0 0 25 0 1 0 649645523 280801280 49783 33554432000 4194304 4580011 140737168258160 18446744073709551615 4231584 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 68555 49800 341 95 0 63537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 274220

[startup+6.30065 s]
/proc/loadavg: 4.01 3.96 3.00 6/295 1850
/proc/meminfo: memFree=18209060/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=384708 CPUtime=6.29 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 83146 0 0 0 618 11 0 0 25 0 1 0 649645523 393940992 74532 33554432000 4194304 4580011 140737168258160 18446744073709551615 4293234 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 96177 74532 341 95 0 91159 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 384708

[startup+12.7005 s]
/proc/loadavg: 4.33 4.02 3.03 5/295 1850
/proc/meminfo: memFree=18130208/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=510616 CPUtime=12.69 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 107910 0 0 0 1253 16 0 0 25 0 1 0 649645523 522870784 99296 33554432000 4194304 4580011 140737168258160 18446744073709551615 4293089 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 127687 99298 341 95 0 122669 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 510616

[startup+25.5003 s]
/proc/loadavg: 4.40 4.06 3.05 4/293 1851
/proc/meminfo: memFree=18050368/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=699664 CPUtime=25.49 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 164423 0 0 0 2526 23 0 0 25 0 1 0 649645523 716455936 146714 33554432000 4194304 4580011 140737168258160 18446744073709551615 4295064 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 174916 146714 365 95 0 169898 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 699664

[startup+51.1009 s]
/proc/loadavg: 4.46 4.10 3.09 5/295 1906
/proc/meminfo: memFree=17362396/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=860784 CPUtime=51.09 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 202947 0 0 0 5081 28 0 0 25 0 1 0 649645523 881442816 179740 33554432000 4194304 4580011 140737168258160 18446744073709551615 4395338 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 215196 179740 367 95 0 210178 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 860784

[startup+102.311 s]
/proc/loadavg: 4.31 4.11 3.15 5/295 1962
/proc/meminfo: memFree=17707040/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1077424 CPUtime=102.29 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 257183 0 0 0 10192 37 0 0 25 0 1 0 649645523 1103282176 230636 33554432000 4194304 4580011 140737168258160 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 269356 230636 367 95 0 264338 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1077424

[startup+162.301 s]
/proc/loadavg: 4.09 4.09 3.20 5/295 1992
/proc/meminfo: memFree=17536948/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1251988 CPUtime=162.27 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 296742 0 0 0 16183 44 0 0 25 0 1 0 649645523 1282035712 266228 33554432000 4194304 4580011 140737168258160 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 312997 266228 367 95 0 307979 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1251988

[startup+222.301 s]
/proc/loadavg: 4.08 4.08 3.25 5/295 1994
/proc/meminfo: memFree=17451988/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1244648 CPUtime=222.27 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 297990 0 0 0 22182 45 0 0 25 0 1 0 649645523 1274519552 264292 33554432000 4194304 4580011 140737168258160 18446744073709551615 4294181 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 311162 264292 367 95 0 306144 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 1244648

[startup+282.301 s]
/proc/loadavg: 4.03 4.07 3.29 5/295 1995
/proc/meminfo: memFree=17226644/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1456532 CPUtime=282.26 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 339109 0 0 0 28176 50 0 0 25 0 1 0 649645523 1491488768 305411 33554432000 4194304 4580011 140737168258160 18446744073709551615 4295075 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 364133 305411 367 95 0 359115 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 1456532

[startup+342.3 s]
/proc/loadavg: 4.01 4.05 3.34 5/295 1997
/proc/meminfo: memFree=17073840/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1520144 CPUtime=342.26 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 354160 0 0 0 34173 53 0 0 25 0 1 0 649645523 1556627456 320462 33554432000 4194304 4580011 140737168258160 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 380036 320462 367 95 0 375018 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 1520144

[startup+402.301 s]
/proc/loadavg: 4.08 4.07 3.38 5/295 2025
/proc/meminfo: memFree=17291756/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1545700 CPUtime=402.25 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 357297 0 0 0 40171 54 0 0 25 0 1 0 649645523 1582796800 323599 33554432000 4194304 4580011 140737168258160 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 386425 323599 367 95 0 381407 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 1545700

[startup+462.301 s]
/proc/loadavg: 4.03 4.05 3.42 5/295 2027
/proc/meminfo: memFree=17178636/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1575284 CPUtime=462.25 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 366898 0 0 0 46169 56 0 0 25 0 1 0 649645523 1613090816 333200 33554432000 4194304 4580011 140737168258160 18446744073709551615 4321004 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 393821 333200 367 95 0 388803 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 1575284

[startup+522.301 s]
/proc/loadavg: 4.05 4.06 3.46 5/295 2029
/proc/meminfo: memFree=17160024/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1583588 CPUtime=522.25 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 368281 0 0 0 52168 57 0 0 25 0 1 0 649645523 1621594112 334583 33554432000 4194304 4580011 140737168258160 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 395897 334583 367 95 0 390879 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 1583588

[startup+582.301 s]
/proc/loadavg: 4.02 4.04 3.49 5/295 2030
/proc/meminfo: memFree=17134560/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1619632 CPUtime=582.25 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 373986 0 0 0 58167 58 0 0 25 0 1 0 649645523 1658503168 340288 33554432000 4194304 4580011 140737168258160 18446744073709551615 4306223 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 404908 340288 367 95 0 399890 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 1619632

[startup+642.3 s]
/proc/loadavg: 4.04 4.05 3.52 5/295 2032
/proc/meminfo: memFree=17108732/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1619632 CPUtime=642.24 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 376358 0 0 0 64166 58 0 0 25 0 1 0 649645523 1658503168 342660 33554432000 4194304 4580011 140737168258160 18446744073709551615 4295090 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 404908 342660 367 95 0 399890 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 1619632

[startup+702.301 s]
/proc/loadavg: 4.15 4.07 3.56 5/295 2033
/proc/meminfo: memFree=17124576/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1640696 CPUtime=702.23 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 379804 0 0 0 70165 58 0 0 25 0 1 0 649645523 1680072704 346106 33554432000 4194304 4580011 140737168258160 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 410174 346106 367 95 0 405156 0
Current children cumulated CPU time (s) 702.23
Current children cumulated vsize (KiB) 1640696

[startup+762.311 s]
/proc/loadavg: 4.13 4.07 3.59 5/295 2035
/proc/meminfo: memFree=17046544/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1659096 CPUtime=762.24 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 383541 0 0 0 76165 59 0 0 25 0 1 0 649645523 1698914304 349843 33554432000 4194304 4580011 140737168258160 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 414774 349843 367 95 0 409756 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 1659096

[startup+822.301 s]
/proc/loadavg: 4.04 4.05 3.61 5/295 2037
/proc/meminfo: memFree=17060136/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1659096 CPUtime=822.22 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 384377 0 0 0 82163 59 0 0 25 0 1 0 649645523 1698914304 350679 33554432000 4194304 4580011 140737168258160 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 414774 350679 367 95 0 409756 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 1659096

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 3.64 6/295 2038
/proc/meminfo: memFree=16999100/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1659096 CPUtime=882.22 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 386428 0 0 0 88162 60 0 0 25 0 1 0 649645523 1698914304 352730 33554432000 4194304 4580011 140737168258160 18446744073709551615 4497262 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 414774 352730 367 95 0 409756 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 1659096

[startup+942.3 s]
/proc/loadavg: 4.00 4.03 3.66 5/295 2040
/proc/meminfo: memFree=16949212/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1679504 CPUtime=942.22 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 389878 0 0 0 94161 61 0 0 25 0 1 0 649645523 1719812096 356180 33554432000 4194304 4580011 140737168258160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 419876 356180 367 95 0 414858 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 1679504

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.67 5/295 2041
/proc/meminfo: memFree=16960964/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1679504 CPUtime=1002.22 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 390626 0 0 0 100161 61 0 0 25 0 1 0 649645523 1719812096 356928 33554432000 4194304 4580011 140737168258160 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 419876 356928 367 95 0 414858 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 1679504

[startup+1062.3 s]
/proc/loadavg: 4.05 4.03 3.70 5/295 2043
/proc/meminfo: memFree=16909600/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1697624 CPUtime=1062.21 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 393505 0 0 0 106160 61 0 0 25 0 1 0 649645523 1738366976 359807 33554432000 4194304 4580011 140737168258160 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 424406 359807 367 95 0 419388 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 1697624

[startup+1122.3 s]
/proc/loadavg: 4.07 4.04 3.72 5/295 2045
/proc/meminfo: memFree=16896556/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1697624 CPUtime=1122.22 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 394577 0 0 0 112160 62 0 0 25 0 1 0 649645523 1738366976 360879 33554432000 4194304 4580011 140737168258160 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 424406 360879 367 95 0 419388 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 1697624

[startup+1182.3 s]
/proc/loadavg: 4.13 4.06 3.74 5/295 2046
/proc/meminfo: memFree=16878904/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1697624 CPUtime=1182.21 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 394864 0 0 0 118159 62 0 0 25 0 1 0 649645523 1738366976 361166 33554432000 4194304 4580011 140737168258160 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 424406 361166 367 95 0 419388 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 1697624

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 3.76 5/295 2057
/proc/meminfo: memFree=16818620/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1659976 CPUtime=1242.21 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 401377 0 0 0 124158 63 0 0 25 0 1 0 649645523 1699815424 352059 33554432000 4194304 4580011 140737168258160 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 414994 352059 367 95 0 409976 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 1659976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.77 5/295 2058
/proc/meminfo: memFree=16696692/32951132 swapFree=67093824/67111528
[pid=1849] ppid=1847 vsize=1685800 CPUtime=1299.91 cores=5,7
/proc/1849/stat : 1849 (strangenight2-s) R 1847 1849 1645 0 -1 4202496 407371 0 0 0 129927 64 0 0 25 0 1 0 649645523 1726259200 358053 33554432000 4194304 4580011 140737168258160 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1849/statm: 421450 358053 367 95 0 416432 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 1685800

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 1299.99
CPU user time (s): 1299.28
CPU system time (s): 0.707892
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 1697624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.28
system time used= 0.707892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 407371
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= 13
involuntary context switches= 2957

runsolver used 3.36549 second user time and 8.5267 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 15:40:59
IDJOB=3368291
IDBENCH=82354
IDSOLVER=1845
FILE ID=node131/3368291-1305380458
RUNJOBID= node131-1305379152-1666
PBS_JOBID= 13324371
Free space on /tmp= 73644 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368291-1305380458/watcher-3368291-1305380458 -o /tmp/evaluation-result-3368291-1305380458/solver-3368291-1305380458 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368291-1305380458.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=2137521513

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      18497384 kB
Buffers:        255404 kB
Cached:        3638568 kB
SwapCached:       1504 kB
Active:       11150180 kB
Inactive:      3044884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18497384 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           26448 kB
Writeback:           0 kB
AnonPages:    10299984 kB
Mapped:          27908 kB
Slab:           164152 kB
PageTables:      32628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28807688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73644 MiB
End job on node131 at 2011-05-14 16:02:41