Trace number 3174064

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mtUNSAT 2145.73 537.173

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1508981094-051.UNKNOWN.cnf
MD5SUM5c5f7e1107ac57768306372602d70556
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.49871
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174064-1304080674.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
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 blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 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:      0  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:      37 undec:       3 neg:      35
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        75      1597         0         0      7985         0   no data   no data
0.13/0.04	c Decided on static restart strategy
0.38/0.10	c  N st     8      4922        75      1597         0      4535      7985     79054   no data   no data
0.78/0.27	c  N st    10     11306        75      1597         0      4150      7985     59001   no data   no data
1.58/0.45	c  N st    11     17050        75      1597         0      9339      7985    143492   no data   no data
2.77/0.71	c  F st    12     25000        75      1597         0     11418      7985    177214   no data   no data
2.77/0.71	c  N st    12     25000        75      1597         0     11418      7985    177214   no data   no data
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st    18     30000        75      1597         0      9850      7985    144155   no data   no data
3.57/0.90	c  S st    18     30000        75      1597         0      9850      7985    144155   no data   no data
3.57/0.93	c  S st    18     30500        75      1597         0     10331      7985    152680   no data   no data
3.57/0.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.93	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.10	c lits-rem:       288  cl-subs:     2614  v-elim:      0  v-fix:    0  time:  0.16 s
4.40/1.13	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.40/1.13	c calculated reachability. Time: 0.00
4.40/1.13	c  N st    18     30500        75      1597         0      7717      7985    112439   no data   no data
5.57/1.42	c  N st    20     37611        75      1597         0     14126      7985    217099   no data   no data
6.37/1.67	c  N st    21     44011        75      1597         0     12770      7985    179562   no data   no data
6.77/1.75	c  S st    22     45751        75      1597         0     14323      7985    204675   no data   no data
6.77/1.79	c  S st    22     46255        75      1597         0     14796      7985    213151   no data   no data
6.77/1.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.77/1.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.77/1.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.77/1.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.77/1.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.77/1.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
6.77/1.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.17/1.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.17/1.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.11	c lits-rem:       382  cl-subs:     3246  v-elim:      0  v-fix:    0  time:  0.31 s
8.38/2.11	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.38/2.12	c vivif2 --  cl tried    11550 cl shrink        0 lits rem          0 time: 0.00
8.38/2.16	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.38/2.16	c calculated reachability. Time: 0.00
8.38/2.16	c  N st    22     46255        75      1597         0     11550      7985    165334   no data   no data
11.17/2.85	c  N st    23     60654        75      1597         0     16694      7985    244934   no data   no data
12.78/3.27	c  N st    24     69383        75      1597         0     15736      7985    221751   no data   no data
12.78/3.27	c  S st    24     69383        75      1597         0     15736      7985    221751   no data   no data
13.18/3.32	c  S st    24     69887        75      1597         0     16213      7985    230314   no data   no data
13.18/3.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.18/3.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.18/3.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.18/3.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.18/3.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.18/3.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.18/3.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.18/3.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.36/3.64	c lits-rem:       314  cl-subs:     2779  v-elim:      0  v-fix:    0  time:  0.31 s
14.36/3.64	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.36/3.64	c vivif2 --  cl tried    13434 cl shrink        0 lits rem          0 time: 0.00
14.36/3.69	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.36/3.69	c calculated reachability. Time: 0.00
14.36/3.69	c  N st    24     69887        75      1597         0     13434      7985    187607   no data   no data
18.35/4.65	c  F st    25     87503        75      1597         0     19528      7985    269649   no data   no data
18.35/4.65	c  N st    25     87503        75      1597         0     19528      7985    269649   no data   no data
19.56/4.97	c Decided on static restart strategy
20.36/5.13	c  N st    32     95541        75      1597         0     16036      7985    214777   no data   no data
22.34/5.70	c  N st    34    104830        75      1597         0     12774      7985    157988   no data   no data
22.34/5.70	c  S st    34    104830        75      1597         0     12774      7985    157988   no data   no data
22.74/5.73	c  S st    34    105334        75      1597         0     13248      7985    166753   no data   no data
22.74/5.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.74/5.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.74/5.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.74/5.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.74/5.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.74/5.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.74/5.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.74/5.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.74/5.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.14/5.82	c lits-rem:        90  cl-subs:     1164  v-elim:      0  v-fix:    0  time:  0.08 s
23.14/5.82	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.14/5.82	c vivif2 --  cl tried    12084 cl shrink        0 lits rem          0 time: 0.00
23.14/5.86	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.14/5.86	c calculated reachability. Time: 0.00
23.14/5.86	c  N st    34    105334        75      1597         0     12084      7985    149250   no data   no data
25.15/6.38	c  N st    35    114932        75      1597         0     20721      7985    292480   no data   no data
29.14/7.32	c  N st    36    129329        75      1597         0     21116      7985    290018   no data   no data
35.15/8.83	c  N st    37    150924        75      1597         0     26949      7985    373740   no data   no data
37.13/9.38	c  S st    38    158001        75      1597         0     19022      7985    241443   no data   no data
37.53/9.43	c  S st    38    158503        75      1597         0     19498      7985    250187   no data   no data
37.53/9.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.53/9.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
37.53/9.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.53/9.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.53/9.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.53/9.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.53/9.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.53/9.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.53/9.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.32/9.69	c lits-rem:       277  cl-subs:     2215  v-elim:      0  v-fix:    0  time:  0.24 s
38.32/9.69	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
38.32/9.69	c vivif2 --  cl tried    17283 cl shrink        0 lits rem          0 time: 0.00
38.72/9.75	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
38.72/9.75	c calculated reachability. Time: 0.00
38.72/9.75	c  N st    38    158503        75      1597         0     17283      7985    217047   no data   no data
52.32/13.15	c  N st    39    207093        75      1597         0     29555      7985    390530   no data   no data
61.89/15.52	c  N st    40    237754        75      1597         0     22161      7985    265922   no data   no data
61.89/15.52	c  S st    40    237754        75      1597         0     22161      7985    265922   no data   no data
61.89/15.58	c  S st    40    238257        75      1597         0     22638      7985    274539   no data   no data
61.89/15.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.89/15.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.89/15.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.89/15.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.89/15.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.89/15.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.89/15.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.89/15.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.89/15.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.09/15.88	c lits-rem:       241  cl-subs:     2363  v-elim:      0  v-fix:    0  time:  0.29 s
63.09/15.88	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
63.09/15.88	c vivif2 --  cl tried    20275 cl shrink        0 lits rem          0 time: 0.00
63.49/15.95	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
63.49/15.95	c calculated reachability. Time: 0.00
63.49/15.95	c  N st    40    238257        75      1597         0     20275      7985    241173   no data   no data
86.66/21.75	c  F st    41    306250        75      1597         0     22141      7985    241647   no data   no data
86.66/21.75	c  N st    41    306250        75      1597         0     22141      7985    241647   no data   no data
88.66/22.20	c Decided on static restart strategy
98.24/24.67	c  N st    51    334551        75      1597         0     26181      7985    306521   no data   no data
107.03/26.86	c  N st    53    357385        75      1597         0     24355      7985    266140   no data   no data
107.03/26.86	c  S st    53    357385        75      1597         0     24355      7985    266140   no data   no data
107.43/26.92	c  S st    53    357890        75      1597         0     24827      7985    274634   no data   no data
107.43/26.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
107.43/26.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
107.43/26.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
107.43/26.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.43/26.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.43/26.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
107.43/26.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
107.43/26.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
107.43/26.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.23/27.12	c lits-rem:        97  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  0.18 s
108.23/27.12	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
108.23/27.12	c vivif2 --  cl tried    23219 cl shrink        0 lits rem          0 time: 0.00
108.23/27.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
108.63/27.20	c calculated reachability. Time: 0.00
108.63/27.20	c  N st    53    357890        75      1597         0     23219      7985    253329   no data   no data
121.01/30.31	c  N st    54    390283        75      1597         0     28899      7985    329266   no data   no data
142.18/35.65	c  N st    55    438872        75      1597         0     48009      7985    622499   no data   no data
172.14/43.18	c  N st    56    511756        75      1597         0     35415      7985    411944   no data   no data
184.14/46.16	c  N st    57    536836        75      1597         0     30315      7985    329075   no data   no data
184.14/46.16	c  S st    57    536836        75      1597         0     30315      7985    329075   no data   no data
184.55/46.23	c  S st    57    537338        75      1597         0     30777      7985    337772   no data   no data
184.55/46.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
184.55/46.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
184.55/46.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
184.55/46.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.55/46.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.55/46.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
184.55/46.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
184.55/46.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
184.55/46.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.73/46.52	c lits-rem:       167  cl-subs:     1660  v-elim:      0  v-fix:    0  time:  0.26 s
185.73/46.52	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
185.73/46.52	c vivif2 --  cl tried    29117 cl shrink        0 lits rem          0 time: 0.00
186.13/46.62	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
186.13/46.62	c calculated reachability. Time: 0.00
186.13/46.62	c  N st    57    537338        75      1597         0     29117      7985    315276   no data   no data
262.02/65.62	c  N st    58    701322        75      1597         0     55732      7985    706490   no data   no data
319.14/79.94	c  N st    59    806007        75      1597         0     49978      7985    597892   no data   no data
319.14/79.94	c  S st    59    806007        75      1597         0     49978      7985    597892   no data   no data
319.54/80.08	c  S st    59    806513        75      1597         0     50460      7985    606899   no data   no data
319.54/80.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
319.54/80.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
319.54/80.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
319.54/80.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
319.54/80.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
319.54/80.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
319.54/80.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
319.94/80.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
319.94/80.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
327.93/82.12	c lits-rem:       936  cl-subs:     7701  v-elim:      0  v-fix:    0  time:  2.00 s
327.93/82.12	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
327.93/82.13	c vivif2 --  cl tried    42759 cl shrink        0 lits rem          0 time: 0.01
328.33/82.29	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.16
328.33/82.29	c calculated reachability. Time: 0.00
328.33/82.29	c  N st    59    806513        75      1597         0     42759      7985    500714   no data   no data
476.93/119.43	c  F st    60   1071876        75      1597         0     57811      7985    664342   no data   no data
476.93/119.43	c  N st    60   1071876        75      1597         0     57811      7985    664342   no data   no data
480.53/120.31	c Decided on static restart strategy
498.90/124.91	c  N st    70   1100182        75      1597         0     43273      7985    448067   no data   no data
520.48/130.31	c  N st    72   1136175        75      1597         0     75293      7985    991745   no data   no data
542.84/135.90	c  N st    73   1168568        75      1597         0     63466      7985    783595   no data   no data
571.23/143.05	c  N st    74   1209771        75      1597         0     58172      7985    668509   no data   no data
571.23/143.05	c  S st    74   1209771        75      1597         0     58172      7985    668509   no data   no data
572.00/143.24	c  S st    74   1210279        75      1597         0     58644      7985    677167   no data   no data
572.00/143.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
572.00/143.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
572.00/143.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
572.00/143.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
572.00/143.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
572.00/143.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
572.00/143.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
572.00/143.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
572.40/143.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
582.79/145.96	c lits-rem:       769  cl-subs:     8021  v-elim:      0  v-fix:    0  time:  2.65 s
582.79/145.96	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
582.79/145.97	c vivif2 --  cl tried    50623 cl shrink        0 lits rem          0 time: 0.01
584.01/146.22	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.25
584.01/146.22	c calculated reachability. Time: 0.00
584.01/146.22	c  N st    74   1210279        75      1597         0     50623      7985    566515   no data   no data
636.73/159.45	c  N st    75   1283161        75      1597         0     73072      7985    903419   no data   no data
709.02/177.55	c  N st    76   1392486        75      1597         0     82588      7985   1056269   no data   no data
827.26/207.16	c  N st    77   1556471        75      1597         0     88849      7985   1063981   no data   no data
935.11/234.10	c  N st    78   1710280        75      1597         0     79437      7985    939465   no data   no data
935.11/234.10	c  S st    78   1710280        75      1597         0     79437      7985    939465   no data   no data
935.93/234.33	c  S st    78   1710782        75      1597         0     79906      7985    948556   no data   no data
935.93/234.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
935.93/234.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
935.93/234.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
935.93/234.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
935.93/234.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
935.93/234.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
935.93/234.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
935.93/234.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
936.31/234.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
961.48/240.76	c lits-rem:      1923  cl-subs:    15502  v-elim:      0  v-fix:    0  time:  6.35 s
961.48/240.76	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
961.48/240.78	c vivif2 --  cl tried    64404 cl shrink        0 lits rem          0 time: 0.01
963.07/241.10	c asymm  cl-useful: 0/1347/1597 lits-rem:0 time: 0.32
963.07/241.10	c calculated reachability. Time: 0.00
963.07/241.10	c  N st    78   1710782        75      1597         0     64404      7984    745217   no data   no data
1251.90/313.46	c  N st    79   2079746        75      1597         0     76494      7984    853010   no data   no data
1366.15/342.09	c  N st    80   2210782        75      1597         0     80365      7984    907378   no data   no data
1366.15/342.09	c  S st    80   2210782        75      1597         0     80365      7984    907378   no data   no data
1367.32/342.33	c  S st    80   2211287        75      1597         0     80841      7984    916204   no data   no data
1367.32/342.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1367.32/342.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1367.32/342.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1367.32/342.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1367.32/342.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1367.32/342.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1367.32/342.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1367.32/342.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1367.72/342.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1385.31/346.80	c lits-rem:      1342  cl-subs:    12551  v-elim:      0  v-fix:    0  time:  4.40 s
1385.31/346.80	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
1385.31/346.81	c vivif2 --  cl tried    68290 cl shrink        0 lits rem          0 time: 0.01
1386.11/347.08	c asymm  cl-useful: 0/1263/1597 lits-rem:0 time: 0.26
1386.11/347.08	c calculated reachability. Time: 0.00
1386.11/347.08	c  N st    80   2211287        75      1597         0     68290      7983    753597   no data   no data
1834.29/459.20	c  N st    81   2711287        75      1597         0     90205      7983    977471   no data   no data
1834.29/459.20	c  S st    81   2711287        75      1597         0     90205      7983    977471   no data   no data
1835.50/459.55	c  S st    81   2711789        74      1539         0     75824      7637    784421   no data   no data
1835.50/459.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1835.50/459.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1835.50/459.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1835.50/459.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1835.50/459.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1835.50/459.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     74 time:  0.00 s
1835.50/459.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1835.90/459.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1835.90/459.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1851.07/463.43	c lits-rem:      3657  cl-subs:    16071  v-elim:      0  v-fix:    0  time:  3.80 s
1851.07/463.43	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
1851.07/463.44	c vivif2 --  cl tried    59753 cl shrink        0 lits rem          0 time: 0.01
1851.87/463.69	c asymm  cl-useful: 0/1378/1539 lits-rem:0 time: 0.26
1852.27/463.70	c calculated reachability. Time: 0.00
1852.27/463.70	c  N st    81   2711789        74      1539         0     59753      7632    600652   no data   no data
2014.45/504.34	c Finding binary XORs  T:     0.00 s  found:       0
2100.73/525.97	c Finding binary XORs  T:     0.00 s  found:       0
2137.48/535.17	c Finding binary XORs  T:     0.00 s  found:       0
2141.49/536.18	c Finding binary XORs  T:     0.00 s  found:       0
2144.68/536.93	c Finding binary XORs  T:     0.00 s  found:       0
2145.48/537.15	c Finding binary XORs  T:     0.00 s  found:       0
2145.48/537.15	c  E st    82   3085154        58       840        50     10255      3735     68909   no data   no data
2145.48/537.15	c Following stats are for *FIRST FINISHED THREAD ONLY*
2145.48/537.15	c num threads              : 4          
2145.48/537.15	c restarts                 : 82         
2145.48/537.15	c dynamic restarts         : 0          
2145.48/537.15	c static restarts          : 82         
2145.48/537.15	c full restarts            : 4          
2145.48/537.15	c total simplify time      : 1.44       
2145.48/537.15	c learnts DL2              : 0          
2145.48/537.15	c learnts size 2           : 161        
2145.48/537.15	c learnts size 1           : 47          (62.67     % of vars)
2145.48/537.15	c filedLit time            : 0.15        (0.03      % time)
2145.48/537.15	c v-elim SatELite          : 0           (0.00      % vars)
2145.48/537.15	c SatELite time            : 21.00       (3.91      % time)
2145.48/537.15	c v-elim xor               : 0           (0.00      % vars)
2145.48/537.15	c xor elim time            : 0.03        (0.00      % time)
2145.48/537.15	c num binary xor trees     : 0          
2145.48/537.15	c binxor trees' crown      : 0           (nan       leafs/tree)
2145.48/537.15	c bin xor find time        : 0.00       
2145.48/537.15	c OTF clause improved      : 351982      (0.11      clauses/conflict)
2145.48/537.15	c OTF impr. size diff      : 358678      (1.02       lits/clause)
2145.48/537.15	c OTF cl watch-shrink      : 46053       (0.01      clauses/conflict)
2145.48/537.15	c OTF cl watch-sh-lit      : 51395       (1.12       lits/clause)
2145.48/537.15	c tried to recurMin cls    : 145129      (4.70       % of conflicts)
2145.48/537.15	c updated cache            : 1386        (0.01       lits/tried recurMin)
2145.48/537.15	c unit cls recevied        : 1           (2.13      % of units)
2145.48/537.15	c unit cls sent            : 6           (12.77     % of units)
2145.48/537.15	c bin cls recevied         : 3          
2145.48/537.15	c bin cls sent             : 84         
2145.48/537.15	c clauses over max glue    : 0           (0.00      % of all clauses)
2145.48/537.15	c conflicts                : 3085154     (5746.90   / sec)
2145.48/537.15	c decisions                : 3365940     (0.22      % random)
2145.48/537.15	c bogo-props               : 95252728377 (177432781.46 / sec)
2145.48/537.15	c conflict literals        : 46963783    (24.76     % deleted)
2145.48/537.15	c Memory used              : 428.08      MB
2145.48/537.15	c single-thread CPU time   : 536.84      s
2145.48/537.15	c all-threads sum CPU time : 2144.50     s
2145.48/537.15	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174064-1304080674/watcher-3174064-1304080674 -o /tmp/evaluation-result-3174064-1304080674/solver-3174064-1304080674 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174064-1304080674.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.61 8.01 8.01 2/177 21805
/proc/meminfo: memFree=25381720/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=281732 CPUtime=0 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 677 0 0 0 0 0 0 0 23 0 4 0 519665602 288493568 599 33554432000 4194304 4627427 140737325465808 18446744073709551615 232335916951 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 70433 599 362 106 0 65404 0
[pid=21805/tid=21809] ppid=21802 vsize=281732 CPUtime=0 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 47 0 0 0 0 0 0 0 24 0 4 0 519665602 288493568 602 33554432000 4194304 4627427 140737325465808 18446744073709551615 232335553221 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=281732 CPUtime=0 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 55 0 0 0 0 0 0 0 24 0 4 0 519665602 288493568 604 33554432000 4194304 4627427 140737325465808 18446744073709551615 232335997422 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=281732 CPUtime=0 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 78 0 0 0 0 0 0 0 24 0 4 0 519665602 288493568 604 33554432000 4194304 4627427 140737325465808 18446744073709551615 232335553221 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0381949 s]
/proc/loadavg: 7.61 8.01 8.01 2/177 21805
/proc/meminfo: memFree=25381720/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=281728 CPUtime=0.13 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 1151 0 0 0 13 0 0 0 23 0 4 0 519665602 288489472 1071 33554432000 4194304 4627427 140737325465808 18446744073709551615 4299605 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 70432 1071 383 106 0 65403 0
[pid=21805/tid=21809] ppid=21802 vsize=281728 CPUtime=0.03 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 204 0 0 0 3 0 0 0 18 0 4 0 519665602 288489472 1071 33554432000 4194304 4627427 140737325465808 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=281728 CPUtime=0.03 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 149 0 0 0 3 0 0 0 24 0 4 0 519665602 288489472 1071 33554432000 4194304 4627427 140737325465808 18446744073709551615 4310465 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=281728 CPUtime=0.03 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 144 0 0 0 3 0 0 0 24 0 4 0 519665602 288489472 1071 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 281728

[startup+0.101184 s]
/proc/loadavg: 7.61 8.01 8.01 2/177 21805
/proc/meminfo: memFree=25381720/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=282144 CPUtime=0.38 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 1583 0 0 0 38 0 0 0 23 0 4 0 519665602 288915456 1399 33554432000 4194304 4627427 140737325465808 18446744073709551615 4321678 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 70536 1399 384 106 0 65507 0
[pid=21805/tid=21809] ppid=21802 vsize=282144 CPUtime=0.09 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 310 0 0 0 9 0 0 0 18 0 4 0 519665602 288915456 1399 33554432000 4194304 4627427 140737325465808 18446744073709551615 4327274 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=282144 CPUtime=0.09 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 246 0 0 0 9 0 0 0 24 0 4 0 519665602 288915456 1399 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=282144 CPUtime=0.09 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 292 0 0 0 9 0 0 0 24 0 4 0 519665602 288915456 1399 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282144

[startup+0.300149 s]
/proc/loadavg: 7.61 8.01 8.01 2/177 21805
/proc/meminfo: memFree=25381720/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=283516 CPUtime=1.17 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 2800 0 0 0 117 0 0 0 23 0 4 0 519665602 290320384 1674 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 70879 1674 384 106 0 65850 0
[pid=21805/tid=21809] ppid=21802 vsize=283516 CPUtime=0.29 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 635 0 0 0 29 0 0 0 18 0 4 0 519665602 290320384 1674 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=283516 CPUtime=0.29 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 567 0 0 0 29 0 0 0 25 0 4 0 519665602 290320384 1674 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=283516 CPUtime=0.29 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 556 0 0 0 29 0 0 0 25 0 4 0 519665602 290320384 1674 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283516

[startup+0.701078 s]
/proc/loadavg: 7.61 8.01 8.01 2/177 21805
/proc/meminfo: memFree=25381720/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=284172 CPUtime=2.77 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 4359 0 0 0 277 0 0 0 25 0 4 0 519665602 290992128 2422 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 71043 2422 385 106 0 66014 0
[pid=21805/tid=21809] ppid=21802 vsize=284172 CPUtime=0.69 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 1040 0 0 0 69 0 0 0 18 0 4 0 519665602 290992128 2422 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=284172 CPUtime=0.69 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 946 0 0 0 69 0 0 0 25 0 4 0 519665602 290992128 2422 33554432000 4194304 4627427 140737325465808 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=284172 CPUtime=0.69 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 953 0 0 0 69 0 0 0 25 0 4 0 519665602 290992128 2422 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284172

[startup+1.50094 s]
/proc/loadavg: 7.61 8.01 8.01 11/188 21816
/proc/meminfo: memFree=25355336/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=284956 CPUtime=5.97 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 8784 0 0 0 596 1 0 0 25 0 4 0 519665602 291794944 4400 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309517 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 71239 4400 388 106 0 66210 0
[pid=21805/tid=21809] ppid=21802 vsize=284956 CPUtime=1.49 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 2537 0 0 0 149 0 0 0 20 0 4 0 519665602 291794944 4400 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=284956 CPUtime=1.48 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 1588 0 0 0 148 0 0 0 25 0 4 0 519665602 291794944 4400 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=284956 CPUtime=1.49 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 1620 0 0 0 149 0 0 0 25 0 4 0 519665602 291794944 4400 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 284956

[startup+3.10066 s]
/proc/loadavg: 7.61 8.01 8.01 9/188 21816
/proc/meminfo: memFree=25321556/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=285960 CPUtime=12.36 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 16617 0 0 0 1233 3 0 0 25 0 4 0 519665602 292823040 9364 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 71490 9364 388 106 0 66461 0
[pid=21805/tid=21809] ppid=21802 vsize=285960 CPUtime=3.08 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 4563 0 0 0 308 0 0 0 25 0 4 0 519665602 292823040 9364 33554432000 4194304 4627427 140737325465808 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=285960 CPUtime=3.07 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 3893 0 0 0 307 0 0 0 25 0 4 0 519665602 292823040 9364 33554432000 4194304 4627427 140737325465808 18446744073709551615 4333237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=285960 CPUtime=3.09 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 3805 0 0 0 308 1 0 0 25 0 4 0 519665602 292823040 9364 33554432000 4194304 4627427 140737325465808 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285960

[startup+6.30109 s]
/proc/loadavg: 7.64 8.01 8.01 9/188 21816
/proc/meminfo: memFree=25293536/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=268936 CPUtime=25.15 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 24590 0 0 0 2510 5 0 0 25 0 4 0 519665602 275390464 12138 33554432000 4194304 4627427 140737325465808 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 67234 12138 388 106 0 62205 0
[pid=21805/tid=21809] ppid=21802 vsize=268936 CPUtime=6.28 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 6168 0 0 0 628 0 0 0 25 0 4 0 519665602 275390464 12138 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=268936 CPUtime=6.25 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 5967 0 0 0 625 0 0 0 25 0 4 0 519665602 275390464 12138 33554432000 4194304 4627427 140737325465808 18446744073709551615 4306335 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=268936 CPUtime=6.28 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 6532 0 0 0 627 1 0 0 25 0 4 0 519665602 275390464 12138 33554432000 4194304 4627427 140737325465808 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 268936

[startup+12.701 s]
/proc/loadavg: 7.67 8.01 8.01 9/188 21816
/proc/meminfo: memFree=25272064/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=288784 CPUtime=50.71 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 35626 0 0 0 5064 7 0 0 25 0 4 0 519665602 295714816 13739 33554432000 4194304 4627427 140737325465808 18446744073709551615 4310133 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 72196 13739 388 106 0 67167 0
[pid=21805/tid=21809] ppid=21802 vsize=288784 CPUtime=12.68 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 9045 0 0 0 1267 1 0 0 25 0 4 0 519665602 295714816 13739 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=288784 CPUtime=12.62 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 9378 0 0 0 1261 1 0 0 25 0 4 0 519665602 295714816 13739 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=288784 CPUtime=12.68 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 9009 0 0 0 1266 2 0 0 25 0 4 0 519665602 295714816 13739 33554432000 4194304 4627427 140737325465808 18446744073709551615 4310363 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 288784

[startup+25.5007 s]
/proc/loadavg: 7.82 8.03 8.02 9/188 21817
/proc/meminfo: memFree=25239580/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=290968 CPUtime=101.84 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 55771 0 0 0 10172 12 0 0 25 0 4 0 519665602 297951232 17996 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 72742 17996 388 106 0 67713 0
[pid=21805/tid=21809] ppid=21802 vsize=290968 CPUtime=25.48 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 14598 0 0 0 2546 2 0 0 25 0 4 0 519665602 297951232 17996 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=290968 CPUtime=25.35 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 13643 0 0 0 2533 2 0 0 25 0 4 0 519665602 297951232 17996 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=290968 CPUtime=25.49 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 14981 0 0 0 2545 4 0 0 25 0 4 0 519665602 297951232 17996 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 290968

[startup+51.1011 s]
/proc/loadavg: 7.96 8.04 8.02 9/188 21817
/proc/meminfo: memFree=25209528/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=293692 CPUtime=204.1 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 86524 0 0 0 20390 20 0 0 25 0 4 0 519665602 300740608 21281 33554432000 4194304 4627427 140737325465808 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 73423 21281 388 106 0 68394 0
[pid=21805/tid=21809] ppid=21802 vsize=293692 CPUtime=51.09 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 22956 0 0 0 5105 4 0 0 25 0 4 0 519665602 300740608 21281 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309075 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=293692 CPUtime=50.81 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 20911 0 0 0 5077 4 0 0 25 0 4 0 519665602 300740608 21281 33554432000 4194304 4627427 140737325465808 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=293692 CPUtime=51.08 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 22560 0 0 0 5102 6 0 0 25 0 4 0 519665602 300740608 21281 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 293692

[startup+102.307 s]
/proc/loadavg: 8.09 8.06 8.02 10/188 21819
/proc/meminfo: memFree=25183092/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=297804 CPUtime=408.65 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 134702 0 0 0 40830 35 0 0 25 0 4 0 519665602 304951296 26120 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 74451 26120 388 106 0 69422 0
[pid=21805/tid=21809] ppid=21802 vsize=297804 CPUtime=102.29 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 34879 0 0 0 10221 8 0 0 25 0 4 0 519665602 304951296 26120 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=297804 CPUtime=101.73 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 32971 0 0 0 10166 7 0 0 25 0 4 0 519665602 304951296 26120 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=297804 CPUtime=102.29 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 34112 0 0 0 10219 10 0 0 25 0 4 0 519665602 304951296 26120 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 297804

[startup+162.3 s]

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

/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 56436 0 0 0 22212 17 0 0 25 0 4 0 519665602 312176640 38798 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 887.98
Current children cumulated vsize (KiB) 304860

[startup+282.301 s]
/proc/loadavg: 8.11 8.06 8.02 10/188 21823
/proc/meminfo: memFree=25023668/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=382976 CPUtime=1127.66 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 262670 0 0 0 112691 75 0 0 25 0 4 0 519665602 392167424 48213 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 95744 48213 388 106 0 90715 0
[pid=21805/tid=21809] ppid=21802 vsize=382976 CPUtime=282.29 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 67423 0 0 0 28211 18 0 0 25 0 4 0 519665602 392167424 48213 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=382976 CPUtime=280.75 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 65933 0 0 0 28057 18 0 0 25 0 4 0 519665602 392167424 48213 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=382976 CPUtime=282.29 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 65392 0 0 0 28209 20 0 0 25 0 4 0 519665602 392167424 48213 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1127.66
Current children cumulated vsize (KiB) 382976

[startup+342.3 s]
/proc/loadavg: 8.11 8.06 8.02 9/188 21825
/proc/meminfo: memFree=24990172/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=449200 CPUtime=1367.32 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 288297 0 0 0 136645 87 0 0 25 0 4 0 519665602 459980800 47926 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 112300 47926 388 106 0 107271 0
[pid=21805/tid=21809] ppid=21802 vsize=449200 CPUtime=342.29 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 75538 0 0 0 34207 22 0 0 25 0 4 0 519665602 459980800 47926 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=449200 CPUtime=340.42 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 73086 0 0 0 34021 21 0 0 25 0 4 0 519665602 459980800 47926 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=449200 CPUtime=342.28 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 67138 0 0 0 34208 20 0 0 25 0 4 0 519665602 459980800 47926 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1367.32
Current children cumulated vsize (KiB) 449200

[startup+402.301 s]
/proc/loadavg: 8.11 8.07 8.02 9/188 21827
/proc/meminfo: memFree=24950472/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=461400 CPUtime=1607.01 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 319455 0 0 0 160600 101 0 0 25 0 4 0 519665602 472473600 59475 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 115350 59475 389 106 0 110321 0
[pid=21805/tid=21809] ppid=21802 vsize=461400 CPUtime=402.29 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 83055 0 0 0 40203 26 0 0 25 0 4 0 519665602 472473600 59475 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=461400 CPUtime=400.09 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 81467 0 0 0 39985 24 0 0 25 0 4 0 519665602 472473600 59475 33554432000 4194304 4627427 140737325465808 18446744073709551615 4420278 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=461400 CPUtime=402.29 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 74475 0 0 0 40206 23 0 0 25 0 4 0 519665602 472473600 59475 33554432000 4194304 4627427 140737325465808 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1607.01
Current children cumulated vsize (KiB) 461400

[startup+462.301 s]
/proc/loadavg: 8.10 8.07 8.02 9/188 21828
/proc/meminfo: memFree=24936676/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=438312 CPUtime=1846.68 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 344434 0 0 0 184557 111 0 0 25 0 4 0 519665602 448831488 61865 33554432000 4194304 4627427 140737325465808 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 109578 61865 389 106 0 104549 0
[pid=21805/tid=21809] ppid=21802 vsize=438312 CPUtime=462.3 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 87577 0 0 0 46202 28 0 0 25 0 4 0 519665602 448831488 61865 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=438312 CPUtime=459.76 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 88727 0 0 0 45950 26 0 0 25 0 4 0 519665602 448831488 61865 33554432000 4194304 4627427 140737325465808 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=438312 CPUtime=462.29 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 79897 0 0 0 46203 26 0 0 25 0 4 0 519665602 448831488 61865 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1846.68
Current children cumulated vsize (KiB) 438312

[startup+522.301 s]
/proc/loadavg: 8.09 8.07 8.02 9/188 21830
/proc/meminfo: memFree=24913840/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=438136 CPUtime=2086.36 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 361834 0 0 0 208516 120 0 0 25 0 4 0 519665602 448651264 64295 33554432000 4194304 4627427 140737325465808 18446744073709551615 4324280 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 109534 64295 389 106 0 104505 0
[pid=21805/tid=21809] ppid=21802 vsize=438136 CPUtime=522.3 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 90558 0 0 0 52201 29 0 0 25 0 4 0 519665602 448651264 64295 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=438136 CPUtime=519.43 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 93595 0 0 0 51915 28 0 0 25 0 4 0 519665602 448651264 64295 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=438136 CPUtime=522.3 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 84947 0 0 0 52201 29 0 0 25 0 4 0 519665602 448651264 64295 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2086.36
Current children cumulated vsize (KiB) 438136

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

[startup+524.707 s]
/proc/loadavg: 8.08 8.06 8.02 9/188 21830
/proc/meminfo: memFree=24911732/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=438136 CPUtime=2095.97 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 363000 0 0 0 209477 120 0 0 25 0 4 0 519665602 448651264 65461 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 109534 65461 389 106 0 104505 0
[pid=21805/tid=21809] ppid=21802 vsize=438136 CPUtime=524.7 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 90563 0 0 0 52441 29 0 0 25 0 4 0 519665602 448651264 65461 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=438136 CPUtime=521.82 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 93773 0 0 0 52154 28 0 0 25 0 4 0 519665602 448651264 65461 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=438136 CPUtime=524.7 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 85115 0 0 0 52441 29 0 0 25 0 4 0 519665602 448651264 65461 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2095.97
Current children cumulated vsize (KiB) 438136

[startup+531.101 s]
/proc/loadavg: 8.08 8.06 8.01 9/188 21830
/proc/meminfo: memFree=24895860/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=438348 CPUtime=2121.51 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 366287 0 0 0 212030 121 0 0 25 0 4 0 519665602 448868352 66729 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 109587 66729 389 106 0 104558 0
[pid=21805/tid=21809] ppid=21802 vsize=438348 CPUtime=531.09 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 91833 0 0 0 53080 29 0 0 25 0 4 0 519665602 448868352 66729 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=438348 CPUtime=528.19 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 94122 0 0 0 52790 29 0 0 25 0 4 0 519665602 448868352 66729 33554432000 4194304 4627427 140737325465808 18446744073709551615 4332937 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=438348 CPUtime=531.09 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 86239 0 0 0 53080 29 0 0 25 0 4 0 519665602 448868352 66729 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2121.51
Current children cumulated vsize (KiB) 438348

[startup+534.3 s]
/proc/loadavg: 8.08 8.06 8.01 9/188 21830
/proc/meminfo: memFree=24903796/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=438348 CPUtime=2134.29 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 366994 0 0 0 213308 121 0 0 25 0 4 0 519665602 448868352 67436 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 109587 67436 389 106 0 104558 0
[pid=21805/tid=21809] ppid=21802 vsize=438348 CPUtime=534.3 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 92074 0 0 0 53400 30 0 0 25 0 4 0 519665602 448868352 67436 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=438348 CPUtime=531.37 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 94122 0 0 0 53108 29 0 0 25 0 4 0 519665602 448868352 67436 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=438348 CPUtime=534.29 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 86492 0 0 0 53400 29 0 0 25 0 4 0 519665602 448868352 67436 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2134.29
Current children cumulated vsize (KiB) 438348

[startup+535.901 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 21830
/proc/meminfo: memFree=24906024/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=438348 CPUtime=2140.69 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 367275 0 0 0 213947 122 0 0 25 0 4 0 519665602 448868352 66091 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 109587 66091 389 106 0 104558 0
[pid=21805/tid=21809] ppid=21802 vsize=438348 CPUtime=535.9 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 92176 0 0 0 53560 30 0 0 25 0 4 0 519665602 448868352 66091 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=438348 CPUtime=532.96 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 94122 0 0 0 53267 29 0 0 25 0 4 0 519665602 448868352 66091 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=438348 CPUtime=535.89 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 86617 0 0 0 53560 29 0 0 25 0 4 0 519665602 448868352 66091 33554432000 4194304 4627427 140737325465808 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2140.69
Current children cumulated vsize (KiB) 438348

[startup+536.701 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 21830
/proc/meminfo: memFree=24910488/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=438348 CPUtime=2143.91 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 367433 0 0 0 214269 122 0 0 25 0 4 0 519665602 448868352 66249 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 109587 66249 389 106 0 104558 0
[pid=21805/tid=21809] ppid=21802 vsize=438348 CPUtime=536.71 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 92278 0 0 0 53641 30 0 0 25 0 4 0 519665602 448868352 66249 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=438348 CPUtime=533.76 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 94122 0 0 0 53347 29 0 0 25 0 4 0 519665602 448868352 66249 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=438348 CPUtime=536.7 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 86673 0 0 0 53641 29 0 0 25 0 4 0 519665602 448868352 66249 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2143.91
Current children cumulated vsize (KiB) 438348

[startup+537.101 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 21830
/proc/meminfo: memFree=24910488/32951124 swapFree=67111524/67111528
[pid=21805] ppid=21802 vsize=438348 CPUtime=2145.48 cores=1,3,5,7
/proc/21805/stat : 21805 (strangenight2-m) R 21802 21805 21677 0 -1 4202496 367490 0 0 0 214426 122 0 0 25 0 4 0 519665602 448868352 66306 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21805/statm: 109587 66306 389 106 0 104558 0
[pid=21805/tid=21809] ppid=21802 vsize=438348 CPUtime=537.1 cores=1,3,5,7
/proc/21805/task/21809/stat : 21809 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 92306 0 0 0 53680 30 0 0 25 0 4 0 519665602 448868352 66306 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21805/tid=21810] ppid=21802 vsize=438348 CPUtime=534.15 cores=1,3,5,7
/proc/21805/task/21810/stat : 21810 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 94122 0 0 0 53386 29 0 0 25 0 4 0 519665602 448868352 66306 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21805/tid=21811] ppid=21802 vsize=438348 CPUtime=537.09 cores=1,3,5,7
/proc/21805/task/21811/stat : 21811 (strangenight2-m) R 21802 21805 21677 0 -1 4202560 86702 0 0 0 53680 29 0 0 25 0 4 0 519665602 448868352 66306 33554432000 4194304 4627427 140737325465808 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2145.48
Current children cumulated vsize (KiB) 438348

Child status: 20
Real time (s): 537.173
CPU time (s): 2145.73
CPU user time (s): 2144.5
CPU system time (s): 1.23581
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 461868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2144.5
system time used= 1.23581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367501
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= 135
involuntary context switches= 14301

runsolver used 0.753885 second user time and 2.18667 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 14:37:54
IDJOB=3174064
IDBENCH=82882
IDSOLVER=1586
FILE ID=node132/3174064-1304080674
RUNJOBID= node132-1304079470-21696
PBS_JOBID= 13170531
Free space on /tmp= 71872 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1508981094-051.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174064-1304080674/watcher-3174064-1304080674 -o /tmp/evaluation-result-3174064-1304080674/solver-3174064-1304080674 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174064-1304080674.cnf

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

MD5SUM BENCH= 5c5f7e1107ac57768306372602d70556
RANDOM SEED=1970975108

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.67
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.833
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.82
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.833
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:      25382008 kB
Buffers:        770328 kB
Cached:        6236904 kB
SwapCached:          4 kB
Active:        2082096 kB
Inactive:      4989916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25382008 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11352 kB
Writeback:          36 kB
AnonPages:       64248 kB
Mapped:          14224 kB
Slab:           435332 kB
PageTables:       4792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71864 MiB
End job on node132 at 2011-04-29 14:46:52