Trace number 3366473

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-mt (fixed)UNSAT 2154.35 540.068

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366473-1305405039.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.02	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.02	c -- vars added         75
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
2.77/0.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
2.77/0.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.77/0.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.77/0.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.77/0.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
2.77/0.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.77/0.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.77/0.73	c Finding binary XORs  T:     0.00 s  found:       0
2.77/0.73	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.77/0.73	c calculated reachability. Time: 0.00
2.77/0.73	c Calc default polars -  time:   0.00 s pos:      37 undec:       3 neg:      35
2.77/0.73	c =========================================================================================
2.77/0.73	c types(t): F = full restart, N = normal restart
2.77/0.73	c types(t): S = simplification begin/end, E = solution found
2.77/0.73	c restart types(rt): st = static, dy = dynamic
2.77/0.73	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.77/0.73	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
2.77/0.73	c Decided on static restart strategy
2.77/0.73	c  N st     8      4922        75      1597         0      4535      7985     79054   no data   no data
2.77/0.73	c  N st    10     11306        75      1597         0      4150      7985     59001   no data   no data
2.77/0.73	c  N st    11     17050        75      1597         0      9339      7985    143492   no data   no data
3.17/0.83	c  F st    12     25000        75      1597         0     11418      7985    177214   no data   no data
3.17/0.83	c  N st    12     25000        75      1597         0     11418      7985    177214   no data   no data
3.57/0.93	c Decided on static restart strategy
3.57/0.93	c  N st    18     30000        75      1597         0      9850      7985    144155   no data   no data
3.57/0.93	c  S st    18     30000        75      1597         0      9850      7985    144155   no data   no data
4.00/1.03	c  S st    18     30500        75      1597         0     10331      7985    152680   no data   no data
4.00/1.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.00/1.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.00/1.03	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
4.00/1.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.00/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.00/1.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
4.00/1.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.00/1.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.00/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.13	c lits-rem:       288  cl-subs:     2614  v-elim:      0  v-fix:    0  time:  0.16 s
4.76/1.23	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.76/1.23	c calculated reachability. Time: 0.00
4.76/1.23	c  N st    18     30500        75      1597         0      7717      7985    112439   no data   no data
5.56/1.44	c  N st    20     37611        75      1597         0     14126      7985    217099   no data   no data
6.36/1.69	c  N st    21     44011        75      1597         0     12770      7985    179562   no data   no data
6.76/1.77	c  S st    22     45751        75      1597         0     14323      7985    204675   no data   no data
7.16/1.81	c  S st    22     46255        75      1597         0     14796      7985    213151   no data   no data
7.16/1.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.16/1.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.16/1.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/2.13	c lits-rem:       382  cl-subs:     3246  v-elim:      0  v-fix:    0  time:  0.31 s
8.39/2.13	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.39/2.13	c vivif2 --  cl tried    11550 cl shrink        0 lits rem          0 time: 0.00
8.39/2.17	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.39/2.17	c calculated reachability. Time: 0.00
8.39/2.17	c  N st    22     46255        75      1597         0     11550      7985    165334   no data   no data
11.15/2.88	c  N st    23     60654        75      1597         0     16694      7985    244934   no data   no data
12.77/3.30	c  N st    24     69383        75      1597         0     15736      7985    221751   no data   no data
12.77/3.30	c  S st    24     69383        75      1597         0     15736      7985    221751   no data   no data
13.18/3.34	c  S st    24     69887        75      1597         0     16213      7985    230314   no data   no data
13.18/3.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.18/3.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.18/3.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.18/3.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.18/3.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.18/3.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.18/3.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.18/3.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.34/3.67	c lits-rem:       314  cl-subs:     2779  v-elim:      0  v-fix:    0  time:  0.31 s
14.34/3.67	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.34/3.67	c vivif2 --  cl tried    13434 cl shrink        0 lits rem          0 time: 0.00
14.74/3.71	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.74/3.71	c calculated reachability. Time: 0.00
14.74/3.71	c  N st    24     69887        75      1597         0     13434      7985    187607   no data   no data
18.32/4.68	c  F st    25     87503        75      1597         0     19528      7985    269649   no data   no data
18.32/4.68	c  N st    25     87503        75      1597         0     19528      7985    269649   no data   no data
19.92/5.00	c Decided on static restart strategy
20.32/5.16	c  N st    32     95541        75      1597         0     16036      7985    214777   no data   no data
22.71/5.73	c  N st    34    104830        75      1597         0     12774      7985    157988   no data   no data
22.71/5.73	c  S st    34    104830        75      1597         0     12774      7985    157988   no data   no data
22.71/5.76	c  S st    34    105334        75      1597         0     13248      7985    166753   no data   no data
22.71/5.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.71/5.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.71/5.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.71/5.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.71/5.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.71/5.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.71/5.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.71/5.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.71/5.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.11/5.85	c lits-rem:        90  cl-subs:     1164  v-elim:      0  v-fix:    0  time:  0.08 s
23.11/5.85	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.11/5.85	c vivif2 --  cl tried    12084 cl shrink        0 lits rem          0 time: 0.00
23.11/5.89	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.11/5.89	c calculated reachability. Time: 0.00
23.11/5.89	c  N st    34    105334        75      1597         0     12084      7985    149250   no data   no data
25.51/6.41	c  N st    35    114932        75      1597         0     20721      7985    292480   no data   no data
29.10/7.37	c  N st    36    129329        75      1597         0     21116      7985    290018   no data   no data
35.13/8.88	c  N st    37    150924        75      1597         0     26949      7985    373740   no data   no data
37.47/9.43	c  S st    38    158001        75      1597         0     19022      7985    241443   no data   no data
37.47/9.48	c  S st    38    158503        75      1597         0     19498      7985    250187   no data   no data
37.47/9.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.47/9.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
37.47/9.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.47/9.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.47/9.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.47/9.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.47/9.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.47/9.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.47/9.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.68/9.73	c lits-rem:       277  cl-subs:     2215  v-elim:      0  v-fix:    0  time:  0.24 s
38.68/9.73	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
38.68/9.74	c vivif2 --  cl tried    17283 cl shrink        0 lits rem          0 time: 0.00
38.68/9.80	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
38.68/9.80	c calculated reachability. Time: 0.00
38.68/9.80	c  N st    38    158503        75      1597         0     17283      7985    217047   no data   no data
52.68/13.21	c  N st    39    207093        75      1597         0     29555      7985    390530   no data   no data
61.80/15.59	c  N st    40    237754        75      1597         0     22161      7985    265922   no data   no data
61.80/15.59	c  S st    40    237754        75      1597         0     22161      7985    265922   no data   no data
62.20/15.64	c  S st    40    238257        75      1597         0     22638      7985    274539   no data   no data
62.20/15.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.20/15.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
62.20/15.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.20/15.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.20/15.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.20/15.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
62.20/15.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
62.20/15.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
62.20/15.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.41/15.95	c lits-rem:       241  cl-subs:     2363  v-elim:      0  v-fix:    0  time:  0.29 s
63.41/15.95	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
63.41/15.95	c vivif2 --  cl tried    20275 cl shrink        0 lits rem          0 time: 0.00
63.81/16.02	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
63.81/16.02	c calculated reachability. Time: 0.00
63.81/16.02	c  N st    40    238257        75      1597         0     20275      7985    241173   no data   no data
86.94/21.86	c  F st    41    306250        75      1597         0     22141      7985    241647   no data   no data
86.94/21.86	c  N st    41    306250        75      1597         0     22141      7985    241647   no data   no data
88.93/22.30	c Decided on static restart strategy
98.51/24.80	c  N st    51    334551        75      1597         0     26181      7985    306521   no data   no data
107.68/27.00	c  N st    53    357385        75      1597         0     24355      7985    266140   no data   no data
107.68/27.00	c  S st    53    357385        75      1597         0     24355      7985    266140   no data   no data
107.68/27.06	c  S st    53    357890        75      1597         0     24827      7985    274634   no data   no data
107.68/27.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
107.68/27.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
107.68/27.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
107.68/27.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.68/27.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.68/27.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
107.68/27.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
107.68/27.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
107.68/27.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.48/27.26	c lits-rem:        97  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  0.18 s
108.48/27.26	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
108.48/27.26	c vivif2 --  cl tried    23219 cl shrink        0 lits rem          0 time: 0.00
108.88/27.34	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
108.88/27.34	c calculated reachability. Time: 0.00
108.88/27.34	c  N st    53    357890        75      1597         0     23219      7985    253329   no data   no data
121.25/30.46	c  N st    54    390283        75      1597         0     28899      7985    329266   no data   no data
142.79/35.84	c  N st    55    438872        75      1597         0     48009      7985    622499   no data   no data
172.70/43.39	c  N st    56    511756        75      1597         0     35415      7985    411944   no data   no data
184.66/46.39	c  N st    57    536836        75      1597         0     30315      7985    329075   no data   no data
184.66/46.39	c  S st    57    536836        75      1597         0     30315      7985    329075   no data   no data
185.06/46.47	c  S st    57    537338        75      1597         0     30777      7985    337772   no data   no data
185.06/46.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
185.06/46.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
185.06/46.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
185.06/46.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.06/46.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.06/46.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
185.06/46.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
185.06/46.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
185.06/46.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.27/46.75	c lits-rem:       167  cl-subs:     1660  v-elim:      0  v-fix:    0  time:  0.26 s
186.27/46.75	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
186.27/46.76	c vivif2 --  cl tried    29117 cl shrink        0 lits rem          0 time: 0.00
186.67/46.85	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
186.67/46.86	c calculated reachability. Time: 0.00
186.67/46.86	c  N st    57    537338        75      1597         0     29117      7985    315276   no data   no data
262.89/65.99	c  N st    58    701322        75      1597         0     55732      7985    706490   no data   no data
320.35/80.38	c  N st    59    806007        75      1597         0     49978      7985    597892   no data   no data
320.35/80.38	c  S st    59    806007        75      1597         0     49978      7985    597892   no data   no data
321.10/80.52	c  S st    59    806513        75      1597         0     50460      7985    606899   no data   no data
321.10/80.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
321.10/80.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
321.10/80.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
321.10/80.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
321.10/80.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
321.10/80.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
321.10/80.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
321.10/80.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
321.10/80.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
329.13/82.56	c lits-rem:       936  cl-subs:     7701  v-elim:      0  v-fix:    0  time:  2.00 s
329.13/82.56	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
329.13/82.57	c vivif2 --  cl tried    42759 cl shrink        0 lits rem          0 time: 0.01
329.88/82.73	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.16
329.88/82.73	c calculated reachability. Time: 0.00
329.88/82.73	c  N st    59    806513        75      1597         0     42759      7985    500714   no data   no data
479.08/120.10	c  F st    60   1071876        75      1597         0     57811      7985    664342   no data   no data
479.08/120.10	c  N st    60   1071876        75      1597         0     57811      7985    664342   no data   no data
482.30/120.99	c Decided on static restart strategy
501.02/125.61	c  N st    70   1100182        75      1597         0     43273      7985    448067   no data   no data
522.56/131.08	c  N st    72   1136175        75      1597         0     75293      7985    991745   no data   no data
544.89/136.67	c  N st    73   1168568        75      1597         0     63466      7985    783595   no data   no data
573.63/143.82	c  N st    74   1209771        75      1597         0     58172      7985    668509   no data   no data
573.63/143.82	c  S st    74   1209771        75      1597         0     58172      7985    668509   no data   no data
574.46/144.01	c  S st    74   1210279        75      1597         0     58644      7985    677167   no data   no data
574.46/144.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
574.46/144.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
574.46/144.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
574.46/144.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
574.46/144.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
574.46/144.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
574.46/144.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
574.46/144.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
574.46/144.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
585.19/146.75	c lits-rem:       769  cl-subs:     8021  v-elim:      0  v-fix:    0  time:  2.68 s
585.19/146.75	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
585.19/146.76	c vivif2 --  cl tried    50623 cl shrink        0 lits rem          0 time: 0.01
586.39/147.06	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.30
586.39/147.07	c calculated reachability. Time: 0.00
586.39/147.07	c  N st    74   1210279        75      1597         0     50623      7985    566515   no data   no data
639.84/160.41	c  N st    75   1283161        75      1597         0     73072      7985    903419   no data   no data
712.05/178.52	c  N st    76   1392486        75      1597         0     82588      7985   1056269   no data   no data
830.92/208.34	c  N st    77   1556471        75      1597         0     88849      7985   1063981   no data   no data
939.08/235.46	c  N st    78   1710280        75      1597         0     79437      7985    939465   no data   no data
939.08/235.46	c  S st    78   1710280        75      1597         0     79437      7985    939465   no data   no data
939.83/235.69	c  S st    78   1710782        75      1597         0     79906      7985    948556   no data   no data
940.23/235.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
940.23/235.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
940.23/235.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
940.23/235.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
940.23/235.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
940.23/235.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
940.23/235.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
940.23/235.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
940.23/235.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
964.56/241.89	c lits-rem:      1923  cl-subs:    15502  v-elim:      0  v-fix:    0  time:  6.12 s
964.56/241.89	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
964.56/241.90	c vivif2 --  cl tried    64404 cl shrink        0 lits rem          0 time: 0.01
966.15/242.21	c asymm  cl-useful: 0/1347/1597 lits-rem:0 time: 0.31
966.15/242.21	c calculated reachability. Time: 0.00
966.15/242.21	c  N st    78   1710782        75      1597         0     64404      7984    745217   no data   no data
1257.36/315.23	c  N st    79   2079746        75      1597         0     76494      7984    853010   no data   no data
1371.85/343.90	c  N st    80   2210782        75      1597         0     80365      7984    907378   no data   no data
1371.85/343.90	c  S st    80   2210782        75      1597         0     80365      7984    907378   no data   no data
1372.65/344.14	c  S st    80   2211287        75      1597         0     80841      7984    916204   no data   no data
1372.65/344.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1372.65/344.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1372.65/344.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1372.65/344.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1372.65/344.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1372.65/344.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1372.65/344.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1372.65/344.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1373.08/344.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1390.63/348.63	c lits-rem:      1342  cl-subs:    12551  v-elim:      0  v-fix:    0  time:  4.41 s
1390.63/348.63	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
1390.63/348.65	c vivif2 --  cl tried    68290 cl shrink        0 lits rem          0 time: 0.01
1391.79/348.92	c asymm  cl-useful: 0/1263/1597 lits-rem:0 time: 0.27
1391.79/348.92	c calculated reachability. Time: 0.00
1391.79/348.92	c  N st    80   2211287        75      1597         0     68290      7983    753597   no data   no data
1842.18/461.89	c  N st    81   2711287        75      1597         0     90205      7983    977471   no data   no data
1842.18/461.89	c  S st    81   2711287        75      1597         0     90205      7983    977471   no data   no data
1843.77/462.23	c  S st    81   2711789        74      1539         0     75824      7637    784421   no data   no data
1843.77/462.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1843.77/462.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1843.77/462.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1843.77/462.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1843.77/462.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1843.77/462.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     74 time:  0.00 s
1843.77/462.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1843.77/462.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1843.77/462.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1859.32/466.11	c lits-rem:      3657  cl-subs:    16071  v-elim:      0  v-fix:    0  time:  3.82 s
1859.32/466.11	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
1859.32/466.12	c vivif2 --  cl tried    59753 cl shrink        0 lits rem          0 time: 0.01
1860.16/466.38	c asymm  cl-useful: 0/1378/1539 lits-rem:0 time: 0.26
1860.16/466.38	c calculated reachability. Time: 0.00
1860.16/466.38	c  N st    81   2711789        74      1539         0     59753      7632    600652   no data   no data
2022.92/507.19	c Finding binary XORs  T:     0.00 s  found:       0
2109.44/528.85	c Finding binary XORs  T:     0.00 s  found:       0
2146.14/538.08	c Finding binary XORs  T:     0.00 s  found:       0
2150.18/539.08	c Finding binary XORs  T:     0.00 s  found:       0
2153.33/539.83	c Finding binary XORs  T:     0.00 s  found:       0
2154.15/540.05	c Finding binary XORs  T:     0.00 s  found:       0
2154.15/540.05	c  E st    82   3085154        58       840        50     10255      3735     68909   no data   no data
2154.15/540.05	c Following stats are for *FIRST FINISHED THREAD ONLY*
2154.15/540.05	c num threads              : 4          
2154.15/540.05	c restarts                 : 82         
2154.15/540.05	c dynamic restarts         : 0          
2154.15/540.05	c static restarts          : 82         
2154.15/540.05	c full restarts            : 4          
2154.15/540.05	c total simplify time      : 1.18       
2154.15/540.05	c learnts DL2              : 0          
2154.15/540.05	c learnts size 2           : 161        
2154.15/540.05	c learnts size 1           : 47          (62.67     % of vars)
2154.15/540.05	c filedLit time            : 0.16        (0.03      % time)
2154.15/540.05	c v-elim SatELite          : 0           (0.00      % vars)
2154.15/540.05	c SatELite time            : 20.81       (3.86      % time)
2154.15/540.05	c v-elim xor               : 0           (0.00      % vars)
2154.15/540.05	c xor elim time            : 0.02        (0.00      % time)
2154.15/540.05	c num binary xor trees     : 0          
2154.15/540.05	c binxor trees' crown      : 0           (nan       leafs/tree)
2154.15/540.05	c bin xor find time        : 0.00       
2154.15/540.05	c OTF clause improved      : 351982      (0.11      clauses/conflict)
2154.15/540.05	c OTF impr. size diff      : 358678      (1.02       lits/clause)
2154.15/540.05	c OTF cl watch-shrink      : 46053       (0.01      clauses/conflict)
2154.15/540.05	c OTF cl watch-sh-lit      : 51395       (1.12       lits/clause)
2154.15/540.05	c tried to recurMin cls    : 145129      (4.70       % of conflicts)
2154.15/540.05	c updated cache            : 1386        (0.01       lits/tried recurMin)
2154.15/540.05	c unit cls recevied        : 1           (2.13      % of units)
2154.15/540.05	c unit cls sent            : 6           (12.77     % of units)
2154.15/540.05	c bin cls recevied         : 3          
2154.15/540.05	c bin cls sent             : 84         
2154.15/540.05	c clauses over max glue    : 0           (0.00      % of all clauses)
2154.15/540.05	c conflicts                : 3085154     (5715.59   / sec)
2154.15/540.05	c decisions                : 3365940     (0.22      % random)
2154.15/540.05	c bogo-props               : 95252728377 (176466181.14 / sec)
2154.15/540.05	c conflict literals        : 46963783    (24.76     % deleted)
2154.15/540.05	c Memory used              : 442.20      MB
2154.15/540.05	c single-thread CPU time   : 539.78      s
2154.15/540.05	c all-threads sum CPU time : 2153.22     s
2154.15/540.05	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: 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-3366473-1305405039/watcher-3366473-1305405039 -o /tmp/evaluation-result-3366473-1305405039/solver-3366473-1305405039 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366473-1305405039.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: 6.90 7.84 7.96 7/353 21437
/proc/meminfo: memFree=24135172/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 407 0 0 0 1 0 0 0 25 0 4 0 652100596 52396032 348 33554432000 4194304 4580107 140734528979312 18446744073709551615 46967562422198 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 12792 348 299 95 0 7774 0
[pid=21437/tid=21438] ppid=21435 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652100596 52396032 348 33554432000 4194304 4580107 140734528979312 18446744073709551615 46967562422194 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652100596 52396032 348 33554432000 4194304 4580107 140734528979312 18446744073709551615 254500748273 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652100596 52396032 348 33554432000 4194304 4580107 140734528979312 18446744073709551615 46967562422188 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.059399 s]
/proc/loadavg: 6.90 7.84 7.96 7/353 21437
/proc/meminfo: memFree=24135172/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=281900 CPUtime=0.21 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 1248 0 0 0 21 0 0 0 18 0 4 0 652100596 288665600 1160 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294513 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 70475 1160 376 95 0 65457 0
[pid=21437/tid=21438] ppid=21435 vsize=281900 CPUtime=0.05 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 254 0 0 0 5 0 0 0 18 0 4 0 652100596 288665600 1160 33554432000 4194304 4580107 140734528979312 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=281900 CPUtime=0.04 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 209 0 0 0 4 0 0 0 25 0 4 0 652100596 288665600 1160 33554432000 4194304 4580107 140734528979312 18446744073709551615 254500735159 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=281900 CPUtime=0.05 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 137 0 0 0 5 0 0 0 18 0 4 0 652100596 288665600 1160 33554432000 4194304 4580107 140734528979312 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 281900

[startup+0.163065 s]
/proc/loadavg: 6.90 7.84 7.96 7/353 21437
/proc/meminfo: memFree=24135172/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=283036 CPUtime=0.62 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 1963 0 0 0 62 0 0 0 18 0 4 0 652100596 289828864 1458 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 70759 1458 377 95 0 65741 0
[pid=21437/tid=21438] ppid=21435 vsize=283036 CPUtime=0.15 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 437 0 0 0 15 0 0 0 18 0 4 0 652100596 289828864 1458 33554432000 4194304 4580107 140734528979312 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=283036 CPUtime=0.14 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 404 0 0 0 14 0 0 0 25 0 4 0 652100596 289828864 1458 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=283036 CPUtime=0.15 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 293 0 0 0 15 0 0 0 18 0 4 0 652100596 289828864 1458 33554432000 4194304 4580107 140734528979312 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 283036

[startup+0.301038 s]
/proc/loadavg: 6.90 7.84 7.96 7/353 21437
/proc/meminfo: memFree=24135172/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=283660 CPUtime=1.17 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 2788 0 0 0 117 0 0 0 18 0 4 0 652100596 290467840 1654 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 70915 1654 377 95 0 65897 0
[pid=21437/tid=21438] ppid=21435 vsize=283660 CPUtime=0.29 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 642 0 0 0 29 0 0 0 18 0 4 0 652100596 290467840 1654 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=283660 CPUtime=0.28 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 626 0 0 0 28 0 0 0 25 0 4 0 652100596 290467840 1654 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=283660 CPUtime=0.29 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 483 0 0 0 29 0 0 0 18 0 4 0 652100596 290467840 1654 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294533 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) 283660

[startup+0.700958 s]
/proc/loadavg: 6.90 7.84 7.96 7/353 21437
/proc/meminfo: memFree=24135172/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=284316 CPUtime=2.77 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 4370 0 0 0 277 0 0 0 18 0 4 0 652100596 291139584 2425 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 71079 2425 377 95 0 66061 0
[pid=21437/tid=21438] ppid=21435 vsize=284316 CPUtime=0.69 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 1033 0 0 0 69 0 0 0 18 0 4 0 652100596 291139584 2425 33554432000 4194304 4580107 140734528979312 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=284316 CPUtime=0.68 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 1007 0 0 0 68 0 0 0 25 0 4 0 652100596 291139584 2425 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=284316 CPUtime=0.69 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 875 0 0 0 69 0 0 0 18 0 4 0 652100596 291139584 2425 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294627 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) 284316

[startup+1.5008 s]
/proc/loadavg: 6.90 7.84 7.96 10/357 21441
/proc/meminfo: memFree=24113696/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=285144 CPUtime=5.96 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 8792 0 0 0 595 1 0 0 20 0 4 0 652100596 291987456 4374 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 71286 4374 379 95 0 66268 0
[pid=21437/tid=21438] ppid=21435 vsize=285144 CPUtime=1.49 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 2539 0 0 0 149 0 0 0 19 0 4 0 652100596 291987456 4374 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=285144 CPUtime=1.47 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 1640 0 0 0 147 0 0 0 25 0 4 0 652100596 291987456 4374 33554432000 4194304 4580107 140734528979312 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=285144 CPUtime=1.49 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 1520 0 0 0 149 0 0 0 20 0 4 0 652100596 291987456 4374 33554432000 4194304 4580107 140734528979312 18446744073709551615 4320735 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) 285144

[startup+3.10048 s]
/proc/loadavg: 6.99 7.84 7.96 9/357 21441
/proc/meminfo: memFree=24076744/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=292244 CPUtime=12.35 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 16640 0 0 0 1233 2 0 0 25 0 4 0 652100596 299257856 9516 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 73061 9517 379 95 0 68043 0
[pid=21437/tid=21438] ppid=21435 vsize=292244 CPUtime=3.09 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 4499 0 0 0 309 0 0 0 25 0 4 0 652100596 299257856 9517 33554432000 4194304 4580107 140734528979312 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=292244 CPUtime=3.05 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 3921 0 0 0 305 0 0 0 25 0 4 0 652100596 299257856 9517 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294862 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=292244 CPUtime=3.08 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 3587 0 0 0 308 0 0 0 25 0 4 0 652100596 299257856 9517 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294840 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) 292244

[startup+6.30085 s]
/proc/loadavg: 6.99 7.84 7.96 9/357 21441
/proc/meminfo: memFree=24052752/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=286440 CPUtime=25.11 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 24866 0 0 0 2507 4 0 0 25 0 4 0 652100596 293314560 12438 33554432000 4194304 4580107 140734528979312 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 71610 12438 379 95 0 66592 0
[pid=21437/tid=21438] ppid=21435 vsize=286440 CPUtime=6.29 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 6120 0 0 0 628 1 0 0 25 0 4 0 652100596 293314560 12438 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=286440 CPUtime=6.21 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 6081 0 0 0 621 0 0 0 25 0 4 0 652100596 293314560 12438 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=286440 CPUtime=6.29 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 6198 0 0 0 628 1 0 0 25 0 4 0 652100596 293314560 12438 33554432000 4194304 4580107 140734528979312 18446744073709551615 4407593 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 286440

[startup+12.7006 s]
/proc/loadavg: 7.14 7.85 7.96 9/357 21442
/proc/meminfo: memFree=24013076/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=305460 CPUtime=50.64 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 36171 0 0 0 5058 6 0 0 25 0 4 0 652100596 312791040 14779 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 76365 14779 379 95 0 71347 0
[pid=21437/tid=21438] ppid=21435 vsize=305460 CPUtime=12.68 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 9061 0 0 0 1267 1 0 0 25 0 4 0 652100596 312791040 14779 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=305460 CPUtime=12.55 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 9264 0 0 0 1254 1 0 0 25 0 4 0 652100596 312791040 14779 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=305460 CPUtime=12.68 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 8500 0 0 0 1267 1 0 0 25 0 4 0 652100596 312791040 14779 33554432000 4194304 4580107 140734528979312 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 305460

[startup+25.501 s]
/proc/loadavg: 7.27 7.85 7.96 9/357 21442
/proc/meminfo: memFree=23974988/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=306672 CPUtime=101.7 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 55572 0 0 0 10158 12 0 0 25 0 4 0 652100596 314032128 18897 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 76668 18897 379 95 0 71650 0
[pid=21437/tid=21438] ppid=21435 vsize=306672 CPUtime=25.49 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 14177 0 0 0 2546 3 0 0 25 0 4 0 652100596 314032128 18897 33554432000 4194304 4580107 140734528979312 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=306672 CPUtime=25.2 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 13475 0 0 0 2518 2 0 0 25 0 4 0 652100596 314032128 18897 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=306672 CPUtime=25.48 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 13969 0 0 0 2546 2 0 0 25 0 4 0 652100596 314032128 18897 33554432000 4194304 4580107 140734528979312 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 306672

[startup+51.1009 s]
/proc/loadavg: 7.59 7.88 7.96 9/357 21443
/proc/meminfo: memFree=23935980/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=308272 CPUtime=203.82 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 85529 0 0 0 20362 20 0 0 25 0 4 0 652100596 315670528 22006 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 77068 22006 379 95 0 72050 0
[pid=21437/tid=21438] ppid=21435 vsize=308272 CPUtime=51.08 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 21736 0 0 0 5104 4 0 0 25 0 4 0 652100596 315670528 22006 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=308272 CPUtime=50.52 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 20715 0 0 0 5048 4 0 0 25 0 4 0 652100596 315670528 22006 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=308272 CPUtime=51.08 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 21500 0 0 0 5103 5 0 0 25 0 4 0 652100596 315670528 22006 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 308272

[startup+102.313 s]
/proc/loadavg: 7.91 7.91 7.97 9/357 21444
/proc/meminfo: memFree=23899284/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=311520 CPUtime=408.11 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 132793 0 0 0 40781 30 0 0 25 0 4 0 652100596 318996480 26326 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 77880 26326 379 95 0 72862 0
[pid=21437/tid=21438] ppid=21435 vsize=311520 CPUtime=102.3 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 33791 0 0 0 10223 7 0 0 25 0 4 0 652100596 318996480 26326 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=311520 CPUtime=101.18 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 32112 0 0 0 10111 7 0 0 25 0 4 0 652100596 318996480 26326 33554432000 4194304 4580107 140734528979312 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=311520 CPUtime=102.3 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 33072 0 0 0 10223 7 0 0 25 0 4 0 652100596 318996480 26326 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 311520

[startup+162.301 s]

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

/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 70532 0 0 0 34209 20 0 0 25 0 4 0 652100596 407031808 49228 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1365.46
Current children cumulated vsize (KiB) 397492

[startup+402.301 s]
/proc/loadavg: 8.14 8.04 8.01 9/357 21452
/proc/meminfo: memFree=23666492/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=421976 CPUtime=1604.82 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 316847 0 0 0 160391 91 0 0 25 0 4 0 652100596 432103424 56057 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 105494 56057 379 95 0 100476 0
[pid=21437/tid=21438] ppid=21435 vsize=421976 CPUtime=402.3 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 78552 0 0 0 40207 23 0 0 25 0 4 0 652100596 432103424 56057 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=421976 CPUtime=397.88 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 79733 0 0 0 39767 21 0 0 25 0 4 0 652100596 432103424 56057 33554432000 4194304 4580107 140734528979312 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=421976 CPUtime=402.29 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 76535 0 0 0 40207 22 0 0 25 0 4 0 652100596 432103424 56057 33554432000 4194304 4580107 140734528979312 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.82
Current children cumulated vsize (KiB) 421976

[startup+462.301 s]
/proc/loadavg: 8.15 8.06 8.01 9/357 21454
/proc/meminfo: memFree=23648128/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=452428 CPUtime=1844.17 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 342943 0 0 0 184316 101 0 0 25 0 4 0 652100596 463286272 59823 33554432000 4194304 4580107 140734528979312 18446744073709551615 4421607 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 113107 59823 379 95 0 108089 0
[pid=21437/tid=21438] ppid=21435 vsize=452428 CPUtime=462.31 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 85391 0 0 0 46205 26 0 0 25 0 4 0 652100596 463286272 59823 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=452428 CPUtime=457.23 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 85754 0 0 0 45699 24 0 0 25 0 4 0 652100596 463286272 59823 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=452428 CPUtime=462.3 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 83558 0 0 0 46205 25 0 0 25 0 4 0 652100596 463286272 59823 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1844.17
Current children cumulated vsize (KiB) 452428

[startup+522.3 s]
/proc/loadavg: 8.11 8.06 8.01 9/357 21455
/proc/meminfo: memFree=23623300/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=464752 CPUtime=2083.51 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 362593 0 0 0 208241 110 0 0 25 0 4 0 652100596 475906048 62191 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 116188 62191 379 95 0 111170 0
[pid=21437/tid=21438] ppid=21435 vsize=464752 CPUtime=522.3 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 90571 0 0 0 52202 28 0 0 25 0 4 0 652100596 475906048 62191 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=464752 CPUtime=516.58 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 90814 0 0 0 51632 26 0 0 25 0 4 0 652100596 475906048 62191 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=464752 CPUtime=522.3 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 88248 0 0 0 52204 26 0 0 25 0 4 0 652100596 475906048 62191 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2083.51
Current children cumulated vsize (KiB) 464752

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

[startup+524.714 s]
/proc/loadavg: 8.10 8.06 8.01 9/357 21455
/proc/meminfo: memFree=23623672/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=464752 CPUtime=2093.13 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 362925 0 0 0 209203 110 0 0 25 0 4 0 652100596 475906048 62523 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 116188 62523 379 95 0 111170 0
[pid=21437/tid=21438] ppid=21435 vsize=464752 CPUtime=524.72 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 90755 0 0 0 52444 28 0 0 25 0 4 0 652100596 475906048 62523 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=464752 CPUtime=518.96 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 90828 0 0 0 51870 26 0 0 25 0 4 0 652100596 475906048 62523 33554432000 4194304 4580107 140734528979312 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=464752 CPUtime=524.71 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 88257 0 0 0 52445 26 0 0 25 0 4 0 652100596 475906048 62523 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2093.13
Current children cumulated vsize (KiB) 464752

[startup+531.1 s]
/proc/loadavg: 8.09 8.06 8.01 9/357 21455
/proc/meminfo: memFree=23635328/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=464924 CPUtime=2118.62 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 364797 0 0 0 211751 111 0 0 25 0 4 0 652100596 476082176 60914 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 116231 60914 379 95 0 111213 0
[pid=21437/tid=21438] ppid=21435 vsize=464924 CPUtime=531.11 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92138 0 0 0 53082 29 0 0 25 0 4 0 652100596 476082176 60914 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=464924 CPUtime=525.28 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 91309 0 0 0 52502 26 0 0 25 0 4 0 652100596 476082176 60914 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=464924 CPUtime=531.1 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 88259 0 0 0 53084 26 0 0 25 0 4 0 652100596 476082176 60914 33554432000 4194304 4580107 140734528979312 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2118.62
Current children cumulated vsize (KiB) 464924

[startup+534.301 s]
/proc/loadavg: 8.09 8.06 8.01 9/357 21455
/proc/meminfo: memFree=23625404/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=464924 CPUtime=2131.38 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 365374 0 0 0 213027 111 0 0 25 0 4 0 652100596 476082176 61277 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 116231 61277 379 95 0 111213 0
[pid=21437/tid=21438] ppid=21435 vsize=464924 CPUtime=534.31 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92382 0 0 0 53402 29 0 0 25 0 4 0 652100596 476082176 61277 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=464924 CPUtime=528.44 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 91508 0 0 0 52818 26 0 0 25 0 4 0 652100596 476082176 61277 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=464924 CPUtime=534.3 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 88393 0 0 0 53404 26 0 0 25 0 4 0 652100596 476082176 61277 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2131.38
Current children cumulated vsize (KiB) 464924

[startup+537.501 s]
/proc/loadavg: 8.08 8.06 8.01 9/357 21456
/proc/meminfo: memFree=23626764/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=452812 CPUtime=2144.15 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 366494 0 0 0 214304 111 0 0 25 0 4 0 652100596 463679488 60378 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 113203 60378 379 95 0 108185 0
[pid=21437/tid=21438] ppid=21435 vsize=452812 CPUtime=537.51 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92616 0 0 0 53722 29 0 0 25 0 4 0 652100596 463679488 60378 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=452812 CPUtime=531.61 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92394 0 0 0 53135 26 0 0 25 0 4 0 652100596 463679488 60378 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=452812 CPUtime=537.5 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 88393 0 0 0 53724 26 0 0 25 0 4 0 652100596 463679488 60378 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2144.15
Current children cumulated vsize (KiB) 452812

[startup+539.101 s]
/proc/loadavg: 8.08 8.06 8.01 9/357 21456
/proc/meminfo: memFree=23623168/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=452812 CPUtime=2150.53 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 366741 0 0 0 214941 112 0 0 25 0 4 0 652100596 463679488 60625 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 113203 60625 379 95 0 108185 0
[pid=21437/tid=21438] ppid=21435 vsize=452812 CPUtime=539.11 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92713 0 0 0 53882 29 0 0 25 0 4 0 652100596 463679488 60625 33554432000 4194304 4580107 140734528979312 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=452812 CPUtime=533.18 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92511 0 0 0 53292 26 0 0 25 0 4 0 652100596 463679488 60625 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=452812 CPUtime=539.1 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 88393 0 0 0 53884 26 0 0 25 0 4 0 652100596 463679488 60625 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2150.53
Current children cumulated vsize (KiB) 452812

[startup+539.501 s]
/proc/loadavg: 8.08 8.06 8.01 9/357 21456
/proc/meminfo: memFree=23623168/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=452812 CPUtime=2152.13 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 366798 0 0 0 215101 112 0 0 25 0 4 0 652100596 463679488 60682 33554432000 4194304 4580107 140734528979312 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 113203 60682 379 95 0 108185 0
[pid=21437/tid=21438] ppid=21435 vsize=452812 CPUtime=539.51 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92737 0 0 0 53922 29 0 0 25 0 4 0 652100596 463679488 60682 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=452812 CPUtime=533.58 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92541 0 0 0 53332 26 0 0 25 0 4 0 652100596 463679488 60682 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=452812 CPUtime=539.5 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 88393 0 0 0 53924 26 0 0 25 0 4 0 652100596 463679488 60682 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2152.13
Current children cumulated vsize (KiB) 452812

[startup+539.901 s]
/proc/loadavg: 8.08 8.06 8.01 9/357 21456
/proc/meminfo: memFree=23623168/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=452812 CPUtime=2153.73 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 366925 0 0 0 215261 112 0 0 25 0 4 0 652100596 463679488 60809 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 113203 60809 379 95 0 108185 0
[pid=21437/tid=21438] ppid=21435 vsize=452812 CPUtime=539.9 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92829 0 0 0 53961 29 0 0 25 0 4 0 652100596 463679488 60809 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=452812 CPUtime=533.98 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92572 0 0 0 53372 26 0 0 25 0 4 0 652100596 463679488 60809 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=452812 CPUtime=539.9 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 88393 0 0 0 53964 26 0 0 25 0 4 0 652100596 463679488 60809 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2153.73
Current children cumulated vsize (KiB) 452812

[startup+540.001 s]
/proc/loadavg: 8.08 8.06 8.01 9/357 21456
/proc/meminfo: memFree=23620936/32950928 swapFree=45937192/67111528
[pid=21437] ppid=21435 vsize=452812 CPUtime=2154.15 cores=0,2,4,6
/proc/21437/stat : 21437 (strangenight2-m) R 21435 21437 20738 0 -1 4202496 366944 0 0 0 215303 112 0 0 25 0 4 0 652100596 463679488 60828 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21437/statm: 113203 60828 379 95 0 108185 0
[pid=21437/tid=21438] ppid=21435 vsize=452812 CPUtime=540.02 cores=0,2,4,6
/proc/21437/task/21438/stat : 21438 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92837 0 0 0 53973 29 0 0 25 0 4 0 652100596 463679488 60828 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21437/tid=21439] ppid=21435 vsize=452812 CPUtime=534.08 cores=0,2,4,6
/proc/21437/task/21439/stat : 21439 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 92582 0 0 0 53382 26 0 0 25 0 4 0 652100596 463679488 60828 33554432000 4194304 4580107 140734528979312 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=452812 CPUtime=540.01 cores=0,2,4,6
/proc/21437/task/21440/stat : 21440 (strangenight2-m) R 21435 21437 20738 0 -1 4202560 88393 0 0 0 53975 26 0 0 25 0 4 0 652100596 463679488 60828 33554432000 4194304 4580107 140734528979312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2154.15
Current children cumulated vsize (KiB) 452812

Child status: 20
Real time (s): 540.068
CPU time (s): 2154.35
CPU user time (s): 2153.22
CPU system time (s): 1.13483
CPU usage (%): 398.904
Max. virtual memory (cumulated for all children) (KiB): 487780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2153.22
system time used= 1.13483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366954
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= 224
involuntary context switches= 8897

runsolver used 1.70174 second user time and 4.24435 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 22:30:39
IDJOB=3366473
IDBENCH=82882
IDSOLVER=1844
FILE ID=node149/3366473-1305405039
RUNJOBID= node149-1305405039-21414
PBS_JOBID= 13324466
Free space on /tmp= 73568 MiB

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

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

MD5SUM BENCH= 5c5f7e1107ac57768306372602d70556
RANDOM SEED=1789623852

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24135700 kB
Buffers:        308424 kB
Cached:        3872268 kB
SwapCached:      19984 kB
Active:        6316224 kB
Inactive:      2205312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24135700 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           11008 kB
Writeback:           0 kB
AnonPages:     4332748 kB
Mapped:          13988 kB
Slab:           157348 kB
PageTables:      72132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80276296 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= 73560 MiB
End job on node149 at 2011-05-14 22:39:39