Trace number 3368579

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-1-mt (fixed)? (TO) 4800.36 1203.36

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S1950850246-038-UNKNOWN.cnf
MD5SUMa39a6d2f5fd934fd083663966cc58fff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.45987
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368579-1305397790.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.00/0.02	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.02	c -- vars added       1000
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.36/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.37
0.36/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
2.76/0.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.76/0.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.76/0.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2.76/0.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.76/0.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
2.76/0.78	c Finding binary XORs  T:     0.00 s  found:       0
2.76/0.78	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
2.76/0.78	c calculated reachability. Time: 0.00
2.76/0.78	c Calc default polars -  time:   0.01 s pos:     475 undec:      37 neg:     488
2.76/0.78	c =========================================================================================
2.76/0.78	c types(t): F = full restart, N = normal restart
2.76/0.78	c types(t): S = simplification begin/end, E = solution found
2.76/0.78	c restart types(rt): st = static, dy = dynamic
2.76/0.78	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.76/0.78	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
3.56/0.95	c  N dy    17      4036      1000     20000         0      4028    100000    499890     96.94    109.74  --
3.56/0.95	c  N dy    35      8052      1000     20000         0      5537    100000    494882     96.11    101.23  --
3.99/1.05	c  N dy    58     12143      1000     20000         0      5387    100000    323579     95.99    111.12  --
5.15/1.35	c  N dy    83     16176      1000     20000         0      9414    100000    805533     96.71    102.63  --
6.35/1.62	c  N dy   106     20295      1000     20000         0      7916    100000    487140     96.88    102.51  --
7.55/1.94	c  N dy   125     24380      1000     20000         0     11991    100000    972463     96.76    103.26  --
7.55/1.99	c  F st   128     25000      1000     20000         0     12608    100000   1041882     96.61   no data  --
9.53/2.42	c  N dy   134     30001      1000     20000         0     10784    100000    737873     96.61   no data  --
9.53/2.42	c  S st   134     30001      1000     20000         0     10784    100000    737873     96.61   no data  --
9.53/2.47	c  S st   134     30503      1000     20000         0     11286    100000    786625     96.61   no data  --
9.53/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.53/2.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.53/2.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.93/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.93/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.93/2.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.93/2.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.33/6.64	c lits-rem:      5844  cl-subs:       53  v-elim:      0  v-fix:    0  time: 16.37 s
27.08/6.81	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.70
27.08/6.81	c calculated reachability. Time: 0.00
27.08/6.81	c  N dy   134     30503      1000     20000         0     11233    100000    767646     96.61   no data  --
28.69/7.24	c  N dy   158     34718      1000     20000         0     15440    100000   1266566     96.56    102.05  --
29.88/7.59	c  N dy   178     38783      1000     20000         0     11618    100000    675632     96.35    101.53  --
31.48/7.97	c  N dy   201     42848      1000     20000         0     15678    100000   1150622     96.22    101.93  --
32.67/8.26	c  S st   215     45754      1000     20000         0      9640    100000    329846     96.01   no data  --
33.07/8.32	c  S st   215     46258      1000     20000         0     10144    100000    382598     96.01   no data  --
33.07/8.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.07/8.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.07/8.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
33.07/8.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.07/8.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.07/8.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
33.07/8.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.44/11.95	c lits-rem:      1132  cl-subs:        1  v-elim:      0  v-fix:    0  time: 14.34 s
47.44/11.95	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
47.44/11.96	c vivif2 --  cl tried    10143 cl shrink        0 lits rem          0 time: 0.02
47.86/12.09	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.53
47.86/12.09	c calculated reachability. Time: 0.00
47.86/12.09	c  N dy   215     46258      1000     20000         0     10143    100000    381226     96.01   no data  --
49.42/12.47	c  N dy   243     50463      1000     20000         0     14341    100000    886028     96.21    101.57  --
51.02/12.87	c  N dy   258     54550      1000     20000         0     18421    100000   1362219     95.96    101.70  --
52.65/13.26	c  N dy   280     58585      1000     20000         0     12493    100000    559686     95.92    103.34  --
54.21/13.67	c  N dy   304     62674      1000     20000         0     16577    100000   1048143     96.03    102.10  --
56.21/14.16	c  N dy   324     66968      1000     20000         0     20861    100000   1555857     95.94    103.37  --
57.40/14.42	c  S st   336     69387      1000     20000         0     12305    100000    417380     95.85    101.33  --
57.40/14.48	c  S st   336     69893      1000     20000         0     12811    100000    469612     95.85   no data  --
57.40/14.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.40/14.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.40/14.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
57.79/14.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.79/14.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.79/14.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
57.79/14.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
73.36/18.49	c lits-rem:      2052  cl-subs:       11  v-elim:      0  v-fix:    0  time: 15.86 s
73.36/18.49	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
73.36/18.49	c vivif2 --  cl tried    12800 cl shrink        0 lits rem          0 time: 0.02
74.18/18.68	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.73
74.18/18.68	c calculated reachability. Time: 0.00
74.18/18.68	c  N dy   336     69893      1000     20000         0     12800    100000    465013     95.85   no data  --
76.15/19.15	c  N dy   362     74580      1000     20000         0     17478    100000   1008851     95.78    101.55  --
78.57/19.71	c  N dy   395     79372      1000     20000         0     22265    100000   1575172     95.88    101.10  --
80.54/20.27	c  N dy   420     84522      1000     20000         0     15431    100000    679598     95.79    101.73  --
81.74/20.59	c  F st   440     87502      1000     20000         0     18408    100000   1026987     95.78   no data  --
83.37/20.95	c  N st   445     90799      1000     20000         0     21694    100000   1438332     95.78   no data  --
86.12/21.62	c  N dy   473     96602      1000     20000         0     14514    100000    467051     95.87    114.64  --
88.51/22.27	c  N dy   508    102869      1000     20000         0     20772    100000   1205312     95.80    101.61  --
89.31/22.49	c  S st   519    104839      1000     20000         0     22741    100000   1438196     95.79   no data  --
89.71/22.57	c  S st   519    105343      1000     20000         0     23245    100000   1492467     95.79   no data  --
89.71/22.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
89.71/22.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.71/22.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
90.11/22.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.11/22.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.11/22.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
90.11/22.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
118.07/29.70	c lits-rem:       673  cl-subs:       32  v-elim:      0  v-fix:    0  time: 28.07 s
118.07/29.71	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
118.48/29.72	c vivif2 --  cl tried    23213 cl shrink        0 lits rem          0 time: 0.06
119.63/30.01	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.14
119.63/30.01	c calculated reachability. Time: 0.00
119.63/30.01	c  N dy   519    105343      1000     20000         0     23213    100000   1484085     95.79   no data  --
122.87/30.82	c  N dy   558    112088      1000     20000         0     15974    100000    528001     95.85    102.52  --
126.02/31.62	c  N dy   603    119299      1000     20000         0     23174    100000   1389057     95.96    101.65  --
129.60/32.59	c  N dy   644    126917      1000     20000         0     15803    100000    396201     95.97    101.13  --
133.19/33.49	c  N dy   692    135030      1000     20000         0     23895    100000   1357869     96.08    101.38  --
137.98/34.68	c  N dy   748    143817      1000     20000         0     16701    100000    394275     96.19    103.35  --
141.97/35.69	c  N dy   804    152995      1000     20000         0     25861    100000   1493224     96.27    101.36  --
144.80/36.33	c  S st   827    158015      1000     20000         0     30872    100000   2087076     96.26     97.82  --
145.15/36.42	c  S st   827    158520      1000     20000         0     31377    100000   2140029     96.26   no data  --
145.15/36.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
145.15/36.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
145.15/36.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
145.55/36.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.55/36.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.55/36.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
145.55/36.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
197.05/49.42	c lits-rem:       850  cl-subs:       43  v-elim:      0  v-fix:    0  time: 51.40 s
197.05/49.42	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
197.05/49.45	c vivif2 --  cl tried    31334 cl shrink        0 lits rem          0 time: 0.09
198.62/49.81	c asymm  cl-useful: 0/18926/20000 lits-rem:0 time: 1.45
198.62/49.81	c calculated reachability. Time: 0.00
198.62/49.81	c  N dy   827    158520      1000     20000         0     31334    100000   2129180     96.26   no data  --
203.80/51.10	c  N dy   891    168749      1000     20000         0     24568    100000   1221121     96.29    102.97  --
209.79/52.67	c  N dy   952    179829      1000     20000         0     35631    100000   2527230     96.26    101.40  --
215.77/54.12	c  N dy  1011    191406      1000     20000         0     29219    100000   1653251     96.21    102.40  --
222.15/55.77	c  N dy  1081    203627      1000     20000         0     22450    100000    749659     96.20    107.42  --
228.93/57.40	c  N dy  1158    216682      1000     20000         0     35488    100000   2299587     96.26    101.68  --
235.71/59.17	c  N dy  1235    230794      1000     20000         0     29612    100000   1480072     96.25    101.92  --
239.70/60.12	c  S st  1274    237780      1000     20000         0     36586    100000   2311589     96.26   no data  --
240.11/60.22	c  S st  1274    238284      1000     20000         0     37090    100000   2363278     96.26   no data  --
240.11/60.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
240.11/60.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
240.11/60.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
240.51/60.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.51/60.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.51/60.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
240.51/60.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
309.12/77.52	c lits-rem:       829  cl-subs:       61  v-elim:      0  v-fix:    0  time: 68.45 s
309.12/77.52	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
309.12/77.54	c vivif2 --  cl tried    37029 cl shrink        0 lits rem          0 time: 0.09
309.12/77.57	c asymm  cl-useful: 0/1074/20000 lits-rem:0 time: 0.11
309.12/77.57	c calculated reachability. Time: 0.00
309.12/77.57	c  N dy  1274    238284      1000     20000         0     37029    100000   2347834     96.26   no data  --
317.10/79.59	c  N dy  1351    253818      1000     20000         0     31569    100000   1607129     96.24    101.31  --
326.67/81.99	c  N dy  1452    270102      1000     20000         0     25865    100000    821988     96.29    102.34  --
336.24/84.38	c  N dy  1549    287349      1000     20000         0     43082    100000   2874617     96.31    101.77  --
346.24/86.89	c  N dy  1656    305746      1000     20000         0     38492    100000   2218214     96.33    101.59  --
346.66/86.96	c  F st  1657    306250      1000     20000         0     38996    100000   2277753     96.32     91.72  --
357.79/89.74	c  N dy  1733    325294      1000     20000         0     34043    100000   1568072     96.29    101.90  --
370.15/92.80	c  N dy  1838    345371      1000     20000         0     29136    100000    867320     96.26    101.85  --
376.96/94.55	c  S st  1894    357427      1000     20000         0     41176    100000   2288386     96.21    102.04  --
377.38/94.67	c  S st  1894    357929      1000     20000         0     41678    100000   2341878     96.21   no data  --
377.38/94.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
377.38/94.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
377.73/94.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
377.73/94.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
377.73/94.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
377.73/94.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
377.73/94.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
443.19/111.14	c lits-rem:       860  cl-subs:       61  v-elim:      0  v-fix:    0  time: 65.16 s
443.19/111.15	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
443.19/111.17	c vivif2 --  cl tried    41617 cl shrink        0 lits rem          0 time: 0.10
444.74/111.55	c asymm  cl-useful: 0/15767/20000 lits-rem:0 time: 1.53
444.74/111.55	c calculated reachability. Time: 0.00
444.74/111.56	c  N dy  1894    357929      1000     20000         0     41617    100000   2326931     96.21   no data  --
457.91/114.87	c  N dy  2029    377968      1000     20000         0     35656    100000   1552156     96.31    101.90  --
471.07/118.16	c  N dy  2149    398098      1000     20000         0     28795    100000    616136     96.35    102.67  --
483.43/121.24	c  N dy  2264    418650      1000     20000         0     49308    100000   3051597     96.35    101.57  --
495.85/124.38	c  N dy  2384    438791      1000     20000         0     41470    100000   2022899     96.39    102.02  --
509.76/127.81	c  N dy  2486    458971      1000     20000         0     32674    100000    858522     96.36    101.45  --
522.53/131.04	c  N dy  2596    479021      1000     20000         0     52695    100000   3245344     96.35    102.40  --
536.09/134.49	c  N dy  2714    499025      1000     20000         0     42713    100000   1935239     96.34    101.90  --
552.06/138.47	c  N dy  2828    519086      1000     20000         0     31786    100000    529686     96.34    102.09  --
563.62/141.39	c  S st  2929    536893      1000     20000         0     49562    100000   2659757     96.35   no data  --
564.42/141.54	c  S st  2929    537394      1000     20000         0     50062    100000   2710970     96.35   no data  --
564.42/141.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
564.42/141.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
564.42/141.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
564.82/141.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
564.82/141.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
564.82/141.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
564.82/141.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
673.32/168.85	c lits-rem:       731  cl-subs:       53  v-elim:      0  v-fix:    0  time: 108.25 s
673.32/168.85	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
673.32/168.88	c vivif2 --  cl tried    50009 cl shrink        0 lits rem          0 time: 0.12
674.12/169.03	c asymm  cl-useful: 0/4233/20000 lits-rem:0 time: 0.59
674.12/169.03	c calculated reachability. Time: 0.00
674.12/169.03	c  N dy  2929    537394      1000     20000         0     50009    100000   2698045     96.35   no data  --
689.68/172.93	c  N dy  3032    557803      1000     20000         0     38441    100000   1211934     96.32    102.13  --
704.85/176.73	c  N dy  3150    577945      1000     20000         0     58562    100000   3621521     96.35    102.35  --
719.64/180.48	c  N dy  3256    598069      1000     20000         0     45693    100000   1971364     96.35    102.51  --
736.36/184.70	c  N dy  3374    618164      1000     20000         0     65758    100000   4373384     96.37    101.85  --
751.11/188.39	c  N dy  3489    638201      1000     20000         0     51804    100000   2580755     96.37    102.62  --
769.07/192.82	c  N dy  3604    658279      1000     20000         0     36909    100000    690650     96.39    101.87  --
783.44/196.45	c  N dy  3715    678320      1000     20000         0     56912    100000   3058864     96.38    104.03  --
800.98/200.81	c  N dy  3827    698403      1000     20000         0     41023    100000   1077200     96.39    101.68  --
816.54/204.76	c  N dy  3930    718517      1000     20000         0     61105    100000   3474109     96.38    103.27  --
834.49/209.26	c  N dy  4054    738576      1000     20000         0     44202    100000   1361679     96.42    102.84  --
851.29/213.49	c  N dy  4164    758623      1000     20000         0     64211    100000   3751798     96.43    102.02  --
869.99/218.11	c  N dy  4284    778778      1000     20000         0     46402    100000   1499864     96.44    101.56  --
887.95/222.63	c  N dy  4401    799297      1000     20000         0     66899    100000   3925282     96.44    101.77  --
895.17/224.44	c  S st  4445    806093      1000     20000         0     73684    100000   4746121     96.46    100.90  --
895.92/224.65	c  S st  4445    806597      1000     20000         0     74188    100000   4800695     96.46   no data  --
895.92/224.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
895.92/224.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
896.32/224.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
896.72/224.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
896.72/224.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
896.72/224.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
896.72/224.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3714.35/931.17	c lits-rem:      1084  cl-subs:      124  v-elim:      0  v-fix:    0  time: 2815.49 s
3714.35/931.17	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
3714.75/931.22	c vivif2 --  cl tried    74064 cl shrink        0 lits rem          0 time: 0.20
3716.79/931.71	c asymm  cl-useful: 0/10399/20000 lits-rem:0 time: 1.95
3716.79/931.71	c calculated reachability. Time: 0.00
3716.79/931.71	c  N dy  4445    806597      1000     20000         0     74064    100000   4770731     96.46   no data  --
3735.08/936.34	c  N dy  4571    826605      1000     20000         0     55091    100000   2416872     96.49    104.45  --
3756.63/941.74	c  N dy  4692    846607      1000     20000         0     75064    100000   4805099     96.51    103.75  --
3775.37/946.45	c  N dy  4806    866707      1000     20000         0     55182    100000   2326742     96.53    107.00  --
3797.32/951.93	c  N dy  4932    887178      1000     20000         0     75621    100000   4760084     96.55    103.06  --
3816.87/956.88	c  N dy  5058    907423      1000     20000         0     54899    100000   2190596     96.58    102.41  --
3838.02/962.13	c  N dy  5175    927480      1000     20000         0     74919    100000   4575561     96.60    104.40  --
3858.35/967.23	c  N dy  5283    947577      1000     20000         0     53053    100000   1846617     96.61    101.70  --
3878.73/972.32	c  N dy  5388    967733      1000     20000         0     73177    100000   4244134     96.60    101.82  --
3900.67/977.83	c  N dy  5505    987971      1000     20000         0     50456    100000   1415275     96.59    103.26  --
3920.19/982.77	c  N dy  5612   1008324      1000     20000         0     70780    100000   3845237     96.59    102.25  --
3943.73/988.68	c  N dy  5713   1028662      1000     20000         0     47150    100000    925133     96.57    102.08  --
3962.88/993.47	c  N dy  5839   1048727      1000     20000         0     67179    100000   3337464     96.60    101.71  --
3987.62/999.65	c  N dy  5960   1068815      1000     20000         0     87240    100000   5763694     96.63    101.90  --
3991.60/1000.68	c  F st  5978   1071875      1000     20000         0     45375    100000    598190     96.63   no data  --
4006.40/1004.38	c  N dy  6048   1088849      1000     20000         0     62301    100000   2649194     96.63    102.32  --
4029.50/1010.16	c  N dy  6166   1108936      1000     20000         0     82348    100000   5037336     96.64    102.86  --
4051.84/1015.75	c  N dy  6285   1129036      1000     20000         0     56504    100000   1823299     96.66    103.28  --
4072.98/1021.07	c  N dy  6405   1149156      1000     20000         0     76597    100000   4236616     96.68    102.71  --
4097.72/1027.24	c  N dy  6508   1169238      1000     20000         0     49726    100000    898302     96.67    103.60  --
4117.25/1032.13	c  N dy  6629   1189303      1000     20000         0     69749    100000   3284877     96.68    103.69  --
4142.02/1038.38	c  N dy  6742   1209332      1000     20000         0     89748    100000   5685488     96.68    105.47  --
4142.79/1038.59	c  S st  6747   1209895      1000     20000         0     90306    100000   5752353     96.68   no data  --
4143.99/1038.85	c  S st  6747   1210401      1000     20000         0     90812    100000   5807512     96.68   no data  --
4143.99/1038.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4143.99/1038.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4144.39/1038.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
4145.19/1039.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4145.19/1039.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4145.19/1039.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4145.19/1039.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368579-1305397790/watcher-3368579-1305397790 -o /tmp/evaluation-result-3368579-1305397790/solver-3368579-1305397790 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368579-1305397790.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: 6.37 7.77 7.82 2/327 20127
/proc/meminfo: memFree=23422996/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 413 0 0 0 1 0 0 0 22 0 4 0 632194640 52465664 353 33554432000 4194304 4650419 140735621702240 18446744073709551615 47670913304498 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 12809 353 303 112 0 7774 0
[pid=20127/tid=20128] ppid=20125 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 632194640 52465664 353 33554432000 4194304 4650419 140735621702240 18446744073709551615 47670913304496 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 632194640 52465664 353 33554432000 4194304 4650419 140735621702240 18446744073709551615 47670913304498 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 632194640 52465664 353 33554432000 4194304 4650419 140735621702240 18446744073709551615 270338440177 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0769321 s]
/proc/loadavg: 6.37 7.77 7.82 2/327 20127
/proc/meminfo: memFree=23422996/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=283624 CPUtime=0.27 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 2994 0 0 0 27 0 0 0 18 0 4 0 632194640 290430976 2901 33554432000 4194304 4650419 140735621702240 18446744073709551615 4370515 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 70906 2902 367 112 0 65871 0
[pid=20127/tid=20128] ppid=20125 vsize=283624 CPUtime=0.06 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 617 0 0 0 6 0 0 0 18 0 4 0 632194640 290430976 2902 33554432000 4194304 4650419 140735621702240 18446744073709551615 4370701 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=283624 CPUtime=0.07 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 611 0 0 0 7 0 0 0 18 0 4 0 632194640 290430976 2903 33554432000 4194304 4650419 140735621702240 18446744073709551615 270338044961 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=283624 CPUtime=0.06 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 718 0 0 0 6 0 0 0 25 0 4 0 632194640 290430976 2903 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 283624

[startup+0.100924 s]
/proc/loadavg: 6.37 7.77 7.82 2/327 20127
/proc/meminfo: memFree=23422996/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=283624 CPUtime=0.36 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 3103 0 0 0 36 0 0 0 18 0 4 0 632194640 290430976 3010 33554432000 4194304 4650419 140735621702240 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 70906 3010 367 112 0 65871 0
[pid=20127/tid=20128] ppid=20125 vsize=283624 CPUtime=0.09 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 636 0 0 0 9 0 0 0 18 0 4 0 632194640 290430976 3010 33554432000 4194304 4650419 140735621702240 18446744073709551615 4370570 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=283624 CPUtime=0.09 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 629 0 0 0 9 0 0 0 18 0 4 0 632194640 290430976 3010 33554432000 4194304 4650419 140735621702240 18446744073709551615 4370701 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=283624 CPUtime=0.08 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 771 0 0 0 8 0 0 0 25 0 4 0 632194640 290430976 3010 33554432000 4194304 4650419 140735621702240 18446744073709551615 4331089 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 283624

[startup+0.300888 s]
/proc/loadavg: 6.37 7.77 7.82 2/327 20127
/proc/meminfo: memFree=23422996/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=291976 CPUtime=1.17 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 8785 0 0 0 115 2 0 0 18 0 4 0 632194640 298983424 7750 33554432000 4194304 4650419 140735621702240 18446744073709551615 4329380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 72994 7750 389 112 0 67959 0
[pid=20127/tid=20128] ppid=20125 vsize=291976 CPUtime=0.28 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 2455 0 0 0 28 0 0 0 18 0 4 0 632194640 298983424 7750 33554432000 4194304 4650419 140735621702240 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=291976 CPUtime=0.28 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 2351 0 0 0 28 0 0 0 18 0 4 0 632194640 298983424 7750 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=291976 CPUtime=0.28 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 1190 0 0 0 28 0 0 0 25 0 4 0 632194640 298983424 7750 33554432000 4194304 4650419 140735621702240 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 291976

[startup+0.700808 s]
/proc/loadavg: 6.37 7.77 7.82 2/327 20127
/proc/meminfo: memFree=23422996/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=295444 CPUtime=2.76 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 12955 0 0 0 273 3 0 0 18 0 4 0 632194640 302534656 8850 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 73861 8850 391 112 0 68826 0
[pid=20127/tid=20128] ppid=20125 vsize=295444 CPUtime=0.68 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 3471 0 0 0 68 0 0 0 18 0 4 0 632194640 302534656 8850 33554432000 4194304 4650419 140735621702240 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=295444 CPUtime=0.68 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 3363 0 0 0 68 0 0 0 18 0 4 0 632194640 302534656 8850 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=295444 CPUtime=0.67 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 2326 0 0 0 67 0 0 0 25 0 4 0 632194640 302534656 8850 33554432000 4194304 4650419 140735621702240 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 295444

[startup+1.50065 s]
/proc/loadavg: 6.37 7.77 7.82 9/337 20140
/proc/meminfo: memFree=23285408/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=296984 CPUtime=5.95 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 21152 0 0 0 591 4 0 0 19 0 4 0 632194640 304111616 8137 33554432000 4194304 4650419 140735621702240 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 74246 8138 391 112 0 69211 0
[pid=20127/tid=20128] ppid=20125 vsize=296984 CPUtime=1.49 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 5454 0 0 0 148 1 0 0 20 0 4 0 632194640 304111616 8138 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=296984 CPUtime=1.49 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 5370 0 0 0 148 1 0 0 19 0 4 0 632194640 304111616 8138 33554432000 4194304 4650419 140735621702240 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=296984 CPUtime=1.47 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 4456 0 0 0 146 1 0 0 25 0 4 0 632194640 304111616 8138 33554432000 4194304 4650419 140735621702240 18446744073709551615 4333148 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 296984

[startup+3.10034 s]
/proc/loadavg: 6.37 7.77 7.82 9/337 20140
/proc/meminfo: memFree=23261104/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=297592 CPUtime=12.33 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 37262 0 0 0 1225 8 0 0 25 0 4 0 632194640 304734208 14264 33554432000 4194304 4650419 140735621702240 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 74398 14264 393 112 0 69363 0
[pid=20127/tid=20128] ppid=20125 vsize=297592 CPUtime=3.08 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 8543 0 0 0 306 2 0 0 25 0 4 0 632194640 304734208 14264 33554432000 4194304 4650419 140735621702240 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=297592 CPUtime=3.09 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 8577 0 0 0 307 2 0 0 24 0 4 0 632194640 304734208 14264 33554432000 4194304 4650419 140735621702240 18446744073709551615 4334008 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=297592 CPUtime=3.05 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 7697 0 0 0 304 1 0 0 25 0 4 0 632194640 304734208 14264 33554432000 4194304 4650419 140735621702240 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 297592

[startup+6.3007 s]
/proc/loadavg: 6.50 7.77 7.82 9/337 20140
/proc/meminfo: memFree=23152064/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=308416 CPUtime=25.09 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 55335 0 0 0 2497 12 0 0 25 0 4 0 632194640 315817984 30695 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 77104 30695 393 112 0 72069 0
[pid=20127/tid=20128] ppid=20125 vsize=308416 CPUtime=6.28 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 11223 0 0 0 626 2 0 0 25 0 4 0 632194640 315817984 30695 33554432000 4194304 4650419 140735621702240 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=308416 CPUtime=6.28 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 16330 0 0 0 625 3 0 0 25 0 4 0 632194640 315817984 30695 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=308416 CPUtime=6.21 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 15033 0 0 0 618 3 0 0 25 0 4 0 632194640 315817984 30695 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476527 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 308416

[startup+12.7004 s]
/proc/loadavg: 6.62 7.77 7.82 9/337 20140
/proc/meminfo: memFree=22958900/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=336388 CPUtime=50.62 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 84869 0 0 0 5042 20 0 0 25 0 4 0 632194640 344461312 38167 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 84097 38167 393 112 0 79062 0
[pid=20127/tid=20128] ppid=20125 vsize=336388 CPUtime=12.68 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 22269 0 0 0 1264 4 0 0 25 0 4 0 632194640 344461312 38167 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476185 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=336388 CPUtime=12.68 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 23044 0 0 0 1264 4 0 0 25 0 4 0 632194640 344461312 38167 33554432000 4194304 4650419 140735621702240 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=336388 CPUtime=12.55 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 23026 0 0 0 1248 7 0 0 25 0 4 0 632194640 344461312 38167 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 336388

[startup+25.5009 s]
/proc/loadavg: 7.07 7.82 7.83 9/337 20140
/proc/meminfo: memFree=22758328/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=337740 CPUtime=101.68 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 127467 0 0 0 10137 31 0 0 25 0 4 0 632194640 345845760 57632 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 84435 57632 393 112 0 79400 0
[pid=20127/tid=20128] ppid=20125 vsize=337740 CPUtime=25.48 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 33432 0 0 0 2542 6 0 0 25 0 4 0 632194640 345845760 57632 33554432000 4194304 4650419 140735621702240 18446744073709551615 4438939 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=337740 CPUtime=25.49 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 34191 0 0 0 2541 8 0 0 25 0 4 0 632194640 345845760 57632 33554432000 4194304 4650419 140735621702240 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=337740 CPUtime=25.2 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 32019 0 0 0 2511 9 0 0 25 0 4 0 632194640 345845760 57632 33554432000 4194304 4650419 140735621702240 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 337740

[startup+51.1008 s]
/proc/loadavg: 7.38 7.83 7.83 9/337 20141
/proc/meminfo: memFree=22590952/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=435180 CPUtime=203.8 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 181253 0 0 0 20333 47 0 0 25 0 4 0 632194640 445624320 73104 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 108795 73104 393 112 0 103760 0
[pid=20127/tid=20128] ppid=20125 vsize=435180 CPUtime=51.08 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 39986 0 0 0 5100 8 0 0 25 0 4 0 632194640 445624320 73104 33554432000 4194304 4650419 140735621702240 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=435180 CPUtime=51.09 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 47808 0 0 0 5098 11 0 0 25 0 4 0 632194640 445624320 73104 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=435180 CPUtime=50.53 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 57580 0 0 0 5034 19 0 0 25 0 4 0 632194640 445624320 73104 33554432000 4194304 4650419 140735621702240 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 435180

[startup+102.313 s]
/proc/loadavg: 7.78 7.87 7.84 9/337 20142
/proc/meminfo: memFree=22491844/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=583508 CPUtime=408.09 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 299992 0 0 0 40725 84 0 0 25 0 4 0 632194640 597512192 91813 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 145877 91813 393 112 0 140842 0
[pid=20127/tid=20128] ppid=20125 vsize=583508 CPUtime=102.29 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 68318 0 0 0 10212 17 0 0 25 0 4 0 632194640 597512192 91813 33554432000 4194304 4650419 140735621702240 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=583508 CPUtime=102.3 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 73973 0 0 0 10211 19 0 0 25 0 4 0 632194640 597512192 91813 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=583508 CPUtime=101.17 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 99070 0 0 0 10086 31 0 0 25 0 4 0 632194640 597512192 91813 33554432000 4194304 4650419 140735621702240 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 583508

[startup+162.301 s]

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

[pid=20127] ppid=20125 vsize=837864 CPUtime=2801.6 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 946610 0 0 0 279835 325 0 0 25 0 4 0 632194640 857972736 144219 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 209466 144220 393 112 0 204431 0
[pid=20127/tid=20128] ppid=20125 vsize=837864 CPUtime=702.3 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 143633 0 0 0 70175 55 0 0 25 0 4 0 632194640 857972736 144220 33554432000 4194304 4650419 140735621702240 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=837864 CPUtime=702.31 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 331157 0 0 0 70097 134 0 0 25 0 4 0 632194640 857972736 144220 33554432000 4194304 4650419 140735621702240 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=837864 CPUtime=694.65 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 264887 0 0 0 69376 89 0 0 25 0 4 0 632194640 857972736 144220 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.6
Current children cumulated vsize (KiB) 837864

[startup+762.313 s]
/proc/loadavg: 8.18 8.10 7.96 9/337 20160
/proc/meminfo: memFree=21642312/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=1004736 CPUtime=3041 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1008043 0 0 0 303758 342 0 0 25 0 4 0 632194640 1028849664 168739 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 251184 168739 393 112 0 246149 0
[pid=20127/tid=20128] ppid=20125 vsize=1004736 CPUtime=762.31 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 156581 0 0 0 76168 63 0 0 25 0 4 0 632194640 1028849664 168739 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=1004736 CPUtime=762.32 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 357241 0 0 0 76092 140 0 0 25 0 4 0 632194640 1028849664 168739 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=1004736 CPUtime=754.01 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 273222 0 0 0 75311 90 0 0 25 0 4 0 632194640 1028849664 168739 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041
Current children cumulated vsize (KiB) 1004736

[startup+822.301 s]
/proc/loadavg: 8.17 8.11 7.97 9/337 20162
/proc/meminfo: memFree=21690624/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=954892 CPUtime=3280.31 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1053776 0 0 0 327673 358 0 0 25 0 4 0 632194640 977809408 167224 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 238723 167224 393 112 0 233688 0
[pid=20127/tid=20128] ppid=20125 vsize=954892 CPUtime=822.31 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 172398 0 0 0 82156 75 0 0 25 0 4 0 632194640 977809408 167224 33554432000 4194304 4650419 140735621702240 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=954892 CPUtime=822.32 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 363812 0 0 0 82090 142 0 0 25 0 4 0 632194640 977809408 167224 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=954892 CPUtime=813.35 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 282666 0 0 0 81244 91 0 0 25 0 4 0 632194640 977809408 167224 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.31
Current children cumulated vsize (KiB) 954892

[startup+882.301 s]
/proc/loadavg: 8.17 8.12 7.99 9/337 20163
/proc/meminfo: memFree=21644944/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=1005932 CPUtime=3519.66 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1093943 0 0 0 351598 368 0 0 25 0 4 0 632194640 1030074368 167957 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 251483 167957 393 112 0 246448 0
[pid=20127/tid=20128] ppid=20125 vsize=1005932 CPUtime=882.31 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 182284 0 0 0 88150 81 0 0 25 0 4 0 632194640 1030074368 167957 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=1005932 CPUtime=882.33 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 370308 0 0 0 88090 143 0 0 25 0 4 0 632194640 1030074368 167957 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=1005932 CPUtime=872.69 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 291558 0 0 0 87177 92 0 0 25 0 4 0 632194640 1030074368 167957 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.66
Current children cumulated vsize (KiB) 1005932

[startup+942.301 s]
/proc/loadavg: 8.12 8.11 7.99 9/337 20165
/proc/meminfo: memFree=21600128/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=1006148 CPUtime=3759.03 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1124771 0 0 0 375528 375 0 0 25 0 4 0 632194640 1030295552 171248 33554432000 4194304 4650419 140735621702240 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 251537 171248 393 112 0 246502 0
[pid=20127/tid=20128] ppid=20125 vsize=1006148 CPUtime=942.31 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 182284 0 0 0 94150 81 0 0 25 0 4 0 632194640 1030295552 171248 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=1006148 CPUtime=942.32 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 376895 0 0 0 94089 143 0 0 25 0 4 0 632194640 1030295552 171248 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=1006148 CPUtime=932.05 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 300930 0 0 0 93111 94 0 0 25 0 4 0 632194640 1030295552 171248 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.03
Current children cumulated vsize (KiB) 1006148

[startup+1002.3 s]
/proc/loadavg: 8.16 8.12 8.00 9/337 20166
/proc/meminfo: memFree=21592624/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=958808 CPUtime=3998.38 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1168857 0 0 0 399441 397 0 0 25 0 4 0 632194640 981819392 168989 33554432000 4194304 4650419 140735621702240 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 239702 168989 393 112 0 234667 0
[pid=20127/tid=20128] ppid=20125 vsize=958808 CPUtime=1002.31 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 182284 0 0 0 100150 81 0 0 25 0 4 0 632194640 981819392 168989 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=958808 CPUtime=1002.33 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 383783 0 0 0 100089 144 0 0 25 0 4 0 632194640 981819392 168989 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=958808 CPUtime=991.39 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 310555 0 0 0 99044 95 0 0 25 0 4 0 632194640 981819392 168989 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.38
Current children cumulated vsize (KiB) 958808

[startup+1062.3 s]
/proc/loadavg: 8.10 8.11 8.00 9/337 20168
/proc/meminfo: memFree=21524008/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=1007772 CPUtime=4237.73 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1202427 0 0 0 423364 409 0 0 25 0 4 0 632194640 1031958528 178237 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 251943 178237 393 112 0 246908 0
[pid=20127/tid=20128] ppid=20125 vsize=1007772 CPUtime=1062.31 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 182284 0 0 0 106150 81 0 0 25 0 4 0 632194640 1031958528 178237 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=1007772 CPUtime=1062.33 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 390967 0 0 0 106088 145 0 0 25 0 4 0 632194640 1031958528 178237 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=1007772 CPUtime=1050.74 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 320689 0 0 0 104978 96 0 0 25 0 4 0 632194640 1031958528 178237 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.73
Current children cumulated vsize (KiB) 1007772

[startup+1122.3 s]
/proc/loadavg: 8.08 8.10 8.00 9/337 20170
/proc/meminfo: memFree=21445584/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=1007772 CPUtime=4477.09 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1218753 0 0 0 447297 412 0 0 25 0 4 0 632194640 1031958528 178210 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 251943 178210 393 112 0 246908 0
[pid=20127/tid=20128] ppid=20125 vsize=1007772 CPUtime=1122.32 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 182284 0 0 0 112151 81 0 0 25 0 4 0 632194640 1031958528 178210 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=1007772 CPUtime=1122.33 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 397902 0 0 0 112087 146 0 0 25 0 4 0 632194640 1031958528 178210 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=1007772 CPUtime=1110.09 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 330080 0 0 0 110911 98 0 0 25 0 4 0 632194640 1031958528 178210 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.09
Current children cumulated vsize (KiB) 1007772

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.01 9/337 20171
/proc/meminfo: memFree=21413528/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=1007772 CPUtime=4716.45 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1235697 0 0 0 471230 415 0 0 25 0 4 0 632194640 1031958528 178145 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 251943 178145 393 112 0 246908 0
[pid=20127/tid=20128] ppid=20125 vsize=1007772 CPUtime=1182.32 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 182284 0 0 0 118151 81 0 0 25 0 4 0 632194640 1031958528 178145 33554432000 4194304 4650419 140735621702240 18446744073709551615 4440791 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=1007772 CPUtime=1182.34 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 405201 0 0 0 118086 148 0 0 25 0 4 0 632194640 1031958528 178145 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=1007772 CPUtime=1169.44 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 339725 0 0 0 116845 99 0 0 25 0 4 0 632194640 1031958528 178145 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.45
Current children cumulated vsize (KiB) 1007772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.14 8.12 8.01 6/336 20173
/proc/meminfo: memFree=22117464/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=969552 CPUtime=4800.29 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1248836 0 0 0 479609 420 0 0 25 0 4 0 632194640 992821248 180679 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 242388 180679 393 112 0 237353 0
[pid=20127/tid=20128] ppid=20125 vsize=969552 CPUtime=1203.35 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 189586 0 0 0 120249 86 0 0 25 0 4 0 632194640 992821248 180681 33554432000 4194304 4650419 140735621702240 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=969552 CPUtime=1203.36 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 407477 0 0 0 120188 148 0 0 25 0 4 0 632194640 992821248 180681 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=969552 CPUtime=1190.21 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 343288 0 0 0 118922 99 0 0 25 0 4 0 632194640 992821248 180681 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 969552

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

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

[startup+1203.3 s]
/proc/loadavg: 8.14 8.12 8.01 6/336 20173
/proc/meminfo: memFree=22117464/32951124 swapFree=59367104/67111528
[pid=20127] ppid=20125 vsize=969552 CPUtime=4800.29 cores=1,3,5,7
/proc/20127/stat : 20127 (strangenight1-m) R 20125 20127 20095 0 -1 4202496 1248836 0 0 0 479609 420 0 0 25 0 4 0 632194640 992821248 180679 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20127/statm: 242388 180679 393 112 0 237353 0
[pid=20127/tid=20128] ppid=20125 vsize=969552 CPUtime=1203.35 cores=1,3,5,7
/proc/20127/task/20128/stat : 20128 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 189586 0 0 0 120249 86 0 0 25 0 4 0 632194640 992821248 180681 33554432000 4194304 4650419 140735621702240 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20127/tid=20129] ppid=20125 vsize=969552 CPUtime=1203.36 cores=1,3,5,7
/proc/20127/task/20129/stat : 20129 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 407477 0 0 0 120188 148 0 0 25 0 4 0 632194640 992821248 180681 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20127/tid=20130] ppid=20125 vsize=969552 CPUtime=1190.21 cores=1,3,5,7
/proc/20127/task/20130/stat : 20130 (strangenight1-m) R 20125 20127 20095 0 -1 4202560 343288 0 0 0 118922 99 0 0 25 0 4 0 632194640 992821248 180681 33554432000 4194304 4650419 140735621702240 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 969552

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.36
CPU time (s): 4800.36
CPU user time (s): 4796.13
CPU system time (s): 4.23536
CPU usage (%): 398.913
Max. virtual memory (cumulated for all children) (KiB): 1007772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.13
system time used= 4.23536
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1248839
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= 1006
involuntary context switches= 33344

runsolver used 3.56346 second user time and 9.59354 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-14 20:29:50
IDJOB=3368579
IDBENCH=82588
IDSOLVER=1846
FILE ID=node143/3368579-1305397790
RUNJOBID= node143-1305397790-20114
PBS_JOBID= 13324468
Free space on /tmp= 73416 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S1950850246-038-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368579-1305397790/watcher-3368579-1305397790 -o /tmp/evaluation-result-3368579-1305397790/solver-3368579-1305397790 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368579-1305397790.cnf

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

MD5SUM BENCH= a39a6d2f5fd934fd083663966cc58fff
RANDOM SEED=927316008

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23423276 kB
Buffers:        138844 kB
Cached:         639424 kB
SwapCached:      67336 kB
Active:          78864 kB
Inactive:      9223572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23423276 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:            7576 kB
Writeback:           0 kB
AnonPages:     8457668 kB
Mapped:          21704 kB
Slab:           105272 kB
PageTables:      53184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69939416 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= 73404 MiB
End job on node143 at 2011-05-14 20:49:56