Trace number 3368696

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.43 1203.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1846644927-079.SATISFIABLE.cnf
MD5SUM9d6e35233e69c791074cda4235bdf5aa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.178971
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

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-3368696-1305400956.cnf'
0.00/0.01	c -- header says num vars:             70
0.00/0.01	c -- header says num clauses:        6230
0.00/0.01	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.01	c -- vars added         70
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.37/0.15	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.55
0.37/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.37/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.37/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.76/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
0.76/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.76/0.20	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.76/0.20	c calculated reachability. Time: 0.00
0.76/0.20	c Calc default polars -  time:   0.00 s pos:      31 undec:       3 neg:      36
0.76/0.20	c =========================================================================================
0.76/0.20	c types(t): F = full restart, N = normal restart
0.76/0.20	c types(t): S = simplification begin/end, E = solution found
0.76/0.20	c restart types(rt): st = static, dy = dynamic
0.76/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.76/0.20	c  B st     0         0        70      6230         0         0     43610         0   no data   no data  --
1.16/0.33	c  N dy     7      5059        70      6230         0      2295     43610     48797     20.69     21.89  --
1.96/0.50	c  N dy    19     10049        70      6230         0      6804     43610    157396     20.69     21.83  --
2.36/0.66	c  N dy    33     14150        70      6230         0      6685     43610    144061     20.82     21.93  --
3.17/0.83	c  N dy    35     18195        70      6230         0      5270     43610     98503     20.68     21.82  --
4.01/1.03	c  N dy    42     22834        70      6230         0      9435     43610    198208     20.51     21.66  --
4.40/1.15	c  F st    62     25000        70      6230         0     11414     43610    247257     20.67     20.72  --
4.76/1.25	c  N st    66     27031        70      6230         0      7101     43610    130923     20.67   no data  --
5.16/1.38	c  S st    68     30000        70      6230         0      9784     43610    195901     20.67   no data  --
5.56/1.41	c  S st    68     30500        70      6230         0     10246     43610    207521     20.67   no data  --
5.56/1.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
5.56/1.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.56/1.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.56	c lits-rem:      1524  cl-subs:      862  v-elim:      0  v-fix:    0  time:  4.51 s
11.14/2.86	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 1.23
11.14/2.86	c calculated reachability. Time: 0.00
11.14/2.86	c  N dy    68     30500        70      6230         0      9384     43610    184511     20.67   no data  --
12.34/3.11	c  N dy    83     35263        70      6230         0     13710     43610    289825     20.77     21.90  --
12.77/3.30	c  N dy    88     39299        70      6230         0     10241     43610    191539     20.66     21.76  --
14.32/3.64	c  N dy    96     45752        70      6230         0     16020     43610    328798     20.56     19.27  --
14.32/3.64	c  S st    96     45752        70      6230         0     16020     43610    328798     20.56     19.27  --
14.32/3.68	c  S st    96     46255        70      6230         0      8419     43610    137852     20.56   no data  --
14.32/3.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.32/3.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.32/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
14.32/3.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.32/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.32/3.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
14.32/3.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.56/4.44	c lits-rem:       102  cl-subs:       44  v-elim:      0  v-fix:    0  time:  2.98 s
17.56/4.44	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.56/4.44	c vivif2 --  cl tried     8375 cl shrink        0 lits rem          0 time: 0.00
18.71/4.70	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 1.02
18.71/4.70	c calculated reachability. Time: 0.00
18.71/4.70	c  N dy    96     46255        70      6230         0      8375     43610    136524     20.56   no data  --
19.51/4.91	c  N dy   109     50687        70      6230         0     12407     43610    233615     20.53     21.69  --
20.31/5.19	c  N dy   123     55315        70      6230         0     16586     43610    334595     20.56     21.88  --
22.30/5.62	c  N dy   130     62479        70      6230         0     13996     43610    257518     20.42     21.50  --
23.10/5.87	c  N dy   142     66540        70      6230         0     17684     43610    345824     20.43     21.54  --
23.90/6.07	c  S st   150     69382        70      6230         0     10355     43610    160272     20.44     20.00  --
24.30/6.11	c  S st   150     69886        70      6230         0     10821     43610    171873     20.44   no data  --
24.30/6.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.30/6.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.30/6.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
24.30/6.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.30/6.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.30/6.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
24.30/6.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.49/6.98	c lits-rem:       357  cl-subs:      134  v-elim:      0  v-fix:    0  time:  3.43 s
27.49/6.98	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
27.49/6.98	c vivif2 --  cl tried    10687 cl shrink        0 lits rem          0 time: 0.01
28.69/7.29	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 1.23
28.69/7.29	c calculated reachability. Time: 0.00
28.69/7.29	c  N dy   150     69886        70      6230         0     10687     43610    168058     20.44   no data  --
29.89/7.58	c  N dy   180     74388        70      6230         0     14803     43610    268367     20.51     22.05  --
32.27/8.19	c  N dy   190     82978        70      6230         0     11703     43610    181277     20.41     21.49  --
33.47/8.43	c  F st   192     87500        70      6230         0     15774     43610    275462     20.32     17.16  --
33.87/8.51	c  N st   195     88687        70      6230         0     16840     43610    300644     20.32   no data  --
35.46/8.96	c  N dy   205     94348        70      6230         0     21973     43610    424129     20.33     21.44  --
38.26/9.68	c  N dy   214    104830        70      6230         0     19673     43610    354114     20.19     19.81  --
38.26/9.68	c  S st   214    104830        70      6230         0     19673     43610    354114     20.19     19.81  --
38.65/9.74	c  S st   214    105331        70      6230         0     20135     43610    365443     20.19   no data  --
38.65/9.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.65/9.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.65/9.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
38.65/9.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.65/9.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.65/9.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
38.65/9.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.04/11.39	c lits-rem:      2298  cl-subs:     2312  v-elim:      0  v-fix:    0  time:  6.49 s
45.04/11.39	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
45.04/11.39	c vivif2 --  cl tried    17823 cl shrink        0 lits rem          0 time: 0.01
46.64/11.77	c asymm  cl-useful: 0/4680/6230 lits-rem:0 time: 1.49
46.64/11.77	c calculated reachability. Time: 0.00
46.64/11.77	c  N dy   214    105331        70      6230         0     17823     43610    312360     20.19   no data  --
49.02/12.34	c  N dy   252    112086        70      6230         0     23932     43610    459375     20.26     21.84  --
51.02/12.89	c  N dy   291    119338        70      6230         0     17996     43610    308819     20.32     21.61  --
53.80/13.52	c  N dy   326    127052        70      6230         0     25015     43610    478152     20.37     21.47  --
56.21/14.16	c  N dy   363    135197        70      6230         0     18882     43610    316881     20.40     23.04  --
59.39/14.93	c  N dy   421    144017        70      6230         0     26893     43610    512594     20.48     21.59  --
62.97/15.82	c  N dy   483    154574        70      6230         0     21951     43610    378550     20.55     21.69  --
63.78/16.09	c  S st   490    157996        70      6230         0     25060     43610    453308     20.55     19.11  --
64.18/16.15	c  S st   490    158498        70      6230         0     25531     43610    464949     20.55   no data  --
64.18/16.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
64.18/16.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
64.18/16.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
64.18/16.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
64.18/16.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.18/16.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
64.18/16.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
72.15/18.17	c lits-rem:      1710  cl-subs:     2248  v-elim:      0  v-fix:    0  time:  7.97 s
72.15/18.17	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
72.15/18.18	c vivif2 --  cl tried    23283 cl shrink        0 lits rem          0 time: 0.02
72.96/18.38	c asymm  cl-useful: 0/1550/6230 lits-rem:0 time: 0.81
72.96/18.38	c calculated reachability. Time: 0.00
72.96/18.38	c  N dy   490    158498        70      6230         0     23283     43610    406930     20.55   no data  --
76.94/19.32	c  N dy   528    168656        70      6230         0     17181     43610    250087     20.59     22.32  --
80.53/20.21	c  N dy   548    180282        70      6230         0     27691     43610    502727     20.57     21.86  --
84.51/21.26	c  N dy   593    191913        70      6230         0     21978     43610    352671     20.60     21.69  --
89.71/22.54	c  N dy   618    204977        70      6230         0     33815     43610    639430     20.59     21.72  --
96.53/24.23	c  N dy   655    223979        70      6230         0     33777     43610    624867     20.57     21.75  --
101.27/25.47	c  S st   681    237749        70      6230         0     28117     43610    473184     20.54     19.80  --
101.67/25.54	c  S st   681    238252        70      6230         0     28591     43610    484965     20.54   no data  --
101.67/25.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
101.67/25.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.67/25.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
101.67/25.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.67/25.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.67/25.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
101.67/25.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
110.84/27.82	c lits-rem:      1648  cl-subs:     2564  v-elim:      0  v-fix:    0  time:  8.98 s
110.84/27.82	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
110.84/27.83	c vivif2 --  cl tried    26027 cl shrink        0 lits rem          0 time: 0.02
112.44/28.26	c asymm  cl-useful: 0/3672/6230 lits-rem:0 time: 1.72
112.44/28.26	c calculated reachability. Time: 0.00
112.44/28.26	c  N dy   681    238252        70      6230         0     26027     43610    423370     20.54   no data  --
118.81/29.86	c  N dy   701    256811        70      6230         0     23890     43610    357876     20.45     22.08  --
126.40/31.80	c  N dy   754    276078        70      6230         0     21501     43610    289903     20.45     21.54  --
133.97/33.69	c  N dy   836    293820        70      6230         0     37534     43610    676341     20.49     21.62  --
139.16/34.99	c  F st   882    306251        70      6230         0     28043     43610    436029     20.50   no data  --
141.95/35.69	c  N dy   896    313061        70      6230         0     34201     43610    584386     20.50     21.78  --
150.72/37.85	c  N dy   934    334223        70      6230         0     31533     43610    497418     20.41     21.51  --
160.30/40.24	c  N dy   993    354358        70      6230         0     27240     43610    390854     20.41     21.55  --
161.49/40.54	c  S st  1005    357378        70      6230         0     29963     43610    455645     20.41     19.25  --
161.93/40.62	c  S st  1005    357883        70      6230         0     30436     43610    467352     20.41   no data  --
161.93/40.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
161.93/40.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
161.93/40.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
161.93/40.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
161.93/40.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.93/40.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
161.93/40.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
170.71/42.89	c lits-rem:      1541  cl-subs:     1913  v-elim:      0  v-fix:    0  time:  8.93 s
170.71/42.89	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
170.71/42.89	c vivif2 --  cl tried    28523 cl shrink        0 lits rem          0 time: 0.02
172.26/43.23	c asymm  cl-useful: 0/2558/6230 lits-rem:0 time: 1.35
172.26/43.23	c calculated reachability. Time: 0.00
172.26/43.23	c  N dy  1005    357883        70      6230         0     28523     43610    421020     20.41   no data  --
184.62/46.31	c  N dy  1102    377970        70      6230         0     46792     43610    866613     20.46     21.76  --
198.18/49.76	c  N dy  1104    407389        70      6230         0     25388     43610    320250     20.32     21.44  --
208.16/52.26	c  N dy  1228    427424        70      6230         0     43526     43610    761343     20.38     21.95  --
218.52/54.90	c  N dy  1330    447496        70      6230         0     36453     43610    575464     20.41     22.77  --
239.67/60.16	c  N dy  1400    491286        70      6230         0     49651     43610    865552     20.31     21.46  --
252.02/63.21	c  N dy  1545    511635        70      6230         0     41252     43610    671290     20.37     21.46  --
263.98/66.23	c  N dy  1597    532981        70      6230         0     32479     43610    434124     20.35     21.56  --
265.58/66.68	c  S st  1616    536825        70      6230         0     35963     43610    518377     20.36     20.59  --
265.98/66.77	c  S st  1616    537327        70      6230         0     36426     43610    530308     20.36   no data  --
265.98/66.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
265.98/66.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
265.98/66.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
266.38/66.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
266.38/66.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
266.38/66.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
266.38/66.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
278.74/69.94	c lits-rem:      1439  cl-subs:     2036  v-elim:      0  v-fix:    0  time: 12.53 s
278.74/69.94	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
278.74/69.95	c vivif2 --  cl tried    34390 cl shrink        0 lits rem          0 time: 0.02
279.54/70.14	c asymm  cl-useful: 0/1541/6230 lits-rem:0 time: 0.77
279.54/70.14	c calculated reachability. Time: 0.00
279.54/70.14	c  N dy  1616    537327        70      6230         0     34390     43610    482256     20.36   no data  --
291.90/73.25	c  N dy  1738    557478        70      6230         0     52714     43610    930586     20.40     21.54  --
303.47/76.14	c  N dy  1805    577535        70      6230         0     41943     43610    652762     20.41     23.65  --
317.83/79.71	c  N dy  1897    597606        70      6230         0     30272     43610    361467     20.43     21.59  --
327.41/82.12	c  N dy  1935    617658        70      6230         0     48266     43610    790989     20.41     22.78  --
339.36/85.12	c  N dy  1979    637731        70      6230         0     35715     43610    478306     20.40     22.52  --
361.70/90.73	c  N dy  2045    677023        70      6230         0     39482     43610    550786     20.37     21.55  --
375.67/94.20	c  N dy  2102    697070        70      6230         0     57542     43610    983982     20.37     22.17  --
395.60/99.22	c  N dy  2192    727712        70      6230         0     52704     43610    851891     20.36     21.45  --
412.74/103.52	c  N dy  2300    747714        70      6230         0     37531     43610    481317     20.39     22.36  --
425.90/106.85	c  N dy  2394    767755        70      6230         0     55641     43610    916752     20.40     22.97  --
441.87/110.85	c  N dy  2500    787762        70      6230         0     39433     43610    513682     20.43     22.36  --
453.43/113.73	c  S st  2552    805991        70      6230         0     55813     43610    901147     20.42     18.75  --
453.83/113.88	c  S st  2552    806494        70      6230         0     56284     43610    912865     20.42   no data  --
453.83/113.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
453.83/113.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
454.23/113.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
454.23/113.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
454.23/113.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
454.23/113.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
454.23/113.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
487.33/122.25	c lits-rem:      3333  cl-subs:     5380  v-elim:      0  v-fix:    0  time: 33.17 s
487.33/122.25	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
487.33/122.26	c vivif2 --  cl tried    50904 cl shrink        0 lits rem          0 time: 0.04
488.53/122.58	c asymm  cl-useful: 0/971/6230 lits-rem:0 time: 1.28
488.53/122.59	c calculated reachability. Time: 0.00
488.53/122.59	c  N dy  2552    806494        70      6230         0     50904     43610    783180     20.42   no data  --
510.46/128.04	c  N dy  2692    827952        70      6230         0     35379     43610    403451     20.45     21.61  --
523.22/131.25	c  N dy  2793    848047        70      6230         0     53529     43610    845459     20.47     22.95  --
544.36/136.56	c  N dy  2873    876224        70      6230         0     42899     43610    564225     20.46     21.62  --
560.32/140.54	c  N dy  3001    897261        70      6230         0     61957     43610   1029209     20.48     21.70  --
578.70/145.20	c  N dy  3051    921826        70      6230         0     47095     43610    648225     20.46     21.57  --
592.27/148.53	c  N dy  3069    942245        70      6230         0     65292     43610   1073886     20.43     21.58  --
608.97/152.75	c  N dy  3115    965155        70      6230         0     48170     43610    670149     20.41     21.72  --
636.14/159.54	c  N dy  3224    999605        70      6230         0     40525     43610    476284     20.40     21.54  --
650.05/163.02	c  N dy  3323   1019691        70      6230         0     58718     43610    918589     20.41     22.02  --
669.59/167.91	c  N dy  3435   1039763        70      6230         0     76908     43610   1363331     20.43     22.94  --
684.40/171.64	c  N dy  3512   1060037        70      6230         0     55517     43610    822189     20.43     21.53  --
692.77/173.80	c  F st  3523   1071877        70      6230         0     66153     43610   1073930     20.43     19.09  --
707.48/177.43	c  N dy  3533   1090427        70      6230         0     42257     43610    489795     20.41     21.67  --
722.64/181.29	c  N dy  3661   1110519        70      6230         0     60527     43610    939923     20.44     24.83  --
743.77/186.54	c  N dy  3765   1131173        70      6230         0     79172     43610   1395012     20.45     21.53  --
762.12/191.13	c  N dy  3843   1154416        70      6230         0     58558     43610    862854     20.45     21.66  --
780.07/195.69	c  N dy  3916   1174511        70      6230         0     76699     43610   1302938     20.45     21.64  --
801.21/200.99	c  N dy  3984   1195450        70      6230         0     53073     43610    719427     20.45     21.71  --
815.61/204.59	c  S st  4026   1209743        70      6230         0     66025     43610   1031319     20.45   no data  --
816.76/204.87	c  S st  4026   1210245        70      6230         0     66487     43610   1042430     20.45   no data  --
816.76/204.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
816.76/204.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
817.16/204.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
817.16/204.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
817.16/204.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
817.16/204.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
817.16/204.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
900.10/225.75	c lits-rem:      3362  cl-subs:     5952  v-elim:      0  v-fix:    0  time: 82.91 s
900.10/225.75	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
900.10/225.77	c vivif2 --  cl tried    60535 cl shrink        0 lits rem          0 time: 0.05
901.70/226.14	c asymm  cl-useful: 0/768/6230 lits-rem:0 time: 1.49
901.70/226.14	c calculated reachability. Time: 0.00
901.70/226.14	c  N dy  4026   1210245        70      6230         0     60535     43610    899575     20.45   no data  --
927.22/232.59	c  N dy  4167   1230278        70      6230         0     78624     43610   1343563     20.47     22.51  --
947.61/237.64	c  N dy  4316   1250315        70      6230         0     53712     43610    737471     20.50     21.69  --
965.91/242.30	c  N dy  4425   1270330        70      6230         0     71789     43610   1177463     20.51     23.29  --
992.63/248.98	c  N dy  4512   1290355        70      6230         0     45814     43610    525266     20.52     21.81  --
1010.18/253.39	c  N dy  4584   1310440        70      6230         0     63899     43610    959751     20.52     21.60  --
1034.95/259.51	c  N dy  4647   1333727        70      6230         0     84840     43610   1462654     20.51     21.59  --
1056.45/264.99	c  N dy  4705   1355100        70      6230         0     59018     43610    821739     20.50     21.63  --
1082.76/271.53	c  N dy  4793   1381371        70      6230         0     82763     43610   1395095     20.50     21.62  --
1104.70/277.10	c  N dy  4915   1401438        70      6230         0     55028     43610    722849     20.52     23.33  --
1121.85/281.39	c  N dy  4984   1421464        70      6230         0     73039     43610   1155380     20.52     23.18  --
1148.18/287.97	c  N dy  5072   1444443        70      6230         0     93873     43610   1660589     20.52     21.61  --
1197.27/300.26	c  N dy  5173   1507287        70      6230         0     55535     43610    698979     20.47     21.69  --
1215.96/304.96	c  N dy  5235   1529763        70      6230         0     75760     43610   1185670     20.47     21.65  --
1241.89/311.47	c  N dy  5356   1549857        70      6230         0     93869     43610   1631165     20.48     21.81  --
1266.62/317.63	c  N dy  5437   1579661        70      6230         0     72056     43610   1092513     20.48     21.56  --
1289.80/323.46	c  N dy  5525   1599752        70      6230         0     90141     43610   1533168     20.48     21.57  --
1312.49/329.10	c  N dy  5615   1619765        70      6230         0     58711     43610    757215     20.49     21.57  --
1367.93/343.10	c  N dy  5616   1684220        70      6230         0     65653     43610    894832     20.39     21.60  --
1390.70/348.77	c  N dy  5722   1704276        70      6230         0     83770     43610   1333735     20.40     22.04  --
1399.08/350.90	c  S st  5769   1710248        70      6230         0     89175     43610   1468384     20.40   no data  --
1400.23/351.18	c  S st  5769   1710754        70      6230         0     89636     43610   1479936     20.40   no data  --
1400.23/351.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1400.23/351.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1400.63/351.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1400.63/351.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1400.63/351.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1400.63/351.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1400.63/351.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1592.81/399.41	c lits-rem:      6259  cl-subs:    10821  v-elim:      0  v-fix:    0  time: 191.85 s
1592.81/399.41	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1592.81/399.43	c vivif2 --  cl tried    78815 cl shrink        0 lits rem          0 time: 0.07
1594.81/399.90	c asymm  cl-useful: 0/588/6230 lits-rem:0 time: 1.90
1594.81/399.90	c calculated reachability. Time: 0.00
1594.81/399.90	c  N dy  5769   1710754        70      6230         0     78815     43610   1234831     20.40   no data  --
1630.70/408.93	c  N dy  5896   1731427        70      6230         0     97438     43610   1691613     20.42     21.53  --
1657.86/415.74	c  N dy  6014   1751440        70      6230         0     65131     43610    907607     20.43     21.73  --
1692.11/424.37	c  N dy  6146   1771486        70      6230         0     83268     43610   1353273     20.45     23.41  --
1750.38/438.95	c  N dy  6280   1803349        70      6230         0     60108     43610    753766     20.45     21.53  --
1782.22/446.98	c  N dy  6426   1823362        70      6230         0     78222     43610   1200193     20.47     21.77  --
1816.17/455.42	c  N dy  6484   1843516        70      6230         0     96304     43610   1637399     20.47     21.58  --
1850.86/464.12	c  N dy  6614   1863569        70      6230         0     61431     43610    781452     20.48     21.61  --
1877.19/470.78	c  N dy  6701   1884122        70      6230         0     79885     43610   1229490     20.49     21.70  --
1927.79/483.45	c  N dy  6783   1917406        70      6230         0     55895     43610    628160     20.48     21.83  --
1954.92/490.26	c  N dy  6911   1937769        70      6230         0     74372     43610   1082685     20.49     21.62  --
1994.40/500.15	c  N dy  7053   1960540        70      6230         0     94904     43610   1588088     20.50     21.66  --
2024.30/507.62	c  N dy  7082   1980590        70      6230         0     57922     43610    666684     20.49     23.27  --
2046.64/513.21	c  N dy  7175   2000743        70      6230         0     76121     43610   1110963     20.50     21.59  --
2074.16/520.14	c  N dy  7300   2021087        70      6230         0     94474     43610   1563091     20.51     21.66  --
2108.46/528.80	c  N dy  7390   2044342        70      6230         0     59543     43610    688983     20.52     21.73  --
2127.64/533.54	c  N dy  7455   2064647        70      6230         0     77759     43610   1125406     20.51     21.68  --
2152.34/539.73	c  N dy  7529   2084815        70      6230         0     95898     43610   1565446     20.52     21.74  --
2193.05/549.92	c  N dy  7647   2114198        70      6230         0     65604     43610    818942     20.52     21.73  --
2272.02/569.80	c  N dy  7716   2205061        70      6230         0     88974     43610   1342583     20.43     21.62  --
2279.96/571.76	c  S st  7757   2210756        70      6230         0     94121     43610   1470060     20.44     21.52  --
2281.20/572.04	c  S st  7757   2211259        70      6230         0     94585     43610   1481630     20.44   no data  --
2281.20/572.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2281.20/572.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2281.20/572.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
2281.54/572.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2281.54/572.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2281.54/572.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2281.54/572.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2398.41/601.48	c lits-rem:      6496  cl-subs:    11460  v-elim:      0  v-fix:    0  time: 117.01 s
2398.41/601.48	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2398.81/601.50	c vivif2 --  cl tried    83125 cl shrink        0 lits rem          0 time: 0.06
2399.99/601.83	c asymm  cl-useful: 0/561/6230 lits-rem:0 time: 1.32
2399.99/601.83	c calculated reachability. Time: 0.00
2399.99/601.83	c  N dy  7757   2211259        70      6230         0     83125     43610   1238700     20.44   no data  --
2423.94/607.80	c  N dy  7824   2231270        70      6230         0    101103     43610   1673323     20.44     23.87  --
2458.23/616.49	c  N dy  7953   2254880        70      6230         0     64799     43610    786687     20.45     21.57  --
2480.57/622.07	c  N dy  8069   2274888        70      6230         0     82779     43610   1226661     20.45     22.13  --
2510.07/629.46	c  N dy  8188   2295787        70      6230         0    101628     43610   1688610     20.46     21.90  --
2551.15/639.78	c  N dy  8332   2317601        70      6230         0     62416     43610    715368     20.48     21.64  --
2575.13/645.72	c  N dy  8473   2338521        70      6230         0     81433     43610   1184874     20.49     21.57  --
2602.59/652.61	c  N dy  8599   2358548        70      6230         0     99472     43610   1629785     20.50     22.52  --
2650.45/664.69	c  N dy  8736   2389024        70      6230         0     66677     43610    795560     20.50     21.62  --
2685.14/673.35	c  N dy  8869   2410071        70      6230         0     85620     43610   1262329     20.52     21.61  --
2723.03/682.85	c  N dy  8941   2430585        70      6230         0    103971     43610   1704269     20.52     21.67  --
2768.49/694.26	c  N dy  9035   2450986        70      6230         0     61294     43610    659482     20.52     21.71  --
2797.61/701.59	c  N dy  9162   2471005        70      6230         0     79387     43610   1104245     20.53     23.00  --
2838.68/711.83	c  N dy  9294   2493475        70      6230         0     99692     43610   1605653     20.54     21.75  --
2892.13/725.21	c  N dy  9367   2521857        70      6230         0     63059     43610    688450     20.53     21.76  --
2920.85/732.51	c  N dy  9490   2541886        70      6230         0     81156     43610   1131674     20.54     23.23  --
2957.94/741.79	c  N dy  9615   2561958        70      6230         0     99259     43610   1576778     20.55     22.64  --
2997.82/751.74	c  N dy  9702   2581993        70      6230         0    117249     43610   2015287     20.55     23.33  --
3039.30/762.17	c  N dy  9847   2602063        70      6230         0     72347     43610    906280     20.57     22.77  --
3073.60/770.72	c  N dy  9911   2627348        70      6230         0     95014     43610   1450129     20.56     21.67  --
3125.04/783.62	c  N dy 10029   2652852        70      6230         0    117955     43610   2007948     20.57     21.69  --
3165.32/793.77	c  N dy 10144   2673006        70      6230         0     72218     43610    889293     20.58     21.68  --
3194.84/801.18	c  N dy 10229   2693161        70      6230         0     90379     43610   1330093     20.58     21.75  --
3224.00/808.49	c  S st 10328   2711259        70      6230         0    106695     43610   1730598     20.58     20.10  --
3225.55/808.82	c  S st 10328   2711765        70      6230         0    107172     43610   1742361     20.58   no data  --
3225.55/808.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3225.55/808.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3225.55/808.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
3225.95/808.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3225.95/808.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3225.95/808.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3225.95/808.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3665.84/919.27	c lits-rem:      6943  cl-subs:     9843  v-elim:      0  v-fix:    0  time: 439.89 s
3665.84/919.27	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3665.84/919.29	c vivif2 --  cl tried    97329 cl shrink        0 lits rem          0 time: 0.08
3667.48/919.64	c asymm  cl-useful: 0/468/6230 lits-rem:0 time: 1.36
3667.48/919.64	c calculated reachability. Time: 0.00
3667.48/919.64	c  N dy 10328   2711765        70      6230         0     97329     43610   1492863     20.58   no data  --
3700.13/927.80	c  N dy 10441   2731779        70      6230         0    115287     43610   1933883     20.59     23.99  --
3734.04/936.35	c  N dy 10499   2755833        70      6230         0     72474     43610    874824     20.58     21.83  --
3759.20/942.68	c  N dy 10573   2778384        70      6230         0     92759     43610   1370404     20.58     21.89  --
3791.46/950.77	c  N dy 10691   2798430        70      6230         0    110870     43610   1815485     20.59     21.79  --
3829.40/960.26	c  N dy 10792   2819017        70      6230         0    129422     43610   2271911     20.60     21.95  --
3854.87/966.70	c  N dy 10887   2840881        70      6230         0     83663     43610   1145999     20.60     21.77  --
3884.78/974.16	c  N dy 11018   2860947        70      6230         0    101814     43610   1596186     20.61     22.57  --
3990.46/1000.61	c  N dy 11087   2935505        70      6230         0    101892     43610   1536539     20.57     21.65  --
4051.87/1016.09	c  N dy 11162   2969185        70      6230         0    131905     43610   2255128     20.56     21.79  --
4093.33/1026.41	c  N dy 11249   2994907        70      6230         0     87977     43610   1218574     20.56     21.65  --
4134.40/1036.70	c  N dy 11365   3015774        70      6230         0    106784     43610   1680076     20.56     21.65  --
4183.46/1049.06	c  N dy 11516   3035821        70      6230         0    124971     43610   2132333     20.57     21.93  --
4229.71/1060.66	c  N dy 11632   3055854        70      6230         0     74778     43610    887039     20.58     21.98  --
4265.21/1069.56	c  N dy 11781   3075908        70      6230         0     92899     43610   1338790     20.59     23.41  --
4308.28/1080.36	c  N dy 11882   3098047        70      6230         0    112838     43610   1825593     20.60     21.90  --
4378.86/1098.04	c  N dy 11956   3128972        70      6230         0     71361     43610    788192     20.59     21.68  --
4413.54/1106.79	c  N dy 12069   3149176        70      6230         0     89598     43610   1237314     20.59     21.78  --
4463.39/1119.25	c  N dy 12208   3171846        70      6230         0    110047     43610   1742823     20.60     21.88  --
4514.09/1131.96	c  N dy 12282   3192210        70      6230         0    128336     43610   2187466     20.60     21.74  --
4564.27/1144.55	c  S st 12363   3211765        70      6230         0     75734     43610    881578     20.61     21.25  --
4565.47/1144.88	c  S st 12363   3212272        70      6230         0     76203     43610    893183     20.61   no data  --
4565.47/1144.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4565.47/1144.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4565.87/1144.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.21
4565.87/1144.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4565.87/1144.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4565.87/1144.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4565.87/1144.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4673.13/1171.81	c lits-rem:       931  cl-subs:     1473  v-elim:      0  v-fix:    0  time: 106.99 s
4673.13/1171.81	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4673.13/1171.82	c vivif2 --  cl tried    74730 cl shrink        0 lits rem          0 time: 0.06
4675.13/1172.32	c asymm  cl-useful: 0/624/6230 lits-rem:0 time: 2.00
4675.13/1172.33	c calculated reachability. Time: 0.00
4675.13/1172.33	c  N dy 12363   3212272        70      6230         0     74730     43610    856550     20.61   no data  --
4720.58/1183.80	c  N dy 12398   3243507        70      6230         0    102560     43610   1515738     20.59     22.01  --
4779.20/1198.46	c  N dy 12492   3270899        70      6230         0    127167     43610   2106753     20.59     21.72  --

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

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.10 8.07 2/354 28277
/proc/meminfo: memFree=24025496/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 412 0 0 0 2 0 0 0 19 0 4 0 651695981 52465664 352 33554432000 4194304 4650419 140737458322272 18446744073709551615 47760016730038 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 12809 352 303 112 0 7774 0
[pid=28277/tid=28279] ppid=28274 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 651695982 52465664 352 33554432000 4194304 4650419 140737458322272 18446744073709551615 47760016730034 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651695982 52465664 352 33554432000 4194304 4650419 140737458322272 18446744073709551615 47760016730028 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 651695982 52465664 352 33554432000 4194304 4650419 140737458322272 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.018257 s]
/proc/loadavg: 8.06 8.10 8.07 2/354 28277
/proc/meminfo: memFree=24025496/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=281916 CPUtime=0.04 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 1245 0 0 0 4 0 0 0 21 0 4 0 651695981 288681984 1161 33554432000 4194304 4650419 140737458322272 18446744073709551615 253640520001 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 70479 1161 366 112 0 65444 0
[pid=28277/tid=28279] ppid=28274 vsize=281916 CPUtime=0.01 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 208 0 0 0 1 0 0 0 21 0 4 0 651695982 288681984 1162 33554432000 4194304 4650419 140737458322272 18446744073709551615 4370519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=281916 CPUtime=0.01 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 196 0 0 0 1 0 0 0 21 0 4 0 651695982 288681984 1162 33554432000 4194304 4650419 140737458322272 18446744073709551615 253640520001 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=281916 CPUtime=0 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 207 0 0 0 0 0 0 0 22 0 4 0 651695982 288681984 1162 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 281916

[startup+0.100232 s]
/proc/loadavg: 8.06 8.10 8.07 2/354 28277
/proc/meminfo: memFree=24025496/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=282048 CPUtime=0.37 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 1413 0 0 0 37 0 0 0 21 0 4 0 651695981 288817152 1329 33554432000 4194304 4650419 140737458322272 18446744073709551615 4370693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 70512 1329 366 112 0 65477 0
[pid=28277/tid=28279] ppid=28274 vsize=282048 CPUtime=0.09 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 223 0 0 0 9 0 0 0 21 0 4 0 651695982 288817152 1329 33554432000 4194304 4650419 140737458322272 18446744073709551615 4370710 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=282048 CPUtime=0.09 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 211 0 0 0 9 0 0 0 21 0 4 0 651695982 288817152 1329 33554432000 4194304 4650419 140737458322272 18446744073709551615 4371088 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=282048 CPUtime=0.08 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 328 0 0 0 8 0 0 0 22 0 4 0 651695982 288817152 1329 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365548 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282048

[startup+0.300197 s]
/proc/loadavg: 8.06 8.10 8.07 2/354 28277
/proc/meminfo: memFree=24025496/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=284040 CPUtime=1.16 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 3613 0 0 0 116 0 0 0 18 0 4 0 651695981 290856960 3081 33554432000 4194304 4650419 140737458322272 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 71010 3081 390 112 0 65975 0
[pid=28277/tid=28279] ppid=28274 vsize=284040 CPUtime=0.29 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 834 0 0 0 29 0 0 0 18 0 4 0 651695982 290856960 3081 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=284040 CPUtime=0.29 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 816 0 0 0 29 0 0 0 18 0 4 0 651695982 290856960 3081 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=284040 CPUtime=0.28 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 683 0 0 0 28 0 0 0 22 0 4 0 651695982 290856960 3081 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284040

[startup+0.701125 s]
/proc/loadavg: 8.06 8.10 8.07 2/354 28277
/proc/meminfo: memFree=24025496/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=285760 CPUtime=2.76 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 5853 0 0 0 276 0 0 0 18 0 4 0 651695981 292618240 3735 33554432000 4194304 4650419 140737458322272 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 71440 3735 390 112 0 66405 0
[pid=28277/tid=28279] ppid=28274 vsize=285760 CPUtime=0.69 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 1417 0 0 0 69 0 0 0 18 0 4 0 651695982 292618240 3735 33554432000 4194304 4650419 140737458322272 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=285760 CPUtime=0.69 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 1428 0 0 0 69 0 0 0 18 0 4 0 651695982 292618240 3735 33554432000 4194304 4650419 140737458322272 18446744073709551615 4315038 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=285760 CPUtime=0.68 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 1131 0 0 0 68 0 0 0 24 0 4 0 651695982 292618240 3735 33554432000 4194304 4650419 140737458322272 18446744073709551615 4313624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285760

[startup+1.50098 s]
/proc/loadavg: 8.06 8.10 8.07 11/365 28291
/proc/meminfo: memFree=23988208/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=287124 CPUtime=5.95 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 10848 0 0 0 594 1 0 0 19 0 4 0 651695981 294014976 5992 33554432000 4194304 4650419 140737458322272 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 71781 5992 392 112 0 66746 0
[pid=28277/tid=28279] ppid=28274 vsize=287124 CPUtime=1.49 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 2338 0 0 0 149 0 0 0 19 0 4 0 651695982 294014976 5992 33554432000 4194304 4650419 140737458322272 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=287124 CPUtime=1.49 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 2343 0 0 0 149 0 0 0 19 0 4 0 651695982 294014976 5992 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=287124 CPUtime=1.46 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 2016 0 0 0 146 0 0 0 25 0 4 0 651695982 294014976 5992 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 287124

[startup+3.10069 s]
/proc/loadavg: 8.05 8.10 8.07 9/365 28291
/proc/meminfo: memFree=23963236/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=295760 CPUtime=12.34 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 17834 0 0 0 1232 2 0 0 24 0 4 0 651695981 302858240 10993 33554432000 4194304 4650419 140737458322272 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 73940 10993 392 112 0 68905 0
[pid=28277/tid=28279] ppid=28274 vsize=295760 CPUtime=3.09 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 3860 0 0 0 309 0 0 0 24 0 4 0 651695982 302858240 10993 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=295760 CPUtime=3.08 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 4793 0 0 0 308 0 0 0 24 0 4 0 651695982 302858240 10993 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=295760 CPUtime=3.05 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 4863 0 0 0 305 0 0 0 25 0 4 0 651695982 302858240 10993 33554432000 4194304 4650419 140737458322272 18446744073709551615 4370701 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 295760

[startup+6.30111 s]
/proc/loadavg: 8.05 8.10 8.07 9/365 28291
/proc/meminfo: memFree=23914564/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=287224 CPUtime=25.1 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 26745 0 0 0 2506 4 0 0 25 0 4 0 651695981 294117376 13464 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 71806 13464 392 112 0 66771 0
[pid=28277/tid=28279] ppid=28274 vsize=287224 CPUtime=6.29 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 6743 0 0 0 629 0 0 0 25 0 4 0 651695982 294117376 13464 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=287224 CPUtime=6.28 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 7000 0 0 0 627 1 0 0 25 0 4 0 651695982 294117376 13464 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=287224 CPUtime=6.21 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 6684 0 0 0 621 0 0 0 25 0 4 0 651695982 294117376 13464 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 287224

[startup+12.7009 s]
/proc/loadavg: 8.05 8.09 8.07 9/365 28291
/proc/meminfo: memFree=23864300/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=294972 CPUtime=50.62 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 40239 0 0 0 5056 6 0 0 25 0 4 0 651695981 302051328 17834 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 73743 17835 392 112 0 68708 0
[pid=28277/tid=28279] ppid=28274 vsize=294972 CPUtime=12.69 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 9489 0 0 0 1268 1 0 0 25 0 4 0 651695982 302051328 17835 33554432000 4194304 4650419 140737458322272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=294972 CPUtime=12.69 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 10579 0 0 0 1267 2 0 0 25 0 4 0 651695982 302051328 17835 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=294972 CPUtime=12.53 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 10765 0 0 0 1252 1 0 0 25 0 4 0 651695982 302051328 17835 33554432000 4194304 4650419 140737458322272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 294972

[startup+25.5006 s]
/proc/loadavg: 8.11 8.11 8.08 9/365 28292
/proc/meminfo: memFree=23812852/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=286076 CPUtime=101.67 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 61737 0 0 0 10155 12 0 0 25 0 4 0 651695981 292941824 24522 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 71519 24522 392 112 0 66484 0
[pid=28277/tid=28279] ppid=28274 vsize=286076 CPUtime=25.49 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 14710 0 0 0 2547 2 0 0 25 0 4 0 651695982 292941824 24522 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=286076 CPUtime=25.48 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 16189 0 0 0 2545 3 0 0 25 0 4 0 651695982 292941824 24522 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=286076 CPUtime=25.18 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 15931 0 0 0 2515 3 0 0 25 0 4 0 651695982 292941824 24522 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 286076

[startup+51.1009 s]
/proc/loadavg: 8.07 8.10 8.07 9/365 28292
/proc/meminfo: memFree=23775596/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=287964 CPUtime=203.77 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 90755 0 0 0 20354 23 0 0 25 0 4 0 651695981 294875136 29136 33554432000 4194304 4650419 140737458322272 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 71991 29136 392 112 0 66956 0
[pid=28277/tid=28279] ppid=28274 vsize=287964 CPUtime=51.08 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 21384 0 0 0 5105 3 0 0 25 0 4 0 651695982 294875136 29136 33554432000 4194304 4650419 140737458322272 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=287964 CPUtime=51.09 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 24378 0 0 0 5102 7 0 0 25 0 4 0 651695982 294875136 29136 33554432000 4194304 4650419 140737458322272 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=287964 CPUtime=50.48 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 23383 0 0 0 5043 5 0 0 25 0 4 0 651695982 294875136 29136 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 287964

[startup+102.314 s]
/proc/loadavg: 8.11 8.11 8.08 9/365 28294
/proc/meminfo: memFree=23732520/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=323220 CPUtime=408.01 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 139878 0 0 0 40762 39 0 0 25 0 4 0 651695981 330977280 34701 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 80805 34701 392 112 0 75770 0
[pid=28277/tid=28279] ppid=28274 vsize=323220 CPUtime=102.3 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 32067 0 0 0 10223 7 0 0 25 0 4 0 651695982 330977280 34701 33554432000 4194304 4650419 140737458322272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=323220 CPUtime=102.3 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 37851 0 0 0 10218 12 0 0 25 0 4 0 651695982 330977280 34701 33554432000 4194304 4650419 140737458322272 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=323220 CPUtime=101.08 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 37408 0 0 0 10098 10 0 0 25 0 4 0 651695982 330977280 34701 33554432000 4194304 4650419 140737458322272 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 323220

[startup+162.301 s]

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

[pid=28277] ppid=28274 vsize=491248 CPUtime=2800.8 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 416287 0 0 0 279919 161 0 0 25 0 4 0 651695981 503037952 76844 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 122812 76844 392 112 0 117777 0
[pid=28277/tid=28279] ppid=28274 vsize=491248 CPUtime=702.31 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 105525 0 0 0 70195 36 0 0 25 0 4 0 651695982 503037952 76844 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=491248 CPUtime=702.27 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 117491 0 0 0 70176 51 0 0 25 0 4 0 651695982 503037952 76844 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=491248 CPUtime=693.88 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 88073 0 0 0 69358 30 0 0 25 0 4 0 651695982 503037952 76844 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476483 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.8
Current children cumulated vsize (KiB) 491248

[startup+762.314 s]
/proc/loadavg: 8.12 8.11 8.09 9/365 28311
/proc/meminfo: memFree=23400388/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=503940 CPUtime=3040.14 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 425982 0 0 0 303846 168 0 0 25 0 4 0 651695981 516034560 75599 33554432000 4194304 4650419 140737458322272 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 125985 75599 392 112 0 120950 0
[pid=28277/tid=28279] ppid=28274 vsize=503940 CPUtime=762.32 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 105525 0 0 0 76196 36 0 0 25 0 4 0 651695982 516034560 75599 33554432000 4194304 4650419 140737458322272 18446744073709551615 253640556671 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=503940 CPUtime=762.29 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 122788 0 0 0 76174 55 0 0 25 0 4 0 651695982 516034560 75599 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=503940 CPUtime=753.18 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 88073 0 0 0 75288 30 0 0 25 0 4 0 651695982 516034560 75599 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.14
Current children cumulated vsize (KiB) 503940

[startup+822.301 s]
/proc/loadavg: 8.04 8.08 8.08 9/365 28313
/proc/meminfo: memFree=23345300/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=504592 CPUtime=3279.4 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 439581 0 0 0 327765 175 0 0 25 0 4 0 651695981 516702208 81187 33554432000 4194304 4650419 140737458322272 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 126148 81187 392 112 0 121113 0
[pid=28277/tid=28279] ppid=28274 vsize=504592 CPUtime=822.31 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 107725 0 0 0 82194 37 0 0 25 0 4 0 651695982 516702208 81187 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=504592 CPUtime=822.28 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 127974 0 0 0 82170 58 0 0 25 0 4 0 651695982 516702208 81187 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=504592 CPUtime=812.46 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 88508 0 0 0 81216 30 0 0 25 0 4 0 651695982 516702208 81187 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.4
Current children cumulated vsize (KiB) 504592

[startup+882.3 s]
/proc/loadavg: 8.10 8.10 8.09 9/365 28315
/proc/meminfo: memFree=23349256/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=504648 CPUtime=3518.68 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 458196 0 0 0 351685 183 0 0 25 0 4 0 651695981 516759552 81419 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 126162 81419 392 112 0 121127 0
[pid=28277/tid=28279] ppid=28274 vsize=504648 CPUtime=882.31 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 111601 0 0 0 88190 41 0 0 25 0 4 0 651695982 516759552 81419 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=504648 CPUtime=882.28 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 131976 0 0 0 88167 61 0 0 25 0 4 0 651695982 516759552 81419 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=504648 CPUtime=871.75 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 88947 0 0 0 87144 31 0 0 25 0 4 0 651695982 516759552 81419 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.68
Current children cumulated vsize (KiB) 504648

[startup+942.3 s]
/proc/loadavg: 8.08 8.09 8.09 9/365 28316
/proc/meminfo: memFree=23355816/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=500112 CPUtime=3757.96 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 481904 0 0 0 375603 193 0 0 25 0 4 0 651695981 512114688 83057 33554432000 4194304 4650419 140737458322272 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 125028 83057 392 112 0 119993 0
[pid=28277/tid=28279] ppid=28274 vsize=500112 CPUtime=942.32 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 114596 0 0 0 94189 43 0 0 25 0 4 0 651695982 512114688 83057 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=500112 CPUtime=942.28 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 137652 0 0 0 94163 65 0 0 25 0 4 0 651695982 512114688 83057 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=500112 CPUtime=931.03 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 90975 0 0 0 93071 32 0 0 25 0 4 0 651695982 512114688 83057 33554432000 4194304 4650419 140737458322272 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.96
Current children cumulated vsize (KiB) 500112

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 8.09 9/365 28318
/proc/meminfo: memFree=23319708/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=500396 CPUtime=3997.23 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 496423 0 0 0 399520 203 0 0 25 0 4 0 651695981 512405504 91637 33554432000 4194304 4650419 140737458322272 18446744073709551615 4313443 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 125099 91637 392 112 0 120064 0
[pid=28277/tid=28279] ppid=28274 vsize=500396 CPUtime=1002.32 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 117390 0 0 0 100188 44 0 0 25 0 4 0 651695982 512405504 91637 33554432000 4194304 4650419 140737458322272 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=500396 CPUtime=1002.27 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 143294 0 0 0 100159 68 0 0 25 0 4 0 651695982 512405504 91637 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=500396 CPUtime=990.29 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 91235 0 0 0 98997 32 0 0 25 0 4 0 651695982 512405504 91637 33554432000 4194304 4650419 140737458322272 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.23
Current children cumulated vsize (KiB) 500396

[startup+1062.3 s]
/proc/loadavg: 8.07 8.10 8.09 9/365 28319
/proc/meminfo: memFree=23322548/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=500436 CPUtime=4236.5 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 502542 0 0 0 423442 208 0 0 25 0 4 0 651695981 512446464 89376 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 125109 89376 392 112 0 120074 0
[pid=28277/tid=28279] ppid=28274 vsize=500436 CPUtime=1062.32 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 117390 0 0 0 106188 44 0 0 25 0 4 0 651695982 512446464 89376 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=500436 CPUtime=1062.28 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 147148 0 0 0 106156 72 0 0 25 0 4 0 651695982 512446464 89376 33554432000 4194304 4650419 140737458322272 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=500436 CPUtime=1049.56 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 91235 0 0 0 104924 32 0 0 25 0 4 0 651695982 512446464 89376 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.5
Current children cumulated vsize (KiB) 500436

[startup+1122.3 s]
/proc/loadavg: 8.10 8.09 8.09 9/365 28321
/proc/meminfo: memFree=23286936/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=566048 CPUtime=4475.75 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 510849 0 0 0 447364 211 0 0 25 0 4 0 651695981 579633152 94697 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 141512 94697 392 112 0 136477 0
[pid=28277/tid=28279] ppid=28274 vsize=566048 CPUtime=1122.32 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 117390 0 0 0 112188 44 0 0 25 0 4 0 651695982 579633152 94697 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=566048 CPUtime=1122.27 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 151664 0 0 0 112154 73 0 0 25 0 4 0 651695982 579633152 94697 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476812 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=566048 CPUtime=1108.81 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 91235 0 0 0 110849 32 0 0 25 0 4 0 651695982 579633152 94697 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.75
Current children cumulated vsize (KiB) 566048

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 8.09 9/365 28323
/proc/meminfo: memFree=23329928/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=566048 CPUtime=4715.01 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 521532 0 0 0 471287 214 0 0 25 0 4 0 651695981 579633152 89082 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 141512 89082 392 112 0 136477 0
[pid=28277/tid=28279] ppid=28274 vsize=566048 CPUtime=1182.32 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 117391 0 0 0 118188 44 0 0 25 0 4 0 651695982 579633152 89082 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=566048 CPUtime=1182.27 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 160639 0 0 0 118152 75 0 0 25 0 4 0 651695982 579633152 89082 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=566048 CPUtime=1168.06 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 91235 0 0 0 116774 32 0 0 25 0 4 0 651695982 579633152 89082 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.01
Current children cumulated vsize (KiB) 566048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.10 8.09 8.09 5/361 28324
/proc/meminfo: memFree=23653968/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=566048 CPUtime=4800.38 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 527215 0 0 0 479823 215 0 0 25 0 4 0 651695981 579633152 90089 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 141512 90089 392 112 0 136477 0
[pid=28277/tid=28279] ppid=28274 vsize=566048 CPUtime=1203.74 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 117837 0 0 0 120329 45 0 0 25 0 4 0 651695982 579633152 90089 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=566048 CPUtime=1203.68 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 165528 0 0 0 120293 75 0 0 25 0 4 0 651695982 579633152 90089 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=566048 CPUtime=1189.19 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 91258 0 0 0 118887 32 0 0 25 0 4 0 651695982 579633152 90089 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 566048

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

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

[startup+1203.7 s]
/proc/loadavg: 8.10 8.09 8.09 5/361 28324
/proc/meminfo: memFree=23653968/32951124 swapFree=56449224/67111528
[pid=28277] ppid=28274 vsize=566048 CPUtime=4800.38 cores=1,3,5,7
/proc/28277/stat : 28277 (strangenight1-m) R 28274 28277 28046 0 -1 4202496 527215 0 0 0 479823 215 0 0 25 0 4 0 651695981 579633152 90089 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28277/statm: 141512 90089 392 112 0 136477 0
[pid=28277/tid=28279] ppid=28274 vsize=566048 CPUtime=1203.74 cores=1,3,5,7
/proc/28277/task/28279/stat : 28279 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 117837 0 0 0 120329 45 0 0 25 0 4 0 651695982 579633152 90089 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28277/tid=28280] ppid=28274 vsize=566048 CPUtime=1203.68 cores=1,3,5,7
/proc/28277/task/28280/stat : 28280 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 165528 0 0 0 120293 75 0 0 25 0 4 0 651695982 579633152 90089 33554432000 4194304 4650419 140737458322272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28277/tid=28281] ppid=28274 vsize=566048 CPUtime=1189.19 cores=1,3,5,7
/proc/28277/task/28281/stat : 28281 (strangenight1-m) R 28274 28277 28046 0 -1 4202560 91258 0 0 0 118887 32 0 0 25 0 4 0 651695982 579633152 90089 33554432000 4194304 4650419 140737458322272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 566048

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.73
CPU time (s): 4800.43
CPU user time (s): 4798.26
CPU system time (s): 2.17167
CPU usage (%): 398.795
Max. virtual memory (cumulated for all children) (KiB): 566048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.26
system time used= 2.17167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 527216
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= 471
involuntary context switches= 22702

runsolver used 3.70244 second user time and 10.8583 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-14 21:22:36
IDJOB=3368696
IDBENCH=82705
IDSOLVER=1846
FILE ID=node106/3368696-1305400956
RUNJOBID= node106-1305398544-28065
PBS_JOBID= 13324490
Free space on /tmp= 73360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1846644927-079.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368696-1305400956/watcher-3368696-1305400956 -o /tmp/evaluation-result-3368696-1305400956/solver-3368696-1305400956 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368696-1305400956.cnf

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

MD5SUM BENCH= 9d6e35233e69c791074cda4235bdf5aa
RANDOM SEED=262628694

node106.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	: 5226.20
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.82
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.74
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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:      24025784 kB
Buffers:        267020 kB
Cached:        5680068 kB
SwapCached:      27544 kB
Active:         722584 kB
Inactive:      7975776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24025784 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:     2732616 kB
Mapped:           9832 kB
Slab:           113572 kB
PageTables:      47772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74995148 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= 73356 MiB
End job on node106 at 2011-05-14 21:42:42