Trace number 3173915

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-mtSAT 1744.93 437.681

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1946851065-023.SATISFIABLE.cnf
MD5SUM96b76a29d6976e3cb9111f511d66ef22
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.001999
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 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-3173915-1304073294.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.04	c lits-rem:         1  cl-subs:        2  v-elim:     13  v-fix:    0  time:  0.00 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:     150 undec:      50 neg:     150
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0       337      1476         1         0      4501         0   no data   no data
0.00/0.08	c Decided on static restart strategy
0.78/0.20	c  N st     8      4918       337      1476         1      4790      4501     85240   no data   no data
1.18/0.36	c  N st    10     11303       337      1476         1      4424      4501     58784   no data   no data
2.38/0.60	c  N st    11     17046       337      1476         1      9992      4501    154191   no data   no data
3.58/0.98	c  F st    12     25000       337      1476         1     12202      4501    189519   no data   no data
3.58/0.98	c  N st    12     25000       337      1476         1     12202      4501    189519   no data   no data
4.77/1.23	c Decided on static restart strategy
4.77/1.23	c  N st    18     30000       337      1476         1     10507      4501    151816   no data   no data
4.77/1.23	c  S st    18     30000       337      1476         1     10507      4501    151816   no data   no data
4.77/1.26	c  S st    18     30503       337      1476         1     11009      4501    160881   no data   no data
4.77/1.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.77/1.26	c blocked clauses removed:        6 vars:      1 tried:         337 T: 0.00 s
4.77/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
4.77/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.33	c lits-rem:       179  cl-subs:     1011  v-elim:      0  v-fix:    0  time:  0.06 s
5.17/1.33	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.01
5.17/1.33	c calculated reachability. Time: 0.00
5.17/1.33	c  N st    18     30503       336      1470         1      9998      4483    143781   no data   no data
6.77/1.71	c  N st    20     37614       336      1470         1      9268      4483    118134   no data   no data
7.98/2.09	c  N st    21     44013       336      1470         1     15485      4483    230655   no data   no data
8.79/2.23	c  S st    22     45754       336      1470         1     17173      4483    260553   no data   no data
8.79/2.28	c  S st    22     46260       336      1470         1      9021      4483    102206   no data   no data
8.79/2.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.79/2.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
8.79/2.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.29	c lits-rem:        19  cl-subs:      123  v-elim:      0  v-fix:    0  time:  0.01 s
8.79/2.29	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
8.79/2.29	c vivif2 --  cl tried     8898 cl shrink        0 lits rem          0 time: 0.00
9.17/2.30	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.00
9.17/2.30	c calculated reachability. Time: 0.00
9.17/2.30	c  N st    22     46260       336      1470         1      8898      4483    100200   no data   no data
12.36/3.16	c  N st    23     60657       336      1470         1     13159      4483    171237   no data   no data
14.76/3.79	c  N st    24     69391       336      1470         1     10977      4483    123942   no data   no data
14.76/3.79	c  S st    24     69391       336      1470         1     10977      4483    123942   no data   no data
15.16/3.82	c  S st    24     69897       336      1470         1     11481      4483    133602   no data   no data
15.16/3.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.16/3.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
15.16/3.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.16/3.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.16/3.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.16/3.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
15.16/3.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.16/3.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.16/3.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.16/3.84	c lits-rem:        56  cl-subs:      224  v-elim:      0  v-fix:    0  time:  0.01 s
15.16/3.84	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
15.16/3.84	c vivif2 --  cl tried    11257 cl shrink        0 lits rem          0 time: 0.00
15.16/3.85	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.00
15.16/3.85	c calculated reachability. Time: 0.00
15.16/3.85	c  N st    24     69897       336      1470         1     11257      4483    129619   no data   no data
19.95/5.03	c  F st    25     87500       336      1470         1     16744      4483    233183   no data   no data
19.95/5.03	c  N st    25     87500       336      1470         1     16744      4483    233183   no data   no data
21.57/5.43	c Decided on static restart strategy
22.35/5.66	c  N st    32     95537       336      1470         1     24550      4483    380685   no data   no data
25.15/6.34	c  N st    34    104847       336      1470         1     20932      4483    287164   no data   no data
25.15/6.34	c  S st    34    104847       336      1470         1     20932      4483    287164   no data   no data
25.55/6.40	c  S st    34    105354       336      1470         1     21434      4483    296614   no data   no data
25.55/6.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.55/6.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
25.55/6.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.55/6.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.55/6.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.55/6.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
25.55/6.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.55/6.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.55/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.97/6.57	c lits-rem:       152  cl-subs:     1362  v-elim:      0  v-fix:    0  time:  0.15 s
25.97/6.58	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
25.97/6.58	c vivif2 --  cl tried    20072 cl shrink        0 lits rem          0 time: 0.00
25.97/6.59	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.01
25.97/6.59	c calculated reachability. Time: 0.00
25.97/6.59	c  N st    34    105354       336      1470         1     20072      4483    272844   no data   no data
29.14/7.38	c  N st    35    114952       336      1470         1     15847      4483    183255   no data   no data
33.93/8.59	c  N st    36    129349       336      1470         1     15219      4483    157679   no data   no data
41.52/10.42	c  N st    37    150945       336      1470         1     20621      4483    242152   no data   no data
43.94/11.02	c  S st    38    158031       336      1470         1     27458      4483    366154   no data   no data
43.94/11.10	c  S st    38    158536       336      1470         1     27962      4483    375698   no data   no data
44.31/11.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.31/11.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
44.31/11.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.31/11.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.31/11.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.31/11.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
44.31/11.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.31/11.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
44.31/11.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.51/11.41	c lits-rem:       239  cl-subs:     2189  v-elim:      0  v-fix:    0  time:  0.29 s
45.51/11.41	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
45.51/11.42	c vivif2 --  cl tried    25773 cl shrink        0 lits rem          0 time: 0.00
45.51/11.43	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.01
45.51/11.43	c calculated reachability. Time: 0.00
45.51/11.43	c  N st    38    158536       336      1470         1     25773      4483    339884   no data   no data
63.49/15.98	c  N st    39    207124       336      1470         1     20572      4483    222896   no data   no data
75.87/19.00	c  N st    40    237804       336      1470         1     30924      4483    406098   no data   no data
75.87/19.00	c  S st    40    237804       336      1470         1     30924      4483    406098   no data   no data
75.87/19.08	c  S st    40    238304       336      1470         1     31424      4483    415826   no data   no data
75.87/19.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.87/19.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.87/19.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.87/19.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.87/19.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.87/19.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
75.87/19.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.27/19.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.27/19.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.47/19.45	c lits-rem:       184  cl-subs:     1932  v-elim:      0  v-fix:    0  time:  0.34 s
77.47/19.45	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
77.47/19.46	c vivif2 --  cl tried    29492 cl shrink        0 lits rem          0 time: 0.00
77.47/19.47	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.02
77.47/19.48	c calculated reachability. Time: 0.00
77.47/19.48	c  N st    40    238304       336      1470         1     29492      4483    382708   no data   no data
106.19/26.67	c  F st    41    306250       336      1470         1     31223      4483    361156   no data   no data
106.19/26.67	c  N st    41    306250       336      1470         1     31223      4483    361156   no data   no data
108.99/27.30	c Decided on static restart strategy
119.77/30.06	c  N st    51    334553       336      1470         1     35529      4483    431136   no data   no data
130.96/32.82	c  N st    53    357458       336      1470         1     33507      4483    384910   no data   no data
130.96/32.82	c  S st    53    357458       336      1470         1     33507      4483    384910   no data   no data
131.38/32.91	c  S st    53    357958       336      1470         1     34005      4483    394747   no data   no data
131.38/32.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.38/32.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
131.38/32.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.38/32.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.38/32.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.38/32.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
131.38/32.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
131.38/32.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
131.38/32.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.55/33.23	c lits-rem:       180  cl-subs:     2215  v-elim:      0  v-fix:    0  time:  0.29 s
132.55/33.23	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
132.55/33.23	c vivif2 --  cl tried    31790 cl shrink        0 lits rem          0 time: 0.00
132.55/33.25	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.02
132.55/33.25	c calculated reachability. Time: 0.00
132.55/33.25	c  N st    53    357958       336      1470         1     31790      4483    359054   no data   no data
149.35/37.49	c  N st    54    390350       336      1470         1     37981      4483    471963   no data   no data
174.89/43.85	c  N st    55    438938       336      1470         1     31649      4483    328501   no data   no data
213.24/53.43	c  N st    56    511821       336      1470         1     45015      4483    555201   no data   no data
228.44/57.23	c  N st    57    536938       336      1470         1     39442      4483    433718   no data   no data
228.44/57.23	c  S st    57    536938       336      1470         1     39442      4483    433718   no data   no data
228.81/57.33	c  S st    57    537444       336      1470         1     39944      4483    443749   no data   no data
228.81/57.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
228.81/57.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
228.81/57.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
228.81/57.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.81/57.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.81/57.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
228.81/57.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
228.81/57.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
228.81/57.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.02/57.67	c lits-rem:       289  cl-subs:     2158  v-elim:      0  v-fix:    0  time:  0.30 s
230.02/57.67	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
230.02/57.67	c vivif2 --  cl tried    37786 cl shrink        0 lits rem          0 time: 0.01
230.02/57.69	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.02
230.02/57.69	c calculated reachability. Time: 0.00
230.02/57.69	c  N st    57    537444       336      1470         1     37786      4483    409540   no data   no data
343.86/86.16	c  N st    58    701431       336      1470         1     66503      4483    889621   no data   no data
411.78/103.14	c  N st    59    806167       336      1470         1     60575      4483    745502   no data   no data
411.78/103.14	c  S st    59    806167       336      1470         1     60575      4483    745502   no data   no data
412.59/103.34	c  S st    59    806671       336      1470         1     61076      4483    755061   no data   no data
412.59/103.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
412.59/103.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
412.59/103.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
412.59/103.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
412.59/103.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.59/103.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
412.59/103.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
412.59/103.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
412.59/103.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
420.16/105.20	c lits-rem:       410  cl-subs:     6279  v-elim:      0  v-fix:    0  time:  1.79 s
420.16/105.20	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
420.16/105.21	c vivif2 --  cl tried    54797 cl shrink        0 lits rem          0 time: 0.01
420.16/105.25	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.04
420.16/105.25	c calculated reachability. Time: 0.00
420.16/105.25	c  N st    59    806671       336      1470         1     54797      4483    654799   no data   no data
616.69/154.40	c  F st    60   1071876       336      1470         1     70503      4483    877443   no data   no data
616.69/154.40	c  N st    60   1071876       336      1470         1     70503      4483    877443   no data   no data
622.69/155.93	c Decided on static restart strategy
645.47/161.66	c  N st    70   1100183       336      1470         1     54599      4483    576125   no data   no data
680.20/170.33	c  N st    72   1136176       336      1470         1     44926      4483    384537   no data   no data
704.57/176.48	c  N st    73   1168568       336      1470         1     76103      4483    952377   no data   no data
746.53/186.99	c  N st    74   1210006       336      1470         1     70590      4483    807674   no data   no data
746.53/186.99	c  S st    74   1210006       336      1470         1     70590      4483    807674   no data   no data
747.71/187.20	c  S st    74   1210510       336      1470         1     71091      4483    817462   no data   no data
747.71/187.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
747.71/187.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
747.71/187.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
747.71/187.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
747.71/187.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
747.71/187.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
747.71/187.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
747.71/187.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
747.71/187.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
757.70/189.74	c lits-rem:       502  cl-subs:     9250  v-elim:      0  v-fix:    0  time:  2.45 s
757.70/189.74	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
757.70/189.75	c vivif2 --  cl tried    61841 cl shrink        0 lits rem          0 time: 0.01
758.10/189.80	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.05
758.10/189.80	c calculated reachability. Time: 0.00
758.10/189.80	c  N st    74   1210510       336      1470         1     61841      4483    678028   no data   no data
816.41/204.40	c  N st    75   1283396       336      1470         1     85929      4483   1122460   no data   no data
921.48/230.72	c  N st    76   1392722       336      1470         1     95832      4483   1213521   no data   no data
1061.68/265.80	c  N st    77   1556706       336      1470         1    103486      4483   1399672   no data   no data
1208.68/302.69	c  N st    78   1710510       336      1470         1     92913      4483   1194109   no data   no data
1208.68/302.69	c  S st    78   1710510       336      1470         1     92913      4483   1194109   no data   no data
1210.68/303.12	c  S st    78   1711010       336      1470         1     93411      4483   1203917   no data   no data
1210.68/303.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1210.68/303.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
1210.68/303.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1210.68/303.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1210.68/303.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1210.68/303.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1210.68/303.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1211.08/303.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1211.08/303.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1237.04/309.79	c lits-rem:       730  cl-subs:     9109  v-elim:      0  v-fix:    0  time:  6.49 s
1237.04/309.79	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
1237.44/309.80	c vivif2 --  cl tried    84302 cl shrink        0 lits rem          0 time: 0.02
1237.44/309.88	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.08
1237.44/309.89	c calculated reachability. Time: 0.00
1237.44/309.89	c  N st    78   1711010       336      1470         1     84302      4483   1056243   no data   no data
1593.76/399.02	c  N st    79   2079975       336      1470         1     95942      4483   1171309   no data   no data
1721.58/431.02	c  N st    80   2211010       336      1470         1     99931      4483   1218126   no data   no data
1721.58/431.02	c  S st    80   2211010       336      1470         1     99931      4483   1218126   no data   no data
1723.18/431.45	c  S st    80   2211514       336      1470         1    100435      4483   1227772   no data   no data
1723.18/431.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1723.58/431.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1723.58/431.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1723.58/431.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1723.58/431.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1723.58/431.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1723.58/431.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1723.58/431.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1723.58/431.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1744.58/437.59	c lits-rem:      1391  cl-subs:    10072  v-elim:      0  v-fix:    0  time:  5.98 s
1744.58/437.59	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
1744.78/437.61	c vivif2 --  cl tried    90363 cl shrink        0 lits rem          0 time: 0.01
1744.78/437.66	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.05
1744.78/437.66	c calculated reachability. Time: 0.00
1744.78/437.66	c  N st    80   2211514       336      1470         1     90363      4483   1066552   no data   no data
1744.78/437.66	c Following stats are for *FIRST FINISHED THREAD ONLY*
1744.78/437.66	c num threads              : 4          
1744.78/437.66	c restarts                 : 80         
1744.78/437.66	c dynamic restarts         : 0          
1744.78/437.66	c static restarts          : 80         
1744.78/437.66	c full restarts            : 4          
1744.78/437.66	c total simplify time      : 0.00       
1744.78/437.66	c learnts DL2              : 0          
1744.78/437.66	c learnts size 2           : 1          
1744.78/437.66	c learnts size 1           : 0           (0.00      % of vars)
1744.78/437.66	c filedLit time            : 0.12        (0.03      % time)
1744.78/437.66	c v-elim SatELite          : 13          (3.71      % vars)
1744.78/437.66	c SatELite time            : 17.48       (4.00      % time)
1744.78/437.66	c v-elim xor               : 0           (0.00      % vars)
1744.78/437.66	c xor elim time            : 0.01        (0.00      % time)
1744.78/437.66	c num binary xor trees     : 0          
1744.78/437.66	c binxor trees' crown      : 0           (nan       leafs/tree)
1744.78/437.66	c bin xor find time        : 0.00       
1744.78/437.66	c OTF clause improved      : 86321       (0.04      clauses/conflict)
1744.78/437.66	c OTF impr. size diff      : 90628       (1.05       lits/clause)
1744.78/437.66	c OTF cl watch-shrink      : 549574      (0.25      clauses/conflict)
1744.78/437.66	c OTF cl watch-sh-lit      : 703835      (1.28       lits/clause)
1744.78/437.66	c tried to recurMin cls    : 210536      (9.54       % of conflicts)
1744.78/437.66	c updated cache            : 5908        (0.03       lits/tried recurMin)
1744.78/437.66	c unit cls recevied        : 0           (nan       % of units)
1744.78/437.66	c unit cls sent            : 0           (nan       % of units)
1744.78/437.66	c bin cls recevied         : 0          
1744.78/437.66	c bin cls sent             : 1          
1744.78/437.66	c clauses over max glue    : 0           (0.00      % of all clauses)
1744.78/437.66	c conflicts                : 2206227     (5044.46   / sec)
1744.78/437.66	c decisions                : 2560114     (0.85      % random)
1744.78/437.66	c bogo-props               : 53797057750 (123005045.99 / sec)
1744.78/437.66	c conflict literals        : 41596287    (26.03     % deleted)
1744.78/437.66	c Memory used              : 417.98      MB
1744.78/437.66	c single-thread CPU time   : 437.36      s
1744.78/437.66	c all-threads sum CPU time : 1743.75     s
1744.78/437.66	s SATISFIABLE
1744.78/437.66	v 1 2 -3 -4 5 6 7 -8 9 -10 11 12 13 -14 15 -16 17 18 -19 -20 -21 -22 -23 24 25 -26 -27 -28 -29 30 -31 -32 -33 34 -35 -36 -37 -38 39 40 41 42 43 -44 -45 46 -47 48 49 50 51 52 53 54 55 56 57 -58 -59 60 61 -62 -63 -64 65 66 67 68 -69 70 71 72 73 74 -75 -76 77 78 79 80 -81 -82 -83 -84 85 86 87 88 89 90 91 -92 -93 -94 -95 -96 97 -98 -99 100 -101 -102 103 -104 -105 106 -107 108 109 110 111 -112 -113 114 115 -116 117 118 -119 -120 121 122 -123 124 -125 126 -127 128 129 130 -131 -132 -133 134 -135 -136 -137 138 -139 -140 -141 -142 143 144 -145 -146 147 -148 -149 -150 -151 -152 153 154 155 -156 157 -158 -159 -160 161 -162 163 164 -165 -166 -167 -168 -169 170 171 172 173 -174 175 -176 177 178 -179 -180 -181 182 -183 -184 -185 -186 -187 -188 -189 190 -191 192 193 194 195 196 -197 -198 199 200 201 -202 -203 204 -205 206 -207 208 -209 210 211 -212 213 -214 215 -216 -217 218 219 -220 221 -222 223 224 225 226 227 228 -229 230 -231 232 -233 234 235 -236 -237 238 239 -240 241 -242 -243 -244 -245 -246 -247 -248 249 250 251 -252 253 -254 -255 -256 -257 258 -259 260 -261 262 263 -264 -265 -266 -267 268 -269 -270 -271 -272 273 -274 275 -276 277 278 279 -280 -281 282 -283 -284 -285 -286 -287 288 -289 -290 -291 292 -293 294 -295 296 -297 -298 299 -300 301 302 303 -304 305 -306 307 -308 309 -310 -311 312 313 314 -315 -316 317 -318 -319 320 321 -322 323 324 -325 326 -327 -328 329 330 -331 332 333 -334 335 -336 337 338 -339 340 341 342 343 344 345 346 347 348 349 350 0

Verifier Data

OK

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-3173915-1304073294/watcher-3173915-1304073294 -o /tmp/evaluation-result-3173915-1304073294/solver-3173915-1304073294 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173915-1304073294.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: 8.13 8.03 7.40 5/178 10702
/proc/meminfo: memFree=26618260/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=216336 CPUtime=0 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 712 0 0 0 0 0 0 0 25 0 4 0 518928043 221528064 636 33554432000 4194304 4627427 140737433733408 18446744073709551615 242970655214 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10702/statm: 54083 639 346 106 0 49054 0
[pid=10702/tid=10703] ppid=10700 vsize=216332 CPUtime=0 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 88 0 0 0 0 0 0 0 25 0 4 0 518928044 221523968 648 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=216332 CPUtime=0 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 65 0 0 0 0 0 0 0 25 0 4 0 518928044 221523968 649 33554432000 4194304 4627427 140737433733408 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=216332 CPUtime=0 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 90 0 0 0 0 0 0 0 25 0 4 0 518928044 221523968 651 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308141 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0814611 s]
/proc/loadavg: 8.13 8.03 7.40 5/178 10702
/proc/meminfo: memFree=26618260/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=282268 CPUtime=0.3 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 1393 0 0 0 30 0 0 0 25 0 4 0 518928043 289042432 1317 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 70567 1317 384 106 0 65538 0
[pid=10702/tid=10703] ppid=10700 vsize=282268 CPUtime=0.07 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 297 0 0 0 7 0 0 0 18 0 4 0 518928044 289042432 1317 33554432000 4194304 4627427 140737433733408 18446744073709551615 4330958 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=282268 CPUtime=0.07 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 270 0 0 0 7 0 0 0 25 0 4 0 518928044 289042432 1317 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=282268 CPUtime=0.07 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 198 0 0 0 7 0 0 0 25 0 4 0 518928044 289042432 1317 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 282268

[startup+0.100457 s]
/proc/loadavg: 8.13 8.03 7.40 5/178 10702
/proc/meminfo: memFree=26618260/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=282436 CPUtime=0.38 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 1502 0 0 0 38 0 0 0 25 0 4 0 518928043 289214464 1426 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308376 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 70609 1426 384 106 0 65580 0
[pid=10702/tid=10703] ppid=10700 vsize=282436 CPUtime=0.09 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 323 0 0 0 9 0 0 0 18 0 4 0 518928044 289214464 1426 33554432000 4194304 4627427 140737433733408 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=282436 CPUtime=0.09 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 298 0 0 0 9 0 0 0 25 0 4 0 518928044 289214464 1427 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308588 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=282436 CPUtime=0.09 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 228 0 0 0 9 0 0 0 25 0 4 0 518928044 289214464 1427 33554432000 4194304 4627427 140737433733408 18446744073709551615 4351546 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282436

[startup+0.300423 s]
/proc/loadavg: 8.13 8.03 7.40 5/178 10702
/proc/meminfo: memFree=26618260/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=283672 CPUtime=1.18 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 2409 0 0 0 118 0 0 0 25 0 4 0 518928043 290480128 1902 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 70918 1902 385 106 0 65889 0
[pid=10702/tid=10703] ppid=10700 vsize=283672 CPUtime=0.29 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 552 0 0 0 29 0 0 0 18 0 4 0 518928044 290480128 1902 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=283672 CPUtime=0.29 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 521 0 0 0 29 0 0 0 25 0 4 0 518928044 290480128 1902 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=283672 CPUtime=0.29 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 459 0 0 0 29 0 0 0 25 0 4 0 518928044 290480128 1902 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283672

[startup+0.700356 s]
/proc/loadavg: 8.13 8.03 7.40 5/178 10702
/proc/meminfo: memFree=26618260/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=284780 CPUtime=2.78 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 4135 0 0 0 278 0 0 0 25 0 4 0 518928043 291614720 2113 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308329 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 71195 2113 385 106 0 66166 0
[pid=10702/tid=10703] ppid=10700 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 977 0 0 0 69 0 0 0 18 0 4 0 518928044 291614720 2113 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 969 0 0 0 69 0 0 0 25 0 4 0 518928044 291614720 2113 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 894 0 0 0 69 0 0 0 25 0 4 0 518928044 291614720 2113 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284780

[startup+1.50022 s]
/proc/loadavg: 8.20 8.04 7.41 9/182 10706
/proc/meminfo: memFree=26604588/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=290132 CPUtime=5.97 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 7677 0 0 0 597 0 0 0 25 0 4 0 518928043 297095168 3752 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 72533 3752 389 106 0 67504 0
[pid=10702/tid=10703] ppid=10700 vsize=290132 CPUtime=1.49 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 1606 0 0 0 149 0 0 0 20 0 4 0 518928044 297095168 3752 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=290132 CPUtime=1.49 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 1672 0 0 0 149 0 0 0 25 0 4 0 518928044 297095168 3752 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=290132 CPUtime=1.49 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 1530 0 0 0 149 0 0 0 25 0 4 0 518928044 297095168 3752 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 290132

[startup+3.10094 s]
/proc/loadavg: 8.20 8.04 7.41 9/182 10706
/proc/meminfo: memFree=26570488/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=291644 CPUtime=12.36 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 15048 0 0 0 1235 1 0 0 25 0 4 0 518928043 298643456 7339 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309287 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 72911 7339 389 106 0 67882 0
[pid=10702/tid=10703] ppid=10700 vsize=291644 CPUtime=3.09 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 3186 0 0 0 309 0 0 0 25 0 4 0 518928044 298643456 7339 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=291644 CPUtime=3.09 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 4097 0 0 0 309 0 0 0 25 0 4 0 518928044 298643456 7339 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=291644 CPUtime=3.08 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 3752 0 0 0 308 0 0 0 25 0 4 0 518928044 298643456 7339 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291644

[startup+6.30039 s]
/proc/loadavg: 8.26 8.06 7.41 9/182 10707
/proc/meminfo: memFree=26542244/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=294996 CPUtime=25.15 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 23529 0 0 0 2512 3 0 0 25 0 4 0 518928043 302075904 9837 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 73749 9838 389 106 0 68720 0
[pid=10702/tid=10703] ppid=10700 vsize=294996 CPUtime=6.29 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 5889 0 0 0 629 0 0 0 25 0 4 0 518928044 302075904 9838 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=294996 CPUtime=6.28 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 6576 0 0 0 628 0 0 0 25 0 4 0 518928044 302075904 9838 33554432000 4194304 4627427 140737433733408 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=294996 CPUtime=6.28 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 5514 0 0 0 628 0 0 0 25 0 4 0 518928044 302075904 9838 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 294996

[startup+12.7003 s]
/proc/loadavg: 8.24 8.06 7.42 9/182 10707
/proc/meminfo: memFree=26502012/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=304476 CPUtime=50.71 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 36874 0 0 0 5062 9 0 0 25 0 4 0 518928043 311783424 14427 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 76119 14427 389 106 0 71090 0
[pid=10702/tid=10703] ppid=10700 vsize=304476 CPUtime=12.68 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 8810 0 0 0 1268 0 0 0 25 0 4 0 518928044 311783424 14427 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=304476 CPUtime=12.67 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 9049 0 0 0 1263 4 0 0 25 0 4 0 518928044 311783424 14427 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=304476 CPUtime=12.68 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 9365 0 0 0 1267 1 0 0 25 0 4 0 518928044 311783424 14427 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308277 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 304476

[startup+25.5011 s]
/proc/loadavg: 8.19 8.05 7.43 9/182 10707
/proc/meminfo: memFree=26463696/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=300860 CPUtime=101.8 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 54692 0 0 0 10164 16 0 0 25 0 4 0 518928043 308080640 19730 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 75215 19730 389 106 0 70186 0
[pid=10702/tid=10703] ppid=10700 vsize=300860 CPUtime=25.49 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 13150 0 0 0 2548 1 0 0 25 0 4 0 518928044 308080640 19730 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=300860 CPUtime=25.43 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 14296 0 0 0 2534 9 0 0 25 0 4 0 518928044 308080640 19730 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=300860 CPUtime=25.48 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 12992 0 0 0 2546 2 0 0 25 0 4 0 518928044 308080640 19730 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 300860

[startup+51.1007 s]
/proc/loadavg: 8.12 8.05 7.44 9/182 10708
/proc/meminfo: memFree=26418216/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=320524 CPUtime=204.05 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 82399 0 0 0 20378 27 0 0 25 0 4 0 518928043 328216576 25714 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309228 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 80131 25714 389 106 0 75102 0
[pid=10702/tid=10703] ppid=10700 vsize=320524 CPUtime=51.09 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 21275 0 0 0 5105 4 0 0 25 0 4 0 518928044 328216576 25714 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=320524 CPUtime=51.02 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 21349 0 0 0 5089 13 0 0 25 0 4 0 518928044 328216576 25714 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=320524 CPUtime=51.09 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 19235 0 0 0 5105 4 0 0 25 0 4 0 518928044 328216576 25714 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 320524

[startup+102.307 s]
/proc/loadavg: 8.05 8.04 7.47 9/182 10709
/proc/meminfo: memFree=26376100/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=333848 CPUtime=408.59 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 126804 0 0 0 40816 43 0 0 25 0 4 0 518928043 341860352 30608 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 83462 30608 389 106 0 78433 0
[pid=10702/tid=10703] ppid=10700 vsize=333848 CPUtime=102.3 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 32627 0 0 0 10222 8 0 0 25 0 4 0 518928044 341860352 30608 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=333848 CPUtime=102.23 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 31547 0 0 0 10206 17 0 0 25 0 4 0 518928044 341860352 30608 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=333848 CPUtime=102.3 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 32138 0 0 0 10222 8 0 0 25 0 4 0 518928044 341860352 30608 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 333848

[startup+162.301 s]

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

/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 62664 0 0 0 28208 21 0 0 25 0 4 0 518928044 431804416 49419 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1127.6
Current children cumulated vsize (KiB) 421684

[startup+342.301 s]
/proc/loadavg: 8.12 8.07 7.60 9/182 10716
/proc/meminfo: memFree=26159936/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=433272 CPUtime=1367.26 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 265626 0 0 0 136629 97 0 0 25 0 4 0 518928043 443670528 57825 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 108318 57825 389 106 0 103289 0
[pid=10702/tid=10703] ppid=10700 vsize=433272 CPUtime=342.29 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 71572 0 0 0 34206 23 0 0 25 0 4 0 518928044 443670528 57826 33554432000 4194304 4627427 140737433733408 18446744073709551615 4306598 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=433272 CPUtime=342.24 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 64572 0 0 0 34194 30 0 0 25 0 4 0 518928044 443670528 57826 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=433272 CPUtime=342.29 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 71663 0 0 0 34205 24 0 0 25 0 4 0 518928044 443670528 57826 33554432000 4194304 4627427 140737433733408 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1367.26
Current children cumulated vsize (KiB) 433272

[startup+402.301 s]
/proc/loadavg: 8.04 8.05 7.62 9/182 10717
/proc/meminfo: memFree=26148636/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=424800 CPUtime=1606.94 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 295278 0 0 0 160583 111 0 0 25 0 4 0 518928043 434995200 58844 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 106200 58844 389 106 0 101171 0
[pid=10702/tid=10703] ppid=10700 vsize=424800 CPUtime=402.28 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 79886 0 0 0 40202 26 0 0 25 0 4 0 518928044 434995200 58844 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=424800 CPUtime=402.23 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 72675 0 0 0 40190 33 0 0 25 0 4 0 518928044 434995200 58844 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=424800 CPUtime=402.29 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 78600 0 0 0 40201 28 0 0 25 0 4 0 518928044 434995200 58844 33554432000 4194304 4627427 140737433733408 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1606.94
Current children cumulated vsize (KiB) 424800

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

[startup+409.501 s]
/proc/loadavg: 8.04 8.05 7.63 9/182 10717
/proc/meminfo: memFree=26159672/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=425144 CPUtime=1635.69 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 298625 0 0 0 163457 112 0 0 25 0 4 0 518928043 435347456 58123 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 106286 58123 389 106 0 101257 0
[pid=10702/tid=10703] ppid=10700 vsize=425144 CPUtime=409.48 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 80536 0 0 0 40921 27 0 0 25 0 4 0 518928044 435347456 58123 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=425144 CPUtime=409.43 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 72701 0 0 0 40910 33 0 0 25 0 4 0 518928044 435347456 58123 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=425144 CPUtime=409.49 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 79778 0 0 0 40921 28 0 0 25 0 4 0 518928044 435347456 58123 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1635.69
Current children cumulated vsize (KiB) 425144

[startup+422.301 s]
/proc/loadavg: 8.11 8.07 7.64 9/182 10718
/proc/meminfo: memFree=26160164/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=425916 CPUtime=1686.85 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 304250 0 0 0 168571 114 0 0 25 0 4 0 518928043 436137984 59631 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308584 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 106479 59631 389 106 0 101450 0
[pid=10702/tid=10703] ppid=10700 vsize=425916 CPUtime=422.29 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 82275 0 0 0 42201 28 0 0 25 0 4 0 518928044 436137984 59631 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=425916 CPUtime=422.24 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 73724 0 0 0 42190 34 0 0 25 0 4 0 518928044 436137984 59631 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=425916 CPUtime=422.3 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 80881 0 0 0 42201 29 0 0 25 0 4 0 518928044 436137984 59631 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1686.85
Current children cumulated vsize (KiB) 425916

[startup+428.701 s]
/proc/loadavg: 8.10 8.06 7.64 9/182 10718
/proc/meminfo: memFree=26151484/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=425972 CPUtime=1712.39 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 306963 0 0 0 171124 115 0 0 25 0 4 0 518928043 436195328 60220 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 106493 60220 389 106 0 101464 0
[pid=10702/tid=10703] ppid=10700 vsize=425972 CPUtime=428.69 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 82711 0 0 0 42841 28 0 0 25 0 4 0 518928044 436195328 60220 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=425972 CPUtime=428.63 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 74194 0 0 0 42829 34 0 0 25 0 4 0 518928044 436195328 60220 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=425972 CPUtime=428.69 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 82119 0 0 0 42840 29 0 0 25 0 4 0 518928044 436195328 60220 33554432000 4194304 4627427 140737433733408 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1712.39
Current children cumulated vsize (KiB) 425972

[startup+431.901 s]
/proc/loadavg: 8.09 8.06 7.64 9/182 10718
/proc/meminfo: memFree=26142432/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=428004 CPUtime=1725.18 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 310872 0 0 0 172402 116 0 0 25 0 4 0 518928043 438276096 64129 33554432000 4194304 4627427 140737433733408 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 107001 64129 389 106 0 101972 0
[pid=10702/tid=10703] ppid=10700 vsize=428004 CPUtime=431.88 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 84755 0 0 0 43160 28 0 0 25 0 4 0 518928044 438276096 64129 33554432000 4194304 4627427 140737433733408 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=428004 CPUtime=431.83 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 74350 0 0 0 43149 34 0 0 25 0 4 0 518928044 438276096 64129 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=428004 CPUtime=431.88 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 82360 0 0 0 43159 29 0 0 25 0 4 0 518928044 438276096 64129 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1725.18
Current children cumulated vsize (KiB) 428004

[startup+435.101 s]
/proc/loadavg: 8.09 8.06 7.64 9/182 10718
/proc/meminfo: memFree=26131768/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=428004 CPUtime=1737.96 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 311210 0 0 0 173679 117 0 0 25 0 4 0 518928043 438276096 64467 33554432000 4194304 4627427 140737433733408 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10702/statm: 107001 64467 389 106 0 101972 0
[pid=10702/tid=10703] ppid=10700 vsize=428004 CPUtime=435.08 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 84755 0 0 0 43480 28 0 0 25 0 4 0 518928044 438276096 64467 33554432000 4194304 4627427 140737433733408 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=428004 CPUtime=435.03 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 74482 0 0 0 43469 34 0 0 25 0 4 0 518928044 438276096 64467 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=428004 CPUtime=435.09 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 82566 0 0 0 43479 30 0 0 25 0 4 0 518928044 438276096 64467 33554432000 4194304 4627427 140737433733408 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1737.96
Current children cumulated vsize (KiB) 428004

[startup+436.706 s]
/proc/loadavg: 8.08 8.06 7.64 7/182 10718
/proc/meminfo: memFree=26129900/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=428004 CPUtime=1742.99 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 311316 0 0 0 174182 117 0 0 25 0 4 0 518928043 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10702/statm: 107001 63243 390 106 0 101972 0
[pid=10702/tid=10703] ppid=10700 vsize=428004 CPUtime=436 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) S 10700 10702 10537 0 -1 4202560 84772 0 0 0 43572 28 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884377140 0 0 4096 2 18446604456101993344 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=428004 CPUtime=435.94 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) S 10700 10702 10537 0 -1 4202560 74515 0 0 0 43560 34 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884377140 0 0 4096 2 18446604456101993344 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=428004 CPUtime=436.69 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 82622 0 0 0 43639 30 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884352708 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1742.99
Current children cumulated vsize (KiB) 428004

[startup+437.101 s]
/proc/loadavg: 8.08 8.06 7.64 7/182 10718
/proc/meminfo: memFree=26129900/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=428004 CPUtime=1743.78 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 311316 0 0 0 174261 117 0 0 25 0 4 0 518928043 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10702/statm: 107001 63243 390 106 0 101972 0
[pid=10702/tid=10703] ppid=10700 vsize=428004 CPUtime=436 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) S 10700 10702 10537 0 -1 4202560 84772 0 0 0 43572 28 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884377140 0 0 4096 2 18446604456101993344 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=428004 CPUtime=435.94 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) S 10700 10702 10537 0 -1 4202560 74515 0 0 0 43560 34 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884377140 0 0 4096 2 18446604456101993344 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=428004 CPUtime=437.09 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 82622 0 0 0 43679 30 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884352708 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1743.78
Current children cumulated vsize (KiB) 428004

[startup+437.501 s]
/proc/loadavg: 8.08 8.06 7.64 7/182 10718
/proc/meminfo: memFree=26129900/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=428004 CPUtime=1744.58 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 311316 0 0 0 174341 117 0 0 25 0 4 0 518928043 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 4427146 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10702/statm: 107001 63243 390 106 0 101972 0
[pid=10702/tid=10703] ppid=10700 vsize=428004 CPUtime=436 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) S 10700 10702 10537 0 -1 4202560 84772 0 0 0 43572 28 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884377140 0 0 4096 2 18446604456101993344 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=428004 CPUtime=435.94 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) S 10700 10702 10537 0 -1 4202560 74515 0 0 0 43560 34 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884377140 0 0 4096 2 18446604456101993344 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=428004 CPUtime=437.49 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 82622 0 0 0 43719 30 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884352708 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1744.58
Current children cumulated vsize (KiB) 428004

[startup+437.601 s]
/proc/loadavg: 8.08 8.06 7.64 7/182 10718
/proc/meminfo: memFree=26129900/32951132 swapFree=67111364/67111528
[pid=10702] ppid=10700 vsize=428004 CPUtime=1744.78 cores=1,3,5,7
/proc/10702/stat : 10702 (strangenight2-m) R 10700 10702 10537 0 -1 4202496 311316 0 0 0 174361 117 0 0 25 0 4 0 518928043 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 4520723 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10702/statm: 107001 63243 390 106 0 101972 0
[pid=10702/tid=10703] ppid=10700 vsize=428004 CPUtime=436 cores=1,3,5,7
/proc/10702/task/10703/stat : 10703 (strangenight2-m) S 10700 10702 10537 0 -1 4202560 84772 0 0 0 43572 28 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884377140 0 0 4096 2 18446604456101993344 0 0 -1 5 0 0 0
[pid=10702/tid=10704] ppid=10700 vsize=428004 CPUtime=435.94 cores=1,3,5,7
/proc/10702/task/10704/stat : 10704 (strangenight2-m) S 10700 10702 10537 0 -1 4202560 74515 0 0 0 43560 34 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884377140 0 0 4096 2 18446604456101993344 0 0 -1 1 0 0 0
[pid=10702/tid=10705] ppid=10700 vsize=428004 CPUtime=437.59 cores=1,3,5,7
/proc/10702/task/10705/stat : 10705 (strangenight2-m) R 10700 10702 10537 0 -1 4202560 82622 0 0 0 43729 30 0 0 25 0 4 0 518928044 438276096 63243 33554432000 4194304 4627427 140737433733408 18446744073709551615 47360884352555 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1744.78
Current children cumulated vsize (KiB) 428004

Child status: 10
Real time (s): 437.681
CPU time (s): 1744.93
CPU user time (s): 1743.75
CPU system time (s): 1.18582
CPU usage (%): 398.677
Max. virtual memory (cumulated for all children) (KiB): 498384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1743.75
system time used= 1.18582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311324
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= 236
involuntary context switches= 11910

runsolver used 0.704892 second user time and 1.67874 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 12:34:54
IDJOB=3173915
IDBENCH=82733
IDSOLVER=1586
FILE ID=node128/3173915-1304073294
RUNJOBID= node128-1304072088-10556
PBS_JOBID= 13170490
Free space on /tmp= 66968 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1946851065-023.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173915-1304073294/watcher-3173915-1304073294 -o /tmp/evaluation-result-3173915-1304073294/solver-3173915-1304073294 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173915-1304073294.cnf

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

MD5SUM BENCH= 96b76a29d6976e3cb9111f511d66ef22
RANDOM SEED=2062961731

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.82
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26618540 kB
Buffers:       1274416 kB
Cached:        4393828 kB
SwapCached:        160 kB
Active:         332140 kB
Inactive:      5413032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26618540 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11216 kB
Writeback:           0 kB
AnonPages:       76404 kB
Mapped:          15424 kB
Slab:           524096 kB
PageTables:       4588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   284680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-29 12:42:12