Trace number 3366538

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)UNSAT 2512.33 629.888

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
MD5SUM42577eb7521bea22024387e984db8e06
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.22475
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-3366538-1305406934.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.01	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     174 undec:      38 neg:     138
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       341      1482         0         0      4502         0   no data   no data
0.13/0.09	c Decided on static restart strategy
0.41/0.13	c  N st     8      4917       341      1482         0      4764      4502     80972   no data   no data
1.17/0.37	c  N st    10     11301       341      1482         0      4407      4502     58323   no data   no data
2.37/0.62	c  N st    11     17045       341      1482         0      9943      4502    146455   no data   no data
3.57/0.95	c  F st    12     25001       341      1482         0     12174      4502    189362   no data   no data
3.57/0.95	c  N st    12     25001       341      1482         0     12174      4502    189362   no data   no data
4.40/1.17	c Decided on static restart strategy
4.40/1.17	c  N st    18     30001       341      1482         0     10500      4502    150283   no data   no data
4.40/1.17	c  S st    18     30001       341      1482         0     10500      4502    150283   no data   no data
4.76/1.20	c  S st    18     30506       341      1482         0     11001      4502    159469   no data   no data
4.76/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.76/1.21	c blocked clauses removed:        0 vars:      0 tried:         341 T: 0.00 s
4.76/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
4.76/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.27	c lits-rem:       124  cl-subs:     1331  v-elim:      0  v-fix:    0  time:  0.06 s
4.76/1.28	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.00
4.76/1.28	c calculated reachability. Time: 0.00
4.76/1.28	c  N st    18     30506       341      1482         0      9670      4502    138197   no data   no data
6.36/1.65	c  N st    20     37618       341      1482         0      8960      4502    111327   no data   no data
7.56/1.99	c  N st    21     44019       341      1482         0     15187      4502    223698   no data   no data
8.37/2.12	c  S st    22     45760       341      1482         0     16868      4502    255153   no data   no data
8.37/2.17	c  S st    22     46265       341      1482         0     17372      4502    264395   no data   no data
8.37/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.37/2.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.37/2.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.37/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
8.37/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.37/2.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.37/2.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.33	c lits-rem:       172  cl-subs:     1329  v-elim:      0  v-fix:    0  time:  0.15 s
9.15/2.33	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
9.15/2.33	c vivif2 --  cl tried    16043 cl shrink        0 lits rem          0 time: 0.00
9.15/2.34	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
9.15/2.34	c calculated reachability. Time: 0.00
9.15/2.34	c  N st    22     46265       341      1482         0     16043      4502    241722   no data   no data
12.77/3.21	c  N st    23     60662       341      1482         0     11654      4502    135482   no data   no data
14.74/3.75	c  N st    24     69400       341      1482         0     20080      4502    265951   no data   no data
14.74/3.75	c  S st    24     69400       341      1482         0     20080      4502    265951   no data   no data
15.14/3.80	c  S st    24     69903       341      1482         0     20582      4502    275062   no data   no data
15.14/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.14/3.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.14/3.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.14/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.14/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
15.14/3.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.14/3.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.14/3.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.13	c lits-rem:       213  cl-subs:     3149  v-elim:      0  v-fix:    0  time:  0.31 s
16.34/4.13	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
16.34/4.13	c vivif2 --  cl tried    17433 cl shrink        0 lits rem          0 time: 0.00
16.34/4.14	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
16.34/4.14	c calculated reachability. Time: 0.00
16.34/4.14	c  N st    24     69903       341      1482         0     17433      4502    230603   no data   no data
20.73/5.22	c  F st    25     87500       341      1482         0     12309      4502    136180   no data   no data
20.73/5.22	c  N st    25     87500       341      1482         0     12309      4502    136180   no data   no data
21.96/5.54	c Decided on static restart strategy
22.72/5.76	c  N st    32     95542       341      1482         0     20097      4502    274905   no data   no data
25.51/6.42	c  N st    34    104854       341      1482         0     16563      4502    199623   no data   no data
25.51/6.42	c  S st    34    104854       341      1482         0     16563      4502    199623   no data   no data
25.51/6.47	c  S st    34    105361       341      1482         0     17070      4502    208783   no data   no data
25.51/6.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.51/6.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.51/6.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.51/6.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.51/6.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.51/6.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
25.51/6.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.51/6.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.51/6.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.94/6.54	c lits-rem:       103  cl-subs:      869  v-elim:      0  v-fix:    0  time:  0.06 s
25.94/6.54	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
25.94/6.54	c vivif2 --  cl tried    16201 cl shrink        0 lits rem          0 time: 0.00
25.94/6.55	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
25.94/6.55	c calculated reachability. Time: 0.00
25.94/6.55	c  N st    34    105361       341      1482         0     16201      4502    194626   no data   no data
28.71/7.28	c  N st    35    114962       341      1482         0     25403      4502    345987   no data   no data
33.09/8.36	c  N st    36    129361       341      1482         0     25831      4502    357841   no data   no data
39.87/10.05	c  N st    37    150956       341      1482         0     16810      4502    174111   no data   no data
41.87/10.59	c  S st    38    158042       341      1482         0     23677      4502    303259   no data   no data
42.27/10.65	c  S st    38    158545       341      1482         0     24178      4502    312390   no data   no data
42.27/10.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.27/10.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
42.27/10.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.27/10.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.27/10.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.27/10.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
42.27/10.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.27/10.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
42.27/10.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.07/10.85	c lits-rem:       225  cl-subs:     1390  v-elim:      0  v-fix:    0  time:  0.17 s
43.07/10.85	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
43.07/10.85	c vivif2 --  cl tried    22788 cl shrink        0 lits rem          0 time: 0.00
43.07/10.87	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
43.07/10.87	c calculated reachability. Time: 0.00
43.07/10.87	c  N st    38    158545       341      1482         0     22788      4502    288220   no data   no data
60.63/15.30	c  N st    39    207133       341      1482         0     35918      4502    501005   no data   no data
71.80/18.00	c  N st    40    237817       341      1482         0     27791      4502    337710   no data   no data
71.80/18.00	c  S st    40    237817       341      1482         0     27791      4502    337710   no data   no data
71.80/18.08	c  S st    40    238319       341      1482         0     28290      4502    347092   no data   no data
71.80/18.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.80/18.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
71.80/18.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.80/18.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.80/18.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.80/18.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
71.80/18.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.80/18.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
72.20/18.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.39/18.40	c lits-rem:       170  cl-subs:     2346  v-elim:      0  v-fix:    0  time:  0.30 s
73.39/18.40	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
73.39/18.41	c vivif2 --  cl tried    25944 cl shrink        0 lits rem          0 time: 0.00
73.39/18.42	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
73.39/18.42	c calculated reachability. Time: 0.00
73.39/18.42	c  N st    40    238319       341      1482         0     25944      4502    308065   no data   no data
99.33/24.92	c  F st    41    306250       341      1482         0     27855      4502    309227   no data   no data
99.33/24.92	c  N st    41    306250       341      1482         0     27855      4502    309227   no data   no data
101.32/25.46	c Decided on static restart strategy
111.70/28.02	c  N st    51    334553       341      1482         0     32022      4502    367841   no data   no data
121.67/30.55	c  N st    53    357479       341      1482         0     30033      4502    322965   no data   no data
121.67/30.55	c  S st    53    357479       341      1482         0     30033      4502    322965   no data   no data
122.07/30.63	c  S st    53    357986       341      1482         0     30538      4502    332433   no data   no data
122.07/30.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
122.07/30.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
122.07/30.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
122.07/30.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.07/30.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.07/30.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
122.07/30.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.07/30.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
122.07/30.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.90/30.84	c lits-rem:       104  cl-subs:     1712  v-elim:      0  v-fix:    0  time:  0.18 s
122.90/30.84	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
122.90/30.84	c vivif2 --  cl tried    28826 cl shrink        0 lits rem          0 time: 0.00
122.90/30.86	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.02
122.90/30.86	c calculated reachability. Time: 0.00
122.90/30.86	c  N st    53    357986       341      1482         0     28826      4502    305521   no data   no data
137.63/34.59	c  N st    54    390378       341      1482         0     34936      4502    396748   no data   no data
161.57/40.54	c  N st    55    438967       341      1482         0     28908      4502    281574   no data   no data
195.49/49.09	c  N st    56    511849       341      1482         0     42094      4502    493402   no data   no data
209.84/52.70	c  N st    57    536980       341      1482         0     36388      4502    379984   no data   no data
209.84/52.70	c  S st    57    536980       341      1482         0     36388      4502    379984   no data   no data
210.26/52.80	c  S st    57    537485       341      1482         0     36891      4502    389830   no data   no data
210.26/52.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
210.68/52.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
210.68/52.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
210.68/52.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
210.68/52.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
210.68/52.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
210.68/52.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
210.68/52.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
210.68/52.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
211.44/53.09	c lits-rem:       198  cl-subs:     2230  v-elim:      0  v-fix:    0  time:  0.26 s
211.44/53.09	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
211.84/53.10	c vivif2 --  cl tried    34661 cl shrink        0 lits rem          0 time: 0.00
211.84/53.12	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.02
211.84/53.12	c calculated reachability. Time: 0.00
211.84/53.12	c  N st    57    537485       341      1482         0     34661      4502    356932   no data   no data
303.21/76.00	c  N st    58    701469       341      1482         0     63186      4502    780889   no data   no data
365.05/91.51	c  N st    59    806228       341      1482         0     57436      4502    665448   no data   no data
365.05/91.51	c  S st    59    806228       341      1482         0     57436      4502    665448   no data   no data
365.45/91.68	c  S st    59    806731       341      1482         0     57934      4502    675361   no data   no data
365.45/91.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
365.85/91.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
365.85/91.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
365.85/91.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
365.85/91.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
365.85/91.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
365.85/91.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
365.85/91.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
365.85/91.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
371.83/93.24	c lits-rem:       618  cl-subs:     8525  v-elim:      0  v-fix:    0  time:  1.51 s
371.83/93.24	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
371.83/93.25	c vivif2 --  cl tried    49409 cl shrink        0 lits rem          0 time: 0.01
371.83/93.29	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.04
371.83/93.29	c calculated reachability. Time: 0.00
371.83/93.29	c  N st    59    806731       341      1482         0     49409      4502    551514   no data   no data
541.54/135.94	c  F st    60   1071875       341      1482         0     65598      4502    797027   no data   no data
541.54/135.94	c  N st    60   1071875       341      1482         0     65598      4502    797027   no data   no data
545.87/137.05	c Decided on static restart strategy
565.74/142.07	c  N st    70   1100178       341      1482         0     49385      4502    478774   no data   no data
592.07/148.65	c  N st    72   1136172       341      1482         0     83703      4502   1043722   no data   no data
614.01/154.17	c  N st    73   1168565       341      1482         0     70797      4502    861248   no data   no data
649.93/163.11	c  N st    74   1210097       341      1482         0     65401      4502    733956   no data   no data
649.93/163.11	c  S st    74   1210097       341      1482         0     65401      4502    733956   no data   no data
650.73/163.37	c  S st    74   1210604       341      1482         0     65905      4502    744435   no data   no data
650.73/163.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
651.13/163.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
651.13/163.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
651.13/163.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
651.13/163.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
651.13/163.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
651.13/163.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
651.13/163.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
651.13/163.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
657.55/165.08	c lits-rem:       695  cl-subs:     6317  v-elim:      0  v-fix:    0  time:  1.61 s
657.55/165.08	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
657.55/165.09	c vivif2 --  cl tried    59588 cl shrink        0 lits rem          0 time: 0.01
657.90/165.14	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.05
657.90/165.14	c calculated reachability. Time: 0.00
657.90/165.14	c  N st    74   1210604       341      1482         0     59588      4502    653973   no data   no data
716.15/179.77	c  N st    75   1283487       341      1482         0     83253      4502   1058229   no data   no data
805.94/202.25	c  N st    76   1392811       341      1482         0     93366      4502   1231999   no data   no data
938.79/235.54	c  N st    77   1556795       341      1482         0    101075      4502   1333064   no data   no data
1064.88/267.11	c  N st    78   1710604       341      1482         0     90101      4502   1084214   no data   no data
1064.88/267.11	c  S st    78   1710604       341      1482         0     90101      4502   1084214   no data   no data
1066.07/267.49	c  S st    78   1711109       341      1482         0     90601      4502   1094072   no data   no data
1066.07/267.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1066.46/267.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1066.46/267.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1066.46/267.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1066.46/267.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1066.46/267.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
1066.46/267.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1066.46/267.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1066.86/267.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1091.62/273.90	c lits-rem:      1853  cl-subs:    12837  v-elim:      0  v-fix:    0  time:  6.24 s
1091.62/273.90	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
1092.05/273.92	c vivif2 --  cl tried    77764 cl shrink        0 lits rem          0 time: 0.02
1092.40/274.01	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.09
1092.40/274.01	c calculated reachability. Time: 0.00
1092.40/274.01	c  N st    78   1711109       341      1482         0     77764      4502    896517   no data   no data
1421.96/356.69	c  N st    79   2080073       341      1482         0     89989      4502   1039650   no data   no data
1540.87/386.46	c  N st    80   2211110       341      1482         0     93770      4502   1087139   no data   no data
1540.87/386.46	c  S st    80   2211110       341      1482         0     93770      4502   1087139   no data   no data
1542.07/386.79	c  S st    80   2211611       341      1482         0     94269      4502   1096752   no data   no data
1542.47/386.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1542.47/386.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1542.47/386.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1542.47/386.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1542.47/386.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1542.47/386.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
1542.47/386.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1542.47/386.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1542.47/386.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1558.82/390.98	c lits-rem:       499  cl-subs:    12151  v-elim:      0  v-fix:    0  time:  4.04 s
1558.82/390.98	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
1558.82/390.99	c vivif2 --  cl tried    82118 cl shrink        0 lits rem          0 time: 0.01
1559.22/391.07	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.08
1559.22/391.07	c calculated reachability. Time: 0.00
1559.22/391.07	c  N st    80   2211611       341      1482         0     82118      4502    913760   no data   no data
2079.13/521.37	c  N st    81   2711611       341      1482         0    105449      4502   1200916   no data   no data
2079.13/521.37	c  S st    81   2711611       341      1482         0    105449      4502   1200916   no data   no data
2080.70/521.77	c  S st    81   2712112       341      1482         4    105950      4502   1210791   no data   no data
2080.70/521.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2081.10/521.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2081.10/521.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2081.10/521.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2081.10/521.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2081.10/521.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
2081.10/521.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2081.10/521.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2091.08/524.35	c subs with bin:     5723  lits-rem:      6618  v-fix:    0  time:  2.42 s
2109.03/528.84	c lits-rem:      1033  cl-subs:    14317  v-elim:      0  v-fix:    0  time:  4.44 s
2109.03/528.84	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
2109.03/528.86	c vivif2 --  cl tried    85910 cl shrink      192 lits rem        196 time: 0.02
2109.44/528.94	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.09
2109.44/528.95	c calculated reachability. Time: 0.00
2109.44/528.95	c  N st    81   2712112       341      1482         4     85910      4502    911050   no data   no data
2506.42/628.49	c Finding binary XORs  T:     0.00 s  found:       0
2512.01/629.87	c Following stats are for *FIRST FINISHED THREAD ONLY*
2512.01/629.87	c num threads              : 4          
2512.01/629.87	c restarts                 : 82         
2512.01/629.87	c dynamic restarts         : 0          
2512.01/629.87	c static restarts          : 82         
2512.01/629.87	c full restarts            : 4          
2512.01/629.87	c total simplify time      : 1.06       
2512.01/629.87	c learnts DL2              : 0          
2512.01/629.87	c learnts size 2           : 194        
2512.01/629.87	c learnts size 1           : 84          (24.00     % of vars)
2512.01/629.87	c filedLit time            : 0.21        (0.03      % time)
2512.01/629.87	c v-elim SatELite          : 9           (2.57      % vars)
2512.01/629.87	c SatELite time            : 27.67       (4.40      % time)
2512.01/629.87	c v-elim xor               : 0           (0.00      % vars)
2512.01/629.87	c xor elim time            : 0.02        (0.00      % time)
2512.01/629.87	c num binary xor trees     : 0          
2512.01/629.87	c binxor trees' crown      : 0           (nan       leafs/tree)
2512.01/629.87	c bin xor find time        : 0.00       
2512.01/629.87	c OTF clause improved      : 138631      (0.04      clauses/conflict)
2512.01/629.87	c OTF impr. size diff      : 148794      (1.07       lits/clause)
2512.01/629.87	c OTF cl watch-shrink      : 848403      (0.27      clauses/conflict)
2512.01/629.87	c OTF cl watch-sh-lit      : 1091586     (1.29       lits/clause)
2512.01/629.87	c tried to recurMin cls    : 307449      (9.79       % of conflicts)
2512.01/629.87	c updated cache            : 8296        (0.03       lits/tried recurMin)
2512.01/629.87	c unit cls recevied        : 4           (4.76      % of units)
2512.01/629.87	c unit cls sent            : 2           (2.38      % of units)
2512.01/629.87	c bin cls recevied         : 19         
2512.01/629.87	c bin cls sent             : 38         
2512.01/629.87	c clauses over max glue    : 0           (0.00      % of all clauses)
2512.01/629.87	c conflicts                : 3138917     (4986.37   / sec)
2512.01/629.87	c decisions                : 3606822     (0.79      % random)
2512.01/629.87	c bogo-props               : 88495848805 (140581329.74 / sec)
2512.01/629.87	c conflict literals        : 52306948    (31.75     % deleted)
2512.01/629.87	c Memory used              : 519.41      MB
2512.01/629.87	c single-thread CPU time   : 629.50      s
2512.01/629.87	c all-threads sum CPU time : 2511.04     s
2512.01/629.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366538-1305406934/watcher-3366538-1305406934 -o /tmp/evaluation-result-3366538-1305406934/solver-3366538-1305406934 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366538-1305406934.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.95 8.05 7.61 5/320 14737
/proc/meminfo: memFree=27849856/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=273484 CPUtime=0 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 719 0 0 0 0 0 0 0 25 0 4 0 652292223 280047616 640 33554432000 4194304 4580107 140733848853504 18446744073709551615 268272713623 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 68371 640 357 95 0 63353 0
[pid=14737/tid=14738] ppid=14735 vsize=281964 CPUtime=0 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 174 0 0 0 0 0 0 0 25 0 4 0 652292224 288731136 845 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293170 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=281964 CPUtime=0 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 4 0 652292224 288731136 845 33554432000 4194304 4580107 140733848853504 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=281964 CPUtime=0 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 110 0 0 0 0 0 0 0 25 0 4 0 652292224 288731136 845 33554432000 4194304 4580107 140733848853504 18446744073709551615 268272350241 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0411281 s]
/proc/loadavg: 7.95 8.05 7.61 5/320 14737
/proc/meminfo: memFree=27849856/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=282224 CPUtime=0.13 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 1160 0 0 0 13 0 0 0 25 0 4 0 652292223 288997376 1081 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 70556 1081 376 95 0 65538 0
[pid=14737/tid=14738] ppid=14735 vsize=282224 CPUtime=0.03 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 219 0 0 0 3 0 0 0 25 0 4 0 652292224 288997376 1081 33554432000 4194304 4580107 140733848853504 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=282224 CPUtime=0.02 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 168 0 0 0 2 0 0 0 25 0 4 0 652292224 288997376 1081 33554432000 4194304 4580107 140733848853504 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=282224 CPUtime=0.03 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 156 0 0 0 3 0 0 0 25 0 4 0 652292224 288997376 1081 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293148 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 282224

[startup+0.11081 s]
/proc/loadavg: 7.95 8.05 7.61 5/320 14737
/proc/meminfo: memFree=27849856/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=282356 CPUtime=0.41 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 1524 0 0 0 41 0 0 0 25 0 4 0 652292223 289132544 1445 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293911 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 70589 1445 377 95 0 65571 0
[pid=14737/tid=14738] ppid=14735 vsize=282356 CPUtime=0.1 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 313 0 0 0 10 0 0 0 25 0 4 0 652292224 289132544 1445 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=282356 CPUtime=0.09 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 257 0 0 0 9 0 0 0 25 0 4 0 652292224 289132544 1445 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293704 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=282356 CPUtime=0.1 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 251 0 0 0 10 0 0 0 25 0 4 0 652292224 289132544 1445 33554432000 4194304 4580107 140733848853504 18446744073709551615 4324501 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282356

[startup+0.300777 s]
/proc/loadavg: 7.95 8.05 7.61 5/320 14737
/proc/meminfo: memFree=27849856/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=283548 CPUtime=1.17 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 2362 0 0 0 117 0 0 0 25 0 4 0 652292223 290353152 1867 33554432000 4194304 4580107 140733848853504 18446744073709551615 4321036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 70887 1867 377 95 0 65869 0
[pid=14737/tid=14738] ppid=14735 vsize=283548 CPUtime=0.29 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 536 0 0 0 29 0 0 0 25 0 4 0 652292224 290353152 1867 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=283548 CPUtime=0.28 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 456 0 0 0 28 0 0 0 25 0 4 0 652292224 290353152 1867 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=283548 CPUtime=0.29 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 474 0 0 0 29 0 0 0 25 0 4 0 652292224 290353152 1867 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283548

[startup+0.700706 s]
/proc/loadavg: 7.95 8.05 7.61 5/320 14737
/proc/meminfo: memFree=27849856/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=284988 CPUtime=2.77 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 4082 0 0 0 277 0 0 0 25 0 4 0 652292223 291827712 2106 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 71247 2106 377 95 0 66229 0
[pid=14737/tid=14738] ppid=14735 vsize=284988 CPUtime=0.69 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 969 0 0 0 69 0 0 0 25 0 4 0 652292224 291827712 2106 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=284988 CPUtime=0.68 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 900 0 0 0 68 0 0 0 25 0 4 0 652292224 291827712 2106 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=284988 CPUtime=0.69 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 905 0 0 0 69 0 0 0 25 0 4 0 652292224 291827712 2106 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284988

[startup+1.50056 s]
/proc/loadavg: 7.95 8.05 7.61 10/324 14741
/proc/meminfo: memFree=27842060/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=294496 CPUtime=5.96 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 7527 0 0 0 595 1 0 0 25 0 4 0 652292223 301563904 3787 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 73624 3787 379 95 0 68606 0
[pid=14737/tid=14738] ppid=14735 vsize=294496 CPUtime=1.49 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 1611 0 0 0 149 0 0 0 25 0 4 0 652292224 301563904 3787 33554432000 4194304 4580107 140733848853504 18446744073709551615 4320772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=294496 CPUtime=1.47 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 1519 0 0 0 147 0 0 0 25 0 4 0 652292224 301563904 3787 33554432000 4194304 4580107 140733848853504 18446744073709551615 4484666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=294496 CPUtime=1.49 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 1554 0 0 0 149 0 0 0 25 0 4 0 652292224 301563904 3787 33554432000 4194304 4580107 140733848853504 18446744073709551615 4324215 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 294496

[startup+3.10028 s]
/proc/loadavg: 7.95 8.05 7.61 10/324 14741
/proc/meminfo: memFree=27825568/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=295772 CPUtime=12.35 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 15309 0 0 0 1233 2 0 0 25 0 4 0 652292223 302870528 8339 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 73943 8339 379 95 0 68925 0
[pid=14737/tid=14738] ppid=14735 vsize=295772 CPUtime=3.09 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 3293 0 0 0 309 0 0 0 25 0 4 0 652292224 302870528 8339 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=295772 CPUtime=3.06 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 3772 0 0 0 306 0 0 0 25 0 4 0 652292224 302870528 8339 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=295772 CPUtime=3.09 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 3646 0 0 0 309 0 0 0 25 0 4 0 652292224 302870528 8339 33554432000 4194304 4580107 140733848853504 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 295772

[startup+6.30071 s]
/proc/loadavg: 7.95 8.05 7.62 10/324 14741
/proc/meminfo: memFree=27809824/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=294912 CPUtime=25.11 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 23540 0 0 0 2508 3 0 0 25 0 4 0 652292223 301989888 10980 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 73728 10980 379 95 0 68710 0
[pid=14737/tid=14738] ppid=14735 vsize=294912 CPUtime=6.29 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 5670 0 0 0 629 0 0 0 25 0 4 0 652292224 301989888 10980 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=294912 CPUtime=6.23 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 5921 0 0 0 622 1 0 0 25 0 4 0 652292224 301989888 10980 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=294912 CPUtime=6.28 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 5104 0 0 0 628 0 0 0 25 0 4 0 652292224 301989888 10980 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 294912

[startup+12.7006 s]
/proc/loadavg: 7.96 8.05 7.62 10/324 14742
/proc/meminfo: memFree=27792136/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=307172 CPUtime=50.65 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 35479 0 0 0 5059 6 0 0 25 0 4 0 652292223 314544128 14628 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 76793 14628 379 95 0 71775 0
[pid=14737/tid=14738] ppid=14735 vsize=307172 CPUtime=12.69 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 8485 0 0 0 1268 1 0 0 25 0 4 0 652292224 314544128 14628 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=307172 CPUtime=12.56 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 8246 0 0 0 1255 1 0 0 25 0 4 0 652292224 314544128 14628 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=307172 CPUtime=12.68 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 8646 0 0 0 1267 1 0 0 25 0 4 0 652292224 314544128 14628 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293802 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 307172

[startup+25.5003 s]
/proc/loadavg: 7.97 8.05 7.62 10/324 14742
/proc/meminfo: memFree=27771908/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=317648 CPUtime=101.72 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 55233 0 0 0 10161 11 0 0 25 0 4 0 652292223 325271552 18152 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 79412 18152 379 95 0 74394 0
[pid=14737/tid=14738] ppid=14735 vsize=317648 CPUtime=25.48 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 13458 0 0 0 2547 1 0 0 25 0 4 0 652292224 325271552 18152 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=317648 CPUtime=25.22 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 13502 0 0 0 2520 2 0 0 25 0 4 0 652292224 325271552 18152 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=317648 CPUtime=25.49 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 13348 0 0 0 2546 3 0 0 25 0 4 0 652292224 325271552 18152 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 317648

[startup+51.1007 s]
/proc/loadavg: 7.98 8.04 7.63 10/324 14743
/proc/meminfo: memFree=27750480/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=346928 CPUtime=203.86 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 83182 0 0 0 20369 17 0 0 25 0 4 0 652292223 355254272 23711 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 86732 23711 379 95 0 81714 0
[pid=14737/tid=14738] ppid=14735 vsize=346928 CPUtime=51.09 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 20954 0 0 0 5106 3 0 0 25 0 4 0 652292224 355254272 23711 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=346928 CPUtime=50.56 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 19797 0 0 0 5053 3 0 0 25 0 4 0 652292224 355254272 23711 33554432000 4194304 4580107 140733848853504 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=346928 CPUtime=51.08 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 20615 0 0 0 5103 5 0 0 25 0 4 0 652292224 355254272 23711 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 346928

[startup+102.313 s]
/proc/loadavg: 7.99 8.03 7.65 10/324 14744
/proc/meminfo: memFree=27675064/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=340860 CPUtime=408.19 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 127321 0 0 0 40789 30 0 0 25 0 4 0 652292223 349040640 29545 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14737/statm: 85215 29545 379 95 0 80197 0
[pid=14737/tid=14738] ppid=14735 vsize=340860 CPUtime=102.3 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 29243 0 0 0 10225 5 0 0 25 0 4 0 652292224 349040640 29545 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=340860 CPUtime=101.26 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 29146 0 0 0 10120 6 0 0 25 0 4 0 652292224 349040640 29545 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=340860 CPUtime=102.3 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 34258 0 0 0 10221 9 0 0 25 0 4 0 652292224 349040640 29545 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 340860

[startup+162.301 s]

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

/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 92537 0 0 0 46199 29 0 0 25 0 4 0 652292224 399880192 56988 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1843.7
Current children cumulated vsize (KiB) 390508

[startup+522.301 s]
/proc/loadavg: 8.12 8.12 7.82 10/324 14758
/proc/meminfo: memFree=27480412/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=456696 CPUtime=2083.1 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 368242 0 0 0 208199 111 0 0 25 0 4 0 652292223 467656704 59878 33554432000 4194304 4580107 140733848853504 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 114174 59901 380 95 0 109156 0
[pid=14737/tid=14738] ppid=14735 vsize=456696 CPUtime=522.15 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 80453 0 0 0 52192 23 0 0 25 0 4 0 652292224 467656704 59911 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=456696 CPUtime=520.54 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 87312 0 0 0 52029 25 0 0 25 0 4 0 652292224 467656704 59913 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=456696 CPUtime=522.28 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 100557 0 0 0 52197 31 0 0 25 0 4 0 652292224 467656704 59914 33554432000 4194304 4580107 140733848853504 18446744073709551615 4421446 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2083.1
Current children cumulated vsize (KiB) 456696

[startup+582.3 s]
/proc/loadavg: 8.20 8.14 7.85 10/324 14760
/proc/meminfo: memFree=27458188/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531688 CPUtime=2322.49 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 395577 0 0 0 232128 121 0 0 25 0 4 0 652292223 544448512 64246 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132922 64246 380 95 0 127904 0
[pid=14737/tid=14738] ppid=14735 vsize=531688 CPUtime=582.15 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 86100 0 0 0 58191 24 0 0 25 0 4 0 652292224 544448512 64246 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531688 CPUtime=580.55 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 94316 0 0 0 58026 29 0 0 25 0 4 0 652292224 544448512 64246 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531688 CPUtime=582.28 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 108167 0 0 0 58194 34 0 0 25 0 4 0 652292224 544448512 64246 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2322.49
Current children cumulated vsize (KiB) 531688

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

[startup+588.701 s]
/proc/loadavg: 8.18 8.14 7.85 10/324 14760
/proc/meminfo: memFree=27452732/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531736 CPUtime=2348.02 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 398162 0 0 0 234680 122 0 0 25 0 4 0 652292223 544497664 64751 33554432000 4194304 4580107 140733848853504 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132934 64751 380 95 0 127916 0
[pid=14737/tid=14738] ppid=14735 vsize=531736 CPUtime=588.55 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 86615 0 0 0 58831 24 0 0 25 0 4 0 652292224 544497664 64751 33554432000 4194304 4580107 140733848853504 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531736 CPUtime=586.94 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 94705 0 0 0 58665 29 0 0 25 0 4 0 652292224 544497664 64751 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531736 CPUtime=588.68 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 108612 0 0 0 58834 34 0 0 25 0 4 0 652292224 544497664 64751 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2348.02
Current children cumulated vsize (KiB) 531736

[startup+614.301 s]
/proc/loadavg: 8.19 8.14 7.85 10/324 14761
/proc/meminfo: memFree=27430896/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531832 CPUtime=2450.17 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 407827 0 0 0 244891 126 0 0 25 0 4 0 652292223 544595968 66207 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132958 66213 380 95 0 127940 0
[pid=14737/tid=14738] ppid=14735 vsize=531832 CPUtime=614.15 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 87659 0 0 0 61390 25 0 0 25 0 4 0 652292224 544595968 66216 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531832 CPUtime=612.55 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 97987 0 0 0 61224 31 0 0 25 0 4 0 652292224 544595968 66219 33554432000 4194304 4580107 140733848853504 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531832 CPUtime=614.28 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 111483 0 0 0 61393 35 0 0 25 0 4 0 652292224 544595968 66222 33554432000 4194304 4580107 140733848853504 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2450.17
Current children cumulated vsize (KiB) 531832

[startup+620.7 s]
/proc/loadavg: 8.24 8.15 7.86 10/324 14761
/proc/meminfo: memFree=27418488/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531832 CPUtime=2475.7 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 409485 0 0 0 247444 126 0 0 25 0 4 0 652292223 544595968 67865 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132958 67865 380 95 0 127940 0
[pid=14737/tid=14738] ppid=14735 vsize=531832 CPUtime=620.55 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 87827 0 0 0 62030 25 0 0 25 0 4 0 652292224 544595968 67865 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531832 CPUtime=618.95 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 98429 0 0 0 61864 31 0 0 25 0 4 0 652292224 544595968 67865 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531832 CPUtime=620.68 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 112150 0 0 0 62032 36 0 0 25 0 4 0 652292224 544595968 67865 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2475.7
Current children cumulated vsize (KiB) 531832

[startup+623.901 s]
/proc/loadavg: 8.24 8.15 7.86 11/324 14761
/proc/meminfo: memFree=27421452/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531832 CPUtime=2488.46 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 410092 0 0 0 248720 126 0 0 25 0 4 0 652292223 544595968 68472 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132958 68472 380 95 0 127940 0
[pid=14737/tid=14738] ppid=14735 vsize=531832 CPUtime=623.76 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 87827 0 0 0 62351 25 0 0 25 0 4 0 652292224 544595968 68472 33554432000 4194304 4580107 140733848853504 18446744073709551615 4229973 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531832 CPUtime=622.15 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 98645 0 0 0 62184 31 0 0 25 0 4 0 652292224 544595968 68472 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531832 CPUtime=623.88 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 112385 0 0 0 62352 36 0 0 25 0 4 0 652292224 544595968 68472 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2488.46
Current children cumulated vsize (KiB) 531832

[startup+627.1 s]
/proc/loadavg: 8.22 8.15 7.86 10/324 14761
/proc/meminfo: memFree=27423312/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531876 CPUtime=2501.23 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 411451 0 0 0 249996 127 0 0 25 0 4 0 652292223 544641024 67753 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132969 67753 380 95 0 127951 0
[pid=14737/tid=14738] ppid=14735 vsize=531876 CPUtime=626.95 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 87827 0 0 0 62670 25 0 0 25 0 4 0 652292224 544641024 67753 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531876 CPUtime=625.35 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 98801 0 0 0 62504 31 0 0 25 0 4 0 652292224 544641024 67753 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531876 CPUtime=627.08 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 112601 0 0 0 62672 36 0 0 25 0 4 0 652292224 544641024 67753 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2501.23
Current children cumulated vsize (KiB) 531876

[startup+628.701 s]
/proc/loadavg: 8.22 8.15 7.86 10/324 14761
/proc/meminfo: memFree=27422196/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531876 CPUtime=2507.62 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 411803 0 0 0 250635 127 0 0 25 0 4 0 652292223 544641024 68105 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132969 68105 380 95 0 127951 0
[pid=14737/tid=14738] ppid=14735 vsize=531876 CPUtime=628.55 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 87918 0 0 0 62830 25 0 0 25 0 4 0 652292224 544641024 68105 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531876 CPUtime=626.95 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 98872 0 0 0 62664 31 0 0 25 0 4 0 652292224 544641024 68105 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531876 CPUtime=628.68 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 112694 0 0 0 62832 36 0 0 25 0 4 0 652292224 544641024 68105 33554432000 4194304 4580107 140733848853504 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2507.62
Current children cumulated vsize (KiB) 531876

[startup+629.501 s]
/proc/loadavg: 8.20 8.15 7.86 10/324 14761
/proc/meminfo: memFree=27420956/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531876 CPUtime=2510.81 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 411974 0 0 0 250954 127 0 0 25 0 4 0 652292223 544641024 68276 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132969 68276 380 95 0 127951 0
[pid=14737/tid=14738] ppid=14735 vsize=531876 CPUtime=629.35 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 87969 0 0 0 62910 25 0 0 25 0 4 0 652292224 544641024 68276 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531876 CPUtime=627.75 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 98905 0 0 0 62744 31 0 0 25 0 4 0 652292224 544641024 68276 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531876 CPUtime=629.48 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 112714 0 0 0 62912 36 0 0 25 0 4 0 652292224 544641024 68276 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2510.81
Current children cumulated vsize (KiB) 531876

[startup+629.701 s]
/proc/loadavg: 8.20 8.15 7.86 10/324 14761
/proc/meminfo: memFree=27420956/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531876 CPUtime=2511.61 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 412130 0 0 0 251034 127 0 0 25 0 4 0 652292223 544641024 68432 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132969 68432 380 95 0 127951 0
[pid=14737/tid=14738] ppid=14735 vsize=531876 CPUtime=629.55 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 87978 0 0 0 62930 25 0 0 25 0 4 0 652292224 544641024 68432 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531876 CPUtime=627.95 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 99018 0 0 0 62764 31 0 0 25 0 4 0 652292224 544641024 68432 33554432000 4194304 4580107 140733848853504 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531876 CPUtime=629.68 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 112732 0 0 0 62932 36 0 0 25 0 4 0 652292224 544641024 68432 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2511.61
Current children cumulated vsize (KiB) 531876

[startup+629.801 s]
/proc/loadavg: 8.20 8.15 7.86 10/324 14761
/proc/meminfo: memFree=27420956/32950928 swapFree=60199044/67111528
[pid=14737] ppid=14735 vsize=531876 CPUtime=2512.01 cores=0,2,4,6
/proc/14737/stat : 14737 (strangenight2-m) R 14735 14737 14558 0 -1 4202496 412156 0 0 0 251074 127 0 0 25 0 4 0 652292223 544641024 68458 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14737/statm: 132969 68458 380 95 0 127951 0
[pid=14737/tid=14738] ppid=14735 vsize=531876 CPUtime=629.65 cores=0,2,4,6
/proc/14737/task/14738/stat : 14738 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 87983 0 0 0 62940 25 0 0 25 0 4 0 652292224 544641024 68458 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14737/tid=14739] ppid=14735 vsize=531876 CPUtime=628.05 cores=0,2,4,6
/proc/14737/task/14739/stat : 14739 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 99023 0 0 0 62774 31 0 0 25 0 4 0 652292224 544641024 68458 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14737/tid=14740] ppid=14735 vsize=531876 CPUtime=629.78 cores=0,2,4,6
/proc/14737/task/14740/stat : 14740 (strangenight2-m) R 14735 14737 14558 0 -1 4202560 112740 0 0 0 62942 36 0 0 25 0 4 0 652292224 544641024 68458 33554432000 4194304 4580107 140733848853504 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2512.01
Current children cumulated vsize (KiB) 531876

Child status: 20
Real time (s): 629.888
CPU time (s): 2512.33
CPU user time (s): 2511.04
CPU system time (s): 1.2898
CPU usage (%): 398.853
Max. virtual memory (cumulated for all children) (KiB): 543848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.04
system time used= 1.2898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412178
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= 212
involuntary context switches= 18483

runsolver used 1.80373 second user time and 4.50531 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 23:02:14
IDJOB=3366538
IDBENCH=82947
IDSOLVER=1844
FILE ID=node122/3366538-1305406934
RUNJOBID= node122-1305405531-14576
PBS_JOBID= 13324494
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366538-1305406934/watcher-3366538-1305406934 -o /tmp/evaluation-result-3366538-1305406934/solver-3366538-1305406934 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366538-1305406934.cnf

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

MD5SUM BENCH= 42577eb7521bea22024387e984db8e06
RANDOM SEED=481478803

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27850276 kB
Buffers:        274588 kB
Cached:        3350188 kB
SwapCached:      50104 kB
Active:        1038428 kB
Inactive:      3854192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27850276 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            5452 kB
Writeback:           0 kB
AnonPages:     1228336 kB
Mapped:          14344 kB
Slab:           112732 kB
PageTables:      32816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52784152 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= 73428 MiB
End job on node122 at 2011-05-14 23:12:44