Trace number 3368657

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.12 1203.06

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S698025027-034-UNKNOWN.cnf
MD5SUM92b3ae536df5707fe014291d91790352
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.3165
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368657-1305399826.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.01	c Parsing time:  0.03 s
0.00/0.01	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.00/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.38
0.00/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.44/0.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.44/0.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.44/0.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.44/0.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.44/0.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
0.44/0.49	c Finding binary XORs  T:     0.00 s  found:       0
0.44/0.49	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.44/0.49	c calculated reachability. Time: 0.00
0.44/0.49	c Calc default polars -  time:   0.00 s pos:     474 undec:      44 neg:     482
0.44/0.49	c =========================================================================================
0.44/0.49	c types(t): F = full restart, N = normal restart
0.44/0.49	c types(t): S = simplification begin/end, E = solution found
0.44/0.49	c restart types(rt): st = static, dy = dynamic
0.44/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.44/0.49	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.44/0.80	c  N dy    18      4067      1000     20000         0      4062    100000    500881     96.89    103.53  --
0.44/0.80	c  N dy    43      8072      1000     20000         0      5570    100000    503045     97.25    103.32  --
4.00/1.10	c  N dy    63     12171      1000     20000         0      5422    100000    321861     96.69    101.96  --
5.16/1.33	c  N dy    86     16216      1000     20000         0      9456    100000    804440     97.06    103.50  --
6.36/1.62	c  N dy   106     20301      1000     20000         0      7921    100000    481893     96.93    103.67  --
7.60/1.94	c  N dy   120     24351      1000     20000         0     11962    100000    958126     95.97    108.67  --
7.95/2.00	c  F st   123     25000      1000     20000         0     12611    100000   1032886     95.86   no data  --
9.55/2.42	c  N dy   129     30002      1000     20000         0     10793    100000    714365     95.86   no data  --
9.55/2.42	c  S st   129     30002      1000     20000         0     10793    100000    714365     95.86   no data  --
9.55/2.48	c  S st   129     30503      1000     20000         0     11293    100000    774746     95.86   no data  --
9.55/2.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.55/2.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.55/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.95/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.95/2.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.91/6.51	c lits-rem:      4014  cl-subs:       35  v-elim:      0  v-fix:    0  time: 15.85 s
26.31/6.68	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.70
26.31/6.69	c calculated reachability. Time: 0.00
26.31/6.69	c  N dy   129     30503      1000     20000         0     11258    100000    762518     95.86   no data  --
28.30/7.10	c  N dy   151     34619      1000     20000         0     15372    100000   1248774     95.66    101.42  --
29.54/7.46	c  N dy   177     38646      1000     20000         0     11498    100000    655810     95.71    101.49  --
31.09/7.88	c  N dy   204     43187      1000     20000         0     16039    100000   1193019     95.83    101.11  --
32.29/8.13	c  S st   216     45755      1000     20000         0      9660    100000    332742     95.78     84.25  --
32.29/8.19	c  S st   216     46257      1000     20000         0     10162    100000    382360     95.78   no data  --
32.29/8.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.29/8.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.70/8.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
32.70/8.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.70/8.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.70/8.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
32.70/8.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.68/11.73	c lits-rem:      1284  cl-subs:        2  v-elim:      0  v-fix:    0  time: 13.99 s
46.68/11.74	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
46.68/11.74	c vivif2 --  cl tried    10160 cl shrink        0 lits rem          0 time: 0.02
47.09/11.87	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.53
47.09/11.87	c calculated reachability. Time: 0.00
47.09/11.87	c  N dy   216     46257      1000     20000         0     10160    100000    380575     95.78   no data  --
48.65/12.26	c  N dy   240     50591      1000     20000         0     14492    100000    892398     95.82    101.26  --
50.25/12.66	c  N dy   265     54634      1000     20000         0     18528    100000   1368220     95.85    113.20  --
51.83/13.05	c  N dy   291     58684      1000     20000         0     12607    100000    574472     95.99    111.33  --
53.43/13.45	c  N dy   316     62763      1000     20000         0     16681    100000   1061504     96.04    103.55  --
55.46/13.96	c  N dy   342     67162      1000     20000         0     21077    100000   1588367     96.16    101.81  --
56.62/14.20	c  S st   358     69385      1000     20000         0     12322    100000    425249     96.24   no data  --
56.62/14.26	c  S st   358     69889      1000     20000         0     12826    100000    484532     96.24   no data  --
56.62/14.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.62/14.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.62/14.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
56.62/14.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.62/14.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.62/14.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
56.62/14.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
72.59/18.30	c lits-rem:      2021  cl-subs:        2  v-elim:      0  v-fix:    0  time: 15.99 s
72.59/18.30	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
72.59/18.31	c vivif2 --  cl tried    12824 cl shrink        0 lits rem          0 time: 0.01
73.78/18.51	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.80
73.78/18.51	c calculated reachability. Time: 0.00
73.78/18.51	c  N dy   358     69889      1000     20000         0     12824    100000    482012     96.24   no data  --
75.78/19.00	c  N dy   385     74389      1000     20000         0     17318    100000   1020382     96.33    110.11  --
77.82/19.56	c  N dy   414     79252      1000     20000         0     22175    100000   1598782     96.38    104.71  --
80.17/20.15	c  N dy   441     84467      1000     20000         0     15414    100000    676621     96.25    103.73  --
81.37/20.48	c  F st   461     87501      1000     20000         0     18439    100000   1040117     96.32   no data  --
82.96/20.84	c  N st   466     90800      1000     20000         0     21732    100000   1453701     96.32   no data  --
85.76/21.53	c  N dy   485     96719      1000     20000         0     14659    100000    483463     96.31    101.93  --
88.14/22.18	c  N dy   523    103059      1000     20000         0     20989    100000   1237284     96.35    101.68  --
88.95/22.38	c  S st   533    104833      1000     20000         0     22763    100000   1443587     96.28   no data  --
89.35/22.46	c  S st   533    105336      1000     20000         0     23266    100000   1498087     96.28   no data  --
89.35/22.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
89.35/22.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.35/22.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
89.75/22.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.75/22.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.75/22.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
89.75/22.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
118.87/29.87	c lits-rem:      1136  cl-subs:       35  v-elim:      0  v-fix:    0  time: 29.16 s
118.87/29.87	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
118.87/29.88	c vivif2 --  cl tried    23231 cl shrink        0 lits rem          0 time: 0.06
120.07/30.16	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.12
120.07/30.16	c calculated reachability. Time: 0.00
120.07/30.16	c  N dy   533    105336      1000     20000         0     23231    100000   1488535     96.28   no data  --
123.26/30.97	c  N dy   578    112156      1000     20000         0     16059    100000    543974     96.37    102.94  --
126.45/31.76	c  N dy   623    119386      1000     20000         0     23274    100000   1405642     96.44    102.03  --
130.48/32.73	c  N dy   658    127527      1000     20000         0     16427    100000    476040     96.24    101.33  --
134.03/33.67	c  N dy   705    135930      1000     20000         0     24815    100000   1473247     96.24    102.30  --
138.84/34.86	c  N dy   756    144706      1000     20000         0     17603    100000    501109     96.31    101.75  --
143.23/35.95	c  N dy   811    154003      1000     20000         0     26882    100000   1602484     96.32    102.73  --
145.20/36.47	c  S st   839    158004      1000     20000         0     30877    100000   2078545     96.38     92.14  --
145.60/36.57	c  S st   839    158511      1000     20000         0     31384    100000   2134416     96.38   no data  --
145.60/36.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
145.60/36.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.00/36.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
146.00/36.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.00/36.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.00/36.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
146.00/36.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
201.06/50.48	c lits-rem:      1104  cl-subs:       49  v-elim:      0  v-fix:    0  time: 55.04 s
201.06/50.48	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
201.46/50.50	c vivif2 --  cl tried    31335 cl shrink        0 lits rem          0 time: 0.08
202.66/50.86	c asymm  cl-useful: 0/18971/20000 lits-rem:0 time: 1.43
202.66/50.86	c calculated reachability. Time: 0.00
202.66/50.86	c  N dy   839    158511      1000     20000         0     31335    100000   2121751     96.38   no data  --
207.45/52.09	c  N dy   891    168639      1000     20000         0     24483    100000   1216478     96.38    102.27  --
213.46/53.53	c  N dy   945    179571      1000     20000         0     35402    100000   2518423     96.36    101.91  --
218.62/54.85	c  N dy  1009    191117      1000     20000         0     28957    100000   1643783     96.38    109.80  --
225.01/56.43	c  N dy  1073    203454      1000     20000         0     22304    100000    728544     96.33    101.46  --
231.43/58.04	c  N dy  1142    216530      1000     20000         0     35363    100000   2283536     96.32    102.20  --
238.57/59.81	c  N dy  1210    230704      1000     20000         0     29544    100000   1462477     96.24    103.05  --
242.16/60.75	c  S st  1243    237766      1000     20000         0     36592    100000   2297147     96.19   no data  --
242.56/60.85	c  S st  1243    238268      1000     20000         0     37094    100000   2345631     96.19   no data  --
242.56/60.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
242.56/60.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
242.56/60.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
242.96/60.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.96/60.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.96/60.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
242.96/60.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
305.63/76.63	c lits-rem:       787  cl-subs:       71  v-elim:      0  v-fix:    0  time: 62.42 s
305.63/76.63	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
305.63/76.65	c vivif2 --  cl tried    37023 cl shrink        0 lits rem          0 time: 0.09
305.63/76.68	c asymm  cl-useful: 0/1029/20000 lits-rem:0 time: 0.10
305.63/76.68	c calculated reachability. Time: 0.00
305.63/76.68	c  N dy  1243    238268      1000     20000         0     37023    100000   2328321     96.19   no data  --
313.58/78.69	c  N dy  1322    253587      1000     20000         0     31348    100000   1585448     96.13    101.87  --
322.76/80.98	c  N dy  1413    269790      1000     20000         0     25569    100000    779444     96.13    101.31  --
333.13/83.51	c  N dy  1495    287114      1000     20000         0     42862    100000   2814672     96.02    101.70  --
343.11/86.07	c  N dy  1595    305484      1000     20000         0     38247    100000   2184128     96.04    101.53  --
343.90/86.20	c  F st  1601    306251      1000     20000         0     39013    100000   2276878     96.05   no data  --
354.68/88.94	c  N dy  1691    325024      1000     20000         0     33791    100000   1545492     96.10    101.38  --
367.49/92.19	c  N dy  1809    345156      1000     20000         0     28927    100000    857904     96.15    101.48  --
374.63/93.98	c  S st  1870    357404      1000     20000         0     41163    100000   2300968     96.13     91.38  --
375.43/94.10	c  S st  1870    357908      1000     20000         0     41667    100000   2357019     96.13   no data  --
375.43/94.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
375.43/94.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
375.43/94.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
375.86/94.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
375.86/94.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
375.86/94.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
375.86/94.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
443.66/111.29	c lits-rem:       935  cl-subs:       58  v-elim:      0  v-fix:    0  time: 68.05 s
443.66/111.30	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
444.06/111.32	c vivif2 --  cl tried    41609 cl shrink        0 lits rem          0 time: 0.10
445.26/111.66	c asymm  cl-useful: 0/15844/20000 lits-rem:0 time: 1.35
445.26/111.66	c calculated reachability. Time: 0.00
445.26/111.66	c  N dy  1870    357908      1000     20000         0     41609    100000   2342150     96.13   no data  --
457.63/114.77	c  N dy  1983    378093      1000     20000         0     35792    100000   1566891     96.19    102.69  --
470.80/118.06	c  N dy  2101    398149      1000     20000         0     28858    100000    631884     96.26    102.26  --
483.16/121.13	c  N dy  2214    418400      1000     20000         0     49075    100000   3038011     96.25    101.65  --
495.93/124.38	c  N dy  2341    438814      1000     20000         0     41506    100000   2018353     96.30    101.49  --
510.30/127.92	c  N dy  2450    458918      1000     20000         0     32628    100000    848070     96.25    101.47  --
523.46/131.27	c  N dy  2569    478941      1000     20000         0     52616    100000   3224096     96.29    102.26  --
537.43/134.78	c  N dy  2674    499190      1000     20000         0     42885    100000   1963882     96.27    101.97  --
553.39/138.72	c  N dy  2779    519384      1000     20000         0     32099    100000    566875     96.25    101.76  --
564.59/141.60	c  S st  2870    536862      1000     20000         0     49543    100000   2639045     96.23     96.53  --
565.35/141.74	c  S st  2870    537368      1000     20000         0     50048    100000   2694270     96.23   no data  --
565.35/141.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
565.35/141.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
565.35/141.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.15
565.75/141.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
565.75/141.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
565.75/141.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
565.75/141.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
673.89/168.94	c lits-rem:      1088  cl-subs:       78  v-elim:      0  v-fix:    0  time: 107.85 s
673.89/168.95	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
673.89/168.97	c vivif2 --  cl tried    49970 cl shrink        0 lits rem          0 time: 0.11
674.72/169.12	c asymm  cl-useful: 0/4156/20000 lits-rem:0 time: 0.59
674.72/169.13	c calculated reachability. Time: 0.00
674.72/169.13	c  N dy  2870    537368      1000     20000         0     49970    100000   2675005     96.23   no data  --
690.64/173.15	c  N dy  2994    557424      1000     20000         0     38042    100000   1165888     96.26    101.86  --
705.80/176.91	c  N dy  3100    577546      1000     20000         0     58142    100000   3580414     96.25    101.43  --
720.97/180.79	c  N dy  3221    598035      1000     20000         0     45655    100000   1965565     96.27    101.52  --
737.72/184.98	c  N dy  3339    618036      1000     20000         0     65622    100000   4328197     96.28    102.98  --
752.50/188.63	c  N dy  3454    638103      1000     20000         0     51707    100000   2565525     96.27    102.36  --
770.05/193.09	c  N dy  3583    658156      1000     20000         0     36779    100000    688479     96.34    115.05  --
785.21/196.80	c  N dy  3693    678168      1000     20000         0     56759    100000   3067258     96.33    103.19  --
803.16/201.36	c  N dy  3820    698236      1000     20000         0     40843    100000   1059351     96.36    101.77  --
819.15/205.32	c  N dy  3932    718295      1000     20000         0     60869    100000   3456033     96.37    102.14  --
837.12/209.88	c  N dy  4045    738439      1000     20000         0     44049    100000   1335728     96.38    101.59  --
854.27/214.19	c  N dy  4165    758523      1000     20000         0     64088    100000   3716396     96.39    102.35  --
872.99/218.88	c  N dy  4287    778732      1000     20000         0     46330    100000   1498278     96.42    101.91  --
891.35/223.43	c  N dy  4412    798859      1000     20000         0     66423    100000   3910168     96.47    102.14  --
898.92/225.36	c  S st  4454    806052      1000     20000         0     73607    100000   4769847     96.48     92.59  --
899.72/225.57	c  S st  4454    806556      1000     20000         0     74110    100000   4824100     96.48   no data  --
899.72/225.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
899.72/225.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
900.12/225.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
900.93/225.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
900.93/225.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
900.93/225.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
900.93/225.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3846.80/964.17	c lits-rem:       960  cl-subs:      130  v-elim:      0  v-fix:    0  time: 2943.88 s
3846.80/964.17	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
3847.20/964.22	c vivif2 --  cl tried    73980 cl shrink        0 lits rem          0 time: 0.21
3849.19/964.71	c asymm  cl-useful: 0/10486/20000 lits-rem:0 time: 1.92
3849.19/964.71	c calculated reachability. Time: 0.00
3849.19/964.71	c  N dy  4454    806556      1000     20000         0     73980    100000   4792779     96.48   no data  --
3867.15/969.20	c  N dy  4558    826593      1000     20000         0     55044    100000   2427324     96.47    102.12  --
3887.89/974.49	c  N dy  4670    846634      1000     20000         0     75053    100000   4816334     96.48    101.72  --
3907.05/979.22	c  N dy  4785    866679      1000     20000         0     55128    100000   2329260     96.49    102.33  --
3928.59/984.62	c  N dy  4903    886707      1000     20000         0     75122    100000   4719939     96.50    102.20  --
3948.14/989.60	c  N dy  5018    906837      1000     20000         0     54285    100000   2106643     96.50    102.42  --
3969.29/994.89	c  N dy  5130    926875      1000     20000         0     74283    100000   4486499     96.51    102.05  --
3990.04/1000.09	c  N dy  5243    946976      1000     20000         0     52425    100000   1758701     96.51    102.16  --
4011.19/1005.36	c  N dy  5371    967312      1000     20000         0     72721    100000   4188228     96.53    101.65  --
4033.53/1010.91	c  N dy  5483    987396      1000     20000         0     49852    100000   1352818     96.53    101.78  --
4053.08/1015.89	c  N dy  5601   1007567      1000     20000         0     70000    100000   3766842     96.55    102.98  --
4077.82/1022.05	c  N dy  5709   1027830      1000     20000         0     46298    100000    820026     96.54    102.80  --
4096.57/1026.77	c  N dy  5820   1047924      1000     20000         0     66365    100000   3211394     96.54    105.74  --
4120.91/1032.84	c  N dy  5935   1068103      1000     20000         0     86508    100000   5630068     96.55    103.00  --
4126.09/1034.19	c  F st  5961   1071875      1000     20000         0     45349    100000    596424     96.55    100.02  --
4140.47/1037.79	c  N dy  6027   1088187      1000     20000         0     61623    100000   2589309     96.56    101.78  --
4164.04/1043.65	c  N dy  6148   1108375      1000     20000         0     81784    100000   5011290     96.58    103.72  --
4186.34/1049.26	c  N dy  6264   1128447      1000     20000         0     55899    100000   1746589     96.59    101.69  --
4207.93/1054.64	c  N dy  6368   1148645      1000     20000         0     76054    100000   4138508     96.58    102.98  --
4233.43/1061.09	c  N dy  6483   1169099      1000     20000         0     49553    100000    874066     96.59    102.55  --
4252.98/1065.97	c  N dy  6596   1189180      1000     20000         0     69591    100000   3264962     96.59    103.01  --
4278.52/1072.32	c  N dy  6717   1209282      1000     20000         0     89655    100000   5668711     96.60    102.02  --
4279.32/1072.52	c  S st  6721   1209834      1000     20000         0     90207    100000   5736451     96.60     93.89  --
4280.51/1072.81	c  S st  6721   1210339      1000     20000         0     90712    100000   5790732     96.60   no data  --
4280.51/1072.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4280.51/1072.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4280.91/1072.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
4281.71/1073.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4281.71/1073.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4281.71/1073.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4281.71/1073.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368657-1305399826/watcher-3368657-1305399826 -o /tmp/evaluation-result-3368657-1305399826/solver-3368657-1305399826 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368657-1305399826.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: 7.51 7.97 7.69 5/320 7488
/proc/meminfo: memFree=11156144/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=282076 CPUtime=0.01 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 1343 0 0 0 1 0 0 0 25 0 4 0 651584967 288845824 1258 33554432000 4194304 4650419 140734142453856 18446744073709551615 212436122143 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 70519 1258 343 112 0 65484 0
[pid=7488/tid=7489] ppid=7486 vsize=282076 CPUtime=0 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 241 0 0 0 0 0 0 0 25 0 4 0 651584967 288845824 1533 33554432000 4194304 4650419 140734142453856 18446744073709551615 4352929 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=282076 CPUtime=0 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 322 0 0 0 0 0 0 0 18 0 4 0 651584967 288845824 1536 33554432000 4194304 4650419 140734142453856 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=282076 CPUtime=0 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 288 0 0 0 0 0 0 0 18 0 4 0 651584967 288845824 1538 33554432000 4194304 4650419 140734142453856 18446744073709551615 212436122143 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.112844 s]
/proc/loadavg: 7.51 7.97 7.69 5/320 7488
/proc/meminfo: memFree=11156144/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=286680 CPUtime=0.44 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 4261 0 0 0 43 1 0 0 18 0 4 0 651584967 293560320 3597 33554432000 4194304 4650419 140734142453856 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 71670 4160 377 112 0 66635 0
[pid=7488/tid=7489] ppid=7486 vsize=286680 CPUtime=0.11 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) S 7486 7488 7247 0 -1 4202560 994 0 0 0 11 0 0 0 18 0 4 0 651584967 293560320 4240 33554432000 4194304 4650419 140734142453856 18446744073709551615 212436122094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=286680 CPUtime=0.11 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) D 7486 7488 7247 0 -1 4202560 1580 0 0 0 11 0 0 0 18 0 4 0 651584967 293560320 4352 33554432000 4194304 4650419 140734142453856 18446744073709551615 212435714144 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=286812 CPUtime=0.11 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 843 0 0 0 11 0 0 0 18 0 4 0 651584967 293695488 4407 33554432000 4194304 4650419 140734142453856 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 286680

[startup+0.361749 s]
/proc/loadavg: 7.51 7.97 7.69 5/320 7488
/proc/meminfo: memFree=11156144/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=298284 CPUtime=1.4 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 9557 0 0 0 138 2 0 0 18 0 4 0 651584967 305442816 7497 33554432000 4194304 4650419 140734142453856 18446744073709551615 4331981 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 74571 7497 391 112 0 69536 0
[pid=7488/tid=7489] ppid=7486 vsize=298284 CPUtime=0.34 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) D 7486 7488 7247 0 -1 4202560 2621 0 0 0 34 0 0 0 18 0 4 0 651584967 305442816 7497 33554432000 4194304 4650419 140734142453856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=298284 CPUtime=0.34 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 2384 0 0 0 34 0 0 0 18 0 4 0 651584967 305442816 7248 33554432000 4194304 4650419 140734142453856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=299696 CPUtime=0.47 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 1794 0 0 0 47 0 0 0 18 0 4 0 651584967 306888704 8190 33554432000 4194304 4650419 140734142453856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 298284

[startup+1.01158 s]
/proc/loadavg: 7.51 7.97 7.69 5/320 7488
/proc/meminfo: memFree=11156144/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=293520 CPUtime=4 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 16593 0 0 0 396 4 0 0 19 0 4 0 651584967 300564480 7845 33554432000 4194304 4650419 140734142453856 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 73380 7845 391 112 0 68345 0
[pid=7488/tid=7489] ppid=7486 vsize=293520 CPUtime=0.99 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 4384 0 0 0 99 0 0 0 19 0 4 0 651584967 300564480 7845 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=293520 CPUtime=0.99 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 4218 0 0 0 99 0 0 0 19 0 4 0 651584967 300564480 7845 33554432000 4194304 4650419 140734142453856 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=293520 CPUtime=0.99 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 3096 0 0 0 98 1 0 0 19 0 4 0 651584967 300564480 7845 33554432000 4194304 4650419 140734142453856 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 293520

[startup+1.11156 s]
/proc/loadavg: 7.51 7.97 7.69 5/320 7488
/proc/meminfo: memFree=11156144/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=293520 CPUtime=4.4 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 17241 0 0 0 436 4 0 0 19 0 4 0 651584967 300564480 8493 33554432000 4194304 4650419 140734142453856 18446744073709551615 4333952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 73380 8493 391 112 0 68345 0
[pid=7488/tid=7489] ppid=7486 vsize=293520 CPUtime=1.09 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 4542 0 0 0 109 0 0 0 19 0 4 0 651584967 300564480 8493 33554432000 4194304 4650419 140734142453856 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=293520 CPUtime=1.09 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 4386 0 0 0 109 0 0 0 19 0 4 0 651584967 300564480 8493 33554432000 4194304 4650419 140734142453856 18446744073709551615 4367241 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=293520 CPUtime=1.09 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 3250 0 0 0 108 1 0 0 19 0 4 0 651584967 300564480 8493 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 293520

[startup+1.50049 s]
/proc/loadavg: 7.51 7.97 7.69 5/320 7488
/proc/meminfo: memFree=11156144/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=294352 CPUtime=5.96 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 21404 0 0 0 591 5 0 0 19 0 4 0 651584967 301416448 7800 33554432000 4194304 4650419 140734142453856 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 73588 7800 391 112 0 68553 0
[pid=7488/tid=7489] ppid=7486 vsize=294352 CPUtime=1.48 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 5568 0 0 0 147 1 0 0 20 0 4 0 651584967 301416448 7800 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=294352 CPUtime=1.49 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 5393 0 0 0 148 1 0 0 20 0 4 0 651584967 301416448 7800 33554432000 4194304 4650419 140734142453856 18446744073709551615 4366684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=294352 CPUtime=1.48 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 4333 0 0 0 147 1 0 0 20 0 4 0 651584967 301416448 7800 33554432000 4194304 4650419 140734142453856 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 294352

[startup+3.10118 s]
/proc/loadavg: 7.51 7.97 7.69 9/324 7492
/proc/meminfo: memFree=11044320/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=295776 CPUtime=12.34 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 37461 0 0 0 1227 7 0 0 24 0 4 0 651584967 302874624 13752 33554432000 4194304 4650419 140734142453856 18446744073709551615 4439366 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 73944 13753 393 112 0 68909 0
[pid=7488/tid=7489] ppid=7486 vsize=295776 CPUtime=3.06 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 8770 0 0 0 305 1 0 0 25 0 4 0 651584967 302874624 13754 33554432000 4194304 4650419 140734142453856 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=295776 CPUtime=3.08 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 8756 0 0 0 307 1 0 0 25 0 4 0 651584967 302874624 13754 33554432000 4194304 4650419 140734142453856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=295776 CPUtime=3.09 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 7584 0 0 0 307 2 0 0 25 0 4 0 651584967 302874624 13754 33554432000 4194304 4650419 140734142453856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 295776

[startup+6.31257 s]
/proc/loadavg: 7.55 7.97 7.69 9/324 7492
/proc/meminfo: memFree=10966604/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=300204 CPUtime=25.16 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 55781 0 0 0 2505 11 0 0 25 0 4 0 651584967 307408896 30439 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 75051 30439 393 112 0 70016 0
[pid=7488/tid=7489] ppid=7486 vsize=300204 CPUtime=6.24 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 11526 0 0 0 622 2 0 0 25 0 4 0 651584967 307408896 30439 33554432000 4194304 4650419 140734142453856 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=300204 CPUtime=6.29 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 16663 0 0 0 627 2 0 0 25 0 4 0 651584967 307408896 30439 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=300204 CPUtime=6.29 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 14697 0 0 0 626 3 0 0 25 0 4 0 651584967 307408896 30439 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 300204

[startup+12.7004 s]
/proc/loadavg: 7.58 7.97 7.69 9/324 7492
/proc/meminfo: memFree=10893860/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=370872 CPUtime=50.65 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 86222 0 0 0 5046 19 0 0 25 0 4 0 651584967 379772928 40008 33554432000 4194304 4650419 140734142453856 18446744073709551615 4367249 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 92718 40010 393 112 0 87683 0
[pid=7488/tid=7489] ppid=7486 vsize=370872 CPUtime=12.56 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 22711 0 0 0 1252 4 0 0 25 0 4 0 651584967 379772928 40010 33554432000 4194304 4650419 140734142453856 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=370872 CPUtime=12.68 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 23689 0 0 0 1264 4 0 0 25 0 4 0 651584967 379772928 40010 33554432000 4194304 4650419 140734142453856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=370872 CPUtime=12.68 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 23205 0 0 0 1262 6 0 0 25 0 4 0 651584967 379772928 40010 33554432000 4194304 4650419 140734142453856 18446744073709551615 4315054 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 370872

[startup+25.5009 s]
/proc/loadavg: 7.75 7.99 7.70 9/324 7493
/proc/meminfo: memFree=10790412/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=391828 CPUtime=101.71 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 121819 0 0 0 10144 27 0 0 25 0 4 0 651584967 401231872 60109 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 97957 60109 393 112 0 92922 0
[pid=7488/tid=7489] ppid=7486 vsize=391828 CPUtime=25.24 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 31153 0 0 0 2517 7 0 0 25 0 4 0 651584967 401231872 60109 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=391828 CPUtime=25.48 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 34995 0 0 0 2541 7 0 0 25 0 4 0 651584967 401231872 60109 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=391828 CPUtime=25.48 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 28430 0 0 0 2541 7 0 0 25 0 4 0 651584967 401231872 60109 33554432000 4194304 4650419 140734142453856 18446744073709551615 4333678 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 391828

[startup+51.1011 s]
/proc/loadavg: 7.91 8.00 7.72 9/324 7493
/proc/meminfo: memFree=10667292/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=582984 CPUtime=203.86 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 175107 0 0 0 20343 43 0 0 25 0 4 0 651584967 596975616 79841 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 145746 79841 393 112 0 140711 0
[pid=7488/tid=7489] ppid=7486 vsize=582984 CPUtime=50.58 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 42770 0 0 0 5048 10 0 0 25 0 4 0 651584967 596975616 79841 33554432000 4194304 4650419 140734142453856 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=582984 CPUtime=51.09 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 48814 0 0 0 5098 11 0 0 25 0 4 0 651584967 596975616 79841 33554432000 4194304 4650419 140734142453856 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=582984 CPUtime=51.08 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 48595 0 0 0 5095 13 0 0 25 0 4 0 651584967 596975616 79841 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 582984

[startup+102.3 s]
/proc/loadavg: 7.96 8.00 7.73 9/324 7495
/proc/meminfo: memFree=10578216/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=576184 CPUtime=408.14 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 293653 0 0 0 40736 78 0 0 25 0 4 0 651584967 590012416 88345 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 144046 88345 393 112 0 139011 0
[pid=7488/tid=7489] ppid=7486 vsize=576184 CPUtime=101.27 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 70453 0 0 0 10107 20 0 0 25 0 4 0 651584967 590012416 88345 33554432000 4194304 4650419 140734142453856 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=576184 CPUtime=102.28 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 72253 0 0 0 10211 17 0 0 25 0 4 0 651584967 590012416 88345 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=576184 CPUtime=102.28 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 90438 0 0 0 10202 26 0 0 25 0 4 0 651584967 590012416 88345 33554432000 4194304 4650419 140734142453856 18446744073709551615 4333991 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.14
Current children cumulated vsize (KiB) 576184

[startup+162.301 s]

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

[pid=7488] ppid=7486 vsize=903860 CPUtime=2562.81 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 811950 0 0 0 255978 303 0 0 25 0 4 0 651584967 925552640 166440 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 225965 166440 393 112 0 220930 0
[pid=7488/tid=7489] ppid=7486 vsize=903860 CPUtime=635.88 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 226772 0 0 0 63525 63 0 0 25 0 4 0 651584967 925552640 166440 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=903860 CPUtime=642.3 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 248570 0 0 0 64100 130 0 0 25 0 4 0 651584967 925552640 166440 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=903860 CPUtime=642.3 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 201918 0 0 0 64160 70 0 0 25 0 4 0 651584967 925552640 166440 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476449 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2562.81
Current children cumulated vsize (KiB) 903860

[startup+702.301 s]
/proc/loadavg: 8.13 8.10 7.90 9/324 7511
/proc/meminfo: memFree=10061856/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1049420 CPUtime=2802.21 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 840109 0 0 0 279899 322 0 0 25 0 4 0 651584967 1074606080 167311 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 262355 167311 393 112 0 257320 0
[pid=7488/tid=7489] ppid=7486 vsize=1049420 CPUtime=695.27 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 252994 0 0 0 69445 82 0 0 25 0 4 0 651584967 1074606080 167311 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1049420 CPUtime=702.3 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249256 0 0 0 70100 130 0 0 25 0 4 0 651584967 1074606080 167311 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1049420 CPUtime=702.3 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 202474 0 0 0 70160 70 0 0 25 0 4 0 651584967 1074606080 167311 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.21
Current children cumulated vsize (KiB) 1049420

[startup+762.3 s]
/proc/loadavg: 8.15 8.11 7.91 9/324 7512
/proc/meminfo: memFree=10026108/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1050088 CPUtime=3041.61 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 863273 0 0 0 303820 341 0 0 25 0 4 0 651584967 1075290112 168553 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 262522 168553 393 112 0 257487 0
[pid=7488/tid=7489] ppid=7486 vsize=1050088 CPUtime=754.67 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 276157 0 0 0 75366 101 0 0 25 0 4 0 651584967 1075290112 168553 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1050088 CPUtime=762.3 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249256 0 0 0 76100 130 0 0 25 0 4 0 651584967 1075290112 168553 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1050088 CPUtime=762.3 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 202475 0 0 0 76160 70 0 0 25 0 4 0 651584967 1075290112 168553 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3041.61
Current children cumulated vsize (KiB) 1050088

[startup+822.301 s]
/proc/loadavg: 8.11 8.10 7.92 9/324 7514
/proc/meminfo: memFree=10033152/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1050904 CPUtime=3281.02 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 890831 0 0 0 327740 362 0 0 25 0 4 0 651584967 1076125696 166160 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 262726 166160 393 112 0 257691 0
[pid=7488/tid=7489] ppid=7486 vsize=1050904 CPUtime=814.07 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 303614 0 0 0 81285 122 0 0 25 0 4 0 651584967 1076125696 166160 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1050904 CPUtime=822.31 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249354 0 0 0 82101 130 0 0 25 0 4 0 651584967 1076125696 166160 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1050904 CPUtime=822.3 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 202478 0 0 0 82160 70 0 0 25 0 4 0 651584967 1076125696 166160 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3281.02
Current children cumulated vsize (KiB) 1050904

[startup+882.3 s]
/proc/loadavg: 8.07 8.10 7.93 9/324 7515
/proc/meminfo: memFree=10044388/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1078968 CPUtime=3520.42 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 911547 0 0 0 351665 377 0 0 25 0 4 0 651584967 1104863232 169769 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 269742 169769 393 112 0 264707 0
[pid=7488/tid=7489] ppid=7486 vsize=1078968 CPUtime=873.46 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 324330 0 0 0 87209 137 0 0 25 0 4 0 651584967 1104863232 169769 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1078968 CPUtime=882.31 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249354 0 0 0 88101 130 0 0 25 0 4 0 651584967 1104863232 169769 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1078968 CPUtime=882.31 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 202478 0 0 0 88161 70 0 0 25 0 4 0 651584967 1104863232 169769 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3520.42
Current children cumulated vsize (KiB) 1078968

[startup+942.301 s]
/proc/loadavg: 8.14 8.11 7.94 9/324 7517
/proc/meminfo: memFree=10033464/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1078968 CPUtime=3759.85 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 934403 0 0 0 375605 380 0 0 25 0 4 0 651584967 1104863232 169658 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476466 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 269742 169658 393 112 0 264707 0
[pid=7488/tid=7489] ppid=7486 vsize=1078968 CPUtime=932.86 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 347186 0 0 0 93146 140 0 0 25 0 4 0 651584967 1104863232 169658 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1078968 CPUtime=942.32 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249354 0 0 0 94102 130 0 0 25 0 4 0 651584967 1104863232 169658 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1078968 CPUtime=942.32 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 202478 0 0 0 94162 70 0 0 25 0 4 0 651584967 1104863232 169658 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3759.85
Current children cumulated vsize (KiB) 1078968

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 7.94 9/324 7519
/proc/meminfo: memFree=9969944/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1079756 CPUtime=3999.22 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 973561 0 0 0 399525 397 0 0 25 0 4 0 651584967 1105670144 170680 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 269939 170680 393 112 0 264904 0
[pid=7488/tid=7489] ppid=7486 vsize=1079756 CPUtime=992.25 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 371369 0 0 0 99081 144 0 0 25 0 4 0 651584967 1105670144 170680 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1079756 CPUtime=1002.31 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249354 0 0 0 100101 130 0 0 25 0 4 0 651584967 1105670144 170680 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1079756 CPUtime=1002.31 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 202478 0 0 0 100161 70 0 0 25 0 4 0 651584967 1105670144 170680 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3999.22
Current children cumulated vsize (KiB) 1079756

[startup+1062.31 s]
/proc/loadavg: 8.09 8.09 7.95 9/324 7520
/proc/meminfo: memFree=9976844/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1031840 CPUtime=4238.66 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 1021170 0 0 0 423442 424 0 0 25 0 4 0 651584967 1056604160 167564 33554432000 4194304 4650419 140734142453856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 257960 167564 393 112 0 252925 0
[pid=7488/tid=7489] ppid=7486 vsize=1031840 CPUtime=1051.64 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 396618 0 0 0 105016 148 0 0 25 0 4 0 651584967 1056604160 167564 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1031840 CPUtime=1062.33 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249354 0 0 0 106103 130 0 0 25 0 4 0 651584967 1056604160 167564 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1031840 CPUtime=1062.32 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 202478 0 0 0 106162 70 0 0 25 0 4 0 651584967 1056604160 167564 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476471 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4238.66
Current children cumulated vsize (KiB) 1031840

[startup+1122.3 s]
/proc/loadavg: 8.03 8.07 7.95 9/324 7522
/proc/meminfo: memFree=9938620/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1080788 CPUtime=4478 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 1038838 0 0 0 447372 428 0 0 25 0 4 0 651584967 1106726912 174442 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 270197 174442 393 112 0 265162 0
[pid=7488/tid=7489] ppid=7486 vsize=1080788 CPUtime=1111.02 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 402892 0 0 0 110953 149 0 0 25 0 4 0 651584967 1106726912 174442 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1080788 CPUtime=1122.32 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249354 0 0 0 112102 130 0 0 25 0 4 0 651584967 1106726912 174442 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1080788 CPUtime=1122.32 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 206599 0 0 0 112161 71 0 0 25 0 4 0 651584967 1106726912 174442 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4478
Current children cumulated vsize (KiB) 1080788

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 7.96 9/324 7523
/proc/meminfo: memFree=9927044/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1080788 CPUtime=4717.39 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 1049234 0 0 0 471308 431 0 0 25 0 4 0 651584967 1106726912 178199 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 270197 178199 393 112 0 265162 0
[pid=7488/tid=7489] ppid=7486 vsize=1080788 CPUtime=1170.39 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 408524 0 0 0 116888 151 0 0 25 0 4 0 651584967 1106726912 178199 33554432000 4194304 4650419 140734142453856 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1080788 CPUtime=1182.32 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249354 0 0 0 118102 130 0 0 25 0 4 0 651584967 1106726912 178199 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1080788 CPUtime=1182.32 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 210442 0 0 0 118161 71 0 0 25 0 4 0 651584967 1106726912 178199 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4717.39
Current children cumulated vsize (KiB) 1080788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.16 8.10 7.96 5/320 7525
/proc/meminfo: memFree=10431492/32951124 swapFree=67093864/67111528
[pid=7488] ppid=7486 vsize=1093840 CPUtime=4800.05 cores=1,3,5,7
/proc/7488/stat : 7488 (strangenight1-m) R 7486 7488 7247 0 -1 4202496 1058482 0 0 0 479568 437 0 0 25 0 4 0 651584967 1120092160 181876 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7488/statm: 273460 181876 393 112 0 268425 0
[pid=7488/tid=7489] ppid=7486 vsize=1093840 CPUtime=1190.9 cores=1,3,5,7
/proc/7488/task/7489/stat : 7489 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 417166 0 0 0 118932 158 0 0 25 0 4 0 651584967 1120092160 181876 33554432000 4194304 4650419 140734142453856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7488/tid=7490] ppid=7486 vsize=1093840 CPUtime=1203.04 cores=1,3,5,7
/proc/7488/task/7490/stat : 7490 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 249354 0 0 0 120174 130 0 0 25 0 4 0 651584967 1120092160 181876 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7488/tid=7491] ppid=7486 vsize=1093840 CPUtime=1203.04 cores=1,3,5,7
/proc/7488/task/7491/stat : 7491 (strangenight1-m) R 7486 7488 7247 0 -1 4202560 210979 0 0 0 120233 71 0 0 25 0 4 0 651584967 1120092160 181876 33554432000 4194304 4650419 140734142453856 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1093840

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): 1203.06
CPU time (s): 4800.12
CPU user time (s): 4795.71
CPU system time (s): 4.41133
CPU usage (%): 398.992
Max. virtual memory (cumulated for all children) (KiB): 1093840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.71
system time used= 4.41133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1058483
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= 1794
involuntary context switches= 21541

runsolver used 3.04254 second user time and 9.12261 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 21:03:46
IDJOB=3368657
IDBENCH=82666
IDSOLVER=1846
FILE ID=node102/3368657-1305399826
RUNJOBID= node102-1305397415-7266
PBS_JOBID= 13324460
Free space on /tmp= 73528 MiB

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

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

MD5SUM BENCH= 92b3ae536df5707fe014291d91790352
RANDOM SEED=2000148951

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11156556 kB
Buffers:        253000 kB
Cached:        2800352 kB
SwapCached:       1128 kB
Active:       19520504 kB
Inactive:      1980556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11156556 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           14552 kB
Writeback:           0 kB
AnonPages:    18446656 kB
Mapped:          26352 kB
Slab:           176872 kB
PageTables:      52756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59128064 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= 73528 MiB
End job on node102 at 2011-05-14 21:23:51