Trace number 3280458

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mtUNSAT 264.768 66.2912

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8305
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3280458-1304028985.cnf'
0.00/0.00	c -- header says num vars:           3189
0.00/0.00	c -- header says num clauses:       11039
0.00/0.01	c -- clauses added:            0 learnts,        11039 normals,            0 xors
0.00/0.01	c -- vars added       3189
0.00/0.01	c Parsing time:  0.02 s
0.00/0.01	c  N st     0         0      3189      5575      5354         0     28201         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 6/5575/5575 lits-rem:11 time: 0.05
0.00/0.03	c Flit:    14 Blit:      8 bXBeca:    0 bXProp:  261 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.00/0.03	c Replacing      261 vars Replaced     4511 lits Time:     0.00 s 
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:       12  lits-rem:         9  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     1 done:   2482 time:  0.00 s
0.00/0.04	c Removed useless bin:       4  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.91	c lits-rem:         8  cl-subs:      533  v-elim:    827  v-fix:    0  time:  0.04 s
0.00/0.91	c Finding binary XORs  T:     0.00 s  found:       6
0.00/0.91	c Replacing        6 vars Replaced       55 lits Time:     0.00 s 
0.00/0.91	c Finding non-binary XORs:     0.01 s (found:     361, avg size: 3.8)
0.00/0.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      3 locsubst:     0 time:   0.00
0.00/0.91	c calculated reachability. Time: 0.00
0.00/0.91	c Calc default polars -  time:   0.00 s pos:     581 undec:    1558 neg:    1050
0.00/0.91	c =========================================================================================
0.00/0.91	c types(t): F = full restart, N = normal restart
0.00/0.91	c types(t): S = simplification begin/end, E = solution found
0.00/0.91	c restart types(rt): st = static, dy = dynamic
0.00/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.91	c  B st     0         0      1645      2114      2660         0     13828         0   no data   no data  --
0.00/0.91	c Decided on static restart strategy
0.00/0.91	c  N st     8      4915      1644      2114      2713      4814     13828    191931   no data   no data  --
0.00/0.91	c  N st    10     11297      1639      2114      2832      4655     13828    110245   no data   no data  --
4.76/1.21	c  N st    11     17040      1639      2114      2852     10297     13828    295209   no data   no data  --
7.58/1.93	c  F st    12     25000      1638      2114      2889     13069     13828    425985   no data   no data  --
7.58/1.94	c Replacing        1 vars Replaced       15 lits Time:     0.00 s 
7.58/1.94	c  N st    12     25000      1637      2101      2869     13068     13737    425970   no data   no data  --
7.58/1.94	c Finding binary XORs  T:     0.00 s  found:       6
9.16/2.38	c Decided on static restart strategy
9.16/2.38	c  N st    18     30002      1637      2101      2894     11577     13737    275994   no data   no data  --
9.16/2.38	c  S st    18     30002      1637      2101      2894     11577     13737    275994   no data   no data  --
9.56/2.43	c  S st    18     30503      1637      2101      2914     12051     13737    283147   no data   no data  --
9.56/2.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      2 locsubst:     0 time:   0.00
9.56/2.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.46	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   55 Bins:    944 BRemL:    221 BRemN:      3 P:  0.7M T:  0.09
9.56/2.47	c Replacing       61 vars Replaced     9162 lits Time:     0.04 s 
9.56/2.48	c bin-w-bin subsume rem          149 bins  time:  0.00 s
9.96/2.53	c subs with bin:      103  lits-rem:     10649  v-fix:    0  time:  0.22 s
9.96/2.53	c Subs w/ non-existent bins:      0 l-rem:    594 v-fix:     0 done:   1573 time:  0.01 s
9.96/2.54	c Removed useless bin:      15  fixed:     0  props:   0.03M  time:  0.00 s
12.75/3.20	c lits-rem:      1701  cl-subs:     5340  v-elim:    440  v-fix:    0  time:  2.64 s
12.75/3.21	c asymm  cl-useful: 57/2273/2273 lits-rem:75 time: 0.04
12.75/3.21	c calculated reachability. Time: 0.00
12.75/3.21	c  N st    18     30503      1133      2273      1593      7123     11212    116754   no data   no data  --
14.75/3.79	c  N st    20     37613      1133      2273      1602     14149     11212    321323   no data   no data  --
14.75/3.79	c Finding binary XORs  T:     0.00 s  found:       2
17.15/4.36	c  N st    21     44012      1133      2273      1603     12930     11212    270891   no data   no data  --
17.54/4.48	c  S st    22     45754      1133      2273      1746     14667     11212    349827   no data   no data  --
17.94/4.54	c  S st    22     46257      1133      2273      1753     15160     11212    358225   no data   no data  --
17.94/4.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    14 time:   0.01
17.94/4.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.94/4.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   42 Bins:    202 BRemL:     93 BRemN:      3 P:  0.6M T:  0.06
17.94/4.57	c Replacing       48 vars Replaced    13199 lits Time:     0.05 s 
17.94/4.58	c bin-w-bin subsume rem          130 bins  time:  0.00 s
18.35/4.63	c subs with bin:      101  lits-rem:      9368  v-fix:    0  time:  0.22 s
18.35/4.64	c Subs w/ non-existent bins:      0 l-rem:    573 v-fix:     0 done:   1085 time:  0.01 s
18.35/4.64	c Removed useless bin:      30  fixed:     0  props:   0.02M  time:  0.00 s
22.74/5.70	c lits-rem:      1360  cl-subs:      747  v-elim:     27  v-fix:    0  time:  4.25 s
22.74/5.70	c vivif2 --  cl tried     2241 cl shrink       13 lits rem         19 time: 0.00
22.74/5.71	c vivif2 --  cl tried    14414 cl shrink     1391 lits rem       2703 time: 0.04
22.74/5.73	c asymm  cl-useful: 0/2233/2233 lits-rem:0 time: 0.07
22.74/5.73	c calculated reachability. Time: 0.00
22.74/5.73	c  N st    22     46257      1058      2233      1521     14411     10672    329056   no data   no data  --
28.33/7.11	c  N st    23     60654      1058      2233      1522     20074     10672    608053   no data   no data  --
28.33/7.11	c Finding binary XORs  T:     0.00 s  found:       7
31.93/8.00	c  N st    24     69385      1057      2233      1543     18992     10669    476901   no data   no data  --
31.93/8.00	c  S st    24     69385      1057      2233      1543     18992     10669    476901   no data   no data  --
31.93/8.05	c  S st    24     69887      1057      2233      1554     19490     10669    484619   no data   no data  --
31.93/8.06	c x-sub:     5 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    20 time:   0.00
31.93/8.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.93/8.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   12 Bins:     47 BRemL:     25 BRemN:      4 P:  0.7M T:  0.07
31.93/8.08	c Replacing       26 vars Replaced     5481 lits Time:     0.04 s 
31.93/8.09	c bin-w-bin subsume rem           76 bins  time:  0.00 s
32.33/8.15	c subs with bin:       60  lits-rem:       515  v-fix:    0  time:  0.23 s
32.33/8.16	c Subs w/ non-existent bins:      0 l-rem:    961 v-fix:     0 done:   1031 time:  0.02 s
32.33/8.16	c Removed useless bin:       9  fixed:     0  props:   0.02M  time:  0.00 s
40.72/10.29	c lits-rem:      2379  cl-subs:      553  v-elim:      2  v-fix:    0  time:  8.51 s
40.72/10.29	c vivif2 --  cl tried     2188 cl shrink        4 lits rem          4 time: 0.00
41.12/10.31	c vivif2 --  cl tried    18899 cl shrink     1400 lits rem       2847 time: 0.06
41.12/10.33	c asymm  cl-useful: 3/2185/2185 lits-rem:7 time: 0.10
41.12/10.33	c calculated reachability. Time: 0.00
41.12/10.33	c  N st    24     69887      1029      2183      1448     18899     10351    465434   no data   no data  --
49.10/12.34	c  F st    25     87500      1029      2183      1448     13847     10351    196788   no data   no data  --
49.10/12.34	c  N st    25     87500      1029      2183      1448     13847     10351    196788   no data   no data  --
49.10/12.34	c Finding binary XORs  T:     0.00 s  found:      14
49.10/12.34	c Replacing       14 vars Replaced     1133 lits Time:     0.01 s 
51.11/12.84	c Decided on static restart strategy
52.30/13.11	c  N st    32     95537      1012      2159      1520     21643     10286    429530   no data   no data  --
55.91/14.01	c  N st    34    104831      1009      2159      1529     18213     10286    336506   no data   no data  --
55.91/14.01	c  S st    34    104831      1009      2159      1529     18213     10286    336506   no data   no data  --
55.91/14.07	c  S st    34    105337      1008      2159      1549     18717     10286    343236   no data   no data  --
55.91/14.07	c x-sub:    11 x-cut:      0 vfix:      0 v-elim:      1 locsubst:    29 time:   0.01
55.91/14.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.91/14.09	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:   13 Bins:    123 BRemL:     29 BRemN:      3 P:  0.7M T:  0.06
55.91/14.10	c Replacing       23 vars Replaced     6110 lits Time:     0.05 s 
56.31/14.11	c bin-w-bin subsume rem           85 bins  time:  0.00 s
56.31/14.16	c subs with bin:      165  lits-rem:      8064  v-fix:    0  time:  0.20 s
56.31/14.16	c Subs w/ non-existent bins:      5 l-rem:    625 v-fix:     0 done:    982 time:  0.01 s
56.31/14.16	c Removed useless bin:       4  fixed:     0  props:   0.02M  time:  0.00 s
61.09/15.35	c lits-rem:      1121  cl-subs:      283  v-elim:      5  v-fix:    0  time:  4.74 s
61.09/15.35	c vivif2 --  cl tried     2054 cl shrink        0 lits rem          0 time: 0.00
61.09/15.36	c vivif2 --  cl tried    17948 cl shrink     1705 lits rem       3349 time: 0.05
61.09/15.39	c asymm  cl-useful: 5/2054/2054 lits-rem:14 time: 0.10
61.09/15.39	c calculated reachability. Time: 0.00
61.09/15.39	c  N st    34    105337       977      2050      1474     17948      9778    318239   no data   no data  --
65.48/16.40	c  N st    35    114936       977      2050      1477     27430      9774    640307   no data   no data  --
65.48/16.40	c Finding binary XORs  T:     0.00 s  found:       3
72.28/18.11	c  N st    36    129334       977      2050      1486     28027      9774    533565   no data   no data  --
82.68/20.71	c  N st    37    150930       975      2050      1499     19106      9774    241557   no data   no data  --
82.68/20.71	c Finding binary XORs  T:     0.00 s  found:       3
85.86/21.52	c  S st    38    158005       975      2043      1523     26024      9745    440083   no data   no data  --
86.26/21.60	c  S st    38    158506       975      2043      1526     26519      9745    449081   no data   no data  --
86.26/21.60	c x-sub:    11 x-cut:      0 vfix:      0 v-elim:      3 locsubst:    15 time:   0.01
86.26/21.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.26/21.62	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:   26 Bins:    102 BRemL:     43 BRemN:      1 P:  1.0M T:  0.09
86.26/21.64	c Replacing       36 vars Replaced    16745 lits Time:     0.07 s 
86.26/21.66	c bin-w-bin subsume rem           66 bins  time:  0.00 s
86.68/21.72	c subs with bin:       97  lits-rem:     11018  v-fix:    0  time:  0.25 s
86.68/21.72	c Subs w/ non-existent bins:      4 l-rem:    675 v-fix:     0 done:    935 time:  0.02 s
86.68/21.72	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
93.84/23.55	c lits-rem:      2458  cl-subs:     1587  v-elim:      5  v-fix:    0  time:  7.28 s
93.84/23.55	c vivif2 --  cl tried     1941 cl shrink        0 lits rem          0 time: 0.00
93.84/23.56	c vivif2 --  cl tried    24832 cl shrink     2080 lits rem       3156 time: 0.06
94.25/23.60	c asymm  cl-useful: 4/1941/1941 lits-rem:11 time: 0.14
94.25/23.60	c calculated reachability. Time: 0.00
94.25/23.60	c  N st    38    158506       930      1938      1438     24830      9193    405125   no data   no data  --
115.42/28.97	c  N st    39    207094       930      1938      1441     38179      9193    643187   no data   no data  --
115.42/28.97	c Finding binary XORs  T:     0.00 s  found:       4
130.21/32.67	c  N st    40    237759       930      1938      1451     30199      9191    444832   no data   no data  --
130.21/32.67	c  S st    40    237759       930      1938      1451     30199      9191    444832   no data   no data  --
130.62/32.75	c  S st    40    238264       930      1938      1457     30702      9191    451725   no data   no data  --
130.62/32.75	c x-sub:     5 x-cut:      0 vfix:      0 v-elim:      2 locsubst:    17 time:   0.01
130.62/32.75	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.00
130.62/32.78	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:   38 Bins:     79 BRemL:     25 BRemN:      2 P:  1.1M T:  0.10
131.02/32.81	c Replacing       49 vars Replaced    28380 lits Time:     0.11 s 
131.02/32.82	c bin-w-bin subsume rem           85 bins  time:  0.00 s
131.02/32.88	c subs with bin:      150  lits-rem:      7463  v-fix:    0  time:  0.22 s
131.02/32.88	c Subs w/ non-existent bins:     12 l-rem:    310 v-fix:     0 done:    878 time:  0.01 s
131.02/32.88	c Removed useless bin:       1  fixed:     0  props:   0.02M  time:  0.00 s
136.59/34.29	c lits-rem:      1962  cl-subs:     4209  v-elim:      2  v-fix:    0  time:  5.63 s
136.59/34.29	c vivif2 --  cl tried     1860 cl shrink        0 lits rem          0 time: 0.00
136.99/34.30	c vivif2 --  cl tried    26060 cl shrink     1012 lits rem       1394 time: 0.05
136.99/34.34	c asymm  cl-useful: 3/1860/1860 lits-rem:5 time: 0.14
136.99/34.34	c calculated reachability. Time: 0.00
136.99/34.34	c  N st    40    238264       876      1859      1333     26060      8724    350070   no data   no data  --
170.17/42.64	c  F st    41    306250       876      1859      1333     28527      8724    347713   no data   no data  --
170.17/42.64	c  N st    41    306250       876      1859      1333     28527      8724    347713   no data   no data  --
170.17/42.65	c Finding binary XORs  T:     0.00 s  found:      15
170.17/42.66	c Replacing       17 vars Replaced     8688 lits Time:     0.05 s 
172.14/43.15	c Decided on static restart strategy
182.13/45.66	c  N st    51    334556       855      1858      1367     32620      8664    451352   no data   no data  --
195.71/49.03	c  N st    53    357396       855      1858      1370     30709      8664    353567   no data   no data  --
195.71/49.03	c  S st    53    357396       855      1858      1370     30709      8664    353567   no data   no data  --
196.11/49.11	c  S st    53    357898       855      1858      1372     31207      8664    362157   no data   no data  --
196.11/49.12	c x-sub:     7 x-cut:      0 vfix:      0 v-elim:      4 locsubst:    10 time:   0.01
196.11/49.12	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
196.11/49.14	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   12 Bins:    177 BRemL:    169 BRemN:      2 P:  1.2M T:  0.11
196.11/49.15	c Replacing       16 vars Replaced     5169 lits Time:     0.04 s 
196.11/49.17	c bin-w-bin subsume rem           65 bins  time:  0.00 s
196.11/49.18	c subs with bin:       55  lits-rem:      1624  v-fix:    0  time:  0.07 s
196.11/49.18	c Subs w/ non-existent bins:      3 l-rem:    302 v-fix:     0 done:    834 time:  0.01 s
196.11/49.18	c Removed useless bin:       1  fixed:     0  props:   0.02M  time:  0.00 s
200.11/50.10	c lits-rem:      1326  cl-subs:      771  v-elim:      3  v-fix:    0  time:  3.67 s
200.11/50.10	c vivif2 --  cl tried     1819 cl shrink        4 lits rem          4 time: 0.00
200.11/50.12	c vivif2 --  cl tried    30384 cl shrink      411 lits rem        619 time: 0.04
200.11/50.15	c asymm  cl-useful: 7/1817/1817 lits-rem:17 time: 0.15
200.11/50.15	c calculated reachability. Time: 0.00
200.11/50.15	c  N st    53    357898       831      1812      1275     30384      8372    347498   no data   no data  --
213.69/53.55	c  N st    54    390292       831      1812      1277     36599      8372    478423   no data   no data  --
213.69/53.55	c Finding binary XORs  T:     0.00 s  found:       2
239.65/60.04	c  N st    55    438881       829      1811      1266     30526      8354    332607   no data   no data  --
239.65/60.04	c Finding binary XORs  T:     0.00 s  found:      14
239.65/60.06	c Replacing       16 vars Replaced    17369 lits Time:     0.06 s 
264.42/66.28	c Following stats are for *FIRST FINISHED THREAD ONLY*
264.42/66.28	c num threads              : 4          
264.42/66.28	c restarts                 : 55         
264.42/66.28	c dynamic restarts         : 0          
264.42/66.28	c static restarts          : 55         
264.42/66.28	c full restarts            : 3          
264.42/66.28	c total simplify time      : 0.99       
264.42/66.28	c learnts DL2              : 0          
264.42/66.28	c learnts size 2           : 8461       
264.42/66.28	c learnts size 1           : 509         (15.96     % of vars)
264.42/66.28	c filedLit time            : 0.63        (0.24      % time)
264.42/66.28	c v-elim SatELite          : 1312        (41.14     % vars)
264.42/66.28	c SatELite time            : 32.61       (12.33     % time)
264.42/66.28	c v-elim xor               : 12          (0.38      % vars)
264.42/66.28	c xor elim time            : 0.04        (0.02      % time)
264.42/66.28	c num binary xor trees     : 342        
264.42/66.28	c binxor trees' crown      : 606         (1.77      leafs/tree)
264.42/66.28	c bin xor find time        : 0.04       
264.42/66.28	c OTF clause improved      : 9770        (0.02      clauses/conflict)
264.42/66.28	c OTF impr. size diff      : 10925       (1.12       lits/clause)
264.42/66.28	c OTF cl watch-shrink      : 305165      (0.63      clauses/conflict)
264.42/66.28	c OTF cl watch-sh-lit      : 985557      (3.23       lits/clause)
264.42/66.28	c tried to recurMin cls    : 158590      (32.52      % of conflicts)
264.42/66.28	c updated cache            : 0           (0.00       lits/tried recurMin)
264.42/66.28	c unit cls received        : 22          (4.32      % of units)
264.42/66.28	c unit cls sent            : 9           (1.77      % of units)
264.42/66.28	c bin cls received         : 1868       
264.42/66.28	c bin cls sent             : 415        
264.42/66.28	c clauses over max glue    : 0           (0.00      % of all clauses)
264.42/66.28	c conflicts                : 487706      (1843.64   / sec)
264.42/66.28	c decisions                : 586319      (1.70      % random)
264.42/66.28	c bogo-props               : 8957164323  (33860190.51 / sec)
264.42/66.28	c conflict literals        : 12730803    (49.04     % deleted)
264.42/66.28	c Memory used              : 368.00      MB
264.42/66.28	c single-thread CPU time   : 264.53      s
264.42/66.28	c all-threads sum CPU time : 264.53      s
264.42/66.28	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3280458-1304028985/watcher-3280458-1304028985 -o /tmp/evaluation-result-3280458-1304028985/solver-3280458-1304028985 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3280458-1304028985.cnf 

running on 4 cores: 0,2,4,6

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: 7.63 4.96 2.16 6/180 26084
/proc/meminfo: memFree=19514740/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 593129214 52465664 352 33554432000 4194304 4650419 140735493522272 18446744073709551615 47343497136044 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 12809 352 303 112 0 7774 0
[pid=26084/tid=26085] ppid=26082 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593129214 52465664 352 33554432000 4194304 4650419 140735493522272 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593129214 52465664 352 33554432000 4194304 4650419 140735493522272 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593129214 52465664 352 33554432000 4194304 4650419 140735493522272 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.917882 s]
/proc/loadavg: 7.63 4.96 2.16 6/180 26084
/proc/meminfo: memFree=19514740/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=352944 CPUtime=3.63 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 7491 0 0 0 361 2 0 0 19 0 4 0 593129214 361414656 4694 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 88236 4694 394 112 0 83201 0
[pid=26084/tid=26085] ppid=26082 vsize=352944 CPUtime=0.9 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1966 0 0 0 90 0 0 0 19 0 4 0 593129214 361414656 4694 33554432000 4194304 4650419 140735493522272 18446744073709551615 4364656 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=352944 CPUtime=0.9 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1860 0 0 0 90 0 0 0 19 0 4 0 593129214 361414656 4694 33554432000 4194304 4650419 140735493522272 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=352944 CPUtime=0.9 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1269 0 0 0 90 0 0 0 19 0 4 0 593129214 361414656 4694 33554432000 4194304 4650419 140735493522272 18446744073709551615 4333838 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 352944

[startup+1.01786 s]
/proc/loadavg: 7.63 4.96 2.16 6/180 26084
/proc/meminfo: memFree=19514740/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=352944 CPUtime=4.03 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 7687 0 0 0 401 2 0 0 19 0 4 0 593129214 361414656 4890 33554432000 4194304 4650419 140735493522272 18446744073709551615 4368084 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 88236 4890 394 112 0 83201 0
[pid=26084/tid=26085] ppid=26082 vsize=352944 CPUtime=1 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 2024 0 0 0 100 0 0 0 19 0 4 0 593129214 361414656 4890 33554432000 4194304 4650419 140735493522272 18446744073709551615 4314992 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=352944 CPUtime=1 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1903 0 0 0 100 0 0 0 19 0 4 0 593129214 361414656 4890 33554432000 4194304 4650419 140735493522272 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=352944 CPUtime=1 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1313 0 0 0 100 0 0 0 19 0 4 0 593129214 361414656 4890 33554432000 4194304 4650419 140735493522272 18446744073709551615 4364993 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 352944

[startup+1.10085 s]
/proc/loadavg: 7.63 4.96 2.16 6/180 26084
/proc/meminfo: memFree=19514740/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=352944 CPUtime=4.36 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 7874 0 0 0 434 2 0 0 19 0 4 0 593129214 361414656 5077 33554432000 4194304 4650419 140735493522272 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 88236 5077 394 112 0 83201 0
[pid=26084/tid=26085] ppid=26082 vsize=352944 CPUtime=1.08 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 2066 0 0 0 108 0 0 0 19 0 4 0 593129214 361414656 5077 33554432000 4194304 4650419 140735493522272 18446744073709551615 4334352 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=352944 CPUtime=1.08 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1947 0 0 0 108 0 0 0 19 0 4 0 593129214 361414656 5077 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=352944 CPUtime=1.08 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1370 0 0 0 108 0 0 0 19 0 4 0 593129214 361414656 5077 33554432000 4194304 4650419 140735493522272 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 352944

[startup+1.20083 s]
/proc/loadavg: 7.63 4.96 2.16 6/180 26084
/proc/meminfo: memFree=19514740/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=353096 CPUtime=4.76 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 8118 0 0 0 474 2 0 0 19 0 4 0 593129214 361570304 5321 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365373 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 88274 5321 394 112 0 83239 0
[pid=26084/tid=26085] ppid=26082 vsize=353096 CPUtime=1.18 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 2143 0 0 0 118 0 0 0 19 0 4 0 593129214 361570304 5321 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363680 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=353096 CPUtime=1.18 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1998 0 0 0 118 0 0 0 19 0 4 0 593129214 361570304 5321 33554432000 4194304 4650419 140735493522272 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=353096 CPUtime=1.18 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1415 0 0 0 118 0 0 0 19 0 4 0 593129214 361570304 5321 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 353096

[startup+1.50077 s]
/proc/loadavg: 7.63 4.96 2.16 6/180 26084
/proc/meminfo: memFree=19514740/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=344588 CPUtime=5.96 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 9369 0 0 0 594 2 0 0 19 0 4 0 593129214 352858112 5098 33554432000 4194304 4650419 140735493522272 18446744073709551615 4331084 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 86147 5098 394 112 0 81112 0
[pid=26084/tid=26085] ppid=26082 vsize=344588 CPUtime=1.48 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 2527 0 0 0 148 0 0 0 20 0 4 0 593129214 352858112 5098 33554432000 4194304 4650419 140735493522272 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=344588 CPUtime=1.48 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 2265 0 0 0 148 0 0 0 20 0 4 0 593129214 352858112 5098 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=344588 CPUtime=1.48 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 1691 0 0 0 148 0 0 0 20 0 4 0 593129214 352858112 5098 33554432000 4194304 4650419 140735493522272 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 344588

[startup+3.10647 s]
/proc/loadavg: 7.63 4.96 2.16 9/184 26088
/proc/meminfo: memFree=19466220/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=346156 CPUtime=12.38 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 15330 0 0 0 1234 4 0 0 25 0 4 0 593129214 354463744 8512 33554432000 4194304 4650419 140735493522272 18446744073709551615 4432405 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 86539 8512 395 112 0 81504 0
[pid=26084/tid=26085] ppid=26082 vsize=346156 CPUtime=3.09 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 4496 0 0 0 308 1 0 0 25 0 4 0 593129214 354463744 8512 33554432000 4194304 4650419 140735493522272 18446744073709551615 4435793 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=346156 CPUtime=3.08 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 3378 0 0 0 308 0 0 0 25 0 4 0 593129214 354463744 8512 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=346156 CPUtime=3.08 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 2603 0 0 0 307 1 0 0 25 0 4 0 593129214 354463744 8512 33554432000 4194304 4650419 140735493522272 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 346156

[startup+6.30086 s]
/proc/loadavg: 7.66 5.01 2.19 9/184 26088
/proc/meminfo: memFree=19434660/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=355248 CPUtime=25.16 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 25117 0 0 0 2509 7 0 0 25 0 4 0 593129214 363773952 14794 33554432000 4194304 4650419 140735493522272 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 88812 14794 395 112 0 83777 0
[pid=26084/tid=26085] ppid=26082 vsize=355248 CPUtime=6.29 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 6294 0 0 0 628 1 0 0 25 0 4 0 593129214 363773952 14794 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=355248 CPUtime=6.29 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 6737 0 0 0 628 1 0 0 25 0 4 0 593129214 363773952 14794 33554432000 4194304 4650419 140735493522272 18446744073709551615 4333209 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=355248 CPUtime=6.26 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 5382 0 0 0 624 2 0 0 25 0 4 0 593129214 363773952 14794 33554432000 4194304 4650419 140735493522272 18446744073709551615 4334075 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 355248

[startup+12.7006 s]
/proc/loadavg: 7.69 5.06 2.22 9/184 26088
/proc/meminfo: memFree=19454032/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=373940 CPUtime=50.71 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 35193 0 0 0 5061 10 0 0 25 0 4 0 593129214 382914560 18861 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363644 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 93485 18861 395 112 0 88450 0
[pid=26084/tid=26085] ppid=26082 vsize=373940 CPUtime=12.69 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 9058 0 0 0 1267 2 0 0 25 0 4 0 593129214 382914560 18861 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=373940 CPUtime=12.68 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 8777 0 0 0 1267 1 0 0 25 0 4 0 593129214 382914560 18861 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=373940 CPUtime=12.63 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 7720 0 0 0 1260 3 0 0 25 0 4 0 593129214 382914560 18861 33554432000 4194304 4650419 140735493522272 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 373940

[startup+25.5012 s]
/proc/loadavg: 7.75 5.20 2.31 9/184 26088
/proc/meminfo: memFree=19328792/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=403024 CPUtime=101.84 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 52957 0 0 0 10171 13 0 0 25 0 4 0 593129214 412696576 23858 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 100756 23858 395 112 0 95721 0
[pid=26084/tid=26085] ppid=26082 vsize=403024 CPUtime=25.48 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 13080 0 0 0 2546 2 0 0 25 0 4 0 593129214 412696576 23858 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=403024 CPUtime=25.48 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 14509 0 0 0 2546 2 0 0 25 0 4 0 593129214 412696576 23858 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=403024 CPUtime=25.35 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 11551 0 0 0 2531 4 0 0 25 0 4 0 593129214 412696576 23858 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 403024

[startup+51.1003 s]
/proc/loadavg: 7.90 5.44 2.47 9/184 26089
/proc/meminfo: memFree=19152948/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=376716 CPUtime=204.1 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 82174 0 0 0 20391 19 0 0 25 0 4 0 593129214 385757184 26682 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 94179 26682 395 112 0 89144 0
[pid=26084/tid=26085] ppid=26082 vsize=376716 CPUtime=51.09 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 22962 0 0 0 5104 5 0 0 25 0 4 0 593129214 385757184 26682 33554432000 4194304 4650419 140735493522272 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=376716 CPUtime=51.08 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 22127 0 0 0 5105 3 0 0 25 0 4 0 593129214 385757184 26682 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=376716 CPUtime=50.82 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 16487 0 0 0 5077 5 0 0 25 0 4 0 593129214 385757184 26682 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 376716

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

[startup+52.0011 s]
/proc/loadavg: 7.90 5.44 2.47 9/184 26089
/proc/meminfo: memFree=19151956/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=376716 CPUtime=207.69 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 84339 0 0 0 20750 19 0 0 25 0 4 0 593129214 385757184 28835 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 94179 28835 395 112 0 89144 0
[pid=26084/tid=26085] ppid=26082 vsize=376716 CPUtime=51.99 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 24451 0 0 0 5194 5 0 0 25 0 4 0 593129214 385757184 28835 33554432000 4194304 4650419 140735493522272 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=376716 CPUtime=51.98 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 22682 0 0 0 5195 3 0 0 25 0 4 0 593129214 385757184 28835 33554432000 4194304 4650419 140735493522272 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=376716 CPUtime=51.71 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 16608 0 0 0 5166 5 0 0 25 0 4 0 593129214 385757184 28835 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 207.69
Current children cumulated vsize (KiB) 376716

[startup+58.4009 s]
/proc/loadavg: 7.91 5.48 2.50 9/184 26089
/proc/meminfo: memFree=19129884/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=376916 CPUtime=233.26 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 89545 0 0 0 23305 21 0 0 25 0 4 0 593129214 385961984 29617 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 94229 29617 395 112 0 89194 0
[pid=26084/tid=26085] ppid=26082 vsize=376916 CPUtime=58.38 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 25947 0 0 0 5833 5 0 0 25 0 4 0 593129214 385961984 29617 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=376916 CPUtime=58.37 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 24075 0 0 0 5834 3 0 0 25 0 4 0 593129214 385961984 29617 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=376916 CPUtime=58.08 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 17675 0 0 0 5802 6 0 0 25 0 4 0 593129214 385961984 29617 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 233.26
Current children cumulated vsize (KiB) 376916

[startup+61.6003 s]
/proc/loadavg: 7.91 5.53 2.53 9/184 26089
/proc/meminfo: memFree=19124676/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=376828 CPUtime=246.04 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 92534 0 0 0 24583 21 0 0 25 0 4 0 593129214 385871872 30671 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363531 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 94207 30671 395 112 0 89172 0
[pid=26084/tid=26085] ppid=26082 vsize=376828 CPUtime=61.58 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 26484 0 0 0 6153 5 0 0 25 0 4 0 593129214 385871872 30671 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=376828 CPUtime=61.58 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 24939 0 0 0 6154 4 0 0 25 0 4 0 593129214 385871872 30671 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=376828 CPUtime=61.26 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 18356 0 0 0 6120 6 0 0 25 0 4 0 593129214 385871872 30671 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 246.04
Current children cumulated vsize (KiB) 376828

[startup+64.8007 s]
/proc/loadavg: 7.91 5.53 2.53 9/184 26089
/proc/meminfo: memFree=19107168/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=376828 CPUtime=258.82 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 95100 0 0 0 25860 22 0 0 25 0 4 0 593129214 385871872 33237 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 94207 33237 395 112 0 89172 0
[pid=26084/tid=26085] ppid=26082 vsize=376828 CPUtime=64.78 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 27466 0 0 0 6473 5 0 0 25 0 4 0 593129214 385871872 33237 33554432000 4194304 4650419 140735493522272 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=376828 CPUtime=64.78 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 25784 0 0 0 6474 4 0 0 25 0 4 0 593129214 385871872 33237 33554432000 4194304 4650419 140735493522272 18446744073709551615 4364013 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=376828 CPUtime=64.44 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 18724 0 0 0 6438 6 0 0 25 0 4 0 593129214 385871872 33237 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 258.82
Current children cumulated vsize (KiB) 376828

[startup+65.6006 s]
/proc/loadavg: 7.91 5.53 2.53 9/184 26089
/proc/meminfo: memFree=19107168/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=376828 CPUtime=262.02 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 95820 0 0 0 26180 22 0 0 25 0 4 0 593129214 385871872 32968 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363490 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 94207 32968 395 112 0 89172 0
[pid=26084/tid=26085] ppid=26082 vsize=376828 CPUtime=65.58 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 27607 0 0 0 6553 5 0 0 25 0 4 0 593129214 385871872 32968 33554432000 4194304 4650419 140735493522272 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=376828 CPUtime=65.58 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 25907 0 0 0 6554 4 0 0 25 0 4 0 593129214 385871872 32968 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=376828 CPUtime=65.24 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 19180 0 0 0 6518 6 0 0 25 0 4 0 593129214 385871872 32968 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 262.02
Current children cumulated vsize (KiB) 376828

[startup+66.0005 s]
/proc/loadavg: 7.92 5.57 2.56 9/184 26089
/proc/meminfo: memFree=19104812/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=376828 CPUtime=263.62 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 95946 0 0 0 26340 22 0 0 25 0 4 0 593129214 385871872 33094 33554432000 4194304 4650419 140735493522272 18446744073709551615 4365210 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 94207 33094 395 112 0 89172 0
[pid=26084/tid=26085] ppid=26082 vsize=376828 CPUtime=65.98 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 27607 0 0 0 6593 5 0 0 25 0 4 0 593129214 385871872 33094 33554432000 4194304 4650419 140735493522272 18446744073709551615 4330608 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=376828 CPUtime=65.98 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 25974 0 0 0 6594 4 0 0 25 0 4 0 593129214 385871872 33095 33554432000 4194304 4650419 140735493522272 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=376828 CPUtime=65.63 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 19240 0 0 0 6557 6 0 0 25 0 4 0 593129214 385871872 33095 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 263.62
Current children cumulated vsize (KiB) 376828

[startup+66.2004 s]
/proc/loadavg: 7.92 5.57 2.56 9/184 26089
/proc/meminfo: memFree=19104812/32950928 swapFree=67111524/67111528
[pid=26084] ppid=26082 vsize=376828 CPUtime=264.42 cores=0,2,4,6
/proc/26084/stat : 26084 (strangenight1-m) R 26082 26084 25974 0 -1 4202496 96016 0 0 0 26420 22 0 0 25 0 4 0 593129214 385871872 33164 33554432000 4194304 4650419 140735493522272 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26084/statm: 94207 33164 395 112 0 89172 0
[pid=26084/tid=26085] ppid=26082 vsize=376828 CPUtime=66.18 cores=0,2,4,6
/proc/26084/task/26085/stat : 26085 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 27607 0 0 0 6613 5 0 0 25 0 4 0 593129214 385871872 33164 33554432000 4194304 4650419 140735493522272 18446744073709551615 4367017 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26084/tid=26086] ppid=26082 vsize=376828 CPUtime=66.18 cores=0,2,4,6
/proc/26084/task/26086/stat : 26086 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 26013 0 0 0 6614 4 0 0 25 0 4 0 593129214 385871872 33164 33554432000 4194304 4650419 140735493522272 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26084/tid=26087] ppid=26082 vsize=376828 CPUtime=65.83 cores=0,2,4,6
/proc/26084/task/26087/stat : 26087 (strangenight1-m) R 26082 26084 25974 0 -1 4202560 19270 0 0 0 6577 6 0 0 25 0 4 0 593129214 385871872 33164 33554432000 4194304 4650419 140735493522272 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 264.42
Current children cumulated vsize (KiB) 376828

Child status: 20
Real time (s): 66.2912
CPU time (s): 264.768
CPU user time (s): 264.534
CPU system time (s): 0.233964
CPU usage (%): 399.401
Max. virtual memory (cumulated for all children) (KiB): 403024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.534
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96045
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= 1308
involuntary context switches= 1356

runsolver used 0.099984 second user time and 0.25696 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 00:16:25
IDJOB=3280458
IDBENCH=20393
IDSOLVER=1588
FILE ID=node114/3280458-1304028985
RUNJOBID= node114-1304028688-25993
PBS_JOBID= 13170338
Free space on /tmp= 71784 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280458-1304028985/watcher-3280458-1304028985 -o /tmp/evaluation-result-3280458-1304028985/solver-3280458-1304028985 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3280458-1304028985.cnf

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

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=1292810014

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19514896 kB
Buffers:       2230064 kB
Cached:        8973620 kB
SwapCached:          4 kB
Active:        3389404 kB
Inactive:      9471580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19514896 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6636 kB
Writeback:           0 kB
AnonPages:     1657144 kB
Mapped:          15556 kB
Slab:           508932 kB
PageTables:       7852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2235080 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= 71780 MiB
End job on node114 at 2011-04-29 00:17:32