Trace number 3175412

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S16302531-099.UNKNOWN.cnf
MD5SUM262b86a16f9a75cfd5f5af81be0602bc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.885
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 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-3175412-1304123055.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     203 undec:      59 neg:     188
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       439      1901         0         0      5756         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.38/0.14	c  N st     8      4916       439      1901         0      4832      5756    100517   no data   no data  --
1.18/0.37	c  N st    10     11304       439      1901         0      4471      5756     68744   no data   no data  --
2.38/0.62	c  N st    11     17047       439      1901         0     10084      5756    183454   no data   no data  --
3.57/1.00	c  F st    12     25000       439      1901         0     12363      5756    226744   no data   no data  --
3.57/1.00	c  N st    12     25000       439      1901         0     12363      5756    226744   no data   no data  --
4.77/1.22	c Decided on static restart strategy
4.77/1.22	c  N st    18     30001       439      1901         0     10642      5756    172077   no data   no data  --
4.77/1.22	c  S st    18     30001       439      1901         0     10642      5756    172077   no data   no data  --
4.77/1.25	c  S st    18     30508       439      1901         0     11149      5756    182782   no data   no data  --
4.77/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
4.77/1.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.42	c lits-rem:       151  cl-subs:      836  v-elim:      0  v-fix:    0  time:  0.65 s
5.56/1.43	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
5.56/1.43	c calculated reachability. Time: 0.00
5.56/1.43	c  N st    18     30508       439      1901         0     10313      5756    166442   no data   no data  --
7.17/1.82	c  N st    20     37623       439      1901         0      9615      5756    140624   no data   no data  --
8.38/2.19	c  N st    21     44022       439      1901         0     15887      5756    271363   no data   no data  --
9.16/2.32	c  S st    22     45762       439      1901         0     17581      5756    305991   no data   no data  --
9.16/2.36	c  S st    22     46267       439      1901         0      9335      5756    120736   no data   no data  --
9.16/2.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.16/2.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.16/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.16/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
9.16/2.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.43	c lits-rem:        45  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.26 s
9.56/2.43	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
9.56/2.43	c vivif2 --  cl tried     9287 cl shrink        0 lits rem          0 time: 0.01
9.56/2.44	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
9.56/2.44	c calculated reachability. Time: 0.00
9.56/2.44	c  N st    22     46267       439      1901         0      9287      5756    119842   no data   no data  --
13.18/3.38	c  N st    23     60664       439      1901         0     13530      5756    195028   no data   no data  --
15.95/4.03	c  N st    24     69400       439      1901         0     11319      5756    143323   no data   no data  --
15.95/4.03	c  S st    24     69400       439      1901         0     11319      5756    143323   no data   no data  --
15.95/4.06	c  S st    24     69902       439      1901         0     11819      5756    153810   no data   no data  --
15.95/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.95/4.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.95/4.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.95/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.95/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.95/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
15.95/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.75/4.21	c lits-rem:        76  cl-subs:      364  v-elim:      0  v-fix:    0  time:  0.56 s
16.75/4.21	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
16.75/4.21	c vivif2 --  cl tried    11455 cl shrink        0 lits rem          0 time: 0.01
16.75/4.22	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
16.75/4.22	c calculated reachability. Time: 0.00
16.75/4.22	c  N st    24     69902       439      1901         0     11455      5756    147739   no data   no data  --
21.56/5.47	c  F st    25     87500       439      1901         0     16820      5756    237986   no data   no data  --
21.56/5.47	c  N st    25     87500       439      1901         0     16820      5756    237986   no data   no data  --
23.14/5.84	c Decided on static restart strategy
24.34/6.11	c  N st    32     95537       439      1901         0     24664      5756    392284   no data   no data  --
26.73/6.73	c  N st    34    104854       439      1901         0     21148      5756    322373   no data   no data  --
26.73/6.73	c  S st    34    104854       439      1901         0     21148      5756    322373   no data   no data  --
26.73/6.79	c  S st    34    105357       439      1901         0     21651      5756    332899   no data   no data  --
26.73/6.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.73/6.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.13/6.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.13/6.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.13/6.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.13/6.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
27.13/6.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.54/7.48	c lits-rem:       293  cl-subs:     1425  v-elim:      0  v-fix:    0  time:  2.70 s
29.54/7.48	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
29.54/7.49	c vivif2 --  cl tried    20226 cl shrink        0 lits rem          0 time: 0.01
29.94/7.50	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.06
29.94/7.50	c calculated reachability. Time: 0.00
29.94/7.50	c  N st    34    105357       439      1901         0     20226      5756    306303   no data   no data  --
32.73/8.27	c  N st    35    114955       439      1901         0     16026      5756    205673   no data   no data  --
37.92/9.55	c  N st    36    129352       439      1901         0     15408      5756    176357   no data   no data  --
44.71/11.24	c  N st    37    150947       439      1901         0     20843      5756    281601   no data   no data  --
47.11/11.83	c  S st    38    158035       439      1901         0     27759      5756    424578   no data   no data  --
47.11/11.89	c  S st    38    158537       439      1901         0     28260      5756    435279   no data   no data  --
47.11/11.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.11/11.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.51/11.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
47.51/11.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.51/11.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
47.51/11.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
52.72/13.21	c lits-rem:       740  cl-subs:     1746  v-elim:      0  v-fix:    0  time:  5.17 s
52.72/13.21	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
52.72/13.21	c vivif2 --  cl tried    26514 cl shrink        0 lits rem          0 time: 0.02
52.72/13.23	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.08
52.72/13.23	c calculated reachability. Time: 0.00
52.72/13.23	c  N st    38    158537       439      1901         0     26514      5756    400954   no data   no data  --
71.48/17.95	c  N st    39    207125       439      1901         0     21168      5756    252418   no data   no data  --
83.86/21.07	c  N st    40    237805       439      1901         0     31527      5756    445172   no data   no data  --
83.86/21.07	c  S st    40    237805       439      1901         0     31527      5756    445172   no data   no data  --
84.26/21.14	c  S st    40    238307       439      1901         0     32029      5756    455416   no data   no data  --
84.26/21.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
84.26/21.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.26/21.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
84.26/21.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.26/21.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.26/21.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
84.26/21.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.25/22.67	c lits-rem:      1169  cl-subs:     2530  v-elim:      0  v-fix:    0  time:  5.99 s
90.25/22.67	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
90.25/22.67	c vivif2 --  cl tried    29499 cl shrink        0 lits rem          0 time: 0.02
90.25/22.69	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.08
90.25/22.70	c calculated reachability. Time: 0.00
90.25/22.70	c  N st    40    238307       439      1901         0     29499      5756    411235   no data   no data  --
120.21/30.14	c  F st    41    306250       439      1901         0     31558      5756    411016   no data   no data  --
120.21/30.14	c  N st    41    306250       439      1901         0     31558      5756    411016   no data   no data  --
122.63/30.73	c Decided on static restart strategy
133.01/33.33	c  N st    51    334560       439      1901         0     35681      5756    493165   no data   no data  --
143.79/36.00	c  N st    53    357460       439      1901         0     33710      5756    457934   no data   no data  --
143.79/36.00	c  S st    53    357460       439      1901         0     33710      5756    457934   no data   no data  --
143.79/36.08	c  S st    53    357962       439      1901         0     34212      5756    468359   no data   no data  --
143.79/36.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.79/36.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
143.79/36.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
144.19/36.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
144.19/36.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.19/36.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
144.19/36.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
149.78/37.52	c lits-rem:       676  cl-subs:      917  v-elim:      0  v-fix:    0  time:  5.65 s
149.78/37.52	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
149.78/37.53	c vivif2 --  cl tried    33295 cl shrink        0 lits rem          0 time: 0.02
149.78/37.55	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.11
149.78/37.55	c calculated reachability. Time: 0.00
149.78/37.55	c  N st    53    357962       439      1901         0     33295      5756    446547   no data   no data  --
164.96/41.40	c  N st    54    390354       439      1901         0     39551      5756    575610   no data   no data  --
190.52/47.70	c  N st    55    438944       439      1901         0     33316      5756    398538   no data   no data  --
230.47/57.76	c  N st    56    511826       439      1901         0     46749      5756    678208   no data   no data  --
244.86/61.30	c  N st    57    536944       439      1901         0     41101      5756    530696   no data   no data  --
244.86/61.30	c  S st    57    536944       439      1901         0     41101      5756    530696   no data   no data  --
245.26/61.41	c  S st    57    537448       439      1901         0     41604      5756    541426   no data   no data  --
245.26/61.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
245.26/61.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
245.26/61.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
245.26/61.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
245.26/61.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.26/61.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
245.26/61.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
251.65/63.08	c lits-rem:       420  cl-subs:     1461  v-elim:      0  v-fix:    0  time:  6.53 s
251.65/63.08	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
251.65/63.09	c vivif2 --  cl tried    40143 cl shrink        0 lits rem          0 time: 0.03
252.05/63.13	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.14
252.05/63.13	c calculated reachability. Time: 0.00
252.05/63.13	c  N st    57    537448       439      1901         0     40143      5756    511454   no data   no data  --
357.51/89.52	c  N st    58    701432       439      1901         0     68896      5756   1064607   no data   no data  --
431.41/108.05	c  N st    59    806172       439      1901         0     62992      5756    944183   no data   no data  --
431.41/108.05	c  S st    59    806172       439      1901         0     62992      5756    944183   no data   no data  --
432.21/108.24	c  S st    59    806674       439      1901         0     63493      5756    955249   no data   no data  --
432.21/108.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
432.21/108.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
432.21/108.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
432.61/108.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
432.61/108.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.61/108.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
432.61/108.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
448.20/112.22	c lits-rem:      1226  cl-subs:     5053  v-elim:      0  v-fix:    0  time: 15.65 s
448.20/112.22	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
448.20/112.23	c vivif2 --  cl tried    58440 cl shrink        0 lits rem          0 time: 0.04
448.20/112.29	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.24
448.20/112.29	c calculated reachability. Time: 0.00
448.20/112.29	c  N st    59    806674       439      1901         0     58440      5756    847291   no data   no data  --
640.34/160.36	c  F st    60   1071877       439      1901         0     74612      5756   1135229   no data   no data  --
640.34/160.36	c  N st    60   1071877       439      1901         0     74612      5756   1135229   no data   no data  --
645.55/161.64	c Decided on static restart strategy
665.51/166.62	c  N st    70   1100184       439      1901         0     58301      5756    722325   no data   no data  --
695.46/174.14	c  N st    72   1136180       439      1901         0     48565      5756    492236   no data   no data  --
721.83/180.75	c  N st    73   1168572       439      1901         0     80029      5756   1185059   no data   no data  --
755.81/189.28	c  N st    74   1210012       439      1901         0     74726      5756   1062109   no data   no data  --
755.81/189.28	c  S st    74   1210012       439      1901         0     74726      5756   1062109   no data   no data  --
756.98/189.52	c  S st    74   1210518       439      1901         0     75232      5756   1072655   no data   no data  --
756.98/189.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
756.98/189.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
756.98/189.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
756.98/189.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
756.98/189.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
756.98/189.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
756.98/189.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
771.36/193.14	c lits-rem:       104  cl-subs:     4672  v-elim:      0  v-fix:    0  time: 14.20 s
771.36/193.14	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
771.36/193.16	c vivif2 --  cl tried    70560 cl shrink        0 lits rem          0 time: 0.06
771.76/193.27	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.44
771.76/193.27	c calculated reachability. Time: 0.00
771.76/193.27	c  N st    74   1210518       439      1901         0     70560      5756    983743   no data   no data  --
840.46/210.50	c  N st    75   1283400       439      1901         0     95200      5756   1562894   no data   no data  --
937.93/234.83	c  N st    76   1392723       439      1901         0     55138      5756    567217   no data   no data  --
1086.93/272.13	c  N st    77   1556707       439      1901         0     59871      5756    628516   no data   no data  --
1235.92/309.41	c  N st    78   1710520       439      1901         0    101284      5756   1490911   no data   no data  --
1235.92/309.41	c  S st    78   1710520       439      1901         0    101284      5756   1490911   no data   no data  --
1237.12/309.75	c  S st    78   1711022       439      1901         0    101784      5756   1501647   no data   no data  --
1237.12/309.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1237.12/309.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1237.51/309.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1237.51/309.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1237.51/309.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1237.51/309.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1237.51/309.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1289.45/322.80	c lits-rem:       152  cl-subs:    10119  v-elim:      0  v-fix:    0  time: 51.68 s
1289.45/322.80	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
1289.45/322.82	c vivif2 --  cl tried    91665 cl shrink        0 lits rem          0 time: 0.07
1289.85/322.96	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.58
1289.85/322.97	c calculated reachability. Time: 0.00
1289.85/322.97	c  N st    78   1711022       439      1901         0     91665      5756   1314880   no data   no data  --
1658.94/415.32	c  N st    79   2079989       439      1901         0    103180      5756   1384737   no data   no data  --
1806.74/452.37	c  N st    80   2211023       439      1901         0    107549      5756   1573227   no data   no data  --
1806.74/452.37	c  S st    80   2211023       439      1901         0    107549      5756   1573227   no data   no data  --
1808.34/452.75	c  S st    80   2211524       439      1901         0    108048      5756   1584940   no data   no data  --
1808.34/452.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1808.34/452.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1808.74/452.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1808.74/452.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1808.74/452.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1808.74/452.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1808.74/452.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1883.84/471.68	c lits-rem:       266  cl-subs:     9869  v-elim:      0  v-fix:    0  time: 75.13 s
1883.84/471.68	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
1884.24/471.70	c vivif2 --  cl tried    98179 cl shrink        0 lits rem          0 time: 0.08
1884.65/471.86	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.65
1884.65/471.86	c calculated reachability. Time: 0.00
1884.65/471.86	c  N st    80   2211524       439      1901         0     98179      5756   1388494   no data   no data  --
2425.52/607.25	c  N st    81   2711524       439      1901         0    121502      5756   1761659   no data   no data  --
2425.52/607.25	c  S st    81   2711524       439      1901         0    121502      5756   1761659   no data   no data  --
2427.10/607.68	c  S st    81   2712031       439      1901         0    122008      5756   1772765   no data   no data  --
2427.10/607.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2427.10/607.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2427.50/607.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2427.90/607.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2427.90/607.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2427.90/607.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
2427.90/607.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2480.62/621.07	c lits-rem:       188  cl-subs:    11952  v-elim:      0  v-fix:    0  time: 52.93 s
2480.62/621.07	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
2480.62/621.09	c vivif2 --  cl tried   110056 cl shrink        0 lits rem          0 time: 0.09
2481.42/621.25	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.67
2481.42/621.26	c calculated reachability. Time: 0.00
2481.42/621.26	c  N st    81   2712031       439      1901         0    110056      5756   1560071   no data   no data  --
3122.94/781.84	c  N st    82   3212031       439      1901         0     86048      5756    906386   no data   no data  --
3122.94/781.84	c  S st    82   3212031       439      1901         0     86048      5756    906386   no data   no data  --
3124.15/782.13	c  S st    82   3212531       439      1901         0     86546      5756    917836   no data   no data  --
3124.15/782.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3124.15/782.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3124.15/782.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
3124.53/782.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3124.53/782.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3124.53/782.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
3124.53/782.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3136.94/785.34	c lits-rem:      1407  cl-subs:     2200  v-elim:      0  v-fix:    0  time: 12.56 s
3136.94/785.35	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
3136.94/785.36	c vivif2 --  cl tried    84346 cl shrink        0 lits rem          0 time: 0.05
3137.34/785.46	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.42
3137.34/785.47	c calculated reachability. Time: 0.00
3137.34/785.47	c  N st    82   3212531       439      1901         0     84346      5756    875673   no data   no data  --
3859.14/966.10	c  N st    83   3712531       439      1901         0     95128      5756   1006848   no data   no data  --
3859.14/966.10	c  S st    83   3712531       439      1901         0     95128      5756   1006848   no data   no data  --
3860.34/966.41	c  S st    83   3713035       439      1901         0     95630      5756   1017802   no data   no data  --
3860.34/966.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3860.34/966.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3860.34/966.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
3860.34/966.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3860.34/966.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3860.34/966.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
3860.34/966.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3870.73/969.07	c lits-rem:       497  cl-subs:     2998  v-elim:      0  v-fix:    0  time: 10.30 s
3870.73/969.07	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
3870.73/969.09	c vivif2 --  cl tried    92632 cl shrink        0 lits rem          0 time: 0.06
3871.51/969.21	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.50
3871.51/969.21	c calculated reachability. Time: 0.00
3871.51/969.21	c  N st    83   3713035       439      1901         0     92632      5756    968097   no data   no data  --
3928.63/983.51	c  F st    84   3751563       439      1901         0    129875      5756   1774509   no data   no data  --
3928.63/983.52	c  N st    84   3751563       439      1901         0    129875      5756   1774509   no data   no data  --
3937.42/985.78	c Decided on static restart strategy
3977.77/995.81	c  N st    94   3779870       439      1901         0    157454      5756   2395966   no data   no data  --
4026.10/1007.94	c  N st    96   3815865       439      1901         0    110268      5756   1378634   no data   no data  --
4076.03/1020.49	c  N st    97   3848258       439      1901         0    141665      5756   2106256   no data   no data  --
4143.16/1037.26	c  N st    98   3896848       439      1901         0    105468      5756   1247186   no data   no data  --
4259.38/1066.38	c  N st    99   3969730       439      1901         0     91908      5756    915068   no data   no data  --
4437.14/1110.89	c  N st   100   4079054       439      1901         0    112629      5756   1366894   no data   no data  --
4650.44/1164.22	c  N st   101   4213035       439      1901         0    155892      5756   2269052   no data   no data  --
4650.44/1164.22	c  S st   101   4213035       439      1901         0    155892      5756   2269052   no data   no data  --
4653.26/1164.92	c  S st   101   4213537       439      1901         0    156393      5756   2280551   no data   no data  --
4653.26/1164.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4653.26/1164.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4653.63/1165.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.40
4654.03/1165.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4654.03/1165.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4654.03/1165.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
4654.03/1165.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4780.68/1196.81	c lits-rem:       797  cl-subs:    14481  v-elim:      0  v-fix:    0  time: 126.52 s
4780.68/1196.81	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
4780.68/1196.84	c vivif2 --  cl tried   141912 cl shrink        0 lits rem          0 time: 0.11
4781.46/1197.06	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.91
4781.46/1197.07	c calculated reachability. Time: 0.00
4781.46/1197.07	c  N st   101   4213537       439      1901         0    141912      5756   2011567   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175412-1304123055/watcher-3175412-1304123055 -o /tmp/evaluation-result-3175412-1304123055/solver-3175412-1304123055 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175412-1304123055.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: 3.72 4.53 6.11 2/172 22541
/proc/meminfo: memFree=17893052/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 523908152 52465664 352 33554432000 4194304 4650419 140735963268448 18446744073709551615 46961697257388 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 12809 352 303 112 0 7774 0
[pid=22541/tid=22542] ppid=22539 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 523908152 52465664 352 33554432000 4194304 4650419 140735963268448 18446744073709551615 46961697257394 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 523908152 52465664 352 33554432000 4194304 4650419 140735963268448 18446744073709551615 46961697257398 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523908152 52465664 352 33554432000 4194304 4650419 140735963268448 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.075951 s]
/proc/loadavg: 3.72 4.53 6.11 2/172 22541
/proc/meminfo: memFree=17893052/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=282096 CPUtime=0.28 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 1510 0 0 0 28 0 0 0 25 0 4 0 523908152 288866304 1373 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 70524 1374 391 112 0 65489 0
[pid=22541/tid=22542] ppid=22539 vsize=282096 CPUtime=0.07 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 296 0 0 0 7 0 0 0 25 0 4 0 523908152 288866304 1375 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=282096 CPUtime=0.06 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 293 0 0 0 6 0 0 0 25 0 4 0 523908152 288866304 1375 33554432000 4194304 4650419 140735963268448 18446744073709551615 4352090 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=282096 CPUtime=0.06 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 205 0 0 0 6 0 0 0 25 0 4 0 523908152 288866304 1375 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 282096

[startup+0.100946 s]
/proc/loadavg: 3.72 4.53 6.11 2/172 22541
/proc/meminfo: memFree=17893052/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=282228 CPUtime=0.38 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 1645 0 0 0 38 0 0 0 25 0 4 0 523908152 289001472 1508 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 70557 1509 391 112 0 65522 0
[pid=22541/tid=22542] ppid=22539 vsize=282228 CPUtime=0.09 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 322 0 0 0 9 0 0 0 25 0 4 0 523908152 289001472 1509 33554432000 4194304 4650419 140735963268448 18446744073709551615 4364450 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=282228 CPUtime=0.09 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 326 0 0 0 9 0 0 0 25 0 4 0 523908152 289001472 1509 33554432000 4194304 4650419 140735963268448 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=282228 CPUtime=0.09 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 247 0 0 0 9 0 0 0 25 0 4 0 523908152 289001472 1509 33554432000 4194304 4650419 140735963268448 18446744073709551615 4354992 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282228

[startup+0.300911 s]
/proc/loadavg: 3.72 4.53 6.11 2/172 22541
/proc/meminfo: memFree=17893052/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=283412 CPUtime=1.18 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 2696 0 0 0 118 0 0 0 25 0 4 0 523908152 290213888 2053 33554432000 4194304 4650419 140735963268448 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 70853 2053 393 112 0 65818 0
[pid=22541/tid=22542] ppid=22539 vsize=283412 CPUtime=0.29 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 597 0 0 0 29 0 0 0 25 0 4 0 523908152 290213888 2053 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=283412 CPUtime=0.29 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 583 0 0 0 29 0 0 0 25 0 4 0 523908152 290213888 2053 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=283412 CPUtime=0.29 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 499 0 0 0 29 0 0 0 25 0 4 0 523908152 290213888 2053 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283412

[startup+0.700842 s]
/proc/loadavg: 3.72 4.53 6.11 2/172 22541
/proc/meminfo: memFree=17893052/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=284844 CPUtime=2.77 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 4693 0 0 0 277 0 0 0 25 0 4 0 523908152 291680256 2314 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363553 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 71211 2314 393 112 0 66176 0
[pid=22541/tid=22542] ppid=22539 vsize=284844 CPUtime=0.69 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 1110 0 0 0 69 0 0 0 25 0 4 0 523908152 291680256 2314 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=284844 CPUtime=0.69 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 1093 0 0 0 69 0 0 0 25 0 4 0 523908152 291680256 2314 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=284844 CPUtime=0.69 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 965 0 0 0 69 0 0 0 25 0 4 0 523908152 291680256 2314 33554432000 4194304 4650419 140735963268448 18446744073709551615 4330612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284844

[startup+1.5007 s]
/proc/loadavg: 3.72 4.53 6.11 9/184 22553
/proc/meminfo: memFree=17867084/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=285368 CPUtime=5.96 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 7994 0 0 0 596 0 0 0 25 0 4 0 523908152 292216832 4337 33554432000 4194304 4650419 140735963268448 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 71342 4337 395 112 0 66307 0
[pid=22541/tid=22542] ppid=22539 vsize=285368 CPUtime=1.49 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 1710 0 0 0 149 0 0 0 25 0 4 0 523908152 292216832 4337 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=285368 CPUtime=1.49 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 1661 0 0 0 149 0 0 0 25 0 4 0 523908152 292216832 4337 33554432000 4194304 4650419 140735963268448 18446744073709551615 4331963 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=285368 CPUtime=1.48 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 1468 0 0 0 148 0 0 0 25 0 4 0 523908152 292216832 4337 33554432000 4194304 4650419 140735963268448 18446744073709551615 4333639 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) 285368

[startup+3.10042 s]
/proc/loadavg: 3.72 4.53 6.11 9/184 22553
/proc/meminfo: memFree=17837064/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=303292 CPUtime=12.36 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 15585 0 0 0 1234 2 0 0 25 0 4 0 523908152 310571008 9024 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 75823 9024 395 112 0 70788 0
[pid=22541/tid=22542] ppid=22539 vsize=303292 CPUtime=3.09 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 3831 0 0 0 309 0 0 0 25 0 4 0 523908152 310571008 9024 33554432000 4194304 4650419 140735963268448 18446744073709551615 4333619 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=303292 CPUtime=3.08 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 4159 0 0 0 308 0 0 0 25 0 4 0 523908152 310571008 9024 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=303292 CPUtime=3.07 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 3337 0 0 0 307 0 0 0 25 0 4 0 523908152 310571008 9024 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 303292

[startup+6.30086 s]
/proc/loadavg: 4.06 4.59 6.12 9/184 22553
/proc/meminfo: memFree=17796764/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=312868 CPUtime=25.14 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 23206 0 0 0 2511 3 0 0 25 0 4 0 523908152 320376832 12583 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 78217 12583 395 112 0 73182 0
[pid=22541/tid=22542] ppid=22539 vsize=312868 CPUtime=6.29 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 6276 0 0 0 629 0 0 0 25 0 4 0 523908152 320376832 12583 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=312868 CPUtime=6.28 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 6742 0 0 0 627 1 0 0 25 0 4 0 523908152 320376832 12583 33554432000 4194304 4650419 140735963268448 18446744073709551615 4438666 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=312868 CPUtime=6.25 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 3923 0 0 0 625 0 0 0 25 0 4 0 523908152 320376832 12583 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 312868

[startup+12.7007 s]
/proc/loadavg: 4.37 4.64 6.13 9/184 22554
/proc/meminfo: memFree=17747948/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=313788 CPUtime=50.7 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 35548 0 0 0 5065 5 0 0 25 0 4 0 523908152 321318912 17251 33554432000 4194304 4650419 140735963268448 18446744073709551615 4476432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 78447 17251 395 112 0 73412 0
[pid=22541/tid=22542] ppid=22539 vsize=313788 CPUtime=12.69 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 9554 0 0 0 1268 1 0 0 25 0 4 0 523908152 321318912 17251 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=313788 CPUtime=12.68 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 10027 0 0 0 1266 2 0 0 25 0 4 0 523908152 321318912 17251 33554432000 4194304 4650419 140735963268448 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=313788 CPUtime=12.62 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 5415 0 0 0 1262 0 0 0 25 0 4 0 523908152 321318912 17251 33554432000 4194304 4650419 140735963268448 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 313788

[startup+25.5005 s]
/proc/loadavg: 5.25 4.82 6.16 9/184 22554
/proc/meminfo: memFree=17712000/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=317188 CPUtime=101.84 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 53311 0 0 0 10174 10 0 0 25 0 4 0 523908152 324800512 23018 33554432000 4194304 4650419 140735963268448 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 79297 23018 395 112 0 74262 0
[pid=22541/tid=22542] ppid=22539 vsize=317188 CPUtime=25.48 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 15417 0 0 0 2546 2 0 0 25 0 4 0 523908152 324800512 23018 33554432000 4194304 4650419 140735963268448 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=317188 CPUtime=25.48 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 15668 0 0 0 2545 3 0 0 25 0 4 0 523908152 324800512 23018 33554432000 4194304 4650419 140735963268448 18446744073709551615 4315737 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=317188 CPUtime=25.35 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 6826 0 0 0 2534 1 0 0 25 0 4 0 523908152 324800512 23018 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365246 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) 317188

[startup+51.101 s]
/proc/loadavg: 6.27 5.09 6.22 9/184 22555
/proc/meminfo: memFree=17652536/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=337320 CPUtime=204.11 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 81519 0 0 0 20394 17 0 0 25 0 4 0 523908152 345415680 29279 33554432000 4194304 4650419 140735963268448 18446744073709551615 4334321 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 84330 29279 395 112 0 79295 0
[pid=22541/tid=22542] ppid=22539 vsize=337320 CPUtime=51.09 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 24139 0 0 0 5104 5 0 0 25 0 4 0 523908152 345415680 29279 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=337320 CPUtime=51.08 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 24538 0 0 0 5103 5 0 0 25 0 4 0 523908152 345415680 29279 33554432000 4194304 4650419 140735963268448 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=337320 CPUtime=50.83 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 8891 0 0 0 5081 2 0 0 25 0 4 0 523908152 345415680 29279 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 337320

[startup+102.307 s]
/proc/loadavg: 7.30 5.55 6.31 9/184 22556
/proc/meminfo: memFree=17619528/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=325000 CPUtime=408.67 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 123772 0 0 0 40835 32 0 0 25 0 4 0 523908152 332800000 35125 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 81250 35125 395 112 0 76215 0
[pid=22541/tid=22542] ppid=22539 vsize=325000 CPUtime=102.29 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 37624 0 0 0 10220 9 0 0 25 0 4 0 523908152 332800000 35125 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=325000 CPUtime=102.29 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 36543 0 0 0 10220 9 0 0 25 0 4 0 523908152 332800000 35125 33554432000 4194304 4650419 140735963268448 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=325000 CPUtime=101.76 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 12447 0 0 0 10173 3 0 0 25 0 4 0 523908152 332800000 35125 33554432000 4194304 4650419 140735963268448 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 325000

[startup+162.3 s]

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

[pid=22541] ppid=22539 vsize=551860 CPUtime=2805.37 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 411583 0 0 0 280400 137 0 0 25 0 4 0 523908152 565104640 83911 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 137965 83911 395 112 0 132930 0
[pid=22541/tid=22542] ppid=22539 vsize=551860 CPUtime=702.28 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 125707 0 0 0 70186 42 0 0 25 0 4 0 523908152 565104640 83911 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=551860 CPUtime=702.3 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 130279 0 0 0 70188 42 0 0 25 0 4 0 523908152 565104640 83911 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=551860 CPUtime=698.46 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 22089 0 0 0 69838 8 0 0 25 0 4 0 523908152 565104640 83911 33554432000 4194304 4650419 140735963268448 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 551860

[startup+762.307 s]
/proc/loadavg: 8.12 7.80 7.19 9/184 22574
/proc/meminfo: memFree=17261420/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=552192 CPUtime=3045.06 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 431105 0 0 0 304361 145 0 0 25 0 4 0 523908152 565444608 82694 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 138048 82694 395 112 0 133013 0
[pid=22541/tid=22542] ppid=22539 vsize=552192 CPUtime=762.29 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 128752 0 0 0 76185 44 0 0 25 0 4 0 523908152 565444608 82694 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=552192 CPUtime=762.31 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 138990 0 0 0 76185 46 0 0 25 0 4 0 523908152 565444608 82694 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=552192 CPUtime=758.14 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 22358 0 0 0 75805 9 0 0 25 0 4 0 523908152 565444608 82694 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 552192

[startup+822.3 s]
/proc/loadavg: 8.14 7.86 7.25 9/184 22575
/proc/meminfo: memFree=17225196/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=565272 CPUtime=3284.72 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 453461 0 0 0 328319 153 0 0 25 0 4 0 523908152 578838528 88469 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 141318 88469 395 112 0 136283 0
[pid=22541/tid=22542] ppid=22539 vsize=565272 CPUtime=822.28 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 134112 0 0 0 82182 46 0 0 25 0 4 0 523908152 578838528 88469 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=565272 CPUtime=822.3 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 148126 0 0 0 82182 48 0 0 25 0 4 0 523908152 578838528 88469 33554432000 4194304 4650419 140735963268448 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=565272 CPUtime=817.81 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 22582 0 0 0 81772 9 0 0 25 0 4 0 523908152 578838528 88469 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 565272

[startup+882.301 s]
/proc/loadavg: 8.08 7.90 7.30 9/184 22577
/proc/meminfo: memFree=17193420/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=566544 CPUtime=3524.38 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 472886 0 0 0 352277 161 0 0 25 0 4 0 523908152 580141056 89237 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 141636 89237 395 112 0 136601 0
[pid=22541/tid=22542] ppid=22539 vsize=566544 CPUtime=882.28 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 139906 0 0 0 88180 48 0 0 25 0 4 0 523908152 580141056 89237 33554432000 4194304 4650419 140735963268448 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=566544 CPUtime=882.3 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 155001 0 0 0 88179 51 0 0 25 0 4 0 523908152 580141056 89237 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=566544 CPUtime=877.47 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 22913 0 0 0 87738 9 0 0 25 0 4 0 523908152 580141056 89237 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 566544

[startup+942.3 s]
/proc/loadavg: 8.14 7.94 7.35 9/184 22578
/proc/meminfo: memFree=17186072/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=566840 CPUtime=3764.06 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 491294 0 0 0 376236 170 0 0 25 0 4 0 523908152 580444160 90173 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 141710 90173 395 112 0 136675 0
[pid=22541/tid=22542] ppid=22539 vsize=566840 CPUtime=942.29 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 146675 0 0 0 94178 51 0 0 25 0 4 0 523908152 580444160 90173 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=566840 CPUtime=942.3 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 159771 0 0 0 94176 54 0 0 25 0 4 0 523908152 580444160 90173 33554432000 4194304 4650419 140735963268448 18446744073709551615 4339892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=566840 CPUtime=937.14 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 23281 0 0 0 93705 9 0 0 25 0 4 0 523908152 580444160 90173 33554432000 4194304 4650419 140735963268448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 566840

[startup+1002.3 s]
/proc/loadavg: 8.05 7.95 7.39 9/184 22580
/proc/meminfo: memFree=17184060/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=567620 CPUtime=4003.73 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 510034 0 0 0 400195 178 0 0 25 0 4 0 523908152 581242880 89172 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 141905 89172 395 112 0 136870 0
[pid=22541/tid=22542] ppid=22539 vsize=567620 CPUtime=1002.28 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 152098 0 0 0 100175 53 0 0 25 0 4 0 523908152 581242880 89172 33554432000 4194304 4650419 140735963268448 18446744073709551615 4364573 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=567620 CPUtime=1002.3 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 165219 0 0 0 100174 56 0 0 25 0 4 0 523908152 581242880 89172 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=567620 CPUtime=996.81 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 23283 0 0 0 99672 9 0 0 25 0 4 0 523908152 581242880 89172 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 567620

[startup+1062.3 s]
/proc/loadavg: 8.15 7.99 7.43 9/184 22582
/proc/meminfo: memFree=17182300/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=567864 CPUtime=4243.4 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 528691 0 0 0 424155 185 0 0 25 0 4 0 523908152 581492736 93139 33554432000 4194304 4650419 140735963268448 18446744073709551615 4330369 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 141966 93139 395 112 0 136931 0
[pid=22541/tid=22542] ppid=22539 vsize=567864 CPUtime=1062.29 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 157074 0 0 0 106173 56 0 0 25 0 4 0 523908152 581492736 93139 33554432000 4194304 4650419 140735963268448 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=567864 CPUtime=1062.31 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 172869 0 0 0 106172 59 0 0 25 0 4 0 523908152 581492736 93139 33554432000 4194304 4650419 140735963268448 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=567864 CPUtime=1056.48 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 23659 0 0 0 105639 9 0 0 25 0 4 0 523908152 581492736 93139 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 567864

[startup+1122.3 s]
/proc/loadavg: 8.17 8.02 7.48 9/184 22583
/proc/meminfo: memFree=17169368/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=580124 CPUtime=4483.07 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 549535 0 0 0 448113 194 0 0 25 0 4 0 523908152 594046976 93771 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 145031 93771 395 112 0 139996 0
[pid=22541/tid=22542] ppid=22539 vsize=580124 CPUtime=1122.28 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 163186 0 0 0 112170 58 0 0 25 0 4 0 523908152 594046976 93771 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=580124 CPUtime=1122.31 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 179415 0 0 0 112170 61 0 0 25 0 4 0 523908152 594046976 93771 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=580124 CPUtime=1116.15 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 25349 0 0 0 111605 10 0 0 25 0 4 0 523908152 594046976 93771 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 580124

[startup+1182.3 s]
/proc/loadavg: 8.17 8.04 7.52 9/184 22585
/proc/meminfo: memFree=17117512/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=592312 CPUtime=4722.74 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 571634 0 0 0 472072 202 0 0 25 0 4 0 523908152 606527488 105495 33554432000 4194304 4650419 140735963268448 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 148078 105495 395 112 0 143043 0
[pid=22541/tid=22542] ppid=22539 vsize=592312 CPUtime=1182.28 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 168720 0 0 0 118168 60 0 0 25 0 4 0 523908152 606527488 105495 33554432000 4194304 4650419 140735963268448 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=592312 CPUtime=1182.31 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 184471 0 0 0 118167 64 0 0 25 0 4 0 523908152 606527488 105495 33554432000 4194304 4650419 140735963268448 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=592312 CPUtime=1175.82 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 28411 0 0 0 117570 12 0 0 25 0 4 0 523908152 606527488 105495 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 592312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 8.05 7.53 9/184 22585
/proc/meminfo: memFree=17111924/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=644372 CPUtime=4800.25 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 577986 0 0 0 479820 205 0 0 25 0 4 0 523908152 659836928 104528 33554432000 4194304 4650419 140735963268448 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 161093 104528 395 112 0 156058 0
[pid=22541/tid=22542] ppid=22539 vsize=644372 CPUtime=1201.69 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 170640 0 0 0 120108 61 0 0 25 0 4 0 523908152 659836928 104528 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=644372 CPUtime=1201.72 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 186878 0 0 0 120107 65 0 0 25 0 4 0 523908152 659836928 104528 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=644372 CPUtime=1195.11 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 28959 0 0 0 119499 12 0 0 25 0 4 0 523908152 659836928 104528 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 644372

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

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

[startup+1201.7 s]
/proc/loadavg: 8.19 8.05 7.53 9/184 22585
/proc/meminfo: memFree=17111924/32951124 swapFree=67111528/67111528
[pid=22541] ppid=22539 vsize=644372 CPUtime=4800.25 cores=0,2,4,6
/proc/22541/stat : 22541 (strangenight1-m) R 22539 22541 21853 0 -1 4202496 577986 0 0 0 479820 205 0 0 25 0 4 0 523908152 659836928 104528 33554432000 4194304 4650419 140735963268448 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22541/statm: 161093 104528 395 112 0 156058 0
[pid=22541/tid=22542] ppid=22539 vsize=644372 CPUtime=1201.69 cores=0,2,4,6
/proc/22541/task/22542/stat : 22542 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 170640 0 0 0 120108 61 0 0 25 0 4 0 523908152 659836928 104528 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22541/tid=22543] ppid=22539 vsize=644372 CPUtime=1201.72 cores=0,2,4,6
/proc/22541/task/22543/stat : 22543 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 186878 0 0 0 120107 65 0 0 25 0 4 0 523908152 659836928 104528 33554432000 4194304 4650419 140735963268448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22541/tid=22544] ppid=22539 vsize=644372 CPUtime=1195.11 cores=0,2,4,6
/proc/22541/task/22544/stat : 22544 (strangenight1-m) R 22539 22541 21853 0 -1 4202560 28959 0 0 0 119499 12 0 0 25 0 4 0 523908152 659836928 104528 33554432000 4194304 4650419 140735963268448 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 644372

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.3
CPU user time (s): 4798.23
CPU system time (s): 2.07468
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 644372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.23
system time used= 2.07468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577987
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= 237
involuntary context switches= 19441

runsolver used 1.92471 second user time and 4.5983 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 02:24:15
IDJOB=3175412
IDBENCH=83030
IDSOLVER=1588
FILE ID=node103/3175412-1304123055
RUNJOBID= node103-1304123055-22526
PBS_JOBID= 13170711
Free space on /tmp= 71520 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S16302531-099.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175412-1304123055/watcher-3175412-1304123055 -o /tmp/evaluation-result-3175412-1304123055/solver-3175412-1304123055 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175412-1304123055.cnf

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

MD5SUM BENCH= 262b86a16f9a75cfd5f5af81be0602bc
RANDOM SEED=1656281381

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.858
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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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:     32951124 kB
MemFree:      17893340 kB
Buffers:       2149744 kB
Cached:       12261204 kB
SwapCached:          0 kB
Active:        5599460 kB
Inactive:      8874916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17893340 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12432 kB
Writeback:           0 kB
AnonPages:       62332 kB
Mapped:          14484 kB
Slab:           520164 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187104 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= 71508 MiB
End job on node103 at 2011-04-30 02:44:19