Trace number 3174263

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mtUNSAT 1725.3 431.842

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174263-1304116392.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      33 undec:       3 neg:      39
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.00/0.10	c  N st     8      4916        75      1597         0      4462      7985     75595   no data   no data
0.78/0.26	c  N st    10     11298        75      1597         0      4120      7985     58621   no data   no data
1.58/0.43	c  N st    11     17041        75      1597         0      9342      7985    149039   no data   no data
2.77/0.75	c  F st    12     25000        75      1597         0     11425      7985    180260   no data   no data
2.77/0.75	c  N st    12     25000        75      1597         0     11425      7985    180260   no data   no data
3.57/0.96	c Decided on static restart strategy
3.57/0.96	c  N st    18     30000        75      1597         0      9797      7985    146005   no data   no data
3.57/0.96	c  S st    18     30000        75      1597         0      9797      7985    146005   no data   no data
3.57/0.99	c  S st    18     30502        75      1597         0     10262      7985    154109   no data   no data
3.57/0.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.99	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.97/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.16	c lits-rem:       269  cl-subs:     2614  v-elim:      0  v-fix:    0  time:  0.16 s
4.39/1.18	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.39/1.18	c calculated reachability. Time: 0.00
4.39/1.18	c  N st    18     30502        75      1597         0      7648      7985    112163   no data   no data
5.57/1.49	c  N st    20     37612        75      1597         0     14016      7985    213692   no data   no data
6.77/1.73	c  N st    21     44012        75      1597         0     12720      7985    181134   no data   no data
7.16/1.82	c  S st    22     45754        75      1597         0     14272      7985    206405   no data   no data
7.16/1.86	c  S st    22     46259        75      1597         0     14749      7985    215023   no data   no data
7.16/1.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.16/1.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.16/1.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.21	c lits-rem:       558  cl-subs:     3240  v-elim:      0  v-fix:    0  time:  0.33 s
8.79/2.21	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.79/2.21	c vivif2 --  cl tried    11509 cl shrink        0 lits rem          0 time: 0.00
8.79/2.25	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.79/2.25	c calculated reachability. Time: 0.00
8.79/2.25	c  N st    22     46259        75      1597         0     11509      7985    166386   no data   no data
11.16/2.89	c  N st    23     60657        75      1597         0     16567      7985    238960   no data   no data
13.17/3.33	c  N st    24     69389        75      1597         0     15630      7985    215880   no data   no data
13.17/3.33	c  S st    24     69389        75      1597         0     15630      7985    215880   no data   no data
13.17/3.37	c  S st    24     69894        75      1597         0     16106      7985    224781   no data   no data
13.17/3.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.17/3.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.17/3.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.17/3.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.17/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.17/3.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.17/3.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.17/3.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.72	c lits-rem:       285  cl-subs:     3335  v-elim:      0  v-fix:    0  time:  0.34 s
14.76/3.72	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.76/3.73	c vivif2 --  cl tried    12771 cl shrink        0 lits rem          0 time: 0.00
14.76/3.77	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.76/3.77	c calculated reachability. Time: 0.00
14.76/3.77	c  N st    24     69894        75      1597         0     12771      7985    176114   no data   no data
18.75/4.71	c  F st    25     87500        75      1597         0     18857      7985    256217   no data   no data
18.75/4.71	c  N st    25     87500        75      1597         0     18857      7985    256217   no data   no data
19.96/5.01	c Decided on static restart strategy
20.36/5.13	c  N st    32     95538        75      1597         0     15468      7985    205055   no data   no data
22.38/5.69	c  N st    34    104841        75      1597         0     12205      7985    148471   no data   no data
22.38/5.69	c  S st    34    104841        75      1597         0     12205      7985    148471   no data   no data
22.75/5.72	c  S st    34    105343        75      1597         0     12672      7985    157141   no data   no data
22.75/5.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.75/5.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.75/5.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.75/5.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.75/5.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.75/5.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.75/5.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.75/5.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.75/5.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.15/5.80	c lits-rem:        79  cl-subs:     1120  v-elim:      0  v-fix:    0  time:  0.07 s
23.15/5.80	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.15/5.80	c vivif2 --  cl tried    11552 cl shrink        0 lits rem          0 time: 0.00
23.15/5.84	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.15/5.84	c calculated reachability. Time: 0.00
23.15/5.84	c  N st    34    105343        75      1597         0     11552      7985    141011   no data   no data
25.15/6.37	c  N st    35    114941        75      1597         0     20201      7985    286316   no data   no data
28.74/7.28	c  N st    36    129338        75      1597         0     20633      7985    279269   no data   no data
34.74/8.73	c  N st    37    150933        75      1597         0     26449      7985    354440   no data   no data
36.74/9.20	c  S st    38    158015        75      1597         0     18547      7985    227032   no data   no data
36.74/9.25	c  S st    38    158520        75      1597         0     19020      7985    235690   no data   no data
36.74/9.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.74/9.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
36.74/9.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.74/9.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.74/9.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.74/9.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
36.74/9.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.74/9.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.74/9.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.94/9.52	c lits-rem:       251  cl-subs:     2807  v-elim:      0  v-fix:    0  time:  0.26 s
37.94/9.52	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.94/9.52	c vivif2 --  cl tried    16213 cl shrink        0 lits rem          0 time: 0.00
37.94/9.58	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
37.94/9.58	c calculated reachability. Time: 0.00
37.94/9.58	c  N st    38    158520        75      1597         0     16213      7985    196422   no data   no data
51.92/13.05	c  N st    39    207108        75      1597         0     28362      7985    365176   no data   no data
61.52/15.40	c  N st    40    237782        75      1597         0     21073      7985    242943   no data   no data
61.52/15.40	c  S st    40    237782        75      1597         0     21073      7985    242943   no data   no data
61.52/15.46	c  S st    40    238289        75      1597         0     21553      7985    251703   no data   no data
61.52/15.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.52/15.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.52/15.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.52/15.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.52/15.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.52/15.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.52/15.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.52/15.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.52/15.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.70/15.72	c lits-rem:       198  cl-subs:     2550  v-elim:      0  v-fix:    0  time:  0.24 s
62.70/15.72	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.70/15.72	c vivif2 --  cl tried    19003 cl shrink        0 lits rem          0 time: 0.00
62.70/15.78	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
62.70/15.79	c calculated reachability. Time: 0.00
62.70/15.79	c  N st    40    238289        75      1597         0     19003      7985    218770   no data   no data
84.28/21.17	c  F st    41    306250        75      1597         0     20904      7985    224031   no data   no data
84.28/21.17	c  N st    41    306250        75      1597         0     20904      7985    224031   no data   no data
85.88/21.56	c Decided on static restart strategy
94.67/23.79	c  N st    51    334550        75      1597         0     24843      7985    279210   no data   no data
103.46/25.92	c  N st    53    357434        75      1597         0     22943      7985    243495   no data   no data
103.46/25.92	c  S st    53    357434        75      1597         0     22943      7985    243495   no data   no data
103.46/25.98	c  S st    53    357938        75      1597         0     23415      7985    252403   no data   no data
103.46/25.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
103.46/25.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
103.46/25.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.46/25.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.46/25.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.46/25.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
103.46/25.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
103.46/25.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
103.46/25.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.26/26.14	c lits-rem:       112  cl-subs:     1424  v-elim:      0  v-fix:    0  time:  0.15 s
104.26/26.14	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
104.26/26.15	c vivif2 --  cl tried    21991 cl shrink        0 lits rem          0 time: 0.00
104.66/26.22	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
104.66/26.22	c calculated reachability. Time: 0.00
104.66/26.22	c  N st    53    357938        75      1597         0     21991      7985    234448   no data   no data
116.24/29.19	c  N st    54    390332        75      1597         0     27730      7985    317464   no data   no data
134.62/33.76	c  N st    55    438920        75      1597         0     47032      7985    621991   no data   no data
162.20/40.69	c  N st    56    511802        75      1597         0     34312      7985    395849   no data   no data
173.78/43.56	c  N st    57    536909        75      1597         0     29130      7985    310399   no data   no data
173.78/43.56	c  S st    57    536909        75      1597         0     29130      7985    310399   no data   no data
174.18/43.63	c  S st    57    537413        75      1597         0     29601      7985    318935   no data   no data
174.18/43.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
174.18/43.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
174.18/43.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.18/43.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.18/43.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.18/43.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
174.18/43.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
174.18/43.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
174.18/43.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.98/43.88	c lits-rem:       159  cl-subs:     1542  v-elim:      0  v-fix:    0  time:  0.23 s
174.98/43.88	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
174.98/43.89	c vivif2 --  cl tried    28059 cl shrink        0 lits rem          0 time: 0.00
175.38/43.98	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.09
175.38/43.98	c calculated reachability. Time: 0.00
175.38/43.98	c  N st    57    537413        75      1597         0     28059      7985    299548   no data   no data
245.31/61.43	c  N st    58    701398        75      1597         0     54502      7985    684061   no data   no data
292.85/73.31	c  N st    59    806119        75      1597         0     49257      7985    581629   no data   no data
292.85/73.31	c  S st    59    806119        75      1597         0     49257      7985    581629   no data   no data
293.25/73.46	c  S st    59    806621        75      1597         0     49720      7985    590372   no data   no data
293.25/73.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
293.25/73.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
293.25/73.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
293.25/73.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
293.25/73.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
293.25/73.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
293.25/73.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
293.25/73.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
293.65/73.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
300.84/75.30	c lits-rem:       550  cl-subs:     7965  v-elim:      0  v-fix:    0  time:  1.80 s
300.84/75.30	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
300.84/75.30	c vivif2 --  cl tried    41755 cl shrink        0 lits rem          0 time: 0.01
301.24/75.46	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.15
301.24/75.46	c calculated reachability. Time: 0.00
301.24/75.46	c  N st    59    806621        75      1597         0     41755      7985    486871   no data   no data
443.90/111.17	c  F st    60   1071876        75      1597         0     56591      7985    642156   no data   no data
443.90/111.17	c  N st    60   1071876        75      1597         0     56591      7985    642156   no data   no data
447.48/112.01	c Decided on static restart strategy
462.66/115.85	c  N st    70   1100178        75      1597         0     41972      7985    429384   no data   no data
482.64/120.82	c  N st    72   1136171        75      1597         0     74060      7985    959946   no data   no data
502.62/125.82	c  N st    73   1168566        75      1597         0     62082      7985    739554   no data   no data
527.41/132.02	c  N st    74   1209931        75      1597         0     56939      7985    647924   no data   no data
527.41/132.02	c  S st    74   1209931        75      1597         0     56939      7985    647924   no data   no data
527.81/132.18	c  S st    74   1210434        75      1597         0     57406      7985    656743   no data   no data
527.81/132.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
528.19/132.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
528.19/132.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
528.19/132.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
528.19/132.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
528.19/132.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
528.19/132.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
528.19/132.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
528.19/132.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
536.59/134.33	c lits-rem:      1190  cl-subs:     8215  v-elim:      0  v-fix:    0  time:  2.10 s
536.59/134.33	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
536.59/134.34	c vivif2 --  cl tried    49191 cl shrink        0 lits rem          0 time: 0.01
537.38/134.52	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
537.38/134.52	c calculated reachability. Time: 0.00
537.38/134.52	c  N st    74   1210434        75      1597         0     49191      7985    550898   no data   no data
581.72/145.62	c  N st    75   1283318        75      1597         0     71591      7985    885186   no data   no data
655.64/164.17	c  N st    76   1392641        75      1597         0     80684      7985    975075   no data   no data
762.72/190.92	c  N st    77   1556626        75      1597         0     87554      7985   1044937   no data   no data
861.83/215.74	c  N st    78   1710435        75      1597         0     78300      7985    942273   no data   no data
861.83/215.74	c  S st    78   1710435        75      1597         0     78300      7985    942273   no data   no data
863.01/216.01	c  S st    78   1710940        75      1597         0     78777      7985    950920   no data   no data
863.01/216.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
863.01/216.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
863.01/216.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
863.01/216.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
863.01/216.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
863.01/216.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
863.01/216.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
863.01/216.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
863.01/216.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
885.38/221.64	c lits-rem:      1745  cl-subs:    13636  v-elim:      0  v-fix:    0  time:  5.55 s
885.38/221.64	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
885.38/221.65	c vivif2 --  cl tried    65141 cl shrink        0 lits rem          0 time: 0.01
886.58/221.91	c asymm  cl-useful: 0/1368/1597 lits-rem:0 time: 0.27
886.58/221.92	c calculated reachability. Time: 0.00
886.58/221.92	c  N st    78   1710940        75      1597         0     65141      7985    769752   no data   no data
1068.75/267.53	c Finding binary XORs  T:     0.00 s  found:       0
1141.07/285.69	c  N st    79   2079907        74      1533         0     69063      7611    782177   no data   no data
1243.34/311.29	c  N st    80   2210940        74      1533         0     78448      7611    879243   no data   no data
1243.34/311.29	c  S st    80   2210940        74      1533         0     78448      7611    879243   no data   no data
1244.54/311.50	c  S st    80   2211441        74      1533         0     78917      7611    887397   no data   no data
1244.54/311.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1244.54/311.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1244.54/311.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1244.54/311.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1244.54/311.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1244.54/311.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     74 time:  0.00 s
1244.54/311.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1244.54/311.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1244.54/311.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1267.71/317.39	c lits-rem:      1364  cl-subs:    19402  v-elim:      0  v-fix:    0  time:  5.80 s
1267.71/317.39	c vivif2 --  cl tried     1533 cl shrink        0 lits rem          0 time: 0.00
1268.11/317.40	c vivif2 --  cl tried    59515 cl shrink        0 lits rem          0 time: 0.01
1268.91/317.65	c asymm  cl-useful: 0/1440/1533 lits-rem:0 time: 0.25
1268.91/317.65	c calculated reachability. Time: 0.00
1268.91/317.65	c  N st    80   2211441        74      1533         0     59515      7611    660646   no data   no data
1700.01/425.50	c  N st    81   2711442        74      1533         2     84556      7609    891793   no data   no data
1700.01/425.50	c  S st    81   2711442        74      1533         2     84556      7609    891793   no data   no data
1700.41/425.67	c Finding binary XORs  T:     0.00 s  found:       0
1701.23/425.83	c  S st    81   2711944        71      1369         5     59298      6622    594127   no data   no data
1701.23/425.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1701.23/425.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
1701.23/425.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1701.23/425.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1701.23/425.85	c subs with bin:        7  lits-rem:        12  v-fix:    0  time:  0.00 s
1701.23/425.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     71 time:  0.00 s
1701.23/425.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1701.23/425.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1709.20/427.85	c subs with bin:    15356  lits-rem:      4934  v-fix:    0  time:  1.97 s
1713.19/428.81	c lits-rem:      4440  cl-subs:     3002  v-elim:      0  v-fix:    0  time:  0.96 s
1713.19/428.81	c vivif2 --  cl tried     1362 cl shrink        0 lits rem          0 time: 0.00
1713.19/428.82	c vivif2 --  cl tried    40940 cl shrink        0 lits rem          0 time: 0.01
1714.00/429.01	c asymm  cl-useful: 0/1362/1362 lits-rem:0 time: 0.19
1714.00/429.01	c calculated reachability. Time: 0.00
1714.00/429.01	c  N st    81   2711944        71      1362         5     40940      6585    383888   no data   no data
1725.17/431.82	c Following stats are for *FIRST FINISHED THREAD ONLY*
1725.17/431.82	c num threads              : 4          
1725.17/431.82	c restarts                 : 80         
1725.17/431.82	c dynamic restarts         : 0          
1725.17/431.82	c static restarts          : 80         
1725.17/431.82	c full restarts            : 4          
1725.17/431.82	c total simplify time      : 0.57       
1725.17/431.82	c learnts DL2              : 0          
1725.17/431.82	c learnts size 2           : 98         
1725.17/431.82	c learnts size 1           : 67          (89.33     % of vars)
1725.17/431.82	c filedLit time            : 0.12        (0.03      % time)
1725.17/431.82	c v-elim SatELite          : 0           (0.00      % vars)
1725.17/431.82	c SatELite time            : 22.80       (5.28      % time)
1725.17/431.82	c v-elim xor               : 0           (0.00      % vars)
1725.17/431.82	c xor elim time            : 0.02        (0.00      % time)
1725.17/431.82	c num binary xor trees     : 0          
1725.17/431.82	c binxor trees' crown      : 0           (nan       leafs/tree)
1725.17/431.82	c bin xor find time        : 0.00       
1725.17/431.82	c OTF clause improved      : 290919      (0.11      clauses/conflict)
1725.17/431.82	c OTF impr. size diff      : 295620      (1.02       lits/clause)
1725.17/431.82	c OTF cl watch-shrink      : 19114       (0.01      clauses/conflict)
1725.17/431.82	c OTF cl watch-sh-lit      : 19622       (1.03       lits/clause)
1725.17/431.82	c tried to recurMin cls    : 117440      (4.62       % of conflicts)
1725.17/431.82	c updated cache            : 1173        (0.01       lits/tried recurMin)
1725.17/431.82	c unit cls recevied        : 6           (8.96      % of units)
1725.17/431.82	c unit cls sent            : 3           (4.48      % of units)
1725.17/431.82	c bin cls recevied         : 2          
1725.17/431.82	c bin cls sent             : 34         
1725.17/431.82	c clauses over max glue    : 0           (0.00      % of all clauses)
1725.17/431.82	c conflicts                : 2543772     (5892.93   / sec)
1725.17/431.82	c decisions                : 2775427     (0.37      % random)
1725.17/431.82	c bogo-props               : 74691085546 (173030059.16 / sec)
1725.17/431.82	c conflict literals        : 38871166    (23.73     % deleted)
1725.17/431.82	c Memory used              : 418.30      MB
1725.17/431.82	c single-thread CPU time   : 431.67      s
1725.17/431.82	c all-threads sum CPU time : 1724.41     s
1725.17/431.82	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.87 7.41 7.52 6/180 31345
/proc/meminfo: memFree=30883408/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 523235892 52441088 352 33554432000 4194304 4627427 140734978145760 18446744073709551615 47218733959088 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 12803 352 303 106 0 7774 0
[pid=31345/tid=31346] ppid=31343 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 523235893 52441088 352 33554432000 4194304 4627427 140734978145760 18446744073709551615 254500691899 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523235893 52441088 352 33554432000 4194304 4627427 140734978145760 18446744073709551615 47218733959090 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523235893 52441088 352 33554432000 4194304 4627427 140734978145760 18446744073709551615 254495738966 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.106933 s]
/proc/loadavg: 6.87 7.41 7.52 6/180 31345
/proc/meminfo: memFree=30883408/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=282368 CPUtime=0.4 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 1596 0 0 0 40 0 0 0 25 0 4 0 523235892 289144832 1415 33554432000 4194304 4627427 140734978145760 18446744073709551615 4324252 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 70592 1415 384 106 0 65563 0
[pid=31345/tid=31346] ppid=31343 vsize=282368 CPUtime=0.1 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 310 0 0 0 10 0 0 0 18 0 4 0 523235893 289144832 1415 33554432000 4194304 4627427 140734978145760 18446744073709551615 4324328 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=282368 CPUtime=0.1 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 285 0 0 0 10 0 0 0 25 0 4 0 523235893 289144832 1415 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=282368 CPUtime=0.1 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 299 0 0 0 10 0 0 0 18 0 4 0 523235893 289144832 1415 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282368

[startup+0.200862 s]
/proc/loadavg: 6.87 7.41 7.52 6/180 31345
/proc/meminfo: memFree=30883408/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=283272 CPUtime=0.78 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 2165 0 0 0 78 0 0 0 25 0 4 0 523235892 290070528 1676 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 70818 1676 384 106 0 65789 0
[pid=31345/tid=31346] ppid=31343 vsize=283272 CPUtime=0.19 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 470 0 0 0 19 0 0 0 18 0 4 0 523235893 290070528 1676 33554432000 4194304 4627427 140734978145760 18446744073709551615 4332800 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=283272 CPUtime=0.19 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 447 0 0 0 19 0 0 0 25 0 4 0 523235893 290070528 1676 33554432000 4194304 4627427 140734978145760 18446744073709551615 4333195 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=283272 CPUtime=0.19 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 395 0 0 0 19 0 0 0 18 0 4 0 523235893 290070528 1676 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283272

[startup+0.300843 s]
/proc/loadavg: 6.87 7.41 7.52 6/180 31345
/proc/meminfo: memFree=30883408/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=283916 CPUtime=1.18 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 2810 0 0 0 118 0 0 0 25 0 4 0 523235892 290729984 1692 33554432000 4194304 4627427 140734978145760 18446744073709551615 4333835 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 70979 1692 384 106 0 65950 0
[pid=31345/tid=31346] ppid=31343 vsize=283916 CPUtime=0.29 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 629 0 0 0 29 0 0 0 18 0 4 0 523235893 290729984 1692 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=283916 CPUtime=0.29 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 607 0 0 0 29 0 0 0 25 0 4 0 523235893 290729984 1692 33554432000 4194304 4627427 140734978145760 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=283916 CPUtime=0.29 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 554 0 0 0 29 0 0 0 18 0 4 0 523235893 290729984 1692 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283916

[startup+0.700763 s]
/proc/loadavg: 6.87 7.41 7.52 6/180 31345
/proc/meminfo: memFree=30883408/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=284660 CPUtime=2.77 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 4360 0 0 0 277 0 0 0 25 0 4 0 523235892 291491840 2436 33554432000 4194304 4627427 140734978145760 18446744073709551615 4351538 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 71165 2436 385 106 0 66136 0
[pid=31345/tid=31346] ppid=31343 vsize=284660 CPUtime=0.69 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 1016 0 0 0 69 0 0 0 18 0 4 0 523235893 291491840 2436 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=284660 CPUtime=0.69 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 1006 0 0 0 69 0 0 0 25 0 4 0 523235893 291491840 2436 33554432000 4194304 4627427 140734978145760 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=284660 CPUtime=0.69 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 947 0 0 0 69 0 0 0 18 0 4 0 523235893 291491840 2436 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284660

[startup+1.5006 s]
/proc/loadavg: 6.96 7.41 7.52 9/184 31349
/proc/meminfo: memFree=30869232/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=285468 CPUtime=5.97 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 8713 0 0 0 596 1 0 0 25 0 4 0 523235892 292319232 4851 33554432000 4194304 4627427 140734978145760 18446744073709551615 4324134 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 71367 4851 388 106 0 66338 0
[pid=31345/tid=31346] ppid=31343 vsize=285468 CPUtime=1.48 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 2528 0 0 0 148 0 0 0 19 0 4 0 523235893 292319232 4851 33554432000 4194304 4627427 140734978145760 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=285468 CPUtime=1.48 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 1663 0 0 0 148 0 0 0 25 0 4 0 523235893 292319232 4851 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=285468 CPUtime=1.49 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 1629 0 0 0 149 0 0 0 20 0 4 0 523235893 292319232 4851 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285468

[startup+3.10029 s]
/proc/loadavg: 6.96 7.41 7.52 9/184 31349
/proc/meminfo: memFree=30850012/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=292356 CPUtime=12.36 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 16478 0 0 0 1234 2 0 0 25 0 4 0 523235892 299372544 9200 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 73089 9200 388 106 0 68060 0
[pid=31345/tid=31346] ppid=31343 vsize=292356 CPUtime=3.08 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 4368 0 0 0 308 0 0 0 25 0 4 0 523235893 299372544 9200 33554432000 4194304 4627427 140734978145760 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=292356 CPUtime=3.07 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 3869 0 0 0 307 0 0 0 25 0 4 0 523235893 299372544 9200 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=292356 CPUtime=3.08 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 3841 0 0 0 308 0 0 0 25 0 4 0 523235893 299372544 9200 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292356

[startup+6.30065 s]
/proc/loadavg: 6.96 7.41 7.52 9/184 31349
/proc/meminfo: memFree=30845316/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=285776 CPUtime=25.15 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 24401 0 0 0 2511 4 0 0 25 0 4 0 523235892 292634624 11789 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 71444 11789 388 106 0 66415 0
[pid=31345/tid=31346] ppid=31343 vsize=285776 CPUtime=6.29 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 5996 0 0 0 628 1 0 0 25 0 4 0 523235893 292634624 11789 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=285776 CPUtime=6.26 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 5563 0 0 0 626 0 0 0 25 0 4 0 523235893 292634624 11789 33554432000 4194304 4627427 140734978145760 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=285776 CPUtime=6.28 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 6602 0 0 0 628 0 0 0 25 0 4 0 523235893 292634624 11789 33554432000 4194304 4627427 140734978145760 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 285776

[startup+12.7004 s]
/proc/loadavg: 7.12 7.43 7.52 9/184 31349
/proc/meminfo: memFree=30830192/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=305364 CPUtime=50.72 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 35479 0 0 0 5066 6 0 0 25 0 4 0 523235892 312692736 13521 33554432000 4194304 4627427 140734978145760 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 76341 13521 388 106 0 71312 0
[pid=31345/tid=31346] ppid=31343 vsize=305364 CPUtime=12.69 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 9016 0 0 0 1267 2 0 0 25 0 4 0 523235893 312692736 13521 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309075 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=305364 CPUtime=12.63 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 8221 0 0 0 1262 1 0 0 25 0 4 0 523235893 312692736 13521 33554432000 4194304 4627427 140734978145760 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=305364 CPUtime=12.69 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 9139 0 0 0 1268 1 0 0 25 0 4 0 523235893 312692736 13521 33554432000 4194304 4627427 140734978145760 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 305364

[startup+25.5008 s]
/proc/loadavg: 7.42 7.48 7.54 9/184 31350
/proc/meminfo: memFree=30819260/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=297000 CPUtime=101.86 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 55545 0 0 0 10174 12 0 0 25 0 4 0 523235892 304128000 17374 33554432000 4194304 4627427 140734978145760 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 74250 17374 388 106 0 69221 0
[pid=31345/tid=31346] ppid=31343 vsize=297000 CPUtime=25.49 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 14337 0 0 0 2546 3 0 0 25 0 4 0 523235893 304128000 17374 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=297000 CPUtime=25.37 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 12365 0 0 0 2535 2 0 0 25 0 4 0 523235893 304128000 17374 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=297000 CPUtime=25.49 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 14901 0 0 0 2546 3 0 0 25 0 4 0 523235893 304128000 17374 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 297000

[startup+51.1007 s]
/proc/loadavg: 7.61 7.52 7.55 9/184 31350
/proc/meminfo: memFree=30781500/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=298280 CPUtime=204.15 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 86417 0 0 0 20395 20 0 0 25 0 4 0 523235892 305438720 22131 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 74570 22131 388 106 0 69541 0
[pid=31345/tid=31346] ppid=31343 vsize=298280 CPUtime=51.09 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 21408 0 0 0 5104 5 0 0 25 0 4 0 523235893 305438720 22131 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=298280 CPUtime=50.85 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 20166 0 0 0 5081 4 0 0 25 0 4 0 523235893 305438720 22131 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=298280 CPUtime=51.08 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 22287 0 0 0 5104 4 0 0 25 0 4 0 523235893 305438720 22131 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.15
Current children cumulated vsize (KiB) 298280

[startup+102.301 s]
/proc/loadavg: 7.84 7.60 7.57 9/184 31352
/proc/meminfo: memFree=30739012/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=304448 CPUtime=408.74 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 132178 0 0 0 40842 32 0 0 25 0 4 0 523235892 311754752 30415 33554432000 4194304 4627427 140734978145760 18446744073709551615 4324192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 76112 30415 388 106 0 71083 0
[pid=31345/tid=31346] ppid=31343 vsize=304448 CPUtime=102.3 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 30201 0 0 0 10223 7 0 0 25 0 4 0 523235893 311754752 30415 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=304448 CPUtime=101.82 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 32239 0 0 0 10175 7 0 0 25 0 4 0 523235893 311754752 30415 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=304448 CPUtime=102.29 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 34166 0 0 0 10222 7 0 0 25 0 4 0 523235893 311754752 30415 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.74
Current children cumulated vsize (KiB) 304448

[startup+162.301 s]

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

/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 47012 0 0 0 16218 11 0 0 25 0 4 0 523235893 302092288 35610 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 648.45
Current children cumulated vsize (KiB) 295012

[startup+222.307 s]
/proc/loadavg: 8.09 7.77 7.63 9/184 31355
/proc/meminfo: memFree=30639948/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=308852 CPUtime=888.19 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 210184 0 0 0 88763 56 0 0 25 0 4 0 523235892 316264448 42367 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309290 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 77213 42367 389 106 0 72184 0
[pid=31345/tid=31346] ppid=31343 vsize=308852 CPUtime=222.31 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 43295 0 0 0 22220 11 0 0 25 0 4 0 523235893 316264448 42367 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=308852 CPUtime=221.26 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 52008 0 0 0 22114 12 0 0 25 0 4 0 523235893 316264448 42367 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=308852 CPUtime=222.3 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 55496 0 0 0 22216 14 0 0 25 0 4 0 523235893 316264448 42367 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 888.19
Current children cumulated vsize (KiB) 308852

[startup+282.301 s]
/proc/loadavg: 8.12 7.84 7.66 9/184 31357
/proc/meminfo: memFree=30554716/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=369208 CPUtime=1127.88 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 246045 0 0 0 112722 66 0 0 25 0 4 0 523235892 378068992 51672 33554432000 4194304 4627427 140734978145760 18446744073709551615 4324215 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 92302 51672 389 106 0 87273 0
[pid=31345/tid=31346] ppid=31343 vsize=369208 CPUtime=282.3 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 52068 0 0 0 28217 13 0 0 25 0 4 0 523235893 378068992 51672 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=369208 CPUtime=280.95 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 60676 0 0 0 28080 15 0 0 25 0 4 0 523235893 378068992 51672 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=369208 CPUtime=282.29 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 65457 0 0 0 28213 16 0 0 25 0 4 0 523235893 378068992 51672 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1127.88
Current children cumulated vsize (KiB) 369208

[startup+342.301 s]
/proc/loadavg: 8.12 7.89 7.69 9/184 31358
/proc/meminfo: memFree=30559988/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=412568 CPUtime=1367.58 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 275710 0 0 0 136682 76 0 0 25 0 4 0 523235892 422469632 55003 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 103142 55003 389 106 0 98113 0
[pid=31345/tid=31346] ppid=31343 vsize=412568 CPUtime=342.31 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 57784 0 0 0 34215 16 0 0 25 0 4 0 523235893 422469632 55003 33554432000 4194304 4627427 140734978145760 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=412568 CPUtime=340.64 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 68829 0 0 0 34046 18 0 0 25 0 4 0 523235893 422469632 55003 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=412568 CPUtime=342.3 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 72527 0 0 0 34211 19 0 0 25 0 4 0 523235893 422469632 55003 33554432000 4194304 4627427 140734978145760 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1367.58
Current children cumulated vsize (KiB) 412568

[startup+402.301 s]
/proc/loadavg: 8.08 7.92 7.71 9/184 31360
/proc/meminfo: memFree=30540212/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=416532 CPUtime=1607.31 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 295216 0 0 0 160647 84 0 0 25 0 4 0 523235892 426528768 59918 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309197 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 104133 59918 389 106 0 99104 0
[pid=31345/tid=31346] ppid=31343 vsize=416532 CPUtime=402.31 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 60902 0 0 0 40214 17 0 0 25 0 4 0 523235893 426528768 59918 33554432000 4194304 4627427 140734978145760 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=416532 CPUtime=400.36 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 72584 0 0 0 40016 20 0 0 25 0 4 0 523235893 426528768 59918 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=416532 CPUtime=402.31 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 77664 0 0 0 40210 21 0 0 25 0 4 0 523235893 426528768 59918 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1607.31
Current children cumulated vsize (KiB) 416532

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

[startup+409.6 s]
/proc/loadavg: 8.08 7.92 7.72 9/184 31360
/proc/meminfo: memFree=30531028/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=428324 CPUtime=1636.47 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 298236 0 0 0 163562 85 0 0 25 0 4 0 523235892 438603776 61082 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 107081 61082 389 106 0 102052 0
[pid=31345/tid=31346] ppid=31343 vsize=428324 CPUtime=409.61 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 62083 0 0 0 40944 17 0 0 25 0 4 0 523235893 438603776 61082 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=428324 CPUtime=407.63 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 72584 0 0 0 40743 20 0 0 25 0 4 0 523235893 438603776 61082 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=428324 CPUtime=409.6 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 78130 0 0 0 40939 21 0 0 25 0 4 0 523235893 438603776 61082 33554432000 4194304 4627427 140734978145760 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1636.47
Current children cumulated vsize (KiB) 428324

[startup+422.401 s]
/proc/loadavg: 8.13 7.94 7.73 9/184 31360
/proc/meminfo: memFree=30519608/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=428340 CPUtime=1687.63 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 303057 0 0 0 168676 87 0 0 25 0 4 0 523235892 438620160 64035 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 107085 64035 389 106 0 102056 0
[pid=31345/tid=31346] ppid=31343 vsize=428340 CPUtime=422.41 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 62673 0 0 0 42224 17 0 0 25 0 4 0 523235893 438620160 64035 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=428340 CPUtime=420.37 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 73533 0 0 0 42017 20 0 0 25 0 4 0 523235893 438620160 64035 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=428340 CPUtime=422.41 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 79811 0 0 0 42219 22 0 0 25 0 4 0 523235893 438620160 64035 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1687.63
Current children cumulated vsize (KiB) 428340

[startup+428.801 s]
/proc/loadavg: 8.12 7.94 7.73 9/184 31360
/proc/meminfo: memFree=30524564/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=428340 CPUtime=1713.19 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 305094 0 0 0 171231 88 0 0 25 0 4 0 523235892 438620160 62541 33554432000 4194304 4627427 140734978145760 18446744073709551615 4427841 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 107085 62541 389 106 0 102056 0
[pid=31345/tid=31346] ppid=31343 vsize=428340 CPUtime=428.8 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 62673 0 0 0 42863 17 0 0 25 0 4 0 523235893 438620160 62541 33554432000 4194304 4627427 140734978145760 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=428340 CPUtime=426.73 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 74364 0 0 0 42653 20 0 0 25 0 4 0 523235893 438620160 62541 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=428340 CPUtime=428.8 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 80047 0 0 0 42858 22 0 0 25 0 4 0 523235893 438620160 62541 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1713.19
Current children cumulated vsize (KiB) 428340

[startup+430.4 s]
/proc/loadavg: 8.12 7.94 7.73 9/184 31360
/proc/meminfo: memFree=30527788/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=428340 CPUtime=1719.58 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 305319 0 0 0 171870 88 0 0 25 0 4 0 523235892 438620160 62091 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 107085 62091 389 106 0 102056 0
[pid=31345/tid=31346] ppid=31343 vsize=428340 CPUtime=430.4 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 62673 0 0 0 43023 17 0 0 25 0 4 0 523235893 438620160 62091 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=428340 CPUtime=428.33 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 74456 0 0 0 42812 21 0 0 25 0 4 0 523235893 438620160 62091 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=428340 CPUtime=430.4 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 80047 0 0 0 43018 22 0 0 25 0 4 0 523235893 438620160 62091 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1719.58
Current children cumulated vsize (KiB) 428340

[startup+431.201 s]
/proc/loadavg: 8.11 7.94 7.73 9/184 31361
/proc/meminfo: memFree=30527044/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=428340 CPUtime=1722.79 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 305381 0 0 0 172191 88 0 0 25 0 4 0 523235892 438620160 62153 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 107085 62153 389 106 0 102056 0
[pid=31345/tid=31346] ppid=31343 vsize=428340 CPUtime=431.21 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 62673 0 0 0 43104 17 0 0 25 0 4 0 523235893 438620160 62153 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=428340 CPUtime=429.13 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 74456 0 0 0 42892 21 0 0 25 0 4 0 523235893 438620160 62153 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=428340 CPUtime=431.21 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 80047 0 0 0 43099 22 0 0 25 0 4 0 523235893 438620160 62153 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1722.79
Current children cumulated vsize (KiB) 428340

[startup+431.601 s]
/proc/loadavg: 8.11 7.94 7.73 9/184 31361
/proc/meminfo: memFree=30527044/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=428340 CPUtime=1724.37 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 305404 0 0 0 172349 88 0 0 25 0 4 0 523235892 438620160 62176 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 107085 62176 389 106 0 102056 0
[pid=31345/tid=31346] ppid=31343 vsize=428340 CPUtime=431.6 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 62673 0 0 0 43143 17 0 0 25 0 4 0 523235893 438620160 62176 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=428340 CPUtime=429.53 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 74456 0 0 0 42932 21 0 0 25 0 4 0 523235893 438620160 62176 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=428340 CPUtime=431.6 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 80047 0 0 0 43138 22 0 0 25 0 4 0 523235893 438620160 62176 33554432000 4194304 4627427 140734978145760 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1724.37
Current children cumulated vsize (KiB) 428340

[startup+431.801 s]
/proc/loadavg: 8.11 7.94 7.73 9/184 31361
/proc/meminfo: memFree=30527044/32950928 swapFree=67111464/67111528
[pid=31345] ppid=31343 vsize=428340 CPUtime=1725.17 cores=0,2,4,6
/proc/31345/stat : 31345 (strangenight2-m) R 31343 31345 30488 0 -1 4202496 305415 0 0 0 172429 88 0 0 25 0 4 0 523235892 438620160 62187 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31345/statm: 107085 62187 389 106 0 102056 0
[pid=31345/tid=31346] ppid=31343 vsize=428340 CPUtime=431.8 cores=0,2,4,6
/proc/31345/task/31346/stat : 31346 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 62673 0 0 0 43163 17 0 0 25 0 4 0 523235893 438620160 62187 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31345/tid=31347] ppid=31343 vsize=428340 CPUtime=429.73 cores=0,2,4,6
/proc/31345/task/31347/stat : 31347 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 74456 0 0 0 42952 21 0 0 25 0 4 0 523235893 438620160 62187 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31345/tid=31348] ppid=31343 vsize=428340 CPUtime=431.8 cores=0,2,4,6
/proc/31345/task/31348/stat : 31348 (strangenight2-m) R 31343 31345 30488 0 -1 4202560 80047 0 0 0 43158 22 0 0 25 0 4 0 523235893 438620160 62187 33554432000 4194304 4627427 140734978145760 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1725.17
Current children cumulated vsize (KiB) 428340

Child status: 20
Real time (s): 431.842
CPU time (s): 1725.3
CPU user time (s): 1724.41
CPU system time (s): 0.896863
CPU usage (%): 399.522
Max. virtual memory (cumulated for all children) (KiB): 446200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1724.41
system time used= 0.896863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305420
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= 215
involuntary context switches= 7273

runsolver used 0.643902 second user time and 1.44278 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 00:33:12
IDJOB=3174263
IDBENCH=83081
IDSOLVER=1586
FILE ID=node149/3174263-1304116392
RUNJOBID= node149-1304116339-31291
PBS_JOBID= 13170671
Free space on /tmp= 71928 MiB

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

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

MD5SUM BENCH= 0e5f93b3b44a8a3d689954a8a212e867
RANDOM SEED=1297290002

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30883564 kB
Buffers:        440748 kB
Cached:        1105808 kB
SwapCached:         60 kB
Active:         243040 kB
Inactive:      1456840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30883564 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:      152612 kB
Mapped:          15448 kB
Slab:           305136 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   402748 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= 71920 MiB
End job on node149 at 2011-04-30 00:40:24