Trace number 3369021

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 (fixed)? (TO) 4800.17 1202.84

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369021-1305410804.cnf'
0.00/0.01	c -- header says num vars:            450
0.00/0.01	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	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.11	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
0.00/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.11	c calculated reachability. Time: 0.00
0.00/0.11	c Calc default polars -  time:   0.00 s pos:     203 undec:      59 neg:     188
0.00/0.11	c =========================================================================================
0.00/0.11	c types(t): F = full restart, N = normal restart
0.00/0.11	c types(t): S = simplification begin/end, E = solution found
0.00/0.11	c restart types(rt): st = static, dy = dynamic
0.00/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.11	c  B st     0         0       439      1901         0         0      5756         0   no data   no data  --
0.00/0.11	c Decided on static restart strategy
0.42/0.15	c  N st     8      4916       439      1901         0      4832      5756    100517   no data   no data  --
1.17/0.38	c  N st    10     11304       439      1901         0      4471      5756     68744   no data   no data  --
2.37/0.62	c  N st    11     17047       439      1901         0     10084      5756    183454   no data   no data  --
3.97/1.00	c  F st    12     25000       439      1901         0     12363      5756    226744   no data   no data  --
3.97/1.00	c  N st    12     25000       439      1901         0     12363      5756    226744   no data   no data  --
4.80/1.22	c Decided on static restart strategy
4.80/1.22	c  N st    18     30001       439      1901         0     10642      5756    172077   no data   no data  --
4.80/1.22	c  S st    18     30001       439      1901         0     10642      5756    172077   no data   no data  --
4.80/1.25	c  S st    18     30508       439      1901         0     11149      5756    182782   no data   no data  --
4.80/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.80/1.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.80/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
4.80/1.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.43	c lits-rem:       151  cl-subs:      836  v-elim:      0  v-fix:    0  time:  0.66 s
5.57/1.44	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
5.57/1.44	c calculated reachability. Time: 0.00
5.57/1.44	c  N st    18     30508       439      1901         0     10313      5756    166442   no data   no data  --
7.16/1.83	c  N st    20     37623       439      1901         0      9615      5756    140624   no data   no data  --
8.37/2.20	c  N st    21     44022       439      1901         0     15887      5756    271363   no data   no data  --
9.19/2.33	c  S st    22     45762       439      1901         0     17581      5756    305991   no data   no data  --
9.19/2.37	c  S st    22     46267       439      1901         0      9335      5756    120736   no data   no data  --
9.19/2.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.19/2.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.19/2.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.19/2.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.19/2.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
9.19/2.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.44	c lits-rem:        45  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.27 s
9.55/2.44	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
9.55/2.45	c vivif2 --  cl tried     9287 cl shrink        0 lits rem          0 time: 0.00
9.55/2.45	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
9.55/2.45	c calculated reachability. Time: 0.00
9.55/2.45	c  N st    22     46267       439      1901         0      9287      5756    119842   no data   no data  --
13.17/3.39	c  N st    23     60664       439      1901         0     13530      5756    195028   no data   no data  --
15.94/4.05	c  N st    24     69400       439      1901         0     11319      5756    143323   no data   no data  --
15.94/4.05	c  S st    24     69400       439      1901         0     11319      5756    143323   no data   no data  --
15.94/4.08	c  S st    24     69902       439      1901         0     11819      5756    153810   no data   no data  --
15.94/4.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.94/4.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.94/4.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
15.94/4.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.74/4.23	c lits-rem:        76  cl-subs:      364  v-elim:      0  v-fix:    0  time:  0.58 s
16.74/4.24	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
16.74/4.24	c vivif2 --  cl tried    11455 cl shrink        0 lits rem          0 time: 0.00
16.74/4.25	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
16.74/4.25	c calculated reachability. Time: 0.00
16.74/4.25	c  N st    24     69902       439      1901         0     11455      5756    147739   no data   no data  --
21.53/5.49	c  F st    25     87500       439      1901         0     16820      5756    237986   no data   no data  --
21.53/5.50	c  N st    25     87500       439      1901         0     16820      5756    237986   no data   no data  --
23.12/5.86	c Decided on static restart strategy
24.32/6.14	c  N st    32     95537       439      1901         0     24664      5756    392284   no data   no data  --
26.75/6.76	c  N st    34    104854       439      1901         0     21148      5756    322373   no data   no data  --
26.75/6.76	c  S st    34    104854       439      1901         0     21148      5756    322373   no data   no data  --
27.11/6.82	c  S st    34    105357       439      1901         0     21651      5756    332899   no data   no data  --
27.11/6.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.11/6.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.11/6.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.11/6.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.11/6.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.11/6.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
27.11/6.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.91/7.52	c lits-rem:       293  cl-subs:     1425  v-elim:      0  v-fix:    0  time:  2.74 s
29.91/7.52	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
29.91/7.52	c vivif2 --  cl tried    20226 cl shrink        0 lits rem          0 time: 0.01
29.91/7.54	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.06
29.91/7.54	c calculated reachability. Time: 0.00
29.91/7.54	c  N st    34    105357       439      1901         0     20226      5756    306303   no data   no data  --
33.09/8.30	c  N st    35    114955       439      1901         0     16026      5756    205673   no data   no data  --
38.29/9.60	c  N st    36    129352       439      1901         0     15408      5756    176357   no data   no data  --
44.66/11.29	c  N st    37    150947       439      1901         0     20843      5756    281601   no data   no data  --
47.07/11.88	c  S st    38    158035       439      1901         0     27759      5756    424578   no data   no data  --
47.47/11.94	c  S st    38    158537       439      1901         0     28260      5756    435279   no data   no data  --
47.47/11.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
47.47/11.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.47/11.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
47.47/11.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.47/11.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.47/11.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
47.47/11.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
52.67/13.28	c lits-rem:       740  cl-subs:     1746  v-elim:      0  v-fix:    0  time:  5.23 s
52.67/13.28	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
52.67/13.28	c vivif2 --  cl tried    26514 cl shrink        0 lits rem          0 time: 0.02
52.67/13.30	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.08
52.67/13.30	c calculated reachability. Time: 0.00
52.67/13.30	c  N st    38    158537       439      1901         0     26514      5756    400954   no data   no data  --
71.81/18.03	c  N st    39    207125       439      1901         0     21168      5756    252418   no data   no data  --
84.18/21.14	c  N st    40    237805       439      1901         0     31527      5756    445172   no data   no data  --
84.18/21.14	c  S st    40    237805       439      1901         0     31527      5756    445172   no data   no data  --
84.58/21.22	c  S st    40    238307       439      1901         0     32029      5756    455416   no data   no data  --
84.58/21.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
84.58/21.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.58/21.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
84.58/21.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.58/21.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.58/21.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
84.58/21.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.57/22.75	c lits-rem:      1169  cl-subs:     2530  v-elim:      0  v-fix:    0  time:  6.02 s
90.57/22.75	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
90.57/22.76	c vivif2 --  cl tried    29499 cl shrink        0 lits rem          0 time: 0.02
90.57/22.78	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.08
90.57/22.78	c calculated reachability. Time: 0.00
90.57/22.78	c  N st    40    238307       439      1901         0     29499      5756    411235   no data   no data  --
120.50/30.24	c  F st    41    306250       439      1901         0     31558      5756    411016   no data   no data  --
120.50/30.24	c  N st    41    306250       439      1901         0     31558      5756    411016   no data   no data  --
122.91/30.83	c Decided on static restart strategy
133.27/33.44	c  N st    51    334560       439      1901         0     35681      5756    493165   no data   no data  --
144.04/36.12	c  N st    53    357460       439      1901         0     33710      5756    457934   no data   no data  --
144.04/36.12	c  S st    53    357460       439      1901         0     33710      5756    457934   no data   no data  --
144.44/36.20	c  S st    53    357962       439      1901         0     34212      5756    468359   no data   no data  --
144.44/36.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
144.44/36.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
144.44/36.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
144.44/36.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
144.44/36.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.44/36.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
144.44/36.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
150.02/37.66	c lits-rem:       676  cl-subs:      917  v-elim:      0  v-fix:    0  time:  5.70 s
150.02/37.66	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
150.02/37.66	c vivif2 --  cl tried    33295 cl shrink        0 lits rem          0 time: 0.02
150.02/37.69	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.11
150.02/37.69	c calculated reachability. Time: 0.00
150.02/37.69	c  N st    53    357962       439      1901         0     33295      5756    446547   no data   no data  --
165.59/41.56	c  N st    54    390354       439      1901         0     39551      5756    575610   no data   no data  --
190.73/47.83	c  N st    55    438944       439      1901         0     33316      5756    398538   no data   no data  --
231.04/57.90	c  N st    56    511826       439      1901         0     46749      5756    678208   no data   no data  --
245.01/61.45	c  N st    57    536944       439      1901         0     41101      5756    530696   no data   no data  --
245.01/61.45	c  S st    57    536944       439      1901         0     41101      5756    530696   no data   no data  --
245.41/61.57	c  S st    57    537448       439      1901         0     41604      5756    541426   no data   no data  --
245.41/61.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
245.41/61.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
245.41/61.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
245.41/61.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
245.41/61.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.41/61.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
245.41/61.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
252.19/63.25	c lits-rem:       420  cl-subs:     1461  v-elim:      0  v-fix:    0  time:  6.57 s
252.19/63.25	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
252.19/63.25	c vivif2 --  cl tried    40143 cl shrink        0 lits rem          0 time: 0.02
252.19/63.29	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.15
252.19/63.29	c calculated reachability. Time: 0.00
252.19/63.29	c  N st    57    537448       439      1901         0     40143      5756    511454   no data   no data  --
357.94/89.72	c  N st    58    701432       439      1901         0     68896      5756   1064607   no data   no data  --
431.78/108.25	c  N st    59    806172       439      1901         0     62992      5756    944183   no data   no data  --
431.78/108.25	c  S st    59    806172       439      1901         0     62992      5756    944183   no data   no data  --
432.58/108.44	c  S st    59    806674       439      1901         0     63493      5756    955249   no data   no data  --
432.58/108.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
432.58/108.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
432.58/108.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
432.99/108.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
432.99/108.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.99/108.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
432.99/108.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
448.55/112.44	c lits-rem:      1226  cl-subs:     5053  v-elim:      0  v-fix:    0  time: 15.70 s
448.55/112.44	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
448.55/112.45	c vivif2 --  cl tried    58440 cl shrink        0 lits rem          0 time: 0.04
448.95/112.51	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.24
448.95/112.51	c calculated reachability. Time: 0.00
448.95/112.51	c  N st    59    806674       439      1901         0     58440      5756    847291   no data   no data  --
640.92/160.69	c  F st    60   1071877       439      1901         0     74612      5756   1135229   no data   no data  --
640.92/160.69	c  N st    60   1071877       439      1901         0     74612      5756   1135229   no data   no data  --
646.09/161.97	c Decided on static restart strategy
666.05/166.94	c  N st    70   1100184       439      1901         0     58301      5756    722325   no data   no data  --
695.97/174.48	c  N st    72   1136180       439      1901         0     48565      5756    492236   no data   no data  --
722.72/181.12	c  N st    73   1168572       439      1901         0     80029      5756   1185059   no data   no data  --
756.63/189.68	c  N st    74   1210012       439      1901         0     74726      5756   1062109   no data   no data  --
756.63/189.68	c  S st    74   1210012       439      1901         0     74726      5756   1062109   no data   no data  --
757.83/189.92	c  S st    74   1210518       439      1901         0     75232      5756   1072655   no data   no data  --
757.83/189.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
757.83/189.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
757.83/189.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
757.83/189.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
757.83/189.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
757.83/189.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
757.83/189.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
772.61/193.69	c lits-rem:       104  cl-subs:     4672  v-elim:      0  v-fix:    0  time: 14.77 s
772.61/193.69	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
773.04/193.71	c vivif2 --  cl tried    70560 cl shrink        0 lits rem          0 time: 0.05
773.39/193.81	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.41
773.39/193.81	c calculated reachability. Time: 0.00
773.39/193.81	c  N st    74   1210518       439      1901         0     70560      5756    983743   no data   no data  --
841.64/210.95	c  N st    75   1283400       439      1901         0     95200      5756   1562894   no data   no data  --
938.23/235.13	c  N st    76   1392723       439      1901         0     55138      5756    567217   no data   no data  --
1088.69/272.85	c  N st    77   1556707       439      1901         0     59871      5756    628516   no data   no data  --
1237.94/310.22	c  N st    78   1710520       439      1901         0    101284      5756   1490911   no data   no data  --
1237.94/310.22	c  S st    78   1710520       439      1901         0    101284      5756   1490911   no data   no data  --
1239.12/310.57	c  S st    78   1711022       439      1901         0    101784      5756   1501647   no data   no data  --
1239.12/310.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1239.12/310.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1239.52/310.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1239.52/310.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1239.52/310.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1239.52/310.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1239.52/310.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1293.00/324.02	c lits-rem:       152  cl-subs:    10119  v-elim:      0  v-fix:    0  time: 53.20 s
1293.00/324.02	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
1293.00/324.03	c vivif2 --  cl tried    91665 cl shrink        0 lits rem          0 time: 0.07
1293.40/324.16	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.49
1293.40/324.16	c calculated reachability. Time: 0.00
1293.40/324.16	c  N st    78   1711022       439      1901         0     91665      5756   1314880   no data   no data  --
1662.15/416.56	c  N st    79   2079989       439      1901         0    103180      5756   1384737   no data   no data  --
1810.60/453.71	c  N st    80   2211023       439      1901         0    107549      5756   1573227   no data   no data  --
1810.60/453.71	c  S st    80   2211023       439      1901         0    107549      5756   1573227   no data   no data  --
1812.20/454.17	c  S st    80   2211524       439      1901         0    108048      5756   1584940   no data   no data  --
1812.20/454.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1812.20/454.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1812.61/454.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.26
1812.61/454.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1812.61/454.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1812.61/454.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1812.61/454.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1886.42/472.73	c lits-rem:       266  cl-subs:     9869  v-elim:      0  v-fix:    0  time: 73.51 s
1886.42/472.73	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
1886.42/472.75	c vivif2 --  cl tried    98179 cl shrink        0 lits rem          0 time: 0.08
1887.22/472.91	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.65
1887.22/472.92	c calculated reachability. Time: 0.00
1887.22/472.92	c  N st    80   2211524       439      1901         0     98179      5756   1388494   no data   no data  --
2427.59/608.32	c  N st    81   2711524       439      1901         0    121502      5756   1761659   no data   no data  --
2427.59/608.32	c  S st    81   2711524       439      1901         0    121502      5756   1761659   no data   no data  --
2429.18/608.75	c  S st    81   2712031       439      1901         0    122008      5756   1772765   no data   no data  --
2429.18/608.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2429.18/608.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2429.58/608.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2429.58/608.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2429.58/608.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2429.58/608.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
2429.58/608.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2483.04/622.25	c lits-rem:       188  cl-subs:    11952  v-elim:      0  v-fix:    0  time: 53.32 s
2483.04/622.25	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
2483.04/622.27	c vivif2 --  cl tried   110056 cl shrink        0 lits rem          0 time: 0.09
2483.84/622.48	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.82
2483.84/622.48	c calculated reachability. Time: 0.00
2483.84/622.48	c  N st    81   2712031       439      1901         0    110056      5756   1560071   no data   no data  --
3124.38/782.98	c  N st    82   3212031       439      1901         0     86048      5756    906386   no data   no data  --
3124.38/782.98	c  S st    82   3212031       439      1901         0     86048      5756    906386   no data   no data  --
3125.59/783.27	c  S st    82   3212531       439      1901         0     86546      5756    917836   no data   no data  --
3125.59/783.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3125.59/783.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3126.01/783.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
3126.01/783.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3126.01/783.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3126.01/783.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
3126.01/783.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3138.75/786.52	c lits-rem:      1407  cl-subs:     2200  v-elim:      0  v-fix:    0  time: 12.69 s
3138.75/786.52	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
3138.75/786.54	c vivif2 --  cl tried    84346 cl shrink        0 lits rem          0 time: 0.05
3139.17/786.64	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.43
3139.17/786.65	c calculated reachability. Time: 0.00
3139.17/786.65	c  N st    82   3212531       439      1901         0     84346      5756    875673   no data   no data  --
3860.68/967.42	c  N st    83   3712531       439      1901         0     95128      5756   1006848   no data   no data  --
3860.68/967.42	c  S st    83   3712531       439      1901         0     95128      5756   1006848   no data   no data  --
3861.89/967.73	c  S st    83   3713035       439      1901         0     95630      5756   1017802   no data   no data  --
3861.89/967.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3861.89/967.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3861.89/967.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
3862.29/967.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3862.29/967.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3862.29/967.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
3862.29/967.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3874.25/970.83	c lits-rem:       497  cl-subs:     2998  v-elim:      0  v-fix:    0  time: 12.03 s
3874.25/970.83	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
3874.25/970.85	c vivif2 --  cl tried    92632 cl shrink        0 lits rem          0 time: 0.06
3874.65/970.99	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.57
3874.65/970.99	c calculated reachability. Time: 0.00
3874.65/970.99	c  N st    83   3713035       439      1901         0     92632      5756    968097   no data   no data  --
3930.92/985.06	c  F st    84   3751563       439      1901         0    129875      5756   1774509   no data   no data  --
3930.92/985.06	c  N st    84   3751563       439      1901         0    129875      5756   1774509   no data   no data  --
3940.09/987.36	c Decided on static restart strategy
3980.40/997.44	c  N st    94   3779870       439      1901         0    157454      5756   2395966   no data   no data  --
4028.69/1009.55	c  N st    96   3815865       439      1901         0    110268      5756   1378634   no data   no data  --
4077.79/1021.87	c  N st    97   3848258       439      1901         0    141665      5756   2106256   no data   no data  --
4147.22/1039.20	c  N st    98   3896848       439      1901         0    105468      5756   1247186   no data   no data  --
4262.58/1068.11	c  N st    99   3969730       439      1901         0     91908      5756    915068   no data   no data  --
4440.56/1112.70	c  N st   100   4079054       439      1901         0    112629      5756   1366894   no data   no data  --
4656.04/1166.70	c  N st   101   4213035       439      1901         0    155892      5756   2269052   no data   no data  --
4656.04/1166.70	c  S st   101   4213035       439      1901         0    155892      5756   2269052   no data   no data  --
4658.43/1167.38	c  S st   101   4213537       439      1901         0    156393      5756   2280551   no data   no data  --
4658.43/1167.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4658.43/1167.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4658.83/1167.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.39
4659.23/1167.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4659.23/1167.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4659.23/1167.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
4659.23/1167.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4779.34/1197.60	c lits-rem:       797  cl-subs:    14481  v-elim:      0  v-fix:    0  time: 119.77 s
4779.34/1197.60	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
4779.34/1197.63	c vivif2 --  cl tried   141912 cl shrink        0 lits rem          0 time: 0.11
4780.14/1197.86	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.89
4780.14/1197.86	c calculated reachability. Time: 0.00
4780.14/1197.86	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369021-1305410804/watcher-3369021-1305410804 -o /tmp/evaluation-result-3369021-1305410804/solver-3369021-1305410804 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369021-1305410804.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.72 8.04 7.97 5/298 2925
/proc/meminfo: memFree=12626368/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 652680054 52465664 352 33554432000 4194304 4650419 140736393661040 18446744073709551615 208080288753 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 12809 352 303 112 0 7774 0
[pid=2925/tid=2928] ppid=2923 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652680055 52465664 356 33554432000 4194304 4650419 140736393661040 18446744073709551615 47450322707993 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652680055 52465664 356 33554432000 4194304 4650419 140736393661040 18446744073709551615 47450322708402 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652680055 52465664 356 33554432000 4194304 4650419 140736393661040 18446744073709551615 47450322707993 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.111405 s]
/proc/loadavg: 7.72 8.04 7.97 5/298 2925
/proc/meminfo: memFree=12626368/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=282508 CPUtime=0.42 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 1681 0 0 0 42 0 0 0 25 0 4 0 652680054 289288192 1550 33554432000 4194304 4650419 140736393661040 18446744073709551615 4311310 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 70627 1550 391 112 0 65592 0
[pid=2925/tid=2928] ppid=2923 vsize=282508 CPUtime=0.1 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 318 0 0 0 10 0 0 0 25 0 4 0 652680055 289288192 1550 33554432000 4194304 4650419 140736393661040 18446744073709551615 4315110 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=282508 CPUtime=0.1 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 321 0 0 0 10 0 0 0 25 0 4 0 652680055 289288192 1551 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363883 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=282508 CPUtime=0.1 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 269 0 0 0 10 0 0 0 25 0 4 0 652680055 289288192 1551 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282508

[startup+0.20034 s]
/proc/loadavg: 7.72 8.04 7.97 5/298 2925
/proc/meminfo: memFree=12626368/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=283540 CPUtime=0.77 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 2302 0 0 0 77 0 0 0 25 0 4 0 652680054 290344960 1665 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 70885 1665 393 112 0 65850 0
[pid=2925/tid=2928] ppid=2923 vsize=283540 CPUtime=0.19 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 475 0 0 0 19 0 0 0 25 0 4 0 652680055 290344960 1665 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=283540 CPUtime=0.18 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 474 0 0 0 18 0 0 0 25 0 4 0 652680055 290344960 1665 33554432000 4194304 4650419 140736393661040 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=283540 CPUtime=0.19 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 424 0 0 0 19 0 0 0 25 0 4 0 652680055 290344960 1665 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283540

[startup+0.300321 s]
/proc/loadavg: 7.72 8.04 7.97 5/298 2925
/proc/meminfo: memFree=12626368/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=283712 CPUtime=1.17 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 2663 0 0 0 117 0 0 0 25 0 4 0 652680054 290521088 2026 33554432000 4194304 4650419 140736393661040 18446744073709551615 4331245 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 70928 2026 393 112 0 65893 0
[pid=2925/tid=2928] ppid=2923 vsize=283712 CPUtime=0.29 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 575 0 0 0 29 0 0 0 25 0 4 0 652680055 290521088 2026 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=283712 CPUtime=0.28 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 564 0 0 0 28 0 0 0 25 0 4 0 652680055 290521088 2026 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=283712 CPUtime=0.29 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 511 0 0 0 29 0 0 0 25 0 4 0 652680055 290521088 2026 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283712

[startup+0.700245 s]
/proc/loadavg: 7.72 8.04 7.97 5/298 2925
/proc/meminfo: memFree=12626368/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=285028 CPUtime=2.77 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 4654 0 0 0 276 1 0 0 25 0 4 0 652680054 291868672 2280 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 71257 2280 393 112 0 66222 0
[pid=2925/tid=2928] ppid=2923 vsize=285028 CPUtime=0.69 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 1081 0 0 0 69 0 0 0 25 0 4 0 652680055 291868672 2280 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=285028 CPUtime=0.68 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 1080 0 0 0 68 0 0 0 25 0 4 0 652680055 291868672 2280 33554432000 4194304 4650419 140736393661040 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=285028 CPUtime=0.69 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 982 0 0 0 69 0 0 0 25 0 4 0 652680055 291868672 2280 33554432000 4194304 4650419 140736393661040 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285028

[startup+1.50109 s]
/proc/loadavg: 7.72 8.04 7.97 9/302 2931
/proc/meminfo: memFree=12613936/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=277020 CPUtime=5.96 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 7955 0 0 0 594 2 0 0 25 0 4 0 652680054 283668480 4309 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 69255 4309 395 112 0 64220 0
[pid=2925/tid=2928] ppid=2923 vsize=277020 CPUtime=1.49 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 1695 0 0 0 149 0 0 0 25 0 4 0 652680055 283668480 4309 33554432000 4194304 4650419 140736393661040 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=277020 CPUtime=1.47 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 1614 0 0 0 147 0 0 0 25 0 4 0 652680055 283668480 4309 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=277020 CPUtime=1.49 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 1502 0 0 0 149 0 0 0 25 0 4 0 652680055 283668480 4309 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 277020

[startup+3.10079 s]
/proc/loadavg: 7.72 8.04 7.97 9/302 2931
/proc/meminfo: memFree=12594596/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=281772 CPUtime=12.35 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 15498 0 0 0 1231 4 0 0 25 0 4 0 652680054 288534528 8759 33554432000 4194304 4650419 140736393661040 18446744073709551615 4304054 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 70443 8759 395 112 0 65408 0
[pid=2925/tid=2928] ppid=2923 vsize=281772 CPUtime=3.08 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 3759 0 0 0 308 0 0 0 25 0 4 0 652680055 288534528 8759 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=281772 CPUtime=3.06 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 4053 0 0 0 305 1 0 0 25 0 4 0 652680055 288534528 8759 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=281772 CPUtime=3.08 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 3430 0 0 0 308 0 0 0 25 0 4 0 652680055 288534528 8759 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 281772

[startup+6.30118 s]
/proc/loadavg: 7.42 7.98 7.95 9/302 2965
/proc/meminfo: memFree=13063224/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=288048 CPUtime=25.12 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 23392 0 0 0 2506 6 0 0 25 0 4 0 652680054 294961152 11750 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 72012 11750 395 112 0 66977 0
[pid=2925/tid=2928] ppid=2923 vsize=288048 CPUtime=6.28 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 6202 0 0 0 627 1 0 0 25 0 4 0 652680055 294961152 11750 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=288048 CPUtime=6.23 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 6519 0 0 0 622 1 0 0 25 0 4 0 652680055 294961152 11750 33554432000 4194304 4650419 140736393661040 18446744073709551615 4438402 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=288048 CPUtime=6.28 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 4398 0 0 0 628 0 0 0 25 0 4 0 652680055 294961152 11750 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 288048

[startup+12.701 s]
/proc/loadavg: 7.46 7.98 7.95 9/302 2965
/proc/meminfo: memFree=13000884/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=291816 CPUtime=50.66 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 36302 0 0 0 5058 8 0 0 25 0 4 0 652680054 298819584 17121 33554432000 4194304 4650419 140736393661040 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 72954 17121 395 112 0 67919 0
[pid=2925/tid=2928] ppid=2923 vsize=291816 CPUtime=12.68 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 9381 0 0 0 1266 2 0 0 25 0 4 0 652680055 298819584 17121 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=291816 CPUtime=12.57 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 9258 0 0 0 1256 1 0 0 25 0 4 0 652680055 298819584 17121 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=291816 CPUtime=12.69 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 7173 0 0 0 1268 1 0 0 25 0 4 0 652680055 298819584 17121 33554432000 4194304 4650419 140736393661040 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 291816

[startup+25.5005 s]
/proc/loadavg: 7.66 7.99 7.95 9/302 2965
/proc/meminfo: memFree=12956284/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=300332 CPUtime=101.74 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 55513 0 0 0 10162 12 0 0 25 0 4 0 652680054 307539968 21191 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 75083 21191 395 112 0 70048 0
[pid=2925/tid=2928] ppid=2923 vsize=300332 CPUtime=25.49 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 15031 0 0 0 2546 3 0 0 25 0 4 0 652680055 307539968 21191 33554432000 4194304 4650419 140736393661040 18446744073709551615 4314710 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=300332 CPUtime=25.25 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 14587 0 0 0 2522 3 0 0 25 0 4 0 652680055 307539968 21191 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=300332 CPUtime=25.48 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 10595 0 0 0 2546 2 0 0 25 0 4 0 652680055 307539968 21191 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 300332

[startup+51.1007 s]
/proc/loadavg: 7.78 7.99 7.95 9/302 2966
/proc/meminfo: memFree=12888124/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=311356 CPUtime=203.9 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 85149 0 0 0 20370 20 0 0 25 0 4 0 652680054 318828544 29394 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 77839 29394 395 112 0 72804 0
[pid=2925/tid=2928] ppid=2923 vsize=311356 CPUtime=51.08 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 23794 0 0 0 5104 4 0 0 25 0 4 0 652680055 318828544 29394 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=311356 CPUtime=50.62 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 23164 0 0 0 5057 5 0 0 25 0 4 0 652680055 318828544 29394 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=311356 CPUtime=51.08 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 15232 0 0 0 5104 4 0 0 25 0 4 0 652680055 318828544 29394 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 311356

[startup+102.301 s]
/proc/loadavg: 7.96 8.01 7.96 9/302 2967
/proc/meminfo: memFree=12847884/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=318424 CPUtime=408.25 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 127708 0 0 0 40792 33 0 0 25 0 4 0 652680054 326066176 33982 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 79606 33982 395 112 0 74571 0
[pid=2925/tid=2928] ppid=2923 vsize=318424 CPUtime=102.29 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 36229 0 0 0 10222 7 0 0 25 0 4 0 652680055 326066176 33984 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=318424 CPUtime=101.36 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 34021 0 0 0 10127 9 0 0 25 0 4 0 652680055 326066176 33984 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=318424 CPUtime=102.29 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 22807 0 0 0 10222 7 0 0 25 0 4 0 652680055 326066176 33984 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.25
Current children cumulated vsize (KiB) 318424

[startup+162.3 s]

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

[pid=2925] ppid=2923 vsize=517660 CPUtime=2802.71 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 426479 0 0 0 280123 148 0 0 25 0 4 0 652680054 530083840 83593 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 129415 83593 395 112 0 124380 0
[pid=2925/tid=2928] ppid=2923 vsize=517660 CPUtime=702.3 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 121399 0 0 0 70191 39 0 0 25 0 4 0 652680055 530083840 83593 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=517660 CPUtime=695.88 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 125218 0 0 0 69545 43 0 0 25 0 4 0 652680055 530083840 83593 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363556 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=517660 CPUtime=702.3 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 52994 0 0 0 70210 20 0 0 25 0 4 0 652680055 530083840 83593 33554432000 4194304 4650419 140736393661040 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.71
Current children cumulated vsize (KiB) 517660

[startup+762.301 s]
/proc/loadavg: 8.12 8.07 8.01 9/302 2985
/proc/meminfo: memFree=12463636/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=518048 CPUtime=3042.17 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 449699 0 0 0 304060 157 0 0 25 0 4 0 652680054 530481152 84791 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 129512 84791 395 112 0 124477 0
[pid=2925/tid=2928] ppid=2923 vsize=518048 CPUtime=762.32 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 127597 0 0 0 76190 42 0 0 25 0 4 0 652680055 530481152 84792 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=518048 CPUtime=755.34 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 132268 0 0 0 75488 46 0 0 25 0 4 0 652680055 530481152 84792 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=518048 CPUtime=762.3 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 55203 0 0 0 76209 21 0 0 25 0 4 0 652680055 530481152 84792 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3042.17
Current children cumulated vsize (KiB) 518048

[startup+822.301 s]
/proc/loadavg: 8.14 8.09 8.01 9/302 2987
/proc/meminfo: memFree=12462508/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=518408 CPUtime=3281.61 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 471906 0 0 0 327996 165 0 0 25 0 4 0 652680054 530849792 83513 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 129602 83513 395 112 0 124567 0
[pid=2925/tid=2928] ppid=2923 vsize=518408 CPUtime=822.31 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 133011 0 0 0 82187 44 0 0 25 0 4 0 652680055 530849792 83513 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=518408 CPUtime=814.79 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 139821 0 0 0 81431 48 0 0 25 0 4 0 652680055 530849792 83513 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=518408 CPUtime=822.3 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 57017 0 0 0 82208 22 0 0 25 0 4 0 652680055 530849792 83513 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3281.61
Current children cumulated vsize (KiB) 518408

[startup+882.311 s]
/proc/loadavg: 8.14 8.10 8.02 9/302 2988
/proc/meminfo: memFree=12452572/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=584240 CPUtime=3521.09 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 495833 0 0 0 351936 173 0 0 25 0 4 0 652680054 598261760 86374 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 146060 86374 395 112 0 141025 0
[pid=2925/tid=2928] ppid=2923 vsize=584240 CPUtime=882.32 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 139778 0 0 0 88186 46 0 0 25 0 4 0 652680055 598261760 86374 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=584240 CPUtime=874.26 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 148312 0 0 0 87375 51 0 0 25 0 4 0 652680055 598261760 86374 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=584240 CPUtime=882.31 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 59397 0 0 0 88208 23 0 0 25 0 4 0 652680055 598261760 86374 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3521.09
Current children cumulated vsize (KiB) 584240

[startup+942.301 s]
/proc/loadavg: 8.28 8.14 8.03 9/302 2990
/proc/meminfo: memFree=12450200/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=584544 CPUtime=3760.51 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 515925 0 0 0 375869 182 0 0 25 0 4 0 652680054 598573056 86532 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 146136 86532 395 112 0 141101 0
[pid=2925/tid=2928] ppid=2923 vsize=584544 CPUtime=942.31 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 145628 0 0 0 94183 48 0 0 25 0 4 0 652680055 598573056 86532 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=584544 CPUtime=933.71 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 153846 0 0 0 93317 54 0 0 25 0 4 0 652680055 598573056 86532 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=584544 CPUtime=942.29 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 61785 0 0 0 94205 24 0 0 25 0 4 0 652680055 598573056 86532 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.51
Current children cumulated vsize (KiB) 584544

[startup+1002.3 s]
/proc/loadavg: 8.25 8.14 8.04 9/302 2991
/proc/meminfo: memFree=12426500/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=584904 CPUtime=3999.95 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 536834 0 0 0 399804 191 0 0 25 0 4 0 652680054 598941696 87769 33554432000 4194304 4650419 140736393661040 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 146226 87769 395 112 0 141191 0
[pid=2925/tid=2928] ppid=2923 vsize=584904 CPUtime=1002.32 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 151041 0 0 0 100181 51 0 0 25 0 4 0 652680055 598941696 87769 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=584904 CPUtime=993.16 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 159302 0 0 0 99260 56 0 0 25 0 4 0 652680055 598941696 87769 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=584904 CPUtime=1002.3 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 63857 0 0 0 100205 25 0 0 25 0 4 0 652680055 598941696 87769 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.95
Current children cumulated vsize (KiB) 584904

[startup+1062.3 s]
/proc/loadavg: 8.09 8.11 8.03 9/302 2993
/proc/meminfo: memFree=12405536/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=585136 CPUtime=4239.42 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 556309 0 0 0 423742 200 0 0 25 0 4 0 652680054 599179264 89878 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 146284 89878 395 112 0 141249 0
[pid=2925/tid=2928] ppid=2923 vsize=585136 CPUtime=1062.32 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 157285 0 0 0 106179 53 0 0 25 0 4 0 652680055 599179264 89878 33554432000 4194304 4650419 140736393661040 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=585136 CPUtime=1052.62 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 165176 0 0 0 105203 59 0 0 25 0 4 0 652680055 599179264 89878 33554432000 4194304 4650419 140736393661040 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=585136 CPUtime=1062.3 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 65470 0 0 0 106204 26 0 0 25 0 4 0 652680055 599179264 89878 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4239.42
Current children cumulated vsize (KiB) 585136

[startup+1122.3 s]
/proc/loadavg: 8.03 8.09 8.03 9/302 2995
/proc/meminfo: memFree=12380588/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=585376 CPUtime=4478.86 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 577954 0 0 0 447675 211 0 0 25 0 4 0 652680054 599425024 94953 33554432000 4194304 4650419 140736393661040 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 146344 94953 395 112 0 141309 0
[pid=2925/tid=2928] ppid=2923 vsize=585376 CPUtime=1122.32 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 162559 0 0 0 112177 55 0 0 25 0 4 0 652680055 599425024 94953 33554432000 4194304 4650419 140736393661040 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=585376 CPUtime=1112.07 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 170780 0 0 0 111145 62 0 0 25 0 4 0 652680055 599425024 94953 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=585376 CPUtime=1122.3 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 69764 0 0 0 112203 27 0 0 25 0 4 0 652680055 599425024 94953 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4478.86
Current children cumulated vsize (KiB) 585376

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 8.02 9/302 2996
/proc/meminfo: memFree=12343984/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=599620 CPUtime=4718.28 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 601235 0 0 0 471608 220 0 0 25 0 4 0 652680054 614010880 105145 33554432000 4194304 4650419 140736393661040 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 149905 105145 395 112 0 144870 0
[pid=2925/tid=2928] ppid=2923 vsize=599620 CPUtime=1182.32 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 168283 0 0 0 118175 57 0 0 25 0 4 0 652680055 614010880 105145 33554432000 4194304 4650419 140736393661040 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=599620 CPUtime=1171.5 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 176598 0 0 0 117084 66 0 0 25 0 4 0 652680055 614010880 105145 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=599620 CPUtime=1182.3 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 72826 0 0 0 118201 29 0 0 25 0 4 0 652680055 614010880 105145 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.28
Current children cumulated vsize (KiB) 599620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.13 8.10 8.03 9/302 2997
/proc/meminfo: memFree=12359484/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=656672 CPUtime=4800.09 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 606099 0 0 0 479787 222 0 0 25 0 4 0 652680054 672432128 102970 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 164168 102970 395 112 0 159133 0
[pid=2925/tid=2928] ppid=2923 vsize=656672 CPUtime=1202.84 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 170187 0 0 0 120226 58 0 0 25 0 4 0 652680055 672432128 102971 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=656672 CPUtime=1191.8 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 177681 0 0 0 119113 67 0 0 25 0 4 0 652680055 672432128 102971 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=656672 CPUtime=1202.81 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 73213 0 0 0 120251 30 0 0 25 0 4 0 652680055 672432128 102971 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 656672

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

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

[startup+1202.8 s]
/proc/loadavg: 8.13 8.10 8.03 9/302 2997
/proc/meminfo: memFree=12359484/32950928 swapFree=67083212/67111528
[pid=2925] ppid=2923 vsize=656672 CPUtime=4800.09 cores=0,2,4,6
/proc/2925/stat : 2925 (strangenight1-m) R 2923 2925 2430 0 -1 4202496 606099 0 0 0 479787 222 0 0 25 0 4 0 652680054 672432128 102970 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2925/statm: 164168 102970 395 112 0 159133 0
[pid=2925/tid=2928] ppid=2923 vsize=656672 CPUtime=1202.84 cores=0,2,4,6
/proc/2925/task/2928/stat : 2928 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 170187 0 0 0 120226 58 0 0 25 0 4 0 652680055 672432128 102971 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=656672 CPUtime=1191.8 cores=0,2,4,6
/proc/2925/task/2929/stat : 2929 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 177681 0 0 0 119113 67 0 0 25 0 4 0 652680055 672432128 102971 33554432000 4194304 4650419 140736393661040 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=656672 CPUtime=1202.81 cores=0,2,4,6
/proc/2925/task/2930/stat : 2930 (strangenight1-m) R 2923 2925 2430 0 -1 4202560 73213 0 0 0 120251 30 0 0 25 0 4 0 652680055 672432128 102971 33554432000 4194304 4650419 140736393661040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 656672

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.17
CPU user time (s): 4797.92
CPU system time (s): 2.24766
CPU usage (%): 399.07
Max. virtual memory (cumulated for all children) (KiB): 656672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.92
system time used= 2.24766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 606100
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= 287
involuntary context switches= 22877

runsolver used 3.13652 second user time and 7.9238 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 00:06:44
IDJOB=3369021
IDBENCH=83030
IDSOLVER=1846
FILE ID=node127/3369021-1305410804
RUNJOBID= node127-1305409599-2784
PBS_JOBID= 13324505
Free space on /tmp= 73472 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
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-3369021-1305410804/watcher-3369021-1305410804 -o /tmp/evaluation-result-3369021-1305410804/solver-3369021-1305410804 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369021-1305410804.cnf

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

MD5SUM BENCH= 262b86a16f9a75cfd5f5af81be0602bc
RANDOM SEED=880182761

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12626772 kB
Buffers:        290344 kB
Cached:        3366852 kB
SwapCached:       1620 kB
Active:       17322212 kB
Inactive:      2665500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12626772 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:    16328804 kB
Mapped:          26740 kB
Slab:           226068 kB
PageTables:      47860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44917436 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= 73468 MiB
End job on node127 at 2011-05-15 00:26:49