Trace number 3366324

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)SAT 1756.04 440.254

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.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-3366324-1305401772.cnf'
0.00/0.01	c -- header says num vars:            350
0.00/0.01	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.14	c lits-rem:         1  cl-subs:        2  v-elim:     13  v-fix:    0  time:  0.00 s
0.00/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.14	c calculated reachability. Time: 0.00
0.00/0.14	c Calc default polars -  time:   0.00 s pos:     150 undec:      50 neg:     150
0.00/0.14	c =========================================================================================
0.00/0.14	c types(t): F = full restart, N = normal restart
0.00/0.14	c types(t): S = simplification begin/end, E = solution found
0.00/0.14	c restart types(rt): st = static, dy = dynamic
0.00/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.14	c  B st     0         0       337      1476         1         0      4501         0   no data   no data
0.00/0.14	c Decided on static restart strategy
0.00/0.14	c  N st     8      4918       337      1476         1      4790      4501     85240   no data   no data
0.00/0.36	c  N st    10     11303       337      1476         1      4424      4501     58784   no data   no data
0.00/0.61	c  N st    11     17046       337      1476         1      9992      4501    154191   no data   no data
3.57/0.98	c  F st    12     25000       337      1476         1     12202      4501    189519   no data   no data
3.57/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.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
4.77/1.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.26	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.32	c lits-rem:       179  cl-subs:     1011  v-elim:      0  v-fix:    0  time:  0.05 s
5.17/1.33	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.00
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.96/2.09	c  N st    21     44013       336      1470         1     15485      4483    230655   no data   no data
8.76/2.22	c  S st    22     45754       336      1470         1     17173      4483    260553   no data   no data
8.76/2.26	c  S st    22     46260       336      1470         1      9021      4483    102206   no data   no data
8.76/2.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.76/2.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.76/2.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.76/2.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.76/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
8.76/2.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.76/2.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.76/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.28	c lits-rem:        19  cl-subs:      123  v-elim:      0  v-fix:    0  time:  0.01 s
8.76/2.28	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
8.76/2.28	c vivif2 --  cl tried     8898 cl shrink        0 lits rem          0 time: 0.00
8.76/2.28	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.00
8.76/2.28	c calculated reachability. Time: 0.00
8.76/2.28	c  N st    22     46260       336      1470         1      8898      4483    100200   no data   no data
12.34/3.14	c  N st    23     60657       336      1470         1     13159      4483    171237   no data   no data
14.74/3.76	c  N st    24     69391       336      1470         1     10977      4483    123942   no data   no data
14.74/3.76	c  S st    24     69391       336      1470         1     10977      4483    123942   no data   no data
14.74/3.79	c  S st    24     69897       336      1470         1     11481      4483    133602   no data   no data
14.74/3.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.74/3.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.74/3.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.74/3.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.74/3.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
14.74/3.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.14/3.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.14/3.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.81	c lits-rem:        56  cl-subs:      224  v-elim:      0  v-fix:    0  time:  0.01 s
15.14/3.81	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
15.14/3.81	c vivif2 --  cl tried    11257 cl shrink        0 lits rem          0 time: 0.00
15.14/3.82	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.00
15.14/3.82	c calculated reachability. Time: 0.00
15.14/3.82	c  N st    24     69897       336      1470         1     11257      4483    129619   no data   no data
19.92/5.00	c  F st    25     87500       336      1470         1     16744      4483    233183   no data   no data
19.92/5.00	c  N st    25     87500       336      1470         1     16744      4483    233183   no data   no data
21.11/5.39	c Decided on static restart strategy
22.31/5.61	c  N st    32     95537       336      1470         1     24550      4483    380685   no data   no data
24.74/6.29	c  N st    34    104847       336      1470         1     20932      4483    287164   no data   no data
24.74/6.29	c  S st    34    104847       336      1470         1     20932      4483    287164   no data   no data
25.16/6.35	c  S st    34    105354       336      1470         1     21434      4483    296614   no data   no data
25.16/6.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.16/6.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
25.16/6.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.16/6.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.16/6.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.16/6.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
25.16/6.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.16/6.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.16/6.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.90/6.52	c lits-rem:       152  cl-subs:     1362  v-elim:      0  v-fix:    0  time:  0.15 s
25.90/6.52	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
25.90/6.52	c vivif2 --  cl tried    20072 cl shrink        0 lits rem          0 time: 0.00
25.90/6.53	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.01
25.90/6.53	c calculated reachability. Time: 0.00
25.90/6.53	c  N st    34    105354       336      1470         1     20072      4483    272844   no data   no data
29.13/7.31	c  N st    35    114952       336      1470         1     15847      4483    183255   no data   no data
33.93/8.52	c  N st    36    129349       336      1470         1     15219      4483    157679   no data   no data
41.06/10.33	c  N st    37    150945       336      1470         1     20621      4483    242152   no data   no data
43.46/10.93	c  S st    38    158031       336      1470         1     27458      4483    366154   no data   no data
43.86/11.00	c  S st    38    158536       336      1470         1     27962      4483    375698   no data   no data
43.86/11.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.86/11.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
43.86/11.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.86/11.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.86/11.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.86/11.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
43.86/11.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.86/11.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.86/11.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.06/11.31	c lits-rem:       239  cl-subs:     2189  v-elim:      0  v-fix:    0  time:  0.29 s
45.06/11.31	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
45.06/11.32	c vivif2 --  cl tried    25773 cl shrink        0 lits rem          0 time: 0.00
45.06/11.33	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.01
45.06/11.33	c calculated reachability. Time: 0.00
45.06/11.33	c  N st    38    158536       336      1470         1     25773      4483    339884   no data   no data
63.01/15.85	c  N st    39    207124       336      1470         1     20572      4483    222896   no data   no data
74.97/18.85	c  N st    40    237804       336      1470         1     30924      4483    406098   no data   no data
74.97/18.85	c  S st    40    237804       336      1470         1     30924      4483    406098   no data   no data
75.37/18.93	c  S st    40    238304       336      1470         1     31424      4483    415826   no data   no data
75.37/18.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.37/18.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.37/18.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.37/18.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.37/18.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.37/18.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
75.37/18.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.37/18.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
75.37/18.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.57/19.29	c lits-rem:       184  cl-subs:     1932  v-elim:      0  v-fix:    0  time:  0.34 s
76.57/19.29	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
76.97/19.30	c vivif2 --  cl tried    29492 cl shrink        0 lits rem          0 time: 0.00
76.97/19.31	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.02
76.97/19.31	c calculated reachability. Time: 0.00
76.97/19.31	c  N st    40    238304       336      1470         1     29492      4483    382708   no data   no data
105.29/26.43	c  F st    41    306250       336      1470         1     31223      4483    361156   no data   no data
105.29/26.43	c  N st    41    306250       336      1470         1     31223      4483    361156   no data   no data
107.68/27.05	c Decided on static restart strategy
118.45/29.78	c  N st    51    334553       336      1470         1     35529      4483    431136   no data   no data
129.63/32.51	c  N st    53    357458       336      1470         1     33507      4483    384910   no data   no data
129.63/32.51	c  S st    53    357458       336      1470         1     33507      4483    384910   no data   no data
129.63/32.59	c  S st    53    357958       336      1470         1     34005      4483    394747   no data   no data
129.63/32.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
129.63/32.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
129.63/32.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
129.63/32.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.63/32.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.63/32.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
129.63/32.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
130.06/32.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
130.06/32.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.22/32.90	c lits-rem:       180  cl-subs:     2215  v-elim:      0  v-fix:    0  time:  0.28 s
131.22/32.90	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
131.22/32.91	c vivif2 --  cl tried    31790 cl shrink        0 lits rem          0 time: 0.01
131.22/32.93	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.02
131.22/32.93	c calculated reachability. Time: 0.00
131.22/32.93	c  N st    53    357958       336      1470         1     31790      4483    359054   no data   no data
148.01/37.12	c  N st    54    390350       336      1470         1     37981      4483    471963   no data   no data
173.09/43.40	c  N st    55    438938       336      1470         1     31649      4483    328501   no data   no data
210.99/52.92	c  N st    56    511821       336      1470         1     45015      4483    555201   no data   no data
225.75/56.67	c  N st    57    536938       336      1470         1     39442      4483    433718   no data   no data
225.75/56.67	c  S st    57    536938       336      1470         1     39442      4483    433718   no data   no data
226.15/56.77	c  S st    57    537444       336      1470         1     39944      4483    443749   no data   no data
226.15/56.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
226.15/56.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
226.15/56.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
226.15/56.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.15/56.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.15/56.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
226.15/56.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
226.15/56.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
226.15/56.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.74/57.10	c lits-rem:       289  cl-subs:     2158  v-elim:      0  v-fix:    0  time:  0.30 s
227.74/57.10	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
227.74/57.11	c vivif2 --  cl tried    37786 cl shrink        0 lits rem          0 time: 0.00
227.74/57.13	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.02
227.74/57.13	c calculated reachability. Time: 0.00
227.74/57.13	c  N st    57    537444       336      1470         1     37786      4483    409540   no data   no data
339.83/85.29	c  N st    58    701431       336      1470         1     66503      4483    889621   no data   no data
407.24/102.14	c  N st    59    806167       336      1470         1     60575      4483    745502   no data   no data
407.24/102.14	c  S st    59    806167       336      1470         1     60575      4483    745502   no data   no data
408.04/102.33	c  S st    59    806671       336      1470         1     61076      4483    755061   no data   no data
408.04/102.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
408.04/102.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
408.04/102.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
408.04/102.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
408.04/102.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
408.04/102.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
408.04/102.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
408.04/102.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
408.04/102.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
415.26/104.17	c lits-rem:       410  cl-subs:     6279  v-elim:      0  v-fix:    0  time:  1.78 s
415.26/104.17	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
415.26/104.18	c vivif2 --  cl tried    54797 cl shrink        0 lits rem          0 time: 0.01
415.67/104.22	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.04
415.67/104.22	c calculated reachability. Time: 0.00
415.67/104.22	c  N st    59    806671       336      1470         1     54797      4483    654799   no data   no data
609.48/152.90	c  F st    60   1071876       336      1470         1     70503      4483    877443   no data   no data
609.88/152.90	c  N st    60   1071876       336      1470         1     70503      4483    877443   no data   no data
615.88/154.40	c Decided on static restart strategy
638.61/160.11	c  N st    70   1100183       336      1470         1     54599      4483    576125   no data   no data
672.90/168.72	c  N st    72   1136176       336      1470         1     44926      4483    384537   no data   no data
697.23/174.81	c  N st    73   1168568       336      1470         1     76103      4483    952377   no data   no data
738.32/185.14	c  N st    74   1210006       336      1470         1     70590      4483    807674   no data   no data
738.32/185.14	c  S st    74   1210006       336      1470         1     70590      4483    807674   no data   no data
739.12/185.35	c  S st    74   1210510       336      1470         1     71091      4483    817462   no data   no data
739.12/185.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
739.12/185.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
739.12/185.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
739.12/185.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
739.12/185.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
739.12/185.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
739.12/185.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
739.52/185.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
739.52/185.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
749.14/187.86	c lits-rem:       502  cl-subs:     9250  v-elim:      0  v-fix:    0  time:  2.44 s
749.14/187.86	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
749.14/187.87	c vivif2 --  cl tried    61841 cl shrink        0 lits rem          0 time: 0.01
749.49/187.92	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.05
749.49/187.92	c calculated reachability. Time: 0.00
749.49/187.92	c  N st    74   1210510       336      1470         1     61841      4483    678028   no data   no data
807.33/202.46	c  N st    75   1283396       336      1470         1     85929      4483   1122460   no data   no data
910.24/228.22	c  N st    76   1392722       336      1470         1     95832      4483   1213521   no data   no data
1049.85/263.25	c  N st    77   1556706       336      1470         1    103486      4483   1399672   no data   no data
1190.67/298.52	c  N st    78   1710510       336      1470         1     92913      4483   1194109   no data   no data
1190.67/298.52	c  S st    78   1710510       336      1470         1     92913      4483   1194109   no data   no data
1192.31/298.96	c  S st    78   1711010       336      1470         1     93411      4483   1203917   no data   no data
1192.31/298.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1192.66/299.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1192.66/299.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1192.66/299.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1192.66/299.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1192.66/299.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1192.66/299.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1192.66/299.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1192.66/299.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1233.72/309.34	c lits-rem:       730  cl-subs:     9109  v-elim:      0  v-fix:    0  time: 10.24 s
1233.72/309.34	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
1233.72/309.36	c vivif2 --  cl tried    84302 cl shrink        0 lits rem          0 time: 0.02
1234.12/309.45	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.09
1234.12/309.45	c calculated reachability. Time: 0.00
1234.12/309.45	c  N st    78   1711010       336      1470         1     84302      4483   1056243   no data   no data
1587.54/398.04	c  N st    79   2079975       336      1470         1     95942      4483   1171309   no data   no data
1712.80/429.48	c  N st    80   2211010       336      1470         1     99931      4483   1218126   no data   no data
1712.80/429.48	c  S st    80   2211010       336      1470         1     99931      4483   1218126   no data   no data
1714.44/429.83	c  S st    80   2211514       336      1470         1    100435      4483   1227772   no data   no data
1714.44/429.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1714.44/429.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1714.44/429.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1714.44/429.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1714.44/429.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1714.44/429.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1714.44/429.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1714.79/429.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1714.79/429.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1743.51/437.18	c lits-rem:      1391  cl-subs:    10072  v-elim:      0  v-fix:    0  time:  7.24 s
1743.51/437.18	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
1743.92/437.20	c vivif2 --  cl tried    90363 cl shrink        0 lits rem          0 time: 0.02
1744.32/437.31	c asymm  cl-useful: 0/1470/1470 lits-rem:0 time: 0.11
1744.32/437.31	c calculated reachability. Time: 0.00
1744.32/437.31	c  N st    80   2211514       336      1470         1     90363      4483   1066552   no data   no data
1755.87/440.23	c Following stats are for *FIRST FINISHED THREAD ONLY*
1755.87/440.23	c num threads              : 4          
1755.87/440.23	c restarts                 : 80         
1755.87/440.23	c dynamic restarts         : 0          
1755.87/440.23	c static restarts          : 80         
1755.87/440.23	c full restarts            : 4          
1755.87/440.23	c total simplify time      : 0.00       
1755.87/440.23	c learnts DL2              : 0          
1755.87/440.23	c learnts size 2           : 1          
1755.87/440.23	c learnts size 1           : 0           (0.00      % of vars)
1755.87/440.23	c filedLit time            : 0.13        (0.03      % time)
1755.87/440.23	c v-elim SatELite          : 13          (3.71      % vars)
1755.87/440.23	c SatELite time            : 20.42       (4.64      % time)
1755.87/440.23	c v-elim xor               : 0           (0.00      % vars)
1755.87/440.23	c xor elim time            : 0.01        (0.00      % time)
1755.87/440.23	c num binary xor trees     : 0          
1755.87/440.23	c binxor trees' crown      : 0           (nan       leafs/tree)
1755.87/440.23	c bin xor find time        : 0.00       
1755.87/440.23	c OTF clause improved      : 86321       (0.04      clauses/conflict)
1755.87/440.23	c OTF impr. size diff      : 90628       (1.05       lits/clause)
1755.87/440.23	c OTF cl watch-shrink      : 549574      (0.25      clauses/conflict)
1755.87/440.23	c OTF cl watch-sh-lit      : 703835      (1.28       lits/clause)
1755.87/440.23	c tried to recurMin cls    : 210536      (9.54       % of conflicts)
1755.87/440.23	c updated cache            : 5908        (0.03       lits/tried recurMin)
1755.87/440.23	c unit cls recevied        : 0           (nan       % of units)
1755.87/440.23	c unit cls sent            : 0           (nan       % of units)
1755.87/440.23	c bin cls recevied         : 0          
1755.87/440.23	c bin cls sent             : 1          
1755.87/440.23	c clauses over max glue    : 0           (0.00      % of all clauses)
1755.87/440.23	c conflicts                : 2206227     (5014.12   / sec)
1755.87/440.23	c decisions                : 2560114     (0.85      % random)
1755.87/440.23	c bogo-props               : 53797057750 (122265176.43 / sec)
1755.87/440.23	c conflict literals        : 41596287    (26.03     % deleted)
1755.87/440.23	c Memory used              : 411.25      MB
1755.87/440.23	c single-thread CPU time   : 440.00      s
1755.87/440.23	c all-threads sum CPU time : 1755.12     s
1755.87/440.23	s SATISFIABLE
1755.87/440.23	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: 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-3366324-1305401772/watcher-3366324-1305401772 -o /tmp/evaluation-result-3366324-1305401772/solver-3366324-1305401772 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366324-1305401772.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.61 8.04 7.98 2/344 26426
/proc/meminfo: memFree=21567396/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 411 0 0 0 1 0 0 0 23 0 4 0 632593282 52396032 351 33554432000 4194304 4580107 140736840161632 18446744073709551615 47412717184535 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 12792 351 302 95 0 7774 0
[pid=26426/tid=26427] ppid=26424 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 4 0 632593282 52396032 351 33554432000 4194304 4580107 140736840161632 18446744073709551615 47412717184537 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 632593282 52396032 351 33554432000 4194304 4580107 140736840161632 18446744073709551615 47412717184946 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632593282 52396032 351 33554432000 4194304 4580107 140736840161632 18446744073709551615 47412717184528 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.813313 s]
/proc/loadavg: 7.61 8.04 7.98 2/344 26426
/proc/meminfo: memFree=21567396/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=284596 CPUtime=3.21 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 4306 0 0 0 321 0 0 0 25 0 4 0 632593282 291426304 2273 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 71149 2273 377 95 0 66131 0
[pid=26426/tid=26427] ppid=26424 vsize=284596 CPUtime=0.8 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 994 0 0 0 80 0 0 0 25 0 4 0 632593282 291426304 2273 33554432000 4194304 4580107 140736840161632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=284596 CPUtime=0.79 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 991 0 0 0 79 0 0 0 19 0 4 0 632593282 291426304 2273 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=284596 CPUtime=0.8 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 946 0 0 0 80 0 0 0 25 0 4 0 632593282 291426304 2273 33554432000 4194304 4580107 140736840161632 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 284596

[startup+0.900296 s]
/proc/loadavg: 7.61 8.04 7.98 2/344 26426
/proc/meminfo: memFree=21567396/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=284596 CPUtime=3.57 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 4503 0 0 0 356 1 0 0 25 0 4 0 632593282 291426304 2470 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293698 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 71149 2471 377 95 0 66131 0
[pid=26426/tid=26427] ppid=26424 vsize=284596 CPUtime=0.89 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1046 0 0 0 89 0 0 0 25 0 4 0 632593282 291426304 2471 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=284596 CPUtime=0.88 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1045 0 0 0 88 0 0 0 19 0 4 0 632593282 291426304 2471 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=284596 CPUtime=0.89 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 998 0 0 0 89 0 0 0 25 0 4 0 632593282 291426304 2471 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 284596

[startup+1.00028 s]
/proc/loadavg: 7.61 8.04 7.98 2/344 26426
/proc/meminfo: memFree=21567396/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=284832 CPUtime=3.97 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 4791 0 0 0 396 1 0 0 25 0 4 0 632593282 291667968 2758 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 71208 2758 378 95 0 66190 0
[pid=26426/tid=26427] ppid=26424 vsize=284832 CPUtime=0.99 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1111 0 0 0 99 0 0 0 25 0 4 0 632593282 291667968 2758 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=284832 CPUtime=0.98 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1115 0 0 0 98 0 0 0 19 0 4 0 632593282 291667968 2758 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=284832 CPUtime=0.99 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1071 0 0 0 99 0 0 0 25 0 4 0 632593282 291667968 2758 33554432000 4194304 4580107 140736840161632 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 284832

[startup+1.10026 s]
/proc/loadavg: 7.61 8.04 7.98 2/344 26426
/proc/meminfo: memFree=21567396/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=285084 CPUtime=4.37 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 5476 0 0 0 436 1 0 0 25 0 4 0 632593282 291926016 2422 33554432000 4194304 4580107 140736840161632 18446744073709551615 4321348 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 71271 2422 378 95 0 66253 0
[pid=26426/tid=26427] ppid=26424 vsize=285084 CPUtime=1.09 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1281 0 0 0 109 0 0 0 25 0 4 0 632593282 291926016 2422 33554432000 4194304 4580107 140736840161632 18446744073709551615 4321636 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=285084 CPUtime=1.08 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1291 0 0 0 108 0 0 0 19 0 4 0 632593282 291926016 2422 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=285084 CPUtime=1.09 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1243 0 0 0 109 0 0 0 25 0 4 0 632593282 291926016 2422 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293932 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 285084

[startup+1.50019 s]
/proc/loadavg: 7.61 8.04 7.98 2/344 26426
/proc/meminfo: memFree=21567396/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=289768 CPUtime=5.97 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 7643 0 0 0 596 1 0 0 25 0 4 0 632593282 296722432 3709 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 72442 3709 379 95 0 67424 0
[pid=26426/tid=26427] ppid=26424 vsize=289768 CPUtime=1.49 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1592 0 0 0 149 0 0 0 25 0 4 0 632593282 296722432 3709 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=289768 CPUtime=1.48 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1610 0 0 0 148 0 0 0 20 0 4 0 632593282 296722432 3709 33554432000 4194304 4580107 140736840161632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=289768 CPUtime=1.49 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 1565 0 0 0 149 0 0 0 25 0 4 0 632593282 296722432 3709 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289768

[startup+3.10091 s]
/proc/loadavg: 7.64 8.04 7.98 9/356 26438
/proc/meminfo: memFree=21502832/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=290164 CPUtime=12.34 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 14889 0 0 0 1232 2 0 0 25 0 4 0 632593282 297127936 7632 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294438 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 72541 7632 379 95 0 67523 0
[pid=26426/tid=26427] ppid=26424 vsize=290164 CPUtime=3.08 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 3313 0 0 0 308 0 0 0 25 0 4 0 632593282 297127936 7632 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=290164 CPUtime=3.05 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 3964 0 0 0 305 0 0 0 25 0 4 0 632593282 297127936 7632 33554432000 4194304 4580107 140736840161632 18446744073709551615 4305303 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=290164 CPUtime=3.09 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 3791 0 0 0 309 0 0 0 25 0 4 0 632593282 297127936 7632 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 290164

[startup+6.31335 s]
/proc/loadavg: 7.64 8.04 7.98 9/356 26438
/proc/meminfo: memFree=21478584/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=291868 CPUtime=25.16 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 23564 0 0 0 2512 4 0 0 25 0 4 0 632593282 298872832 9811 33554432000 4194304 4580107 140736840161632 18446744073709551615 4295735 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 72967 9811 379 95 0 67949 0
[pid=26426/tid=26427] ppid=26424 vsize=291868 CPUtime=6.3 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 5849 0 0 0 629 1 0 0 25 0 4 0 632593282 298872832 9811 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=291868 CPUtime=6.23 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 6590 0 0 0 622 1 0 0 25 0 4 0 632593282 298872832 9811 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=291868 CPUtime=6.3 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 5639 0 0 0 630 0 0 0 25 0 4 0 632593282 298872832 9811 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 291868

[startup+12.7002 s]
/proc/loadavg: 7.67 8.04 7.98 9/356 26438
/proc/meminfo: memFree=21436916/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=301204 CPUtime=50.64 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 37142 0 0 0 5058 6 0 0 25 0 4 0 632593282 308432896 14376 33554432000 4194304 4580107 140736840161632 18446744073709551615 4321817 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 75301 14376 379 95 0 70283 0
[pid=26426/tid=26427] ppid=26424 vsize=301204 CPUtime=12.68 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 9023 0 0 0 1266 2 0 0 25 0 4 0 632593282 308432896 14376 33554432000 4194304 4580107 140736840161632 18446744073709551615 4320885 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=301204 CPUtime=12.56 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 9041 0 0 0 1255 1 0 0 25 0 4 0 632593282 308432896 14376 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=301204 CPUtime=12.69 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 9375 0 0 0 1268 1 0 0 25 0 4 0 632593282 308432896 14376 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294376 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) 301204

[startup+25.501 s]
/proc/loadavg: 7.74 8.03 7.98 9/356 26439
/proc/meminfo: memFree=21395260/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=304780 CPUtime=101.7 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 56096 0 0 0 10159 11 0 0 25 0 4 0 632593282 312094720 20675 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 76195 20675 379 95 0 71177 0
[pid=26426/tid=26427] ppid=26424 vsize=304780 CPUtime=25.48 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 14188 0 0 0 2545 3 0 0 25 0 4 0 632593282 312094720 20675 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=304780 CPUtime=25.22 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 14238 0 0 0 2520 2 0 0 25 0 4 0 632593282 312094720 20675 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=304780 CPUtime=25.49 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 13741 0 0 0 2548 1 0 0 25 0 4 0 632593282 312094720 20675 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294358 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) 304780

[startup+51.1005 s]
/proc/loadavg: 7.90 8.04 7.98 9/356 26439
/proc/meminfo: memFree=21352612/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=305816 CPUtime=203.82 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 84533 0 0 0 20364 18 0 0 25 0 4 0 632593282 313155584 24611 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 76454 24611 379 95 0 71436 0
[pid=26426/tid=26427] ppid=26424 vsize=305816 CPUtime=51.08 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 22032 0 0 0 5103 5 0 0 25 0 4 0 632593282 313155584 24611 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=305816 CPUtime=50.54 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 21566 0 0 0 5050 4 0 0 25 0 4 0 632593282 313155584 24611 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293076 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=305816 CPUtime=51.09 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 20442 0 0 0 5106 3 0 0 25 0 4 0 632593282 313155584 24611 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294639 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) 305816

[startup+102.3 s]
/proc/loadavg: 8.03 8.05 7.99 9/356 26441
/proc/meminfo: memFree=21307092/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=324812 CPUtime=408.04 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 129721 0 0 0 40774 30 0 0 25 0 4 0 632593282 332607488 30923 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 81203 30923 379 95 0 76185 0
[pid=26426/tid=26427] ppid=26424 vsize=324812 CPUtime=102.28 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 33989 0 0 0 10219 9 0 0 25 0 4 0 632593282 332607488 30923 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=324812 CPUtime=101.18 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 31529 0 0 0 10111 7 0 0 25 0 4 0 632593282 332607488 30923 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=324812 CPUtime=102.29 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 33586 0 0 0 10223 6 0 0 25 0 4 0 632593282 332607488 30923 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 324812

[startup+162.301 s]

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

/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 65409 0 0 0 28213 17 0 0 25 0 4 0 632593282 328962048 45703 33554432000 4194304 4580107 140736840161632 18446744073709551615 4489289 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1126.08
Current children cumulated vsize (KiB) 321252

[startup+342.3 s]
/proc/loadavg: 8.20 8.11 8.02 9/356 26447
/proc/meminfo: memFree=21088152/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=354404 CPUtime=1365.37 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 270181 0 0 0 136461 76 0 0 25 0 4 0 632593282 362909696 58146 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 88601 58146 379 95 0 83583 0
[pid=26426/tid=26427] ppid=26424 vsize=354404 CPUtime=342.28 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 72007 0 0 0 34208 20 0 0 25 0 4 0 632593282 362909696 58146 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=354404 CPUtime=338.54 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 67068 0 0 0 33837 17 0 0 25 0 4 0 632593282 362909696 58146 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=354404 CPUtime=342.29 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 74608 0 0 0 34210 19 0 0 25 0 4 0 632593282 362909696 58146 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1365.37
Current children cumulated vsize (KiB) 354404

[startup+402.313 s]
/proc/loadavg: 8.18 8.12 8.02 9/356 26449
/proc/meminfo: memFree=21049676/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=355248 CPUtime=1604.74 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 299866 0 0 0 160391 83 0 0 25 0 4 0 632593282 363773952 61854 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 88812 61854 379 95 0 83794 0
[pid=26426/tid=26427] ppid=26424 vsize=355248 CPUtime=402.3 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 79625 0 0 0 40208 22 0 0 25 0 4 0 632593282 363773952 61854 33554432000 4194304 4580107 140736840161632 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=355248 CPUtime=397.88 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 75847 0 0 0 39770 18 0 0 25 0 4 0 632593282 363773952 61854 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=355248 CPUtime=402.31 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 82246 0 0 0 40209 22 0 0 25 0 4 0 632593282 363773952 61854 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.74
Current children cumulated vsize (KiB) 355248

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

[startup+410.3 s]
/proc/loadavg: 8.16 8.12 8.02 9/356 26449
/proc/meminfo: memFree=21057240/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=409452 CPUtime=1636.61 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 303273 0 0 0 163576 85 0 0 25 0 4 0 632593282 419278848 61242 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 102363 61242 379 95 0 97345 0
[pid=26426/tid=26427] ppid=26424 vsize=409452 CPUtime=410.29 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 81053 0 0 0 41006 23 0 0 25 0 4 0 632593282 419278848 61242 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=409452 CPUtime=405.79 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 77126 0 0 0 40560 19 0 0 25 0 4 0 632593282 419278848 61242 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=409452 CPUtime=410.3 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 82737 0 0 0 41008 22 0 0 25 0 4 0 632593282 419278848 61242 33554432000 4194304 4580107 140736840161632 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1636.61
Current children cumulated vsize (KiB) 409452

[startup+423.101 s]
/proc/loadavg: 8.13 8.11 8.02 9/356 26449
/proc/meminfo: memFree=21052156/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=421064 CPUtime=1687.7 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 308759 0 0 0 168683 87 0 0 25 0 4 0 632593282 431169536 62645 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 105266 62645 379 95 0 100248 0
[pid=26426/tid=26427] ppid=26424 vsize=421064 CPUtime=423.1 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 82793 0 0 0 42287 23 0 0 25 0 4 0 632593282 431169536 62648 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=421064 CPUtime=418.46 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 77993 0 0 0 41826 20 0 0 25 0 4 0 632593282 431169536 62648 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=421064 CPUtime=423.11 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 84522 0 0 0 42288 23 0 0 25 0 4 0 632593282 431169536 62648 33554432000 4194304 4580107 140736840161632 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1687.7
Current children cumulated vsize (KiB) 421064

[startup+429.501 s]
/proc/loadavg: 8.20 8.12 8.02 9/356 26449
/proc/meminfo: memFree=21040372/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=421120 CPUtime=1713.2 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 312135 0 0 0 171232 88 0 0 25 0 4 0 632593282 431226880 63897 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 105280 63897 379 95 0 100262 0
[pid=26426/tid=26427] ppid=26424 vsize=421120 CPUtime=429.49 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 83247 0 0 0 42926 23 0 0 25 0 4 0 632593282 431226880 63897 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=421120 CPUtime=424.78 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 79185 0 0 0 42458 20 0 0 25 0 4 0 632593282 431226880 63897 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=421120 CPUtime=429.5 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 85712 0 0 0 42927 23 0 0 25 0 4 0 632593282 431226880 63897 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1713.2
Current children cumulated vsize (KiB) 421120

[startup+435.901 s]
/proc/loadavg: 8.18 8.12 8.02 9/356 26450
/proc/meminfo: memFree=21019036/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=486656 CPUtime=1738.72 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 316585 0 0 0 173783 89 0 0 25 0 4 0 632593282 498335744 68347 33554432000 4194304 4580107 140736840161632 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 121664 68347 379 95 0 116646 0
[pid=26426/tid=26427] ppid=26424 vsize=486656 CPUtime=435.89 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 85694 0 0 0 43565 24 0 0 25 0 4 0 632593282 498335744 68347 33554432000 4194304 4580107 140736840161632 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=486656 CPUtime=431.11 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 79517 0 0 0 43091 20 0 0 25 0 4 0 632593282 498335744 68347 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=486656 CPUtime=435.9 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 86212 0 0 0 43566 24 0 0 25 0 4 0 632593282 498335744 68347 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1738.72
Current children cumulated vsize (KiB) 486656

[startup+437.514 s]
/proc/loadavg: 8.17 8.12 8.02 9/356 26450
/proc/meminfo: memFree=21021384/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=421120 CPUtime=1745.16 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 316782 0 0 0 174426 90 0 0 25 0 4 0 632593282 431226880 67048 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 105280 67048 379 95 0 100262 0
[pid=26426/tid=26427] ppid=26424 vsize=421120 CPUtime=437.5 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 85694 0 0 0 43726 24 0 0 25 0 4 0 632593282 431226880 67048 33554432000 4194304 4580107 140736840161632 18446744073709551615 4397417 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=421120 CPUtime=432.69 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 79599 0 0 0 43249 20 0 0 25 0 4 0 632593282 431226880 67048 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=421120 CPUtime=437.51 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 86317 0 0 0 43727 24 0 0 25 0 4 0 632593282 431226880 67048 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1745.16
Current children cumulated vsize (KiB) 421120

[startup+439.1 s]
/proc/loadavg: 8.17 8.12 8.02 9/356 26450
/proc/meminfo: memFree=21024608/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=421120 CPUtime=1751.48 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 317229 0 0 0 175058 90 0 0 25 0 4 0 632593282 431226880 67437 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 105280 67437 379 95 0 100262 0
[pid=26426/tid=26427] ppid=26424 vsize=421120 CPUtime=439.09 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 85806 0 0 0 43885 24 0 0 25 0 4 0 632593282 431226880 67437 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=421120 CPUtime=434.27 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 79686 0 0 0 43407 20 0 0 25 0 4 0 632593282 431226880 67437 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=421120 CPUtime=439.1 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 86463 0 0 0 43886 24 0 0 25 0 4 0 632593282 431226880 67438 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1751.48
Current children cumulated vsize (KiB) 421120

[startup+439.901 s]
/proc/loadavg: 8.17 8.12 8.02 9/356 26450
/proc/meminfo: memFree=21033776/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=421120 CPUtime=1754.67 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 317453 0 0 0 175377 90 0 0 25 0 4 0 632593282 431226880 67661 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 105280 67661 379 95 0 100262 0
[pid=26426/tid=26427] ppid=26424 vsize=421120 CPUtime=439.89 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 85861 0 0 0 43965 24 0 0 25 0 4 0 632593282 431226880 67661 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=421120 CPUtime=435.05 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 79729 0 0 0 43485 20 0 0 25 0 4 0 632593282 431226880 67661 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=421120 CPUtime=439.9 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 86532 0 0 0 43966 24 0 0 25 0 4 0 632593282 431226880 67661 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1754.67
Current children cumulated vsize (KiB) 421120

[startup+440.101 s]
/proc/loadavg: 8.17 8.12 8.02 9/356 26450
/proc/meminfo: memFree=21033776/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=421120 CPUtime=1755.47 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 317507 0 0 0 175457 90 0 0 25 0 4 0 632593282 431226880 67715 33554432000 4194304 4580107 140736840161632 18446744073709551615 4293911 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 105280 67715 379 95 0 100262 0
[pid=26426/tid=26427] ppid=26424 vsize=421120 CPUtime=440.09 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 85873 0 0 0 43985 24 0 0 25 0 4 0 632593282 431226880 67715 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=421120 CPUtime=435.25 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 79740 0 0 0 43505 20 0 0 25 0 4 0 632593282 431226880 67715 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=421120 CPUtime=440.1 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 86548 0 0 0 43986 24 0 0 25 0 4 0 632593282 431226880 67715 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1755.47
Current children cumulated vsize (KiB) 421120

[startup+440.201 s]
/proc/loadavg: 8.17 8.12 8.02 9/356 26450
/proc/meminfo: memFree=21033776/32951124 swapFree=67111348/67111528
[pid=26426] ppid=26424 vsize=421120 CPUtime=1755.87 cores=0,2,4,6
/proc/26426/stat : 26426 (strangenight2-m) R 26424 26426 26096 0 -1 4202496 317535 0 0 0 175497 90 0 0 25 0 4 0 632593282 431226880 67743 33554432000 4194304 4580107 140736840161632 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26426/statm: 105280 67743 379 95 0 100262 0
[pid=26426/tid=26427] ppid=26424 vsize=421120 CPUtime=440.19 cores=0,2,4,6
/proc/26426/task/26427/stat : 26427 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 85880 0 0 0 43995 24 0 0 25 0 4 0 632593282 431226880 67743 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26426/tid=26428] ppid=26424 vsize=421120 CPUtime=435.35 cores=0,2,4,6
/proc/26426/task/26428/stat : 26428 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 79745 0 0 0 43515 20 0 0 25 0 4 0 632593282 431226880 67743 33554432000 4194304 4580107 140736840161632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26426/tid=26429] ppid=26424 vsize=421120 CPUtime=440.2 cores=0,2,4,6
/proc/26426/task/26429/stat : 26429 (strangenight2-m) R 26424 26426 26096 0 -1 4202560 86556 0 0 0 43996 24 0 0 25 0 4 0 632593282 431226880 67743 33554432000 4194304 4580107 140736840161632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1755.87
Current children cumulated vsize (KiB) 421120

Child status: 10
Real time (s): 440.254
CPU time (s): 1756.04
CPU user time (s): 1755.13
CPU system time (s): 0.91686
CPU usage (%): 398.87
Max. virtual memory (cumulated for all children) (KiB): 486656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1755.13
system time used= 0.91686
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317554
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= 164
involuntary context switches= 8653

runsolver used 1.41078 second user time and 3.44148 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-14 21:36:12
IDJOB=3366324
IDBENCH=82733
IDSOLVER=1844
FILE ID=node144/3366324-1305401772
RUNJOBID= node144-1305401771-26411
PBS_JOBID= 13324479
Free space on /tmp= 73240 MiB

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

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

MD5SUM BENCH= 96b76a29d6976e3cb9111f511d66ef22
RANDOM SEED=306221047

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21567676 kB
Buffers:        287932 kB
Cached:        3621884 kB
SwapCached:          0 kB
Active:        8164364 kB
Inactive:      2873036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21567676 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10996 kB
Writeback:           0 kB
AnonPages:     7127076 kB
Mapped:          26796 kB
Slab:           244828 kB
PageTables:      37460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81972748 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= 73232 MiB
End job on node144 at 2011-05-14 21:43:32