Trace number 3174970

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? (TO) 4800.32 1201.75

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174970-1304063099.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.02/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.02/0.01	c -- vars added       1000
0.02/0.01	c Parsing time:  0.03 s
0.02/0.01	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.39/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.37
0.39/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.39/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.39/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.39/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.39/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.38/0.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1.38/0.91	c Finding binary XORs  T:     0.00 s  found:       0
1.38/0.91	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
1.38/0.91	c calculated reachability. Time: 0.00
1.38/0.91	c Calc default polars -  time:   0.00 s pos:     475 undec:      37 neg:     488
1.38/0.91	c =========================================================================================
1.38/0.91	c types(t): F = full restart, N = normal restart
1.38/0.91	c types(t): S = simplification begin/end, E = solution found
1.38/0.91	c restart types(rt): st = static, dy = dynamic
1.38/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.38/0.91	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
1.38/0.91	c  N dy    17      4036      1000     20000         0      4028    100000    499890     96.94    109.74  --
1.38/0.91	c  N dy    35      8052      1000     20000         0      5537    100000    494882     96.11    101.23  --
3.97/1.00	c  N dy    58     12143      1000     20000         0      5387    100000    323579     95.99    111.12  --
5.17/1.30	c  N dy    83     16176      1000     20000         0      9414    100000    805533     96.71    102.63  --
6.38/1.61	c  N dy   106     20295      1000     20000         0      7916    100000    487140     96.88    102.51  --
7.56/1.93	c  N dy   125     24380      1000     20000         0     11991    100000    972463     96.76    103.26  --
7.56/1.98	c  F st   128     25000      1000     20000         0     12608    100000   1041882     96.61   no data  --
9.57/2.41	c  N dy   134     30001      1000     20000         0     10784    100000    737873     96.61   no data  --
9.57/2.41	c  S st   134     30001      1000     20000         0     10784    100000    737873     96.61   no data  --
9.57/2.46	c  S st   134     30503      1000     20000         0     11286    100000    786625     96.61   no data  --
9.57/2.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.57/2.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.57/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.96/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.96/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.74/6.76	c lits-rem:      5844  cl-subs:       53  v-elim:      0  v-fix:    0  time: 16.92 s
27.54/6.93	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.70
27.54/6.93	c calculated reachability. Time: 0.00
27.54/6.93	c  N dy   134     30503      1000     20000         0     11233    100000    767646     96.61   no data  --
29.13/7.35	c  N dy   158     34718      1000     20000         0     15440    100000   1266566     96.56    102.05  --
30.73/7.70	c  N dy   178     38783      1000     20000         0     11618    100000    675632     96.35    101.53  --
31.94/8.08	c  N dy   201     42848      1000     20000         0     15678    100000   1150622     96.22    101.93  --
33.15/8.37	c  S st   215     45754      1000     20000         0      9640    100000    329846     96.01   no data  --
33.53/8.42	c  S st   215     46258      1000     20000         0     10144    100000    382598     96.01   no data  --
33.53/8.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.53/8.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.53/8.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
33.53/8.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.53/8.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.53/8.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
33.53/8.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.71/12.29	c lits-rem:      1132  cl-subs:        1  v-elim:      0  v-fix:    0  time: 15.29 s
48.71/12.29	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
48.71/12.29	c vivif2 --  cl tried    10143 cl shrink        0 lits rem          0 time: 0.02
49.50/12.42	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.53
49.50/12.42	c calculated reachability. Time: 0.00
49.50/12.42	c  N dy   215     46258      1000     20000         0     10143    100000    381226     96.01   no data  --
51.11/12.80	c  N dy   243     50463      1000     20000         0     14341    100000    886028     96.21    101.57  --
52.70/13.20	c  N dy   258     54550      1000     20000         0     18421    100000   1362219     95.96    101.70  --
54.30/13.60	c  N dy   280     58585      1000     20000         0     12493    100000    559686     95.92    103.34  --
55.90/14.00	c  N dy   304     62674      1000     20000         0     16577    100000   1048143     96.03    102.10  --
57.50/14.49	c  N dy   324     66968      1000     20000         0     20861    100000   1555857     95.94    103.37  --
58.69/14.75	c  S st   336     69387      1000     20000         0     12305    100000    417380     95.85    101.33  --
59.11/14.81	c  S st   336     69893      1000     20000         0     12811    100000    469612     95.85   no data  --
59.11/14.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.11/14.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.11/14.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
59.11/14.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.11/14.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.11/14.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
59.11/14.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.27/19.10	c lits-rem:      2052  cl-subs:       11  v-elim:      0  v-fix:    0  time: 17.02 s
76.27/19.10	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
76.27/19.11	c vivif2 --  cl tried    12800 cl shrink        0 lits rem          0 time: 0.02
76.69/19.29	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.72
76.69/19.29	c calculated reachability. Time: 0.00
76.69/19.29	c  N dy   336     69893      1000     20000         0     12800    100000    465013     95.85   no data  --
78.67/19.76	c  N dy   362     74580      1000     20000         0     17478    100000   1008851     95.78    101.55  --
81.08/20.32	c  N dy   395     79372      1000     20000         0     22265    100000   1575172     95.88    101.10  --
83.06/20.87	c  N dy   420     84522      1000     20000         0     15431    100000    679598     95.79    101.73  --
84.25/21.19	c  F st   440     87502      1000     20000         0     18408    100000   1026987     95.78   no data  --
85.87/21.54	c  N st   445     90799      1000     20000         0     21694    100000   1438332     95.78   no data  --
88.65/22.21	c  N dy   473     96602      1000     20000         0     14514    100000    467051     95.87    114.64  --
91.05/22.86	c  N dy   508    102869      1000     20000         0     20772    100000   1205312     95.80    101.61  --
91.85/23.08	c  S st   519    104839      1000     20000         0     22741    100000   1438196     95.79   no data  --
92.25/23.16	c  S st   519    105343      1000     20000         0     23245    100000   1492467     95.79   no data  --
92.25/23.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
92.25/23.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.25/23.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
92.65/23.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.65/23.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.65/23.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
92.65/23.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.40/30.42	c lits-rem:       673  cl-subs:       32  v-elim:      0  v-fix:    0  time: 28.66 s
121.40/30.43	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
121.40/30.44	c vivif2 --  cl tried    23213 cl shrink        0 lits rem          0 time: 0.06
122.60/30.73	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.13
122.60/30.73	c calculated reachability. Time: 0.00
122.60/30.73	c  N dy   519    105343      1000     20000         0     23213    100000   1484085     95.79   no data  --
125.80/31.54	c  N dy   558    112088      1000     20000         0     15974    100000    528001     95.85    102.52  --
129.00/32.33	c  N dy   603    119299      1000     20000         0     23174    100000   1389057     95.96    101.65  --
132.59/33.29	c  N dy   644    126917      1000     20000         0     15803    100000    396201     95.97    101.13  --
136.19/34.19	c  N dy   692    135030      1000     20000         0     23895    100000   1357869     96.08    101.38  --
140.98/35.37	c  N dy   748    143817      1000     20000         0     16701    100000    394275     96.19    103.35  --
144.97/36.36	c  N dy   804    152995      1000     20000         0     25861    100000   1493224     96.27    101.36  --
147.77/37.00	c  S st   827    158015      1000     20000         0     30872    100000   2087076     96.26     97.82  --
147.77/37.09	c  S st   827    158520      1000     20000         0     31377    100000   2140029     96.26   no data  --
148.17/37.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
148.17/37.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
148.17/37.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
148.17/37.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
148.17/37.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
148.17/37.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
148.17/37.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
201.29/50.41	c lits-rem:       850  cl-subs:       43  v-elim:      0  v-fix:    0  time: 52.74 s
201.29/50.41	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
201.29/50.44	c vivif2 --  cl tried    31334 cl shrink        0 lits rem          0 time: 0.09
202.89/50.82	c asymm  cl-useful: 0/18926/20000 lits-rem:0 time: 1.53
202.89/50.82	c calculated reachability. Time: 0.00
202.89/50.82	c  N dy   827    158520      1000     20000         0     31334    100000   2129180     96.26   no data  --
208.09/52.16	c  N dy   891    168749      1000     20000         0     24568    100000   1221121     96.29    102.97  --
214.07/53.69	c  N dy   952    179829      1000     20000         0     35631    100000   2527230     96.26    101.40  --
220.06/55.10	c  N dy  1011    191406      1000     20000         0     29219    100000   1653251     96.21    102.40  --
226.48/56.72	c  N dy  1081    203627      1000     20000         0     22450    100000    749659     96.20    107.42  --
232.85/58.35	c  N dy  1158    216682      1000     20000         0     35488    100000   2299587     96.26    101.68  --
240.03/60.12	c  N dy  1235    230794      1000     20000         0     29612    100000   1480072     96.25    101.92  --
243.65/61.07	c  S st  1274    237780      1000     20000         0     36586    100000   2311589     96.26   no data  --
244.05/61.17	c  S st  1274    238284      1000     20000         0     37090    100000   2363278     96.26   no data  --
244.05/61.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
244.05/61.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
244.43/61.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
244.43/61.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.43/61.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.43/61.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
244.43/61.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
314.74/78.85	c lits-rem:       829  cl-subs:       61  v-elim:      0  v-fix:    0  time: 70.08 s
314.74/78.85	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
314.74/78.88	c vivif2 --  cl tried    37029 cl shrink        0 lits rem          0 time: 0.09
315.13/78.90	c asymm  cl-useful: 0/1074/20000 lits-rem:0 time: 0.10
315.13/78.90	c calculated reachability. Time: 0.00
315.13/78.90	c  N dy  1274    238284      1000     20000         0     37029    100000   2347834     96.26   no data  --
323.14/80.93	c  N dy  1351    253818      1000     20000         0     31569    100000   1607129     96.24    101.31  --
332.71/83.33	c  N dy  1452    270102      1000     20000         0     25865    100000    821988     96.29    102.34  --
341.89/85.68	c  N dy  1549    287349      1000     20000         0     43082    100000   2874617     96.31    101.77  --
352.28/88.21	c  N dy  1656    305746      1000     20000         0     38492    100000   2218214     96.33    101.59  --
352.28/88.29	c  F st  1657    306250      1000     20000         0     38996    100000   2277753     96.32     91.72  --
363.46/91.06	c  N dy  1733    325294      1000     20000         0     34043    100000   1568072     96.29    101.90  --
375.87/94.13	c  N dy  1838    345371      1000     20000         0     29136    100000    867320     96.26    101.85  --
382.64/95.89	c  S st  1894    357427      1000     20000         0     41176    100000   2288386     96.21    102.04  --
383.44/96.00	c  S st  1894    357929      1000     20000         0     41678    100000   2341878     96.21   no data  --
383.44/96.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
383.44/96.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
383.44/96.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
383.84/96.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
383.84/96.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
383.84/96.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
383.84/96.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
450.17/112.78	c lits-rem:       860  cl-subs:       61  v-elim:      0  v-fix:    0  time: 66.48 s
450.17/112.78	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
450.57/112.81	c vivif2 --  cl tried    41617 cl shrink        0 lits rem          0 time: 0.10
451.75/113.19	c asymm  cl-useful: 0/15767/20000 lits-rem:0 time: 1.53
451.75/113.19	c calculated reachability. Time: 0.00
451.75/113.19	c  N dy  1894    357929      1000     20000         0     41617    100000   2326931     96.21   no data  --
464.93/116.47	c  N dy  2029    377968      1000     20000         0     35656    100000   1552156     96.31    101.90  --
478.11/119.74	c  N dy  2149    398098      1000     20000         0     28795    100000    616136     96.35    102.67  --
490.49/122.82	c  N dy  2264    418650      1000     20000         0     49308    100000   3051597     96.35    101.57  --
503.29/126.01	c  N dy  2384    438791      1000     20000         0     41470    100000   2022899     96.39    102.02  --
516.85/129.46	c  N dy  2486    458971      1000     20000         0     32674    100000    858522     96.36    101.45  --
530.44/132.81	c  N dy  2596    479021      1000     20000         0     52695    100000   3245344     96.35    102.40  --
544.42/136.33	c  N dy  2714    499025      1000     20000         0     42713    100000   1935239     96.34    101.90  --
560.42/140.33	c  N dy  2828    519086      1000     20000         0     31786    100000    529686     96.34    102.09  --
571.98/143.25	c  S st  2929    536893      1000     20000         0     49562    100000   2659757     96.35   no data  --
572.78/143.40	c  S st  2929    537394      1000     20000         0     50062    100000   2710970     96.35   no data  --
572.78/143.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
572.78/143.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
572.78/143.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
573.19/143.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
573.19/143.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
573.19/143.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
573.19/143.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
682.63/170.95	c lits-rem:       731  cl-subs:       53  v-elim:      0  v-fix:    0  time: 109.38 s
682.63/170.95	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
682.63/170.98	c vivif2 --  cl tried    50009 cl shrink        0 lits rem          0 time: 0.11
683.45/171.13	c asymm  cl-useful: 0/4233/20000 lits-rem:0 time: 0.59
683.45/171.13	c calculated reachability. Time: 0.00
683.45/171.13	c  N dy  2929    537394      1000     20000         0     50009    100000   2698045     96.35   no data  --
699.00/175.02	c  N dy  3032    557803      1000     20000         0     38441    100000   1211934     96.32    102.13  --
714.20/178.81	c  N dy  3150    577945      1000     20000         0     58562    100000   3621521     96.35    102.35  --
728.96/182.57	c  N dy  3256    598069      1000     20000         0     45693    100000   1971364     96.35    102.51  --
746.14/186.82	c  N dy  3374    618164      1000     20000         0     65758    100000   4373384     96.37    101.85  --
760.92/190.50	c  N dy  3489    638201      1000     20000         0     51804    100000   2580755     96.37    102.62  --
778.50/194.93	c  N dy  3604    658279      1000     20000         0     36909    100000    690650     96.39    101.87  --
792.89/198.56	c  N dy  3715    678320      1000     20000         0     56912    100000   3058864     96.38    104.03  --
810.47/202.93	c  N dy  3827    698403      1000     20000         0     41023    100000   1077200     96.39    101.68  --
826.03/206.87	c  N dy  3930    718517      1000     20000         0     61105    100000   3474109     96.38    103.27  --
844.40/211.42	c  N dy  4054    738576      1000     20000         0     44202    100000   1361679     96.42    102.84  --
861.18/215.67	c  N dy  4164    758623      1000     20000         0     64211    100000   3751798     96.43    102.02  --
879.55/220.27	c  N dy  4284    778778      1000     20000         0     46402    100000   1499864     96.44    101.56  --
897.93/224.81	c  N dy  4401    799297      1000     20000         0     66899    100000   3925282     96.44    101.77  --
905.12/226.63	c  S st  4445    806093      1000     20000         0     73684    100000   4746121     96.46    100.90  --
905.92/226.84	c  S st  4445    806597      1000     20000         0     74188    100000   4800695     96.46   no data  --
905.92/226.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
905.92/226.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
906.32/226.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
906.72/227.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
906.72/227.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
906.72/227.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
906.72/227.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3735.67/935.22	c lits-rem:      1084  cl-subs:      124  v-elim:      0  v-fix:    0  time: 2826.86 s
3735.67/935.22	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
3735.67/935.27	c vivif2 --  cl tried    74064 cl shrink        0 lits rem          0 time: 0.20
3737.66/935.77	c asymm  cl-useful: 0/10399/20000 lits-rem:0 time: 1.99
3737.66/935.78	c calculated reachability. Time: 0.00
3737.66/935.78	c  N dy  4445    806597      1000     20000         0     74064    100000   4770731     96.46   no data  --
3756.03/940.39	c  N dy  4571    826605      1000     20000         0     55091    100000   2416872     96.49    104.45  --
3777.61/945.77	c  N dy  4692    846607      1000     20000         0     75064    100000   4805099     96.51    103.75  --
3796.38/950.47	c  N dy  4806    866707      1000     20000         0     55182    100000   2326742     96.53    107.00  --
3818.36/955.95	c  N dy  4932    887178      1000     20000         0     75621    100000   4760084     96.55    103.06  --
3837.95/960.89	c  N dy  5058    907423      1000     20000         0     54899    100000   2190596     96.58    102.41  --
3859.10/966.12	c  N dy  5175    927480      1000     20000         0     74919    100000   4575561     96.60    104.40  --
3879.47/971.20	c  N dy  5283    947577      1000     20000         0     53053    100000   1846617     96.61    101.70  --
3899.86/976.31	c  N dy  5388    967733      1000     20000         0     73177    100000   4244134     96.60    101.82  --
3921.83/981.81	c  N dy  5505    987971      1000     20000         0     50456    100000   1415275     96.59    103.26  --
3941.39/986.73	c  N dy  5612   1008324      1000     20000         0     70780    100000   3845237     96.59    102.25  --
3964.96/992.64	c  N dy  5713   1028662      1000     20000         0     47150    100000    925133     96.57    102.08  --
3984.12/997.42	c  N dy  5839   1048727      1000     20000         0     67179    100000   3337464     96.60    101.71  --
4008.89/1003.61	c  N dy  5960   1068815      1000     20000         0     87240    100000   5763694     96.63    101.90  --
4012.89/1004.64	c  F st  5978   1071875      1000     20000         0     45375    100000    598190     96.63   no data  --
4027.67/1008.34	c  N dy  6048   1088849      1000     20000         0     62301    100000   2649194     96.63    102.32  --
4050.83/1014.10	c  N dy  6166   1108936      1000     20000         0     82348    100000   5037336     96.64    102.86  --
4072.81/1019.69	c  N dy  6285   1129036      1000     20000         0     56504    100000   1823299     96.66    103.28  --
4094.38/1025.02	c  N dy  6405   1149156      1000     20000         0     76597    100000   4236616     96.68    102.71  --
4118.75/1031.18	c  N dy  6508   1169238      1000     20000         0     49726    100000    898302     96.67    103.60  --
4138.32/1036.05	c  N dy  6629   1189303      1000     20000         0     69749    100000   3284877     96.68    103.69  --
4163.50/1042.30	c  N dy  6742   1209332      1000     20000         0     89748    100000   5685488     96.68    105.47  --
4164.29/1042.51	c  S st  6747   1209895      1000     20000         0     90306    100000   5752353     96.68   no data  --
4165.09/1042.78	c  S st  6747   1210401      1000     20000         0     90812    100000   5807512     96.68   no data  --
4165.09/1042.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4165.09/1042.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4165.49/1042.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
4166.28/1043.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4166.28/1043.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4166.28/1043.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4166.28/1043.05	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: 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-3174970-1304063099/watcher-3174970-1304063099 -o /tmp/evaluation-result-3174970-1304063099/solver-3174970-1304063099 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174970-1304063099.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.18 8.12 7.56 7/184 6391
/proc/meminfo: memFree=25004432/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 418 0 0 0 0 0 0 0 25 0 4 0 517908141 52465664 357 33554432000 4194304 4650419 140733543868752 18446744073709551615 246516834235 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 12809 357 306 112 0 7774 0
[pid=6391/tid=6392] ppid=6389 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 517908141 52465664 357 33554432000 4194304 4650419 140733543868752 18446744073709551615 47843819509672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 517908141 52465664 357 33554432000 4194304 4650419 140733543868752 18446744073709551615 47843819509264 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 517908141 52465664 357 33554432000 4194304 4650419 140733543868752 18446744073709551615 47843819509273 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0103541 s]
/proc/loadavg: 8.18 8.12 7.56 7/184 6391
/proc/meminfo: memFree=25004432/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=281940 CPUtime=0.02 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1494 0 0 0 2 0 0 0 18 0 4 0 517908141 288706560 1400 33554432000 4194304 4650419 140733543868752 18446744073709551615 246516939295 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 70485 1402 343 112 0 65450 0
[pid=6391/tid=6392] ppid=6389 vsize=281940 CPUtime=0 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 256 0 0 0 0 0 0 0 25 0 4 0 517908141 288706560 1403 33554432000 4194304 4650419 140733543868752 18446744073709551615 246516939246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=281940 CPUtime=0 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 285 0 0 0 0 0 0 0 18 0 4 0 517908141 288706560 1405 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=281940 CPUtime=0 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 247 0 0 0 0 0 0 0 18 0 4 0 517908141 288706560 1406 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 281940

[startup+0.102824 s]
/proc/loadavg: 8.18 8.12 7.56 7/184 6391
/proc/meminfo: memFree=25004432/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=283448 CPUtime=0.39 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 3143 0 0 0 38 1 0 0 18 0 4 0 517908141 290250752 3049 33554432000 4194304 4650419 140733543868752 18446744073709551615 246516939295 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 70862 3049 367 112 0 65827 0
[pid=6391/tid=6392] ppid=6389 vsize=283448 CPUtime=0.09 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 657 0 0 0 9 0 0 0 18 0 4 0 517908141 290250752 3049 33554432000 4194304 4650419 140733543868752 18446744073709551615 246516939246 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=283448 CPUtime=0.09 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 630 0 0 0 9 0 0 0 18 0 4 0 517908141 290250752 3049 33554432000 4194304 4650419 140733543868752 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=283448 CPUtime=0.09 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 772 0 0 0 9 0 0 0 18 0 4 0 517908141 290250752 3050 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 283448

[startup+0.352569 s]
/proc/loadavg: 8.18 8.12 7.56 7/184 6391
/proc/meminfo: memFree=25004432/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=301532 CPUtime=1.38 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 9428 0 0 0 136 2 0 0 18 0 4 0 517908141 308768768 8103 33554432000 4194304 4650419 140733543868752 18446744073709551615 4328130 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 75383 8103 391 112 0 70348 0
[pid=6391/tid=6392] ppid=6389 vsize=301532 CPUtime=0.33 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) D 6389 6391 6256 0 -1 4202560 2357 0 0 0 33 0 0 0 18 0 4 0 517908141 308768768 8103 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=301532 CPUtime=0.34 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) D 6389 6391 6256 0 -1 4202560 2421 0 0 0 34 0 0 0 18 0 4 0 517908141 308768768 7866 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=304372 CPUtime=0.49 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 1976 0 0 0 49 0 0 0 18 0 4 0 517908141 311676928 7871 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 301532

[startup+0.914121 s]
/proc/loadavg: 8.18 8.12 7.56 7/184 6391
/proc/meminfo: memFree=25004432/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=305560 CPUtime=3.62 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 14991 0 0 0 359 3 0 0 18 0 4 0 517908141 312893440 9905 33554432000 4194304 4650419 140733543868752 18446744073709551615 246516877447 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 76390 9393 391 112 0 71355 0
[pid=6391/tid=6392] ppid=6389 vsize=305560 CPUtime=0.9 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) D 6389 6391 6256 0 -1 4202560 3621 0 0 0 89 1 0 0 18 0 4 0 517908141 312893440 9393 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=305560 CPUtime=0.9 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) D 6389 6391 6256 0 -1 4202560 3679 0 0 0 90 0 0 0 18 0 4 0 517908141 312893440 9061 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=305560 CPUtime=0.9 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 3109 0 0 0 90 0 0 0 18 0 4 0 517908141 312893440 9061 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 305560

[startup+1.50107 s]
/proc/loadavg: 8.18 8.12 7.56 7/184 6391
/proc/meminfo: memFree=25004432/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=296952 CPUtime=5.97 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 21021 0 0 0 592 5 0 0 20 0 4 0 517908141 304078848 8224 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365387 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 74238 8224 391 112 0 69203 0
[pid=6391/tid=6392] ppid=6389 vsize=296952 CPUtime=1.48 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 5243 0 0 0 147 1 0 0 19 0 4 0 517908141 304078848 8224 33554432000 4194304 4650419 140733543868752 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=296952 CPUtime=1.48 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 5362 0 0 0 148 0 0 0 20 0 4 0 517908141 304078848 8224 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=296952 CPUtime=1.49 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 4462 0 0 0 148 1 0 0 19 0 4 0 517908141 304078848 8224 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 296952

[startup+3.10078 s]
/proc/loadavg: 8.25 8.13 7.57 9/188 6395
/proc/meminfo: memFree=24864652/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=297560 CPUtime=12.35 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 36996 0 0 0 1227 8 0 0 25 0 4 0 517908141 304701440 14194 33554432000 4194304 4650419 140733543868752 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 74390 14194 393 112 0 69355 0
[pid=6391/tid=6392] ppid=6389 vsize=297560 CPUtime=3.06 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 8297 0 0 0 305 1 0 0 25 0 4 0 517908141 304701440 14194 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=297560 CPUtime=3.08 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 8549 0 0 0 307 1 0 0 24 0 4 0 517908141 304701440 14194 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=297560 CPUtime=3.08 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 7696 0 0 0 307 1 0 0 25 0 4 0 517908141 304701440 14194 33554432000 4194304 4650419 140733543868752 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 297560

[startup+6.3002 s]
/proc/loadavg: 8.25 8.13 7.57 9/188 6396
/proc/meminfo: memFree=24820076/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=308208 CPUtime=25.14 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 54986 0 0 0 2502 12 0 0 25 0 4 0 517908141 315604992 30534 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 77052 30534 393 112 0 72017 0
[pid=6391/tid=6392] ppid=6389 vsize=308208 CPUtime=6.25 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 10956 0 0 0 623 2 0 0 25 0 4 0 517908141 315604992 30534 33554432000 4194304 4650419 140733543868752 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=308208 CPUtime=6.28 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 16250 0 0 0 626 2 0 0 25 0 4 0 517908141 315604992 30534 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=308208 CPUtime=6.28 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 15023 0 0 0 625 3 0 0 25 0 4 0 517908141 315604992 30534 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 308208

[startup+12.707 s]
/proc/loadavg: 8.21 8.13 7.57 9/188 6396
/proc/meminfo: memFree=24585384/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=336032 CPUtime=50.73 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 84356 0 0 0 5055 18 0 0 25 0 4 0 517908141 344096768 37731 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365280 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 84008 37731 393 112 0 78973 0
[pid=6391/tid=6392] ppid=6389 vsize=336032 CPUtime=12.62 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 21986 0 0 0 1258 4 0 0 25 0 4 0 517908141 344096768 37731 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=336032 CPUtime=12.69 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 22786 0 0 0 1265 4 0 0 25 0 4 0 517908141 344096768 37731 33554432000 4194304 4650419 140733543868752 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=336032 CPUtime=12.69 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 23310 0 0 0 1264 5 0 0 25 0 4 0 517908141 344096768 37731 33554432000 4194304 4650419 140733543868752 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 336032

[startup+25.5007 s]
/proc/loadavg: 8.18 8.12 7.58 9/188 6396
/proc/meminfo: memFree=24396924/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=338028 CPUtime=101.84 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 125788 0 0 0 10157 27 0 0 25 0 4 0 517908141 346140672 55902 33554432000 4194304 4650419 140733543868752 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 84507 55902 393 112 0 79472 0
[pid=6391/tid=6392] ppid=6389 vsize=338028 CPUtime=25.35 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 31164 0 0 0 2529 6 0 0 25 0 4 0 517908141 346140672 55902 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476454 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=338028 CPUtime=25.48 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 33684 0 0 0 2542 6 0 0 25 0 4 0 517908141 346140672 55902 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=338028 CPUtime=25.48 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 33022 0 0 0 2542 6 0 0 25 0 4 0 517908141 346140672 55902 33554432000 4194304 4650419 140733543868752 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 338028

[startup+51.101 s]
/proc/loadavg: 8.18 8.13 7.59 9/188 6397
/proc/meminfo: memFree=24274484/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=415040 CPUtime=204.11 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 182781 0 0 0 20369 42 0 0 25 0 4 0 517908141 425000960 66429 33554432000 4194304 4650419 140733543868752 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 103760 66429 393 112 0 98725 0
[pid=6391/tid=6392] ppid=6389 vsize=415040 CPUtime=50.81 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 41274 0 0 0 5072 9 0 0 25 0 4 0 517908141 425000960 66429 33554432000 4194304 4650419 140733543868752 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=415040 CPUtime=51.08 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 47783 0 0 0 5099 9 0 0 25 0 4 0 517908141 425000960 66429 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=415040 CPUtime=51.09 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 57772 0 0 0 5095 14 0 0 25 0 4 0 517908141 425000960 66429 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 415040

[startup+102.301 s]
/proc/loadavg: 8.22 8.15 7.63 10/188 6398
/proc/meminfo: memFree=24133564/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=549504 CPUtime=408.6 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 307635 0 0 0 40781 79 0 0 25 0 4 0 517908141 562692096 90236 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 137376 90236 393 112 0 132341 0
[pid=6391/tid=6392] ppid=6389 vsize=549504 CPUtime=101.73 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 70879 0 0 0 10155 18 0 0 25 0 4 0 517908141 562692096 90236 33554432000 4194304 4650419 140733543868752 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=549504 CPUtime=102.26 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 76327 0 0 0 10212 14 0 0 25 0 4 0 517908141 562692096 90236 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=549504 CPUtime=102.28 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 100657 0 0 0 10200 28 0 0 25 0 4 0 517908141 562692096 90236 33554432000 4194304 4650419 140733543868752 18446744073709551615 4360522 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 549504

[startup+162.307 s]

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

[pid=6391] ppid=6389 vsize=885948 CPUtime=2805.36 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 949776 0 0 0 280249 287 0 0 25 0 4 0 517908141 907210752 144028 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 221487 144028 393 112 0 216452 0
[pid=6391/tid=6392] ppid=6389 vsize=885948 CPUtime=698.48 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 142867 0 0 0 69798 50 0 0 25 0 4 0 517908141 907210752 144028 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=885948 CPUtime=702.23 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 333606 0 0 0 70114 109 0 0 25 0 4 0 517908141 907210752 144028 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=885948 CPUtime=702.31 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 265759 0 0 0 70151 80 0 0 25 0 4 0 517908141 907210752 144028 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 885948

[startup+762.301 s]
/proc/loadavg: 8.36 8.22 7.91 9/188 6416
/proc/meminfo: memFree=23309764/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1003620 CPUtime=3045.01 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1012305 0 0 0 304197 304 0 0 25 0 4 0 517908141 1027706880 170646 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 250905 170646 393 112 0 245870 0
[pid=6391/tid=6392] ppid=6389 vsize=1003620 CPUtime=758.15 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 156192 0 0 0 75758 57 0 0 25 0 4 0 517908141 1027706880 170646 33554432000 4194304 4650419 140733543868752 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1003620 CPUtime=762.22 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 360281 0 0 0 76106 116 0 0 25 0 4 0 517908141 1027706880 170646 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1003620 CPUtime=762.3 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 274739 0 0 0 76149 81 0 0 25 0 4 0 517908141 1027706880 170646 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 1003620

[startup+822.307 s]
/proc/loadavg: 8.28 8.22 7.93 9/188 6417
/proc/meminfo: memFree=23365912/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1004404 CPUtime=3284.71 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1057493 0 0 0 328153 318 0 0 25 0 4 0 517908141 1028509696 168376 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 251101 168376 393 112 0 246066 0
[pid=6391/tid=6392] ppid=6389 vsize=1004404 CPUtime=817.83 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 170468 0 0 0 81716 67 0 0 25 0 4 0 517908141 1028509696 168376 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1004404 CPUtime=822.23 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 367719 0 0 0 82106 117 0 0 25 0 4 0 517908141 1028509696 168376 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1004404 CPUtime=822.32 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 283691 0 0 0 82149 83 0 0 25 0 4 0 517908141 1028509696 168376 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 1004404

[startup+882.301 s]
/proc/loadavg: 8.26 8.22 7.94 9/188 6419
/proc/meminfo: memFree=23311048/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1005036 CPUtime=3524.36 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1101840 0 0 0 352106 330 0 0 25 0 4 0 517908141 1029156864 167959 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 251259 167959 393 112 0 246224 0
[pid=6391/tid=6392] ppid=6389 vsize=1005036 CPUtime=877.49 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 183794 0 0 0 87675 74 0 0 25 0 4 0 517908141 1029156864 167959 33554432000 4194304 4650419 140733543868752 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1005036 CPUtime=882.22 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 374494 0 0 0 88104 118 0 0 25 0 4 0 517908141 1029156864 167959 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1005036 CPUtime=882.31 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 293172 0 0 0 88147 84 0 0 25 0 4 0 517908141 1029156864 167959 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1005036

[startup+942.301 s]
/proc/loadavg: 8.10 8.18 7.94 9/188 6421
/proc/meminfo: memFree=23228316/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1005252 CPUtime=3764.03 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1132383 0 0 0 376067 336 0 0 25 0 4 0 517908141 1029378048 169642 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365210 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 251313 169642 393 112 0 246278 0
[pid=6391/tid=6392] ppid=6389 vsize=1005252 CPUtime=937.17 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 183794 0 0 0 93643 74 0 0 25 0 4 0 517908141 1029378048 169642 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1005252 CPUtime=942.2 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 381711 0 0 0 94101 119 0 0 25 0 4 0 517908141 1029378048 169642 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1005252 CPUtime=942.31 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 302475 0 0 0 94146 85 0 0 25 0 4 0 517908141 1029378048 169642 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 1005252

[startup+1002.3 s]
/proc/loadavg: 8.17 8.18 7.95 9/188 6431
/proc/meminfo: memFree=23240248/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1006300 CPUtime=4003.71 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1171751 0 0 0 400021 350 0 0 25 0 4 0 517908141 1030451200 168493 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 251575 168493 393 112 0 246540 0
[pid=6391/tid=6392] ppid=6389 vsize=1006300 CPUtime=996.85 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 183794 0 0 0 99610 75 0 0 25 0 4 0 517908141 1030451200 168493 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1006300 CPUtime=1002.2 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 389157 0 0 0 100100 120 0 0 25 0 4 0 517908141 1030451200 168493 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1006300 CPUtime=1002.31 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 311944 0 0 0 100144 87 0 0 25 0 4 0 517908141 1030451200 168493 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 1006300

[startup+1062.3 s]
/proc/loadavg: 8.23 8.19 7.97 9/188 6433
/proc/meminfo: memFree=23193324/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1006876 CPUtime=4243.37 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1210236 0 0 0 423973 364 0 0 25 0 4 0 517908141 1031041024 178544 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 251719 178544 393 112 0 246684 0
[pid=6391/tid=6392] ppid=6389 vsize=1006876 CPUtime=1056.53 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 183794 0 0 0 105578 75 0 0 25 0 4 0 517908141 1031041024 178544 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1006876 CPUtime=1062.2 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 396732 0 0 0 106099 121 0 0 25 0 4 0 517908141 1031041024 178544 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1006876 CPUtime=1062.31 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 322498 0 0 0 106142 89 0 0 25 0 4 0 517908141 1031041024 178544 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476488 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1006876

[startup+1122.3 s]
/proc/loadavg: 8.19 8.18 7.98 9/188 6434
/proc/meminfo: memFree=23039424/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1006876 CPUtime=4483.05 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1227386 0 0 0 447939 366 0 0 25 0 4 0 517908141 1031041024 178488 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 251719 178488 393 112 0 246684 0
[pid=6391/tid=6392] ppid=6389 vsize=1006876 CPUtime=1116.2 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 183794 0 0 0 111545 75 0 0 25 0 4 0 517908141 1031041024 178488 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1006876 CPUtime=1122.19 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 404548 0 0 0 112097 122 0 0 25 0 4 0 517908141 1031041024 178488 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1006876 CPUtime=1122.31 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 331832 0 0 0 112141 90 0 0 25 0 4 0 517908141 1031041024 178488 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 1006876

[startup+1182.3 s]
/proc/loadavg: 8.43 8.24 8.01 10/189 6439
/proc/meminfo: memFree=23035264/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1006876 CPUtime=4722.72 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1245411 0 0 0 471903 369 0 0 25 0 4 0 517908141 1031041024 178516 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 251719 178516 393 112 0 246684 0
[pid=6391/tid=6392] ppid=6389 vsize=1006876 CPUtime=1175.87 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 183794 0 0 0 117512 75 0 0 25 0 4 0 517908141 1031041024 178516 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1006876 CPUtime=1182.19 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 412828 0 0 0 118095 124 0 0 25 0 4 0 517908141 1031041024 178516 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1006876 CPUtime=1182.31 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 341577 0 0 0 118140 91 0 0 25 0 4 0 517908141 1031041024 178516 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 1006876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.31 8.22 8.01 9/188 6439
/proc/meminfo: memFree=23084100/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1006876 CPUtime=4800.26 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1252000 0 0 0 479656 370 0 0 25 0 4 0 517908141 1031041024 178787 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 251719 178787 393 112 0 246684 0
[pid=6391/tid=6392] ppid=6389 vsize=1006876 CPUtime=1195.17 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 184099 0 0 0 119442 75 0 0 25 0 4 0 517908141 1031041024 178787 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1006876 CPUtime=1201.61 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 415246 0 0 0 120037 124 0 0 25 0 4 0 517908141 1031041024 178787 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476471 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1006876 CPUtime=1201.73 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 345443 0 0 0 120081 92 0 0 25 0 4 0 517908141 1031041024 178787 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1006876

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

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

[startup+1201.7 s]
/proc/loadavg: 8.31 8.22 8.01 9/188 6439
/proc/meminfo: memFree=23084100/32951124 swapFree=67111352/67111528
[pid=6391] ppid=6389 vsize=1006876 CPUtime=4800.26 cores=0,2,4,6
/proc/6391/stat : 6391 (strangenight1-m) R 6389 6391 6256 0 -1 4202496 1252000 0 0 0 479656 370 0 0 25 0 4 0 517908141 1031041024 178787 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 251719 178787 393 112 0 246684 0
[pid=6391/tid=6392] ppid=6389 vsize=1006876 CPUtime=1195.17 cores=0,2,4,6
/proc/6391/task/6392/stat : 6392 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 184099 0 0 0 119442 75 0 0 25 0 4 0 517908141 1031041024 178787 33554432000 4194304 4650419 140733543868752 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6391/tid=6393] ppid=6389 vsize=1006876 CPUtime=1201.61 cores=0,2,4,6
/proc/6391/task/6393/stat : 6393 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 415246 0 0 0 120037 124 0 0 25 0 4 0 517908141 1031041024 178787 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476471 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6391/tid=6394] ppid=6389 vsize=1006876 CPUtime=1201.73 cores=0,2,4,6
/proc/6391/task/6394/stat : 6394 (strangenight1-m) R 6389 6391 6256 0 -1 4202560 345443 0 0 0 120081 92 0 0 25 0 4 0 517908141 1031041024 178787 33554432000 4194304 4650419 140733543868752 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1006876

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.32
CPU user time (s): 4796.59
CPU system time (s): 3.73643
CPU usage (%): 399.443
Max. virtual memory (cumulated for all children) (KiB): 1006876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.58
system time used= 3.73643
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1252001
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= 1174
involuntary context switches= 71131

runsolver used 1.89171 second user time and 4.68229 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 09:44:59
IDJOB=3174970
IDBENCH=82588
IDSOLVER=1588
FILE ID=node134/3174970-1304063099
RUNJOBID= node134-1304061895-6274
PBS_JOBID= 13170453
Free space on /tmp= 71576 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3174970-1304063099/watcher-3174970-1304063099 -o /tmp/evaluation-result-3174970-1304063099/solver-3174970-1304063099 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174970-1304063099.cnf

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

MD5SUM BENCH= a39a6d2f5fd934fd083663966cc58fff
RANDOM SEED=1315603408

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25004712 kB
Buffers:       1477628 kB
Cached:        5833604 kB
SwapCached:         64 kB
Active:        1475844 kB
Inactive:      5949136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25004712 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           14380 kB
Writeback:           0 kB
AnonPages:      113620 kB
Mapped:          14852 kB
Slab:           458268 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   310968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71572 MiB
End job on node134 at 2011-04-29 10:05:03