Trace number 3173995

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? (TO) 4800.37 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
MD5SUM12cee07ed764769ddb26400b2603221c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark827.068
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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-3173995-1304075581.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 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.01	c lits-rem:         0  cl-subs:        0  v-elim:     10  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:     206 undec:      57 neg:     237
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       490      2119         0         0      6416         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.00/0.15	c  N st     8      4921       490      2119         0      4849      6416    114367   no data   no data
0.00/0.41	c  N st    10     11304       490      2119         0      4474      6416     74766   no data   no data
0.00/0.67	c  N st    11     17050       490      2119         0     10123      6416    208532   no data   no data
4.20/1.08	c  F st    12     25000       490      2119         0     12379      6416    262425   no data   no data
4.20/1.08	c  N st    12     25000       490      2119         0     12379      6416    262425   no data   no data
5.18/1.32	c Decided on static restart strategy
5.18/1.32	c  N st    18     30001       490      2119         0     10685      6416    201211   no data   no data
5.18/1.32	c  S st    18     30001       490      2119         0     10685      6416    201211   no data   no data
5.18/1.35	c  S st    18     30505       490      2119         0     11189      6416    212627   no data   no data
5.18/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.18/1.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.18/1.36	c blocked clauses removed:       13 vars:      2 tried:         490 T: 0.00 s
5.18/1.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.18/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/1.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
5.18/1.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.18/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.18/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.42	c lits-rem:       150  cl-subs:      551  v-elim:      0  v-fix:    0  time:  0.05 s
5.57/1.42	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.01
5.57/1.42	c calculated reachability. Time: 0.00
5.57/1.42	c  N st    18     30505       488      2106         0     10635      6377    198220   no data   no data
7.19/1.83	c  N st    20     37617       488      2106         0      9908      6377    164263   no data   no data
8.77/2.22	c  N st    21     44017       488      2106         0     16173      6377    312815   no data   no data
9.17/2.35	c  S st    22     45758       488      2106         0      9110      6377    127821   no data   no data
9.17/2.38	c  S st    22     46267       488      2106         0      9614      6377    139372   no data   no data
9.17/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.17/2.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.17/2.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.17/2.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.17/2.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.17/2.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
9.17/2.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.17/2.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.17/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.40	c lits-rem:        22  cl-subs:       65  v-elim:      0  v-fix:    0  time:  0.01 s
9.57/2.40	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
9.57/2.40	c vivif2 --  cl tried     9549 cl shrink        0 lits rem          0 time: 0.00
9.57/2.41	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.01
9.57/2.41	c calculated reachability. Time: 0.00
9.57/2.41	c  N st    22     46267       488      2106         0      9549      6377    137694   no data   no data
13.16/3.38	c  N st    23     60664       488      2106         0     13904      6377    230389   no data   no data
15.98/4.06	c  N st    24     69401       488      2106         0     11701      6377    170780   no data   no data
15.98/4.06	c  S st    24     69401       488      2106         0     11701      6377    170780   no data   no data
15.98/4.10	c  S st    24     69908       488      2106         0     12207      6377    182109   no data   no data
15.98/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.35/4.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.35/4.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.35/4.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.35/4.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
16.35/4.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.35/4.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.35/4.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.13	c lits-rem:        41  cl-subs:      160  v-elim:      0  v-fix:    0  time:  0.02 s
16.35/4.13	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
16.35/4.13	c vivif2 --  cl tried    12047 cl shrink        0 lits rem          0 time: 0.00
16.35/4.14	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.01
16.35/4.14	c calculated reachability. Time: 0.00
16.35/4.14	c  N st    24     69908       488      2106         0     12047      6377    178112   no data   no data
21.55/5.41	c  F st    25     87500       488      2106         0     17479      6377    298342   no data   no data
21.55/5.41	c  N st    25     87500       488      2106         0     17479      6377    298342   no data   no data
23.15/5.83	c Decided on static restart strategy
23.95/6.07	c  N st    32     95544       488      2106         0     25350      6377    479256   no data   no data
26.75/6.73	c  N st    34    104864       488      2106         0     21727      6377    379210   no data   no data
26.75/6.73	c  S st    34    104864       488      2106         0     21727      6377    379210   no data   no data
26.75/6.79	c  S st    34    105368       488      2106         0     22230      6377    390995   no data   no data
26.75/6.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.75/6.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.75/6.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.75/6.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.75/6.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.75/6.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
26.75/6.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.15/6.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.15/6.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.55/6.99	c lits-rem:       200  cl-subs:      934  v-elim:      0  v-fix:    0  time:  0.18 s
27.55/6.99	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
27.55/6.99	c vivif2 --  cl tried    21296 cl shrink        0 lits rem          0 time: 0.00
27.95/7.01	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.01
27.95/7.01	c calculated reachability. Time: 0.00
27.95/7.01	c  N st    34    105368       488      2106         0     21296      6377    368245   no data   no data
31.14/7.84	c  N st    35    114966       488      2106         0     17072      6377    250905   no data   no data
36.33/9.17	c  N st    36    129363       488      2106         0     16458      6377    218160   no data   no data
44.31/11.14	c  N st    37    150959       488      2106         0     21883      6377    329102   no data   no data
47.12/11.84	c  S st    38    158054       488      2106         0     28820      6377    495201   no data   no data
47.51/11.92	c  S st    38    158558       488      2106         0     29324      6377    506266   no data   no data
47.51/11.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.51/11.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.51/11.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.51/11.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.51/11.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
47.51/11.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.51/11.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.51/11.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.11/12.36	c lits-rem:       162  cl-subs:     1893  v-elim:      0  v-fix:    0  time:  0.41 s
49.11/12.36	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
49.11/12.36	c vivif2 --  cl tried    27431 cl shrink        0 lits rem          0 time: 0.01
49.11/12.38	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.02
49.11/12.38	c calculated reachability. Time: 0.00
49.11/12.38	c  N st    38    158558       488      2106         0     27431      6377    463757   no data   no data
69.49/17.45	c  N st    39    207146       488      2106         0     22149      6377    305179   no data   no data
84.27/21.14	c  N st    40    237840       488      2106         0     32570      6377    528538   no data   no data
84.27/21.14	c  S st    40    237840       488      2106         0     32570      6377    528538   no data   no data
84.67/21.22	c  S st    40    238346       488      2106         0     33074      6377    539965   no data   no data
84.67/21.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.67/21.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
84.67/21.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.67/21.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.67/21.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.67/21.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
84.67/21.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.67/21.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.67/21.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.66/21.79	c lits-rem:       202  cl-subs:     1933  v-elim:      0  v-fix:    0  time:  0.53 s
86.66/21.79	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
86.66/21.79	c vivif2 --  cl tried    31141 cl shrink        0 lits rem          0 time: 0.01
87.06/21.82	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.02
87.06/21.82	c calculated reachability. Time: 0.00
87.06/21.82	c  N st    40    238346       488      2106         0     31141      6377    499157   no data   no data
118.22/29.69	c  F st    41    306251       488      2106         0     33013      6377    499880   no data   no data
118.22/29.69	c  N st    41    306251       488      2106         0     33013      6377    499880   no data   no data
121.02/30.33	c Decided on static restart strategy
133.01/33.37	c  N st    51    334557       488      2106         0     37405      6377    604859   no data   no data
145.79/36.50	c  N st    53    357520       488      2106         0     35392      6377    518801   no data   no data
145.79/36.50	c  S st    53    357520       488      2106         0     35392      6377    518801   no data   no data
145.79/36.59	c  S st    53    358025       488      2106         0     35897      6377    530366   no data   no data
145.79/36.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.19/36.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
146.19/36.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.19/36.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.19/36.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.19/36.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
146.19/36.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
146.19/36.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
146.19/36.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.40/36.97	c lits-rem:       196  cl-subs:     1492  v-elim:      0  v-fix:    0  time:  0.34 s
147.40/36.97	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
147.40/36.98	c vivif2 --  cl tried    34405 cl shrink        0 lits rem          0 time: 0.01
147.40/37.00	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.02
147.40/37.00	c calculated reachability. Time: 0.00
147.40/37.00	c  N st    53    358025       488      2106         0     34405      6377    496922   no data   no data
164.97/41.37	c  N st    54    390418       488      2106         0     40685      6377    647423   no data   no data
193.73/48.50	c  N st    55    439007       488      2106         0     34365      6377    454162   no data   no data
235.69/59.02	c  N st    56    511891       488      2106         0     47768      6377    745917   no data   no data
249.64/62.56	c  N st    57    537038       488      2106         0     42117      6377    607532   no data   no data
249.64/62.56	c  S st    57    537038       488      2106         0     42117      6377    607532   no data   no data
250.04/62.68	c  S st    57    537540       488      2106         0     42619      6377    619077   no data   no data
250.04/62.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
250.04/62.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
250.04/62.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
250.04/62.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
250.04/62.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.44/62.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
250.44/62.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
250.44/62.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
250.44/62.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.45/63.23	c lits-rem:       190  cl-subs:     1557  v-elim:      0  v-fix:    0  time:  0.50 s
252.45/63.23	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
252.45/63.24	c vivif2 --  cl tried    41062 cl shrink        0 lits rem          0 time: 0.01
252.45/63.27	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.03
252.45/63.27	c calculated reachability. Time: 0.00
252.45/63.27	c  N st    57    537540       488      2106         0     41062      6377    580275   no data   no data
363.49/91.08	c  N st    58    701524       488      2106         0     70253      6377   1272567   no data   no data
436.60/109.35	c  N st    59    806311       488      2106         0     64326      6377   1043984   no data   no data
436.60/109.35	c  S st    59    806311       488      2106         0     64326      6377   1043984   no data   no data
437.40/109.54	c  S st    59    806815       488      2106         0     64830      6377   1055236   no data   no data
437.40/109.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
437.40/109.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
437.40/109.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
437.40/109.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
437.40/109.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.40/109.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
437.40/109.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
437.40/109.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
437.81/109.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.19/111.79	c lits-rem:       571  cl-subs:     3649  v-elim:      0  v-fix:    0  time:  2.16 s
446.19/111.79	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
446.19/111.80	c vivif2 --  cl tried    61181 cl shrink        0 lits rem          0 time: 0.01
446.61/111.85	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.05
446.61/111.85	c calculated reachability. Time: 0.00
446.61/111.85	c  N st    59    806815       488      2106         0     61181      6377    976799   no data   no data
649.51/162.68	c  F st    60   1071876       488      2106         0     76591      6377   1262839   no data   no data
649.51/162.68	c  N st    60   1071876       488      2106         0     76591      6377   1262839   no data   no data
656.30/164.31	c Decided on static restart strategy
674.68/168.97	c  N st    70   1100179       488      2106         0     60588      6377    836922   no data   no data
709.84/177.75	c  N st    72   1136171       488      2106         0     50916      6377    589600   no data   no data
740.59/185.44	c  N st    73   1168564       488      2106         0     82515      6377   1373325   no data   no data
777.34/194.67	c  N st    74   1210222       488      2106         0     77340      6377   1234618   no data   no data
777.34/194.67	c  S st    74   1210222       488      2106         0     77340      6377   1234618   no data   no data
778.54/194.94	c  S st    74   1210725       488      2106         0     77842      6377   1246366   no data   no data
778.54/194.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
778.54/194.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
778.54/194.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
778.54/194.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
778.54/194.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
778.54/194.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
778.54/194.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
778.94/195.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
778.94/195.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
797.31/199.70	c lits-rem:       560  cl-subs:     3588  v-elim:      0  v-fix:    0  time:  4.66 s
797.31/199.70	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
797.71/199.71	c vivif2 --  cl tried    74254 cl shrink        0 lits rem          0 time: 0.02
798.13/199.81	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.10
798.13/199.81	c calculated reachability. Time: 0.00
798.13/199.81	c  N st    74   1210725       488      2106         0     74254      6377   1157272   no data   no data
875.60/219.23	c  N st    75   1283609       488      2106         0     50605      6377    519166   no data   no data
980.26/245.43	c  N st    76   1392932       488      2106         0     58573      6377    682626   no data   no data
1142.44/286.08	c  N st    77   1556918       488      2106         0     63358      6377    759685   no data   no data
1301.43/325.88	c  N st    78   1710728       488      2106         0    104876      6377   1736209   no data   no data
1301.43/325.88	c  S st    78   1710728       488      2106         0    104876      6377   1736209   no data   no data
1303.03/326.25	c  S st    78   1711231       488      2106         0    105379      6377   1748167   no data   no data
1303.03/326.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1303.44/326.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1303.44/326.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1303.44/326.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1303.44/326.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1303.44/326.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
1303.44/326.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1303.44/326.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1303.44/326.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1356.55/339.69	c lits-rem:       890  cl-subs:    10258  v-elim:      0  v-fix:    0  time: 13.31 s
1356.55/339.69	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
1356.95/339.72	c vivif2 --  cl tried    95121 cl shrink        0 lits rem          0 time: 0.02
1357.35/339.81	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.10
1357.35/339.82	c calculated reachability. Time: 0.00
1357.35/339.82	c  N st    78   1711231       488      2106         0     95121      6377   1510935   no data   no data
1786.38/447.30	c  N st    79   2080197       488      2106         0    106834      6377   1628153   no data   no data
1948.15/487.70	c  N st    80   2211231       488      2106         0    110946      6377   1677126   no data   no data
1948.15/487.70	c  S st    80   2211231       488      2106         0    110946      6377   1677126   no data   no data
1949.37/488.08	c  S st    80   2211736       488      2106         0    111451      6377   1688971   no data   no data
1949.37/488.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1949.74/488.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1949.74/488.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1949.74/488.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1949.74/488.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1949.74/488.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
1949.74/488.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1949.74/488.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1950.14/488.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1986.50/497.36	c lits-rem:      1043  cl-subs:     8844  v-elim:      0  v-fix:    0  time:  9.13 s
1986.50/497.36	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
1986.50/497.38	c vivif2 --  cl tried   102607 cl shrink        0 lits rem          0 time: 0.02
1986.90/497.49	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.11
1986.90/497.50	c calculated reachability. Time: 0.00
1986.90/497.50	c  N st    80   2211736       488      2106         0    102607      6377   1512628   no data   no data
2606.07/652.40	c  N st    81   2711738       488      2106         0    126367      6377   1998151   no data   no data
2606.07/652.40	c  S st    81   2711738       488      2106         0    126367      6377   1998151   no data   no data
2607.66/652.86	c  S st    81   2712242       488      2106         0    126870      6377   2010292   no data   no data
2607.66/652.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2608.07/652.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2608.07/652.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2608.07/652.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2608.07/652.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2608.07/652.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
2608.07/652.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2608.07/652.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2608.48/653.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2662.38/666.59	c lits-rem:       848  cl-subs:     9204  v-elim:      0  v-fix:    0  time: 13.56 s
2662.38/666.59	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
2662.78/666.61	c vivif2 --  cl tried   117666 cl shrink        0 lits rem          0 time: 0.03
2663.18/666.75	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.14
2663.18/666.75	c calculated reachability. Time: 0.00
2663.18/666.75	c  N st    81   2712242       488      2106         0    117666      6377   1814842   no data   no data
3363.44/842.06	c  N st    82   3212243       488      2106         0     93753      6377   1137898   no data   no data
3363.44/842.06	c  S st    82   3212243       488      2106         0     93753      6377   1137898   no data   no data
3365.03/842.41	c  S st    82   3212745       488      2106         0     94255      6377   1149331   no data   no data
3365.03/842.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3365.03/842.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
3365.03/842.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3365.03/842.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3365.03/842.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3365.03/842.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
3365.03/842.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3365.43/842.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3365.43/842.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3373.43/844.55	c lits-rem:       529  cl-subs:     2073  v-elim:      0  v-fix:    0  time:  2.00 s
3373.43/844.55	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
3373.43/844.57	c vivif2 --  cl tried    92182 cl shrink        0 lits rem          0 time: 0.02
3373.83/844.69	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.12
3373.83/844.69	c calculated reachability. Time: 0.00
3373.83/844.69	c  N st    82   3212745       488      2106         0     92182      6377   1100997   no data   no data
4113.23/1029.74	c  N st    83   3712745       488      2106         0    102667      6377   1227740   no data   no data
4113.23/1029.74	c  S st    83   3712745       488      2106         0    102667      6377   1227740   no data   no data
4114.43/1030.08	c  S st    83   3713248       488      2106         0    103170      6377   1239828   no data   no data
4114.43/1030.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4114.83/1030.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4114.83/1030.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4114.83/1030.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4114.83/1030.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4114.83/1030.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
4114.83/1030.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4114.83/1030.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4114.83/1030.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4123.61/1032.34	c lits-rem:       247  cl-subs:     4062  v-elim:      0  v-fix:    0  time:  2.13 s
4123.61/1032.34	c vivif2 --  cl tried     2106 cl shrink        0 lits rem          0 time: 0.00
4123.61/1032.36	c vivif2 --  cl tried    99108 cl shrink        0 lits rem          0 time: 0.02
4124.02/1032.46	c asymm  cl-useful: 0/2106/2106 lits-rem:0 time: 0.10
4124.02/1032.46	c calculated reachability. Time: 0.00
4124.02/1032.46	c  N st    83   3713248       488      2106         0     99108      6377   1151955   no data   no data
4181.55/1046.81	c  F st    84   3751564       488      2106         0    136443      6377   2067038   no data   no data
4181.55/1046.81	c  N st    84   3751564       488      2106         0    136443      6377   2067038   no data   no data
4196.31/1050.56	c Decided on static restart strategy
4246.26/1063.01	c  N st    94   3779869       488      2106         0    163981      6377   2717963   no data   no data
4290.59/1074.17	c  N st    96   3815864       488      2106         0    116634      6377   1629430   no data   no data
4343.72/1087.44	c  N st    97   3848257       488      2106         0    148212      6377   2447943   no data   no data
4429.60/1108.90	c  N st    98   3896845       488      2106         0    111580      6377   1390484   no data   no data
4564.22/1142.65	c  N st    99   3969727       488      2106         0     97602      6377   1049633   no data   no data
4730.82/1184.39	c  N st   100   4079050       488      2106         0    118573      6377   1577414   no data   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3173995-1304075581/watcher-3173995-1304075581 -o /tmp/evaluation-result-3173995-1304075581/solver-3173995-1304075581 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173995-1304075581.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.85 5.54 6.90 2/172 532
/proc/meminfo: memFree=19210572/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=40968 CPUtime=0 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 407 0 0 0 0 0 0 0 23 0 3 0 519157725 41951232 346 33554432000 4194304 4627427 140737463142048 18446744073709551615 274474023921 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 10242 346 299 106 0 5213 0
[pid=532/tid=533] ppid=530 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 519157725 52441088 347 33554432000 4194304 4627427 140737463142048 18446744073709551615 47205373892534 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 519157725 52441088 347 33554432000 4194304 4627427 140737463142048 18446744073709551615 47205373892530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519157726 52441088 347 33554432000 4194304 4627427 140737463142048 18446744073709551615 274474023921 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.155526 s]
/proc/loadavg: 1.85 5.54 6.90 2/172 532
/proc/meminfo: memFree=19210572/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=302116 CPUtime=2.85 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 4637 0 0 0 285 0 0 0 25 0 4 0 519157725 309366784 2599 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 71241 2315 385 106 0 66212 0
[pid=532/tid=533] ppid=530 vsize=284964 CPUtime=0.75 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 1181 0 0 0 75 0 0 0 25 0 4 0 519157725 291803136 2315 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=284964 CPUtime=0.74 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 1139 0 0 0 74 0 0 0 25 0 4 0 519157725 291803136 2315 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=284964 CPUtime=0.74 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 1028 0 0 0 74 0 0 0 19 0 4 0 519157726 291803136 2315 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 302116

[startup+0.857154 s]
/proc/loadavg: 1.85 5.54 6.90 2/172 532
/proc/meminfo: memFree=19210572/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=284964 CPUtime=3.4 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 5141 0 0 0 339 1 0 0 25 0 4 0 519157725 291803136 2555 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 71241 2555 385 106 0 66212 0
[pid=532/tid=533] ppid=530 vsize=284964 CPUtime=0.85 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 1238 0 0 0 85 0 0 0 25 0 4 0 519157725 291803136 2555 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=284964 CPUtime=0.84 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 1203 0 0 0 84 0 0 0 25 0 4 0 519157725 291803136 2555 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=284964 CPUtime=0.84 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 1085 0 0 0 84 0 0 0 19 0 4 0 519157726 291803136 2555 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 284964

[startup+0.957137 s]
/proc/loadavg: 1.85 5.54 6.90 2/172 532
/proc/meminfo: memFree=19210572/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=285120 CPUtime=3.8 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 5419 0 0 0 379 1 0 0 25 0 4 0 519157725 291962880 2833 33554432000 4194304 4627427 140737463142048 18446744073709551615 4332626 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 71280 2833 385 106 0 66251 0
[pid=532/tid=533] ppid=530 vsize=285120 CPUtime=0.95 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 1306 0 0 0 95 0 0 0 25 0 4 0 519157725 291962880 2833 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=285120 CPUtime=0.94 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 1270 0 0 0 94 0 0 0 25 0 4 0 519157725 291962880 2833 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=285120 CPUtime=0.94 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 1160 0 0 0 94 0 0 0 19 0 4 0 519157726 291962880 2833 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 285120

[startup+1.05712 s]
/proc/loadavg: 1.85 5.54 6.90 2/172 532
/proc/meminfo: memFree=19210572/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=285120 CPUtime=4.2 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 5666 0 0 0 419 1 0 0 25 0 4 0 519157725 291962880 3080 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 71280 3080 386 106 0 66251 0
[pid=532/tid=533] ppid=530 vsize=285120 CPUtime=1.05 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 1395 0 0 0 105 0 0 0 25 0 4 0 519157725 291962880 3080 33554432000 4194304 4627427 140737463142048 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=285120 CPUtime=1.04 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 1316 0 0 0 104 0 0 0 25 0 4 0 519157725 291962880 3081 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=285120 CPUtime=1.04 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 1214 0 0 0 104 0 0 0 19 0 4 0 519157726 291962880 3081 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 285120

[startup+1.50104 s]
/proc/loadavg: 1.85 5.54 6.90 2/172 532
/proc/meminfo: memFree=19210572/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=285584 CPUtime=5.97 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 8630 0 0 0 596 1 0 0 25 0 4 0 519157725 292438016 4530 33554432000 4194304 4627427 140737463142048 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 71396 4530 389 106 0 66367 0
[pid=532/tid=533] ppid=530 vsize=285584 CPUtime=1.49 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 1792 0 0 0 149 0 0 0 25 0 4 0 519157725 292438016 4530 33554432000 4194304 4627427 140737463142048 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=285584 CPUtime=1.49 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 1730 0 0 0 149 0 0 0 25 0 4 0 519157725 292438016 4530 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308317 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=285584 CPUtime=1.49 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 1588 0 0 0 149 0 0 0 20 0 4 0 519157726 292438016 4530 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285584

[startup+3.10076 s]
/proc/loadavg: 1.85 5.54 6.90 9/184 544
/proc/meminfo: memFree=19138328/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=295628 CPUtime=12.36 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 17802 0 0 0 1233 3 0 0 25 0 4 0 519157725 302723072 9139 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 73907 9139 389 106 0 68878 0
[pid=532/tid=533] ppid=530 vsize=295628 CPUtime=3.09 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 3870 0 0 0 309 0 0 0 25 0 4 0 519157725 302723072 9139 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=295628 CPUtime=3.08 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 4830 0 0 0 308 0 0 0 25 0 4 0 519157725 302723072 9139 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=295628 CPUtime=3.07 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 4343 0 0 0 307 0 0 0 25 0 4 0 519157726 302723072 9139 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 295628

[startup+6.3012 s]
/proc/loadavg: 2.34 5.58 6.91 9/184 544
/proc/meminfo: memFree=19107332/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=314264 CPUtime=25.14 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 27679 0 0 0 2510 4 0 0 25 0 4 0 519157725 321806336 13170 33554432000 4194304 4627427 140737463142048 18446744073709551615 4506933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 78566 13170 389 106 0 73537 0
[pid=532/tid=533] ppid=530 vsize=314264 CPUtime=6.28 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 6602 0 0 0 628 0 0 0 25 0 4 0 519157725 321806336 13170 33554432000 4194304 4627427 140737463142048 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=314264 CPUtime=6.29 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 7907 0 0 0 628 1 0 0 25 0 4 0 519157725 321806336 13170 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=314264 CPUtime=6.25 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 6158 0 0 0 625 0 0 0 25 0 4 0 519157726 321806336 13170 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 314264

[startup+12.7011 s]
/proc/loadavg: 2.79 5.62 6.91 9/184 544
/proc/meminfo: memFree=19067020/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=269212 CPUtime=50.72 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 44447 0 0 0 5065 7 0 0 25 0 4 0 519157725 275673088 18932 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308280 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 67303 18932 389 106 0 62274 0
[pid=532/tid=533] ppid=530 vsize=269212 CPUtime=12.7 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 10605 0 0 0 1269 1 0 0 25 0 4 0 519157725 275673088 18935 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=269212 CPUtime=12.69 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 11072 0 0 0 1267 2 0 0 25 0 4 0 519157725 275673088 18935 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=269212 CPUtime=12.62 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 10655 0 0 0 1261 1 0 0 25 0 4 0 519157726 275673088 18935 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 269212

[startup+25.5008 s]
/proc/loadavg: 4.02 5.75 6.94 9/184 544
/proc/meminfo: memFree=19015668/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=288836 CPUtime=101.85 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 66471 0 0 0 10173 12 0 0 25 0 4 0 519157725 295768064 26796 33554432000 4194304 4627427 140737463142048 18446744073709551615 4504716 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 72209 26796 389 106 0 67180 0
[pid=532/tid=533] ppid=530 vsize=288836 CPUtime=25.49 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 17448 0 0 0 2547 2 0 0 25 0 4 0 519157725 295768064 26796 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=288836 CPUtime=25.48 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 16788 0 0 0 2545 3 0 0 25 0 4 0 519157725 295768064 26796 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308654 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=288836 CPUtime=25.35 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 15057 0 0 0 2533 2 0 0 25 0 4 0 519157726 295768064 26796 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 288836

[startup+51.1003 s]
/proc/loadavg: 5.37 5.93 6.96 9/184 545
/proc/meminfo: memFree=18965004/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=309836 CPUtime=204.12 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 100294 0 0 0 20391 21 0 0 25 0 4 0 519157725 317272064 31604 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 77459 31604 389 106 0 72430 0
[pid=532/tid=533] ppid=530 vsize=309836 CPUtime=51.08 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 26786 0 0 0 5105 3 0 0 25 0 4 0 519157725 317272064 31604 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309130 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=309836 CPUtime=51.08 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 25906 0 0 0 5103 5 0 0 25 0 4 0 519157725 317272064 31604 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=309836 CPUtime=50.82 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 22389 0 0 0 5078 4 0 0 25 0 4 0 519157726 317272064 31604 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 309836

[startup+102.3 s]
/proc/loadavg: 6.91 6.26 7.02 9/184 546
/proc/meminfo: memFree=18908700/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=311536 CPUtime=408.63 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 152267 0 0 0 40825 38 0 0 25 0 4 0 519157725 319012864 39093 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 77884 39093 389 106 0 72855 0
[pid=532/tid=533] ppid=530 vsize=311536 CPUtime=102.29 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 40737 0 0 0 10221 8 0 0 25 0 4 0 519157725 319012864 39093 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=311536 CPUtime=102.28 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 37905 0 0 0 10218 10 0 0 25 0 4 0 519157725 319012864 39093 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=311536 CPUtime=101.74 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 36024 0 0 0 10166 8 0 0 25 0 4 0 519157726 319012864 39093 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 311536

[startup+162.301 s]

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

[pid=532] ppid=530 vsize=441780 CPUtime=2565.72 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 431935 0 0 0 256417 155 0 0 25 0 4 0 519157725 452382720 78481 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 110445 78481 389 106 0 105416 0
[pid=532/tid=533] ppid=530 vsize=441780 CPUtime=642.3 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 109753 0 0 0 64189 41 0 0 25 0 4 0 519157725 452382720 78481 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=441780 CPUtime=642.29 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 88298 0 0 0 64200 29 0 0 25 0 4 0 519157725 452382720 78481 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=441780 CPUtime=638.81 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 116647 0 0 0 63838 43 0 0 25 0 4 0 519157726 452382720 78481 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 441780

[startup+702.301 s]
/proc/loadavg: 8.16 7.88 7.53 9/184 562
/proc/meminfo: memFree=18543976/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=507604 CPUtime=2805.39 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 452571 0 0 0 280373 166 0 0 25 0 4 0 519157725 519786496 81445 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 126901 81445 389 106 0 121872 0
[pid=532/tid=533] ppid=530 vsize=507604 CPUtime=702.3 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 113889 0 0 0 70187 43 0 0 25 0 4 0 519157725 519786496 81445 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=507604 CPUtime=702.3 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 90562 0 0 0 70199 31 0 0 25 0 4 0 519157725 519786496 81445 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=507604 CPUtime=698.49 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 122965 0 0 0 69802 47 0 0 25 0 4 0 519157726 519786496 81445 33554432000 4194304 4627427 140737463142048 18446744073709551615 4348160 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 507604

[startup+762.301 s]
/proc/loadavg: 8.23 7.94 7.57 9/184 564
/proc/meminfo: memFree=18538252/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=560892 CPUtime=3045.07 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 472820 0 0 0 304331 176 0 0 25 0 4 0 519157725 574353408 84526 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309287 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 140223 84526 389 106 0 135194 0
[pid=532/tid=533] ppid=530 vsize=560892 CPUtime=762.31 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 120568 0 0 0 76184 47 0 0 25 0 4 0 519157725 574353408 84526 33554432000 4194304 4627427 140737463142048 18446744073709551615 4332048 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=560892 CPUtime=762.29 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 94604 0 0 0 76197 32 0 0 25 0 4 0 519157725 574353408 84526 33554432000 4194304 4627427 140737463142048 18446744073709551615 4324294 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=560892 CPUtime=758.16 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 129411 0 0 0 75766 50 0 0 25 0 4 0 519157726 574353408 84526 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 560892

[startup+822.301 s]
/proc/loadavg: 8.16 7.97 7.60 9/184 566
/proc/meminfo: memFree=18443120/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=573492 CPUtime=3284.75 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 495129 0 0 0 328287 188 0 0 25 0 4 0 519157725 587255808 91832 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 143373 91832 389 106 0 138344 0
[pid=532/tid=533] ppid=530 vsize=573492 CPUtime=822.31 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 129263 0 0 0 82181 50 0 0 25 0 4 0 519157725 587255808 91833 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=573492 CPUtime=822.3 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 97053 0 0 0 82196 34 0 0 25 0 4 0 519157725 587255808 91833 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=573492 CPUtime=817.83 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 135227 0 0 0 81729 54 0 0 25 0 4 0 519157726 587255808 91833 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 573492

[startup+882.301 s]
/proc/loadavg: 8.06 7.97 7.62 9/184 567
/proc/meminfo: memFree=18427348/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=575704 CPUtime=3524.42 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 512572 0 0 0 352246 196 0 0 25 0 4 0 519157725 589520896 90739 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 143926 90739 389 106 0 138897 0
[pid=532/tid=533] ppid=530 vsize=575704 CPUtime=882.31 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 133991 0 0 0 88178 53 0 0 25 0 4 0 519157725 589520896 90739 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=575704 CPUtime=882.3 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 100032 0 0 0 88194 36 0 0 25 0 4 0 519157725 589520896 90739 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=575704 CPUtime=877.5 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 141507 0 0 0 87694 56 0 0 25 0 4 0 519157726 589520896 90739 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 575704

[startup+942.306 s]
/proc/loadavg: 8.02 7.97 7.64 9/184 569
/proc/meminfo: memFree=18373988/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=618308 CPUtime=3764.12 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 533120 0 0 0 376207 205 0 0 25 0 4 0 519157725 633147392 98925 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 154577 98925 389 106 0 149548 0
[pid=532/tid=533] ppid=530 vsize=618308 CPUtime=942.31 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 139217 0 0 0 94176 55 0 0 25 0 4 0 519157725 633147392 98925 33554432000 4194304 4627427 140737463142048 18446744073709551615 4321328 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=618308 CPUtime=942.3 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 102672 0 0 0 94192 38 0 0 25 0 4 0 519157725 633147392 98925 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=618308 CPUtime=937.19 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 147644 0 0 0 93660 59 0 0 25 0 4 0 519157726 633147392 98925 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 618308

[startup+1002.3 s]
/proc/loadavg: 8.00 7.97 7.66 9/184 570
/proc/meminfo: memFree=18375824/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=631240 CPUtime=4003.78 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 549391 0 0 0 400162 216 0 0 25 0 4 0 519157725 646389760 100540 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 157810 100540 389 106 0 152781 0
[pid=532/tid=533] ppid=530 vsize=631240 CPUtime=1002.31 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 142625 0 0 0 100174 57 0 0 25 0 4 0 519157725 646389760 100540 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=631240 CPUtime=1002.29 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 105385 0 0 0 100190 39 0 0 25 0 4 0 519157725 646389760 100540 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=631240 CPUtime=996.86 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 151721 0 0 0 99624 62 0 0 25 0 4 0 519157726 646389760 100540 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 631240

[startup+1062.3 s]
/proc/loadavg: 8.00 7.97 7.68 9/184 572
/proc/meminfo: memFree=18354096/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=566220 CPUtime=4243.45 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 565871 0 0 0 424121 224 0 0 25 0 4 0 519157725 579809280 103021 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 141555 103021 389 106 0 136526 0
[pid=532/tid=533] ppid=530 vsize=566220 CPUtime=1062.31 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 148247 0 0 0 106170 61 0 0 25 0 4 0 519157725 579809280 103021 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=566220 CPUtime=1062.3 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 108005 0 0 0 106189 41 0 0 25 0 4 0 519157725 579809280 103021 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=566220 CPUtime=1056.53 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 155570 0 0 0 105590 63 0 0 25 0 4 0 519157726 579809280 103021 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 566220

[startup+1122.3 s]
/proc/loadavg: 8.00 7.97 7.70 9/184 574
/proc/meminfo: memFree=18351732/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=566268 CPUtime=4483.13 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 585242 0 0 0 448079 234 0 0 25 0 4 0 519157725 579858432 107593 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 141567 107593 389 106 0 136538 0
[pid=532/tid=533] ppid=530 vsize=566268 CPUtime=1122.31 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 152661 0 0 0 112168 63 0 0 25 0 4 0 519157725 579858432 107593 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=566268 CPUtime=1122.29 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 111110 0 0 0 112186 43 0 0 25 0 4 0 519157725 579858432 107593 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=566268 CPUtime=1116.2 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 161423 0 0 0 111555 65 0 0 25 0 4 0 519157726 579858432 107593 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 566268

[startup+1182.3 s]
/proc/loadavg: 8.00 7.97 7.71 9/184 575
/proc/meminfo: memFree=18337076/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=603692 CPUtime=4722.81 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 604738 0 0 0 472037 244 0 0 25 0 4 0 519157725 618180608 107425 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 150923 107425 389 106 0 145894 0
[pid=532/tid=533] ppid=530 vsize=603692 CPUtime=1182.31 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 159286 0 0 0 118165 66 0 0 25 0 4 0 519157725 618180608 107425 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=603692 CPUtime=1182.3 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 113522 0 0 0 118185 45 0 0 25 0 4 0 519157725 618180608 107425 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=603692 CPUtime=1175.88 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 166401 0 0 0 117520 68 0 0 25 0 4 0 519157726 618180608 107425 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 603692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 7.97 7.72 9/184 576
/proc/meminfo: memFree=18336452/32950928 swapFree=67111528/67111528
[pid=532] ppid=530 vsize=590532 CPUtime=4800.31 cores=1,3,5,7
/proc/532/stat : 532 (strangenight2-m) R 530 532 499 0 -1 4202496 609286 0 0 0 479784 247 0 0 25 0 4 0 519157725 604704768 105386 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/532/statm: 147633 105386 389 106 0 142604 0
[pid=532/tid=533] ppid=530 vsize=590532 CPUtime=1201.72 cores=1,3,5,7
/proc/532/task/533/stat : 533 (strangenight2-m) R 530 532 499 0 -1 4202560 159873 0 0 0 120105 67 0 0 25 0 4 0 519157725 604704768 105386 33554432000 4194304 4627427 140737463142048 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=532/tid=534] ppid=530 vsize=590532 CPUtime=1201.7 cores=1,3,5,7
/proc/532/task/534/stat : 534 (strangenight2-m) R 530 532 499 0 -1 4202560 114051 0 0 0 120125 45 0 0 25 0 4 0 519157725 604704768 105386 33554432000 4194304 4627427 140737463142048 18446744073709551615 4332648 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=532/tid=535] ppid=530 vsize=590532 CPUtime=1195.17 cores=1,3,5,7
/proc/532/task/535/stat : 535 (strangenight2-m) R 530 532 499 0 -1 4202560 168645 0 0 0 119448 69 0 0 25 0 4 0 519157726 604704768 105386 33554432000 4194304 4627427 140737463142048 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 590532

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.37
CPU user time (s): 4797.88
CPU system time (s): 2.49462
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 708500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.88
system time used= 2.49462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 609287
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= 316
involuntary context switches= 17828

runsolver used 1.9767 second user time and 4.5933 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 13:13:01
IDJOB=3173995
IDBENCH=82813
IDSOLVER=1586
FILE ID=node125/3173995-1304075581
RUNJOBID= node125-1304075581-518
PBS_JOBID= 13170502
Free space on /tmp= 72764 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173995-1304075581/watcher-3173995-1304075581 -o /tmp/evaluation-result-3173995-1304075581/solver-3173995-1304075581 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173995-1304075581.cnf

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

MD5SUM BENCH= 12cee07ed764769ddb26400b2603221c
RANDOM SEED=121585096

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:      19210728 kB
Buffers:       2217740 kB
Cached:       10925296 kB
SwapCached:          0 kB
Active:        8423884 kB
Inactive:      4782692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19210728 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11804 kB
Writeback:           0 kB
AnonPages:       63240 kB
Mapped:          14720 kB
Slab:           467060 kB
PageTables:       5064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185464 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= 72752 MiB
End job on node125 at 2011-04-29 13:33:04