Trace number 3368916

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.32 1202.54

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1677156340-036.UNKNOWN.cnf
MD5SUM99f3efd3bfc8a6f99ffbd289ed4a5837
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.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-3368916-1305405941.cnf'
0.00/0.01	c -- header says num vars:            600
0.00/0.01	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 1/2556/2556 lits-rem:3 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.07	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.00/0.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.07	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 s
0.00/0.07	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.07	c calculated reachability. Time: 0.00
0.00/0.07	c Calc default polars -  time:   0.00 s pos:     250 undec:      86 neg:     264
0.00/0.07	c =========================================================================================
0.00/0.07	c types(t): F = full restart, N = normal restart
0.00/0.07	c types(t): S = simplification begin/end, E = solution found
0.00/0.07	c restart types(rt): st = static, dy = dynamic
0.00/0.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.07	c  B st     0         0       579      2538         1         0      7732         0   no data   no data  --
0.00/0.07	c Decided on static restart strategy
0.27/0.85	c  N st     8      4920       579      2538         1      4883      7732    129979   no data   no data  --
0.27/0.85	c  N st    10     11302       579      2538         1      4501      7732     84054   no data   no data  --
0.27/0.85	c  N st    11     17046       579      2538         1     10191      7732    247788   no data   no data  --
4.77/1.25	c  F st    12     25000       579      2538         1     12461      7732    300322   no data   no data  --
4.77/1.25	c  N st    12     25000       579      2538         1     12461      7732    300322   no data   no data  --
5.56/1.40	c  N dy    18     30001       579      2538         1     10742      7732    230952   no data   no data  --
5.56/1.40	c  S st    18     30001       579      2538         1     10742      7732    230952   no data   no data  --
5.56/1.43	c  S st    18     30504       579      2538         1     11245      7732    244173   no data   no data  --
5.56/1.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.56/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
5.56/1.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.79/1.71	c lits-rem:       142  cl-subs:      276  v-elim:      0  v-fix:    0  time:  1.01 s
6.79/1.71	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.04
6.79/1.72	c calculated reachability. Time: 0.00
6.79/1.72	c  N dy    18     30504       579      2538         1     10969      7732    235247   no data   no data  --
7.96/2.00	c  N dy    32     35440       579      2538         1      8018      7732    109702     16.81     18.18  --
8.76/2.22	c  N dy    58     39802       579      2538         1     12343      7732    220413     17.24     18.26  --
9.55/2.49	c  N dy    84     43907       579      2538         1     16411      7732    324275     17.52     18.55  --
10.36/2.63	c  S st    95     45757       579      2538         1      9366      7732    115273     17.56   no data  --
10.36/2.65	c  S st    95     46262       579      2538         1      9870      7732    128647     17.56   no data  --
10.36/2.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.36/2.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.36/2.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
10.36/2.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.76/2.76	c lits-rem:        22  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.38 s
10.76/2.76	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
10.76/2.76	c vivif2 --  cl tried     9858 cl shrink        0 lits rem          0 time: 0.00
10.76/2.77	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.03
10.76/2.77	c calculated reachability. Time: 0.00
10.76/2.77	c  N dy    95     46262       579      2538         1      9858      7732    128210     17.56   no data  --
11.95/3.03	c  N dy   103     50819       579      2538         1     14374      7732    246067     17.36     18.38  --
13.15/3.32	c  N dy   127     54938       579      2538         1     18460      7732    350976     17.49     18.44  --
13.94/3.59	c  N dy   155     59133       579      2538         1     12728      7732    180952     17.65     18.58  --
15.14/3.85	c  N dy   174     63178       579      2538         1     16737      7732    284435     17.68     18.89  --
16.74/4.22	c  N dy   197     68032       579      2538         1     21547      7732    408541     17.71     18.78  --
17.13/4.31	c  S st   205     69395       579      2538         1     12000      7732    138758     17.73     16.99  --
17.13/4.35	c  S st   205     69898       579      2538         1     12503      7732    152332     17.73   no data  --
17.13/4.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.13/4.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.13/4.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.13/4.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.13/4.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.13/4.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
17.13/4.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.93/4.51	c lits-rem:        65  cl-subs:       27  v-elim:      0  v-fix:    0  time:  0.62 s
17.93/4.51	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
17.93/4.51	c vivif2 --  cl tried    12476 cl shrink        0 lits rem          0 time: 0.01
17.93/4.52	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.04
17.93/4.52	c calculated reachability. Time: 0.00
17.93/4.52	c  N dy   205     69898       579      2538         1     12476      7732    151474     17.73   no data  --
19.13/4.82	c  N dy   221     74439       579      2538         1     16965      7732    268696     17.74     24.45  --
20.72/5.28	c  N dy   234     80041       579      2538         1     22506      7732    411107     17.64     18.62  --
22.33/5.66	c  N dy   249     85299       579      2538         1     15818      7732    215255     17.54     18.49  --
23.13/5.82	c  F st   260     87501       579      2538         1     17996      7732    272932     17.56   no data  --
23.93/6.07	c  N st   265     90797       579      2538         1     21267      7732    363508     17.56   no data  --
26.32/6.60	c  N dy   293     96594       579      2538         1     14145      7732    153714     17.62     20.03  --
27.92/7.07	c  N dy   331    102852       579      2538         1     20361      7732    316379     17.69     18.69  --
28.74/7.25	c  S st   340    104848       579      2538         1     22337      7732    367615     17.69     16.73  --
28.74/7.30	c  S st   340    105350       579      2538         1     22839      7732    380302     17.69   no data  --
29.14/7.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.14/7.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.14/7.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.14/7.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.14/7.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.14/7.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
29.14/7.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.71/8.26	c lits-rem:       404  cl-subs:      207  v-elim:      0  v-fix:    0  time:  3.74 s
32.71/8.26	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
32.71/8.27	c vivif2 --  cl tried    22632 cl shrink        0 lits rem          0 time: 0.02
32.71/8.28	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.07
32.71/8.28	c calculated reachability. Time: 0.00
32.71/8.28	c  N dy   340    105350       579      2538         1     22632      7732    373323     17.69   no data  --
35.49/8.94	c  N dy   384    112114       579      2538         1     15462      7732    169953     17.78     18.98  --
37.93/9.51	c  N dy   418    119360       579      2538         1     22631      7732    357894     17.81     18.88  --
40.69/10.29	c  N dy   461    126978       579      2538         1     15318      7732    143483     17.87     18.96  --
43.48/10.97	c  N dy   496    135184       579      2538         1     23442      7732    357015     17.86     18.86  --
47.47/11.98	c  N dy   527    144244       579      2538         1     16559      7732    155099     17.84     18.99  --
51.10/12.82	c  N dy   536    154428       579      2538         1     26563      7732    415653     17.72     18.75  --
52.66/13.20	c  S st   553    158027       579      2538         1     30122      7732    508759     17.73     15.68  --
52.66/13.27	c  S st   553    158530       579      2538         1     30625      7732    522083     17.73   no data  --
52.66/13.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.66/13.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.66/13.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
53.06/13.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.06/13.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.06/13.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
53.06/13.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
59.05/14.90	c lits-rem:       521  cl-subs:      992  v-elim:      0  v-fix:    0  time:  6.40 s
59.05/14.90	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
59.47/14.91	c vivif2 --  cl tried    29633 cl shrink        0 lits rem          0 time: 0.02
59.47/14.93	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.10
59.47/14.94	c calculated reachability. Time: 0.00
59.47/14.94	c  N dy   553    158530       579      2538         1     29633      7732    496786     17.73   no data  --
63.44/15.91	c  N dy   583    168721       579      2538         1     22897      7732    296105     17.68     20.43  --
67.83/17.10	c  N dy   652    179707       579      2538         1     33769      7732    582987     17.76     18.73  --
73.42/18.44	c  N dy   700    192885       579      2538         1     29035      7732    444302     17.75     18.83  --
79.41/19.99	c  N dy   768    205312       579      2538         1     22545      7732    256147     17.79     18.86  --
85.39/21.47	c  N dy   819    218805       579      2538         1     35901      7732    605172     17.78     18.82  --
92.58/23.23	c  N dy   852    233454       579      2538         1     30594      7732    439880     17.70     18.67  --
95.01/23.84	c  S st   877    237796       579      2538         1     34895      7732    552402     17.72   no data  --
95.37/23.93	c  S st   877    238299       579      2538         1     35398      7732    564702     17.72   no data  --
95.37/23.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
95.37/23.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
95.37/23.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
95.37/23.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
95.37/23.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.37/23.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
95.37/23.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
102.96/25.84	c lits-rem:       586  cl-subs:      738  v-elim:      0  v-fix:    0  time:  7.48 s
102.96/25.84	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
102.96/25.85	c vivif2 --  cl tried    34660 cl shrink        0 lits rem          0 time: 0.03
102.96/25.88	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.12
102.96/25.88	c calculated reachability. Time: 0.00
102.96/25.88	c  N dy   877    238299       579      2538         1     34660      7732    544569     17.72   no data  --
110.14/27.68	c  N dy   943    253609       579      2538         1     29019      7732    376009     17.73     18.73  --
118.92/29.88	c  N dy  1045    269803       579      2538         1     23298      7732    212468     17.80     18.77  --
127.31/31.92	c  N dy  1122    287060       579      2538         1     40391      7732    666771     17.81     18.75  --
136.09/34.18	c  N dy  1192    305445       579      2538         1     35827      7732    521272     17.81     19.48  --
136.89/34.30	c  F st  1199    306251       579      2538         1     36625      7732    543026     17.81   no data  --
139.68/35.02	c Decided on static restart strategy
146.47/36.76	c  N st  1208    324957       579      2538         1     31267      7732    575772     17.81   no data  --
158.84/39.80	c  N st  1210    348953       579      2538         1     30202      7732    551472     17.81   no data  --
162.83/40.81	c  S st  1211    357448       579      2538         1     38571      7732    793419     17.81   no data  --
163.23/40.91	c  S st  1211    357951       579      2538         1     39074      7732    806317     17.81   no data  --
163.23/40.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
163.23/40.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.23/40.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
163.23/40.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.23/40.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.23/40.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
163.23/40.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
172.02/43.10	c lits-rem:       527  cl-subs:     2059  v-elim:      0  v-fix:    0  time:  8.57 s
172.02/43.10	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
172.02/43.11	c vivif2 --  cl tried    37015 cl shrink        0 lits rem          0 time: 0.03
172.02/43.14	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.14
172.02/43.14	c calculated reachability. Time: 0.00
172.02/43.14	c  N st  1211    357951       579      2538         1     37015      7732    749218     17.81   no data  --
191.97/48.16	c  N st  1212    390344       579      2538         1     43312      7732    890305     17.81   no data  --
222.35/55.76	c  N st  1213    438932       579      2538         1     37172      7732    670440     17.81   no data  --
270.65/67.89	c  N st  1214    511814       579      2538         1     50898      7732   1067171     17.81   no data  --
286.58/71.83	c  N st  1215    536929       579      2538         1     45082      7732    859029     17.81   no data  --
286.58/71.83	c  S st  1215    536929       579      2538         1     45082      7732    859029     17.81   no data  --
286.98/71.95	c  S st  1215    537430       579      2538         1     45583      7732    872146     17.81   no data  --
286.98/71.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
286.98/71.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
286.98/71.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
287.38/72.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
287.38/72.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
287.38/72.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
287.38/72.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.36/74.51	c lits-rem:      1281  cl-subs:     1129  v-elim:      0  v-fix:    0  time: 10.02 s
297.36/74.51	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
297.36/74.52	c vivif2 --  cl tried    44454 cl shrink        0 lits rem          0 time: 0.04
297.36/74.57	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.20
297.36/74.57	c calculated reachability. Time: 0.00
297.36/74.57	c  N st  1215    537430       579      2538         1     44454      7732    834796     17.81   no data  --
415.55/104.18	c  N st  1216    701415       579      2538         1     38435      7732    513502     17.81   no data  --
498.59/125.00	c  N st  1217    806145       579      2538         1     67434      7732   1274115     17.81   no data  --
498.59/125.00	c  S st  1217    806145       579      2538         1     67434      7732   1274115     17.81   no data  --
499.75/125.20	c  S st  1217    806647       579      2538         1     67936      7732   1287117     17.81   no data  --
499.75/125.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
499.75/125.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
499.75/125.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
499.75/125.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
499.75/125.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
499.75/125.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
499.75/125.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
517.70/129.76	c lits-rem:       183  cl-subs:     3556  v-elim:      0  v-fix:    0  time: 17.89 s
517.70/129.76	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
517.70/129.78	c vivif2 --  cl tried    64380 cl shrink        0 lits rem          0 time: 0.06
518.11/129.87	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.39
518.11/129.88	c calculated reachability. Time: 0.00
518.11/129.88	c  N st  1217    806647       579      2538         1     64380      7732   1192311     17.81   no data  --
754.02/188.98	c  F st  1218   1071878       579      2538         1     79794      7732   1475956     17.81   no data  --
754.02/188.98	c  N st  1218   1071878       579      2538         1     79794      7732   1475956     17.81   no data  --
760.82/190.68	c Decided on static restart strategy
780.77/195.65	c  N st  1228   1100186       579      2538         1     63781      7732   1048060     17.81   no data  --
817.50/204.80	c  N st  1230   1136180       579      2538         1     54136      7732    747131     17.81   no data  --
851.43/213.32	c  N st  1231   1168572       579      2538         1     85727      7732   1613725     17.81   no data  --
886.56/222.17	c  N st  1232   1209975       579      2538         1     80398      7732   1475658     17.81   no data  --
886.56/222.17	c  S st  1232   1209975       579      2538         1     80398      7732   1475658     17.81   no data  --
887.76/222.41	c  S st  1232   1210476       579      2538         1     80899      7732   1488658     17.81   no data  --
887.76/222.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
887.76/222.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
887.76/222.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
888.16/222.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
888.16/222.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
888.16/222.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
888.16/222.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
908.12/227.59	c lits-rem:       457  cl-subs:     3595  v-elim:      0  v-fix:    0  time: 20.28 s
908.12/227.59	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
908.51/227.60	c vivif2 --  cl tried    77304 cl shrink        0 lits rem          0 time: 0.07
908.91/227.71	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.42
908.91/227.71	c calculated reachability. Time: 0.00
908.91/227.71	c  N st  1232   1210476       579      2538         1     77304      7732   1388072     17.81   no data  --
984.76/246.74	c  N st  1233   1283360       579      2538         1     53804      7732    664251     17.81   no data  --
1098.13/275.10	c  N st  1234   1392683       579      2538         1     62152      7732    866623     17.81   no data  --
1264.99/316.94	c  N st  1235   1556667       579      2538         1     66811      7732    949578     17.81   no data  --
1438.27/360.37	c  N st  1236   1710476       579      2538         1    108997      7732   2175867     17.81   no data  --
1438.27/360.37	c  S st  1236   1710476       579      2538         1    108997      7732   2175867     17.81   no data  --
1439.84/360.74	c  S st  1236   1710978       579      2538         1    109498      7732   2188435     17.81   no data  --
1439.84/360.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1439.84/360.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1440.24/360.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.24
1440.24/360.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1440.24/360.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1440.24/360.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
1440.24/360.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1508.93/378.04	c lits-rem:        70  cl-subs:     6022  v-elim:      0  v-fix:    0  time: 68.47 s
1508.93/378.04	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
1508.93/378.06	c vivif2 --  cl tried   103476 cl shrink        0 lits rem          0 time: 0.10
1509.69/378.22	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.64
1509.69/378.23	c calculated reachability. Time: 0.00
1509.69/378.23	c  N st  1236   1710978       579      2538         1    103476      7732   2010884     17.81   no data  --
1965.96/492.53	c  N st  1237   2079944       579      2538         1    114814      7732   2226192     17.81   no data  --
2157.18/540.41	c  N st  1238   2210980       579      2538         1    118596      7732   2188784     17.81   no data  --
2157.18/540.41	c  S st  1238   2210980       579      2538         1    118596      7732   2188784     17.81   no data  --
2158.81/540.84	c  S st  1238   2211483       579      2538         1    119098      7732   2202196     17.81   no data  --
2158.81/540.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2158.81/540.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2159.17/540.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.26
2159.17/540.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2159.17/540.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2159.17/540.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
2159.17/540.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2249.80/563.66	c lits-rem:       224  cl-subs:     9104  v-elim:      0  v-fix:    0  time: 90.45 s
2249.80/563.66	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
2249.80/563.68	c vivif2 --  cl tried   109994 cl shrink        0 lits rem          0 time: 0.11
2250.63/563.86	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.69
2250.63/563.86	c calculated reachability. Time: 0.00
2250.63/563.86	c  N st  1238   2211483       579      2538         1    109994      7732   1960477     17.81   no data  --
2995.49/750.45	c  N st  1239   2711486       579      2538         1    134003      7732   2557604     17.81   no data  --
2995.49/750.45	c  S st  1239   2711486       579      2538         1    134003      7732   2557604     17.81   no data  --
2997.51/750.91	c  S st  1239   2711989       579      2538         1    134506      7732   2571322     17.81   no data  --
2997.51/750.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2997.51/750.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2997.51/750.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.30
2997.87/751.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2997.87/751.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2997.87/751.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
2997.87/751.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3097.29/775.94	c lits-rem:       120  cl-subs:     7607  v-elim:      0  v-fix:    0  time: 99.22 s
3097.29/775.94	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
3097.29/775.97	c vivif2 --  cl tried   126899 cl shrink        0 lits rem          0 time: 0.12
3098.11/776.17	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.78
3098.11/776.17	c calculated reachability. Time: 0.00
3098.11/776.17	c  N st  1239   2711989       579      2538         1    126899      7732   2362952     17.81   no data  --
3880.49/972.14	c  N st  1240   3211990       579      2538         1    102207      7732   1497399     17.81   no data  --
3880.49/972.14	c  S st  1240   3211990       579      2538         1    102207      7732   1497399     17.81   no data  --
3881.69/972.48	c  S st  1240   3212494       579      2538         1    102709      7732   1510408     17.81   no data  --
3881.69/972.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3881.69/972.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3882.09/972.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
3882.09/972.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3882.09/972.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3882.49/972.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
3882.49/972.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3906.07/978.51	c lits-rem:       361  cl-subs:     3852  v-elim:      0  v-fix:    0  time: 23.59 s
3906.07/978.51	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
3906.07/978.53	c vivif2 --  cl tried    98857 cl shrink        0 lits rem          0 time: 0.08
3906.47/978.67	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.58
3906.47/978.68	c calculated reachability. Time: 0.00
3906.47/978.68	c  N st  1240   3212494       579      2538         1     98857      7732   1410196     17.81   no data  --
4798.63/1202.14	c  N st  1241   3712495       579      2538         1    109816      7732   1624209     17.81   no data  --
4798.63/1202.14	c  S st  1241   3712495       579      2538         1    109816      7732   1624209     17.81   no data  --
4799.83/1202.49	c  S st  1241   3713000       579      2538         1    110320      7732   1637811     17.81   no data  --
4800.23/1202.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4800.23/1202.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00

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-3368916-1305405941/watcher-3368916-1305405941 -o /tmp/evaluation-result-3368916-1305405941/solver-3368916-1305405941 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368916-1305405941.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: 3.45 4.58 6.16 3/270 31760
/proc/meminfo: memFree=25161012/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 413 0 0 0 1 0 0 0 23 0 4 0 730824670 52465664 353 33554432000 4194304 4650419 140734645637328 18446744073709551615 46977354819506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 12809 353 303 112 0 7774 0
[pid=31760/tid=31761] ppid=31758 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 730824671 52465664 353 33554432000 4194304 4650419 140734645637328 18446744073709551615 46977354819506 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 730824671 52465664 353 33554432000 4194304 4650419 140734645637328 18446744073709551615 46977354819506 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730824671 52465664 353 33554432000 4194304 4650419 140734645637328 18446744073709551615 260020452337 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0769419 s]
/proc/loadavg: 3.45 4.58 6.16 3/270 31760
/proc/meminfo: memFree=25161012/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=282732 CPUtime=0.27 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 1699 0 0 0 27 0 0 0 18 0 4 0 730824670 289517568 1553 33554432000 4194304 4650419 140734645637328 18446744073709551615 260020501023 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 70683 1553 391 112 0 65648 0
[pid=31760/tid=31761] ppid=31758 vsize=282732 CPUtime=0.07 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 367 0 0 0 7 0 0 0 18 0 4 0 730824671 289517568 1553 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=282732 CPUtime=0.06 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 341 0 0 0 6 0 0 0 18 0 4 0 730824671 289517568 1553 33554432000 4194304 4650419 140734645637328 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=282732 CPUtime=0.06 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 203 0 0 0 6 0 0 0 18 0 4 0 730824671 289517568 1553 33554432000 4194304 4650419 140734645637328 18446744073709551615 260020500974 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 282732

[startup+0.282111 s]
/proc/loadavg: 3.45 4.58 6.16 3/270 31760
/proc/meminfo: memFree=25161012/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=285512 CPUtime=3.42 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 5741 0 0 0 340 2 0 0 19 0 4 0 730824670 292364288 2761 33554432000 4194304 4650419 140734645637328 18446744073709551615 4316038 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 71378 2761 393 112 0 66343 0
[pid=31760/tid=31761] ppid=31758 vsize=285512 CPUtime=0.85 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1424 0 0 0 85 0 0 0 18 0 4 0 730824671 292364288 2761 33554432000 4194304 4650419 140734645637328 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=285512 CPUtime=0.85 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1367 0 0 0 85 0 0 0 19 0 4 0 730824671 292364288 2761 33554432000 4194304 4650419 140734645637328 18446744073709551615 4334321 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=285512 CPUtime=0.84 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1186 0 0 0 84 0 0 0 19 0 4 0 730824671 292364288 2761 33554432000 4194304 4650419 140734645637328 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 285512

[startup+0.963983 s]
/proc/loadavg: 3.45 4.58 6.16 3/270 31760
/proc/meminfo: memFree=25161012/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=285512 CPUtime=3.82 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 5970 0 0 0 380 2 0 0 19 0 4 0 730824670 292364288 2990 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 71378 2990 393 112 0 66343 0
[pid=31760/tid=31761] ppid=31758 vsize=285512 CPUtime=0.95 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1478 0 0 0 95 0 0 0 19 0 4 0 730824671 292364288 2990 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=285512 CPUtime=0.95 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1424 0 0 0 95 0 0 0 19 0 4 0 730824671 292364288 2990 33554432000 4194304 4650419 140734645637328 18446744073709551615 4334343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=285512 CPUtime=0.94 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1246 0 0 0 94 0 0 0 19 0 4 0 730824671 292364288 2990 33554432000 4194304 4650419 140734645637328 18446744073709551615 4363346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 285512

[startup+1.06396 s]
/proc/loadavg: 3.45 4.58 6.16 3/270 31760
/proc/meminfo: memFree=25161012/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=285512 CPUtime=4.22 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 6245 0 0 0 420 2 0 0 19 0 4 0 730824670 292364288 3265 33554432000 4194304 4650419 140734645637328 18446744073709551615 4363576 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 71378 3265 394 112 0 66343 0
[pid=31760/tid=31761] ppid=31758 vsize=285512 CPUtime=1.05 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1548 0 0 0 105 0 0 0 19 0 4 0 730824671 292364288 3265 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=285512 CPUtime=1.05 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1483 0 0 0 105 0 0 0 19 0 4 0 730824671 292364288 3265 33554432000 4194304 4650419 140734645637328 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=285512 CPUtime=1.04 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1329 0 0 0 104 0 0 0 19 0 4 0 730824671 292364288 3265 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 285512

[startup+1.50089 s]
/proc/loadavg: 3.45 4.58 6.16 3/270 31760
/proc/meminfo: memFree=25161012/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=286164 CPUtime=5.96 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 9406 0 0 0 594 2 0 0 20 0 4 0 730824670 293031936 4982 33554432000 4194304 4650419 140734645637328 18446744073709551615 4438521 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 71541 4982 395 112 0 66506 0
[pid=31760/tid=31761] ppid=31758 vsize=286164 CPUtime=1.49 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 2048 0 0 0 149 0 0 0 19 0 4 0 730824671 293031936 4982 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=286164 CPUtime=1.48 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1915 0 0 0 148 0 0 0 20 0 4 0 730824671 293031936 4982 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=286164 CPUtime=1.48 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 1735 0 0 0 148 0 0 0 20 0 4 0 730824671 293031936 4982 33554432000 4194304 4650419 140734645637328 18446744073709551615 4315143 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286164

[startup+3.10059 s]
/proc/loadavg: 3.45 4.58 6.16 9/281 31772
/proc/meminfo: memFree=25080756/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=288012 CPUtime=12.35 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 17954 0 0 0 1231 4 0 0 25 0 4 0 730824670 294924288 10747 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 72003 10747 395 112 0 66968 0
[pid=31760/tid=31761] ppid=31758 vsize=288012 CPUtime=3.08 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 4246 0 0 0 308 0 0 0 25 0 4 0 730824671 294924288 10747 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=288012 CPUtime=3.09 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 4646 0 0 0 308 1 0 0 25 0 4 0 730824671 294924288 10747 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=288012 CPUtime=3.06 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 4228 0 0 0 306 0 0 0 25 0 4 0 730824671 294924288 10747 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 288012

[startup+6.301 s]
/proc/loadavg: 3.90 4.65 6.17 9/281 31772
/proc/meminfo: memFree=25060548/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=296496 CPUtime=25.12 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 26133 0 0 0 2506 6 0 0 25 0 4 0 730824670 303611904 14815 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 74124 14815 395 112 0 69089 0
[pid=31760/tid=31761] ppid=31758 vsize=296496 CPUtime=6.28 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 6545 0 0 0 627 1 0 0 25 0 4 0 730824671 303611904 14815 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=296496 CPUtime=6.28 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 7382 0 0 0 627 1 0 0 25 0 4 0 730824671 303611904 14815 33554432000 4194304 4650419 140734645637328 18446744073709551615 4438259 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=296496 CPUtime=6.24 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 5587 0 0 0 623 1 0 0 25 0 4 0 730824671 303611904 14815 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 296496

[startup+12.7008 s]
/proc/loadavg: 4.23 4.71 6.18 9/281 31772
/proc/meminfo: memFree=25018528/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=305928 CPUtime=50.7 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 38732 0 0 0 5061 9 0 0 25 0 4 0 730824670 313270272 20679 33554432000 4194304 4650419 140734645637328 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 76482 20679 395 112 0 71447 0
[pid=31760/tid=31761] ppid=31758 vsize=305928 CPUtime=12.69 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 10454 0 0 0 1267 2 0 0 25 0 4 0 730824671 313270272 20679 33554432000 4194304 4650419 140734645637328 18446744073709551615 4328192 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=305928 CPUtime=12.69 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 10473 0 0 0 1267 2 0 0 25 0 4 0 730824671 313270272 20679 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=305928 CPUtime=12.59 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 8624 0 0 0 1258 1 0 0 25 0 4 0 730824671 313270272 20679 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 305928

[startup+25.5005 s]
/proc/loadavg: 5.06 4.87 6.21 9/281 31773
/proc/meminfo: memFree=24973380/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=307988 CPUtime=101.76 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 56697 0 0 0 10163 13 0 0 25 0 4 0 730824670 315379712 29108 33554432000 4194304 4650419 140734645637328 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 76997 29108 395 112 0 71962 0
[pid=31760/tid=31761] ppid=31758 vsize=307988 CPUtime=25.48 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 16869 0 0 0 2545 3 0 0 25 0 4 0 730824671 315379712 29108 33554432000 4194304 4650419 140734645637328 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=307988 CPUtime=25.48 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 15945 0 0 0 2545 3 0 0 25 0 4 0 730824671 315379712 29108 33554432000 4194304 4650419 140734645637328 18446744073709551615 4316014 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=307988 CPUtime=25.28 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 10725 0 0 0 2527 1 0 0 25 0 4 0 730824671 315379712 29108 33554432000 4194304 4650419 140734645637328 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 307988

[startup+51.1007 s]
/proc/loadavg: 6.14 5.13 6.26 9/281 31773
/proc/meminfo: memFree=24920848/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=326864 CPUtime=203.96 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 85900 0 0 0 20375 21 0 0 25 0 4 0 730824670 334708736 36521 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 81716 36521 395 112 0 76681 0
[pid=31760/tid=31761] ppid=31758 vsize=326864 CPUtime=51.08 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 24326 0 0 0 5102 6 0 0 25 0 4 0 730824671 334708736 36521 33554432000 4194304 4650419 140734645637328 18446744073709551615 4331103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=326864 CPUtime=51.09 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 24124 0 0 0 5104 5 0 0 25 0 4 0 730824671 334708736 36521 33554432000 4194304 4650419 140734645637328 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=326864 CPUtime=50.68 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 16556 0 0 0 5065 3 0 0 25 0 4 0 730824671 334708736 36521 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 326864

[startup+102.3 s]
/proc/loadavg: 7.27 5.59 6.36 9/281 31775
/proc/meminfo: memFree=24843456/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=459360 CPUtime=408.33 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 131661 0 0 0 40798 35 0 0 25 0 4 0 730824670 470384640 50232 33554432000 4194304 4650419 140734645637328 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 114840 50232 395 112 0 109805 0
[pid=31760/tid=31761] ppid=31758 vsize=459360 CPUtime=102.28 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 36693 0 0 0 10219 9 0 0 25 0 4 0 730824671 470384640 50232 33554432000 4194304 4650419 140734645637328 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=459360 CPUtime=102.28 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 36193 0 0 0 10220 8 0 0 25 0 4 0 730824671 470384640 50232 33554432000 4194304 4650419 140734645637328 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=459360 CPUtime=101.45 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 22712 0 0 0 10141 4 0 0 25 0 4 0 730824671 470384640 50232 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.33
Current children cumulated vsize (KiB) 459360

[startup+162.3 s]

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

[pid=31760] ppid=31758 vsize=567072 CPUtime=2563.96 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 336399 0 0 0 256275 121 0 0 25 0 4 0 730824670 580681728 92115 33554432000 4194304 4650419 140734645637328 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 141768 92115 395 112 0 136733 0
[pid=31760/tid=31761] ppid=31758 vsize=567072 CPUtime=642.28 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 89285 0 0 0 64197 31 0 0 25 0 4 0 730824671 580681728 92115 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=567072 CPUtime=642.3 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 72719 0 0 0 64207 23 0 0 25 0 4 0 730824671 580681728 92115 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=567072 CPUtime=637.04 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 60918 0 0 0 63683 21 0 0 25 0 4 0 730824671 580681728 92115 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2563.96
Current children cumulated vsize (KiB) 567072

[startup+702.301 s]
/proc/loadavg: 4.00 4.70 5.70 5/272 31808
/proc/meminfo: memFree=24776200/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=621964 CPUtime=2803.48 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 359068 0 0 0 280218 130 0 0 25 0 4 0 730824670 636891136 96831 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 155491 96831 395 112 0 150456 0
[pid=31760/tid=31761] ppid=31758 vsize=621964 CPUtime=702.28 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 95922 0 0 0 70195 33 0 0 25 0 4 0 730824671 636891136 96831 33554432000 4194304 4650419 140734645637328 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=621964 CPUtime=702.31 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 77924 0 0 0 70206 25 0 0 25 0 4 0 730824671 636891136 96831 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=621964 CPUtime=696.55 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 64008 0 0 0 69633 22 0 0 25 0 4 0 730824671 636891136 96831 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2803.48
Current children cumulated vsize (KiB) 621964

[startup+762.301 s]
/proc/loadavg: 4.05 4.58 5.60 5/272 31809
/proc/meminfo: memFree=24749040/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=622132 CPUtime=3042.99 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 374936 0 0 0 304162 137 0 0 25 0 4 0 730824670 637063168 103360 33554432000 4194304 4650419 140734645637328 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 155533 103360 395 112 0 150498 0
[pid=31760/tid=31761] ppid=31758 vsize=622132 CPUtime=762.29 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 99817 0 0 0 76194 35 0 0 25 0 4 0 730824671 637063168 103360 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=622132 CPUtime=762.31 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 79586 0 0 0 76205 26 0 0 25 0 4 0 730824671 637063168 103360 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=622132 CPUtime=756.07 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 69364 0 0 0 75582 25 0 0 25 0 4 0 730824671 637063168 103360 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.99
Current children cumulated vsize (KiB) 622132

[startup+822.301 s]
/proc/loadavg: 4.02 4.47 5.50 5/272 31811
/proc/meminfo: memFree=24759944/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=597004 CPUtime=3282.54 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 385578 0 0 0 328111 143 0 0 25 0 4 0 730824670 611332096 100265 33554432000 4194304 4650419 140734645637328 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 149251 100265 395 112 0 144216 0
[pid=31760/tid=31761] ppid=31758 vsize=597004 CPUtime=822.29 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 104684 0 0 0 82192 37 0 0 25 0 4 0 730824671 611332096 100265 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=597004 CPUtime=822.32 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 79932 0 0 0 82206 26 0 0 25 0 4 0 730824671 611332096 100265 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=597004 CPUtime=815.58 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 71258 0 0 0 81532 26 0 0 25 0 4 0 730824671 611332096 100265 33554432000 4194304 4650419 140734645637328 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3282.54
Current children cumulated vsize (KiB) 597004

[startup+882.301 s]
/proc/loadavg: 4.04 4.40 5.41 5/272 31812
/proc/meminfo: memFree=24741840/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=620312 CPUtime=3522.01 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 400268 0 0 0 352052 149 0 0 25 0 4 0 730824670 635199488 105108 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 155078 105108 395 112 0 150043 0
[pid=31760/tid=31761] ppid=31758 vsize=620312 CPUtime=882.29 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 105855 0 0 0 88191 38 0 0 25 0 4 0 730824671 635199488 105108 33554432000 4194304 4650419 140734645637328 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=620312 CPUtime=882.31 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 82931 0 0 0 88203 28 0 0 25 0 4 0 730824671 635199488 105108 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=620312 CPUtime=875.08 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 75330 0 0 0 87480 28 0 0 25 0 4 0 730824671 635199488 105108 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3522.01
Current children cumulated vsize (KiB) 620312

[startup+942.31 s]
/proc/loadavg: 4.05 4.34 5.32 5/272 31823
/proc/meminfo: memFree=24736876/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=685164 CPUtime=3761.57 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 411696 0 0 0 376002 155 0 0 25 0 4 0 730824670 701607936 106138 33554432000 4194304 4650419 140734645637328 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 171291 106138 395 112 0 166256 0
[pid=31760/tid=31761] ppid=31758 vsize=685164 CPUtime=942.3 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 112918 0 0 0 94190 40 0 0 25 0 4 0 730824671 701607936 106138 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=685164 CPUtime=942.32 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 82957 0 0 0 94204 28 0 0 25 0 4 0 730824671 701607936 106138 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=685164 CPUtime=934.6 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 76571 0 0 0 93430 30 0 0 25 0 4 0 730824671 701607936 106138 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.57
Current children cumulated vsize (KiB) 685164

[startup+1002.3 s]
/proc/loadavg: 4.02 4.27 5.24 5/272 31825
/proc/meminfo: memFree=24691216/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=690028 CPUtime=4001.05 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 437068 0 0 0 399942 163 0 0 25 0 4 0 730824670 706588672 117910 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 172507 117910 395 112 0 167472 0
[pid=31760/tid=31761] ppid=31758 vsize=690028 CPUtime=1002.29 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 120027 0 0 0 100186 43 0 0 25 0 4 0 730824671 706588672 117910 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=690028 CPUtime=1002.31 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 88477 0 0 0 100202 29 0 0 25 0 4 0 730824671 706588672 117910 33554432000 4194304 4650419 140734645637328 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=690028 CPUtime=994.1 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 82507 0 0 0 99379 31 0 0 25 0 4 0 730824671 706588672 117910 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4001.05
Current children cumulated vsize (KiB) 690028

[startup+1062.3 s]
/proc/loadavg: 4.00 4.22 5.16 5/272 31826
/proc/meminfo: memFree=24672492/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=684464 CPUtime=4240.57 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 452076 0 0 0 423886 171 0 0 25 0 4 0 730824670 700891136 122339 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 171116 122339 395 112 0 166081 0
[pid=31760/tid=31761] ppid=31758 vsize=684464 CPUtime=1062.29 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 126034 0 0 0 106183 46 0 0 25 0 4 0 730824671 700891136 122339 33554432000 4194304 4650419 140734645637328 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=684464 CPUtime=1062.32 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 92305 0 0 0 106200 32 0 0 25 0 4 0 730824671 700891136 122339 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=684464 CPUtime=1053.61 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 84633 0 0 0 105329 32 0 0 25 0 4 0 730824671 700891136 122339 33554432000 4194304 4650419 140734645637328 18446744073709551615 4329538 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4240.57
Current children cumulated vsize (KiB) 684464

[startup+1122.3 s]
/proc/loadavg: 4.00 4.18 5.08 5/272 31828
/proc/meminfo: memFree=24638264/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=644080 CPUtime=4480.09 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 465334 0 0 0 447831 178 0 0 25 0 4 0 730824670 659537920 130889 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 161020 130889 395 112 0 155985 0
[pid=31760/tid=31761] ppid=31758 vsize=644080 CPUtime=1122.3 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 130019 0 0 0 112182 48 0 0 25 0 4 0 730824671 659537920 130889 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=644080 CPUtime=1122.32 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 92421 0 0 0 112200 32 0 0 25 0 4 0 730824671 659537920 130889 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=644080 CPUtime=1113.12 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 87948 0 0 0 111279 33 0 0 25 0 4 0 730824671 659537920 130889 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4480.09
Current children cumulated vsize (KiB) 644080

[startup+1182.3 s]
/proc/loadavg: 4.08 4.16 5.01 5/272 31829
/proc/meminfo: memFree=24653516/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=644168 CPUtime=4719.6 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 482672 0 0 0 471774 186 0 0 25 0 4 0 730824670 659628032 127220 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 161042 127220 395 112 0 156007 0
[pid=31760/tid=31761] ppid=31758 vsize=644168 CPUtime=1182.29 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 136527 0 0 0 118178 51 0 0 25 0 4 0 730824671 659628032 127220 33554432000 4194304 4650419 140734645637328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=644168 CPUtime=1182.32 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 95588 0 0 0 118199 33 0 0 25 0 4 0 730824671 659628032 127220 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=644168 CPUtime=1172.63 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 90493 0 0 0 117229 34 0 0 25 0 4 0 730824671 659628032 127220 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4719.6
Current children cumulated vsize (KiB) 644168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 4.06 4.15 4.99 5/272 31830
/proc/meminfo: memFree=24654252/32951124 swapFree=67083432/67111528
[pid=31760] ppid=31758 vsize=775972 CPUtime=4800.26 cores=0,2,4,6
/proc/31760/stat : 31760 (strangenight1-m) R 31758 31760 31021 0 -1 4202496 489252 0 0 0 479837 189 0 0 25 0 4 0 730824670 794595328 126897 33554432000 4194304 4650419 140734645637328 18446744073709551615 4370647 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31760/statm: 193993 126897 395 112 0 188958 0
[pid=31760/tid=31761] ppid=31758 vsize=775972 CPUtime=1202.51 cores=0,2,4,6
/proc/31760/task/31761/stat : 31761 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 137812 0 0 0 120198 53 0 0 25 0 4 0 730824671 794595328 126897 33554432000 4194304 4650419 140734645637328 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31760/tid=31762] ppid=31758 vsize=775972 CPUtime=1202.53 cores=0,2,4,6
/proc/31760/task/31762/stat : 31762 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 97507 0 0 0 120220 33 0 0 25 0 4 0 730824671 794595328 126897 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=775972 CPUtime=1192.67 cores=0,2,4,6
/proc/31760/task/31763/stat : 31763 (strangenight1-m) R 31758 31760 31021 0 -1 4202560 91291 0 0 0 119233 34 0 0 25 0 4 0 730824671 794595328 126897 33554432000 4194304 4650419 140734645637328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 775972

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.54
CPU time (s): 4800.32
CPU user time (s): 4798.4
CPU system time (s): 1.92371
CPU usage (%): 399.181
Max. virtual memory (cumulated for all children) (KiB): 792112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.4
system time used= 1.92371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 489253
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= 510
involuntary context switches= 19878

runsolver used 3.08053 second user time and 6.79397 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 22:45:41
IDJOB=3368916
IDBENCH=82925
IDSOLVER=1846
FILE ID=node110/3368916-1305405941
RUNJOBID= node110-1305405941-31745
PBS_JOBID= 13324476
Free space on /tmp= 73592 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1677156340-036.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368916-1305405941/watcher-3368916-1305405941 -o /tmp/evaluation-result-3368916-1305405941/solver-3368916-1305405941 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368916-1305405941.cnf

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

MD5SUM BENCH= 99f3efd3bfc8a6f99ffbd289ed4a5837
RANDOM SEED=1257162203

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.76
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.830
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.830
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.830
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:      25162284 kB
Buffers:        277780 kB
Cached:        4034764 kB
SwapCached:       1440 kB
Active:        4276612 kB
Inactive:      3182944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25162284 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            6280 kB
Writeback:           0 kB
AnonPages:     3145356 kB
Mapped:          22372 kB
Slab:           245776 kB
PageTables:      20296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46104864 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= 73588 MiB
End job on node110 at 2011-05-14 23:05:45