Trace number 3175048

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.24 1201.94

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-3175048-1307653230.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.38/0.11	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.38/0.11	c -- vars added       1000
0.38/0.11	c Parsing time:  0.03 s
0.38/0.11	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.38/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.37
0.38/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.38/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.38/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
0.38/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.15	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.38/0.15	c calculated reachability. Time: 0.00
0.38/0.15	c Calc default polars -  time:   0.00 s pos:     474 undec:      44 neg:     482
0.38/0.15	c =========================================================================================
0.38/0.15	c types(t): F = full restart, N = normal restart
0.38/0.15	c types(t): S = simplification begin/end, E = solution found
0.38/0.15	c restart types(rt): st = static, dy = dynamic
0.38/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.15	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
1.58/0.41	c  N dy    18      4067      1000     20000         0      4062    100000    500881     96.89    103.53  --
2.37/0.69	c  N dy    43      8072      1000     20000         0      5570    100000    503045     97.25    103.32  --
3.57/0.99	c  N dy    63     12171      1000     20000         0      5422    100000    321861     96.69    101.96  --
4.77/1.29	c  N dy    86     16216      1000     20000         0      9456    100000    804440     97.06    103.50  --
6.36/1.61	c  N dy   106     20301      1000     20000         0      7921    100000    481893     96.93    103.67  --
7.57/1.93	c  N dy   120     24351      1000     20000         0     11962    100000    958126     95.97    108.67  --
7.57/1.98	c  F st   123     25000      1000     20000         0     12611    100000   1032886     95.86   no data  --
9.56/2.41	c  N dy   129     30002      1000     20000         0     10793    100000    714365     95.86   no data  --
9.56/2.41	c  S st   129     30002      1000     20000         0     10793    100000    714365     95.86   no data  --
9.56/2.46	c  S st   129     30503      1000     20000         0     11293    100000    774746     95.86   no data  --
9.56/2.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.56/2.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.96/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.96/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.74/6.77	c lits-rem:      4014  cl-subs:       35  v-elim:      0  v-fix:    0  time: 16.98 s
27.54/6.94	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.69
27.54/6.94	c calculated reachability. Time: 0.00
27.54/6.94	c  N dy   129     30503      1000     20000         0     11258    100000    762518     95.86   no data  --
29.13/7.35	c  N dy   151     34619      1000     20000         0     15372    100000   1248774     95.66    101.42  --
30.34/7.70	c  N dy   177     38646      1000     20000         0     11498    100000    655810     95.71    101.49  --
32.33/8.12	c  N dy   204     43187      1000     20000         0     16039    100000   1193019     95.83    101.11  --
33.12/8.36	c  S st   216     45755      1000     20000         0      9660    100000    332742     95.78     84.25  --
33.52/8.42	c  S st   216     46257      1000     20000         0     10162    100000    382360     95.78   no data  --
33.52/8.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.52/8.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.52/8.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
33.52/8.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.52/8.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.52/8.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
33.52/8.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.70/12.22	c lits-rem:      1284  cl-subs:        2  v-elim:      0  v-fix:    0  time: 15.03 s
48.70/12.22	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
48.70/12.22	c vivif2 --  cl tried    10160 cl shrink        0 lits rem          0 time: 0.01
49.11/12.36	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.52
49.11/12.36	c calculated reachability. Time: 0.00
49.11/12.36	c  N dy   216     46257      1000     20000         0     10160    100000    380575     95.78   no data  --
50.70/12.74	c  N dy   240     50591      1000     20000         0     14492    100000    892398     95.82    101.26  --
52.32/13.13	c  N dy   265     54634      1000     20000         0     18528    100000   1368220     95.85    113.20  --
53.90/13.53	c  N dy   291     58684      1000     20000         0     12607    100000    574472     95.99    111.33  --
55.49/13.96	c  N dy   316     62763      1000     20000         0     16681    100000   1061504     96.04    103.55  --
57.49/14.45	c  N dy   342     67162      1000     20000         0     21077    100000   1588367     96.16    101.81  --
58.29/14.69	c  S st   358     69385      1000     20000         0     12322    100000    425249     96.24   no data  --
58.69/14.75	c  S st   358     69889      1000     20000         0     12826    100000    484532     96.24   no data  --
58.69/14.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.69/14.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.69/14.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
58.69/14.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.69/14.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.69/14.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
58.69/14.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.86/19.03	c lits-rem:      2021  cl-subs:        2  v-elim:      0  v-fix:    0  time: 16.97 s
75.86/19.03	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
75.86/19.04	c vivif2 --  cl tried    12824 cl shrink        0 lits rem          0 time: 0.02
76.66/19.23	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.78
76.66/19.24	c calculated reachability. Time: 0.00
76.66/19.24	c  N dy   358     69889      1000     20000         0     12824    100000    482012     96.24   no data  --
78.68/19.70	c  N dy   385     74389      1000     20000         0     17318    100000   1020382     96.33    110.11  --
80.66/20.26	c  N dy   414     79252      1000     20000         0     22175    100000   1598782     96.38    104.71  --
83.08/20.83	c  N dy   441     84467      1000     20000         0     15414    100000    676621     96.25    103.73  --
84.25/21.14	c  F st   461     87501      1000     20000         0     18439    100000   1040117     96.32   no data  --
85.46/21.49	c  N st   466     90800      1000     20000         0     21732    100000   1453701     96.32   no data  --
88.25/22.17	c  N dy   485     96719      1000     20000         0     14659    100000    483463     96.31    101.93  --
91.05/22.82	c  N dy   523    103059      1000     20000         0     20989    100000   1237284     96.35    101.68  --
91.87/23.02	c  S st   533    104833      1000     20000         0     22763    100000   1443587     96.28   no data  --
91.87/23.10	c  S st   533    105336      1000     20000         0     23266    100000   1498087     96.28   no data  --
92.27/23.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
92.27/23.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.27/23.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
92.27/23.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.27/23.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.27/23.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
92.27/23.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.21/30.66	c lits-rem:      1136  cl-subs:       35  v-elim:      0  v-fix:    0  time: 29.82 s
122.21/30.66	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
122.21/30.68	c vivif2 --  cl tried    23231 cl shrink        0 lits rem          0 time: 0.06
123.39/30.95	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.07
123.39/30.95	c calculated reachability. Time: 0.00
123.39/30.95	c  N dy   533    105336      1000     20000         0     23231    100000   1488535     96.28   no data  --
126.58/31.76	c  N dy   578    112156      1000     20000         0     16059    100000    543974     96.37    102.94  --
129.78/32.55	c  N dy   623    119386      1000     20000         0     23274    100000   1405642     96.44    102.03  --
133.77/33.51	c  N dy   658    127527      1000     20000         0     16427    100000    476040     96.24    101.33  --
137.36/34.49	c  N dy   705    135930      1000     20000         0     24815    100000   1473247     96.24    102.30  --
142.16/35.65	c  N dy   756    144706      1000     20000         0     17603    100000    501109     96.31    101.75  --
146.15/36.69	c  N dy   811    154003      1000     20000         0     26882    100000   1602484     96.32    102.73  --
148.55/37.21	c  S st   839    158004      1000     20000         0     30877    100000   2078545     96.38     92.14  --
148.97/37.31	c  S st   839    158511      1000     20000         0     31384    100000   2134416     96.38   no data  --
148.97/37.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
148.97/37.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
148.97/37.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
149.37/37.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.37/37.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.37/37.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
149.37/37.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
205.27/51.44	c lits-rem:      1104  cl-subs:       49  v-elim:      0  v-fix:    0  time: 56.00 s
205.27/51.44	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
205.27/51.47	c vivif2 --  cl tried    31335 cl shrink        0 lits rem          0 time: 0.09
206.87/51.80	c asymm  cl-useful: 0/18971/20000 lits-rem:0 time: 1.34
206.87/51.80	c calculated reachability. Time: 0.00
206.87/51.80	c  N dy   839    158511      1000     20000         0     31335    100000   2121751     96.38   no data  --
211.66/53.01	c  N dy   891    168639      1000     20000         0     24483    100000   1216478     96.38    102.27  --
216.85/54.39	c  N dy   945    179571      1000     20000         0     35402    100000   2518423     96.36    101.91  --
222.45/55.70	c  N dy  1009    191117      1000     20000         0     28957    100000   1643783     96.38    109.80  --
228.46/57.27	c  N dy  1073    203454      1000     20000         0     22304    100000    728544     96.33    101.46  --
234.83/58.87	c  N dy  1142    216530      1000     20000         0     35363    100000   2283536     96.32    102.20  --
242.02/60.61	c  N dy  1210    230704      1000     20000         0     29544    100000   1462477     96.24    103.05  --
245.63/61.55	c  S st  1243    237766      1000     20000         0     36592    100000   2297147     96.19   no data  --
246.03/61.65	c  S st  1243    238268      1000     20000         0     37094    100000   2345631     96.19   no data  --
246.03/61.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
246.03/61.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
246.03/61.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
246.41/61.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.41/61.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.41/61.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
246.41/61.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
310.33/77.74	c lits-rem:       787  cl-subs:       71  v-elim:      0  v-fix:    0  time: 63.76 s
310.33/77.75	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
310.33/77.77	c vivif2 --  cl tried    37023 cl shrink        0 lits rem          0 time: 0.10
310.33/77.80	c asymm  cl-useful: 0/1029/20000 lits-rem:0 time: 0.10
310.73/77.80	c calculated reachability. Time: 0.00
310.73/77.80	c  N dy  1243    238268      1000     20000         0     37023    100000   2328321     96.19   no data  --
318.33/79.79	c  N dy  1322    253587      1000     20000         0     31348    100000   1585448     96.13    101.87  --
327.91/82.14	c  N dy  1413    269790      1000     20000         0     25569    100000    779444     96.13    101.31  --
337.50/84.60	c  N dy  1495    287114      1000     20000         0     42862    100000   2814672     96.02    101.70  --
347.88/87.16	c  N dy  1595    305484      1000     20000         0     38247    100000   2184128     96.04    101.53  --
348.28/87.28	c  F st  1601    306251      1000     20000         0     39013    100000   2276878     96.05   no data  --
359.47/90.03	c  N dy  1691    325024      1000     20000         0     33791    100000   1545492     96.10    101.38  --
372.25/93.27	c  N dy  1809    345156      1000     20000         0     28927    100000    857904     96.15    101.48  --
379.44/95.04	c  S st  1870    357404      1000     20000         0     41163    100000   2300968     96.13     91.38  --
379.84/95.16	c  S st  1870    357908      1000     20000         0     41667    100000   2357019     96.13   no data  --
379.84/95.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
379.84/95.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
380.24/95.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
380.24/95.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
380.24/95.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
380.24/95.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
380.24/95.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
449.34/112.51	c lits-rem:       935  cl-subs:       58  v-elim:      0  v-fix:    0  time: 68.77 s
449.34/112.51	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
449.34/112.54	c vivif2 --  cl tried    41609 cl shrink        0 lits rem          0 time: 0.09
450.54/112.87	c asymm  cl-useful: 0/15844/20000 lits-rem:0 time: 1.35
450.54/112.88	c calculated reachability. Time: 0.00
450.54/112.88	c  N dy  1870    357908      1000     20000         0     41609    100000   2342150     96.13   no data  --
462.92/115.98	c  N dy  1983    378093      1000     20000         0     35792    100000   1566891     96.19    102.69  --
476.10/119.22	c  N dy  2101    398149      1000     20000         0     28858    100000    631884     96.26    102.26  --
488.08/122.29	c  N dy  2214    418400      1000     20000         0     49075    100000   3038011     96.25    101.65  --
501.27/125.56	c  N dy  2341    438814      1000     20000         0     41506    100000   2018353     96.30    101.49  --
515.25/129.07	c  N dy  2450    458918      1000     20000         0     32628    100000    848070     96.25    101.47  --
528.82/132.46	c  N dy  2569    478941      1000     20000         0     52616    100000   3224096     96.29    102.26  --
542.81/135.94	c  N dy  2674    499190      1000     20000         0     42885    100000   1963882     96.27    101.97  --
558.39/139.82	c  N dy  2779    519384      1000     20000         0     32099    100000    566875     96.25    101.76  --
569.98/142.74	c  S st  2870    536862      1000     20000         0     49543    100000   2639045     96.23     96.53  --
570.38/142.89	c  S st  2870    537368      1000     20000         0     50048    100000   2694270     96.23   no data  --
570.80/142.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
570.80/142.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
570.80/142.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.15
571.19/143.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
571.19/143.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
571.19/143.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
571.19/143.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
680.22/170.39	c lits-rem:      1088  cl-subs:       78  v-elim:      0  v-fix:    0  time: 109.20 s
680.22/170.39	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
680.64/170.42	c vivif2 --  cl tried    49970 cl shrink        0 lits rem          0 time: 0.11
681.04/170.57	c asymm  cl-useful: 0/4156/20000 lits-rem:0 time: 0.60
681.04/170.57	c calculated reachability. Time: 0.00
681.04/170.57	c  N dy  2870    537368      1000     20000         0     49970    100000   2675005     96.23   no data  --
697.40/174.61	c  N dy  2994    557424      1000     20000         0     38042    100000   1165888     96.26    101.86  --
712.18/178.35	c  N dy  3100    577546      1000     20000         0     58142    100000   3580414     96.25    101.43  --
727.75/182.22	c  N dy  3221    598035      1000     20000         0     45655    100000   1965565     96.27    101.52  --
744.14/186.39	c  N dy  3339    618036      1000     20000         0     65622    100000   4328197     96.28    102.98  --
758.51/190.00	c  N dy  3454    638103      1000     20000         0     51707    100000   2565525     96.27    102.36  --
776.49/194.44	c  N dy  3583    658156      1000     20000         0     36779    100000    688479     96.34    115.05  --
791.26/198.11	c  N dy  3693    678168      1000     20000         0     56759    100000   3067258     96.33    103.19  --
809.24/202.63	c  N dy  3820    698236      1000     20000         0     40843    100000   1059351     96.36    101.77  --
824.82/206.57	c  N dy  3932    718295      1000     20000         0     60869    100000   3456033     96.37    102.14  --
842.80/211.10	c  N dy  4045    738439      1000     20000         0     44049    100000   1335728     96.38    101.59  --
859.97/215.39	c  N dy  4165    758523      1000     20000         0     64088    100000   3716396     96.39    102.35  --
878.62/220.05	c  N dy  4287    778732      1000     20000         0     46330    100000   1498278     96.42    101.91  --
897.20/224.73	c  N dy  4412    798859      1000     20000         0     66423    100000   3910168     96.47    102.14  --
905.10/226.76	c  S st  4454    806052      1000     20000         0     73607    100000   4769847     96.48     92.59  --
905.89/226.98	c  S st  4454    806556      1000     20000         0     74110    100000   4824100     96.48   no data  --
905.89/226.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
905.89/226.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
906.29/227.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
907.08/227.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
907.08/227.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
907.08/227.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
907.08/227.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3859.05/966.35	c lits-rem:       960  cl-subs:      130  v-elim:      0  v-fix:    0  time: 2950.18 s
3859.05/966.35	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
3859.45/966.40	c vivif2 --  cl tried    73980 cl shrink        0 lits rem          0 time: 0.21
3861.07/966.89	c asymm  cl-useful: 0/10486/20000 lits-rem:0 time: 1.92
3861.07/966.89	c calculated reachability. Time: 0.00
3861.07/966.89	c  N dy  4454    806556      1000     20000         0     73980    100000   4792779     96.48   no data  --
3879.05/971.36	c  N dy  4558    826593      1000     20000         0     55044    100000   2427324     96.47    102.12  --
3900.20/976.61	c  N dy  4670    846634      1000     20000         0     75053    100000   4816334     96.48    101.72  --
3918.97/981.30	c  N dy  4785    866679      1000     20000         0     55128    100000   2329260     96.49    102.33  --
3940.16/986.62	c  N dy  4903    886707      1000     20000         0     75122    100000   4719939     96.50    102.20  --
3959.72/991.55	c  N dy  5018    906837      1000     20000         0     54285    100000   2106643     96.50    102.42  --
3980.49/996.78	c  N dy  5130    926875      1000     20000         0     74283    100000   4486499     96.51    102.05  --
4001.26/1001.90	c  N dy  5243    946976      1000     20000         0     52425    100000   1758701     96.51    102.16  --
4022.03/1007.11	c  N dy  5371    967312      1000     20000         0     72721    100000   4188228     96.53    101.65  --
4044.00/1012.61	c  N dy  5483    987396      1000     20000         0     49852    100000   1352818     96.53    101.78  --
4063.59/1017.53	c  N dy  5601   1007567      1000     20000         0     70000    100000   3766842     96.55    102.98  --
4087.94/1023.62	c  N dy  5709   1027830      1000     20000         0     46298    100000    820026     96.54    102.80  --
4106.32/1028.26	c  N dy  5820   1047924      1000     20000         0     66365    100000   3211394     96.54    105.74  --
4130.28/1034.24	c  N dy  5935   1068103      1000     20000         0     86508    100000   5630068     96.55    103.00  --
4135.47/1035.57	c  F st  5961   1071875      1000     20000         0     45349    100000    596424     96.55    100.02  --
4149.86/1039.15	c  N dy  6027   1088187      1000     20000         0     61623    100000   2589309     96.56    101.78  --
4173.05/1044.96	c  N dy  6148   1108375      1000     20000         0     81784    100000   5011290     96.58    103.72  --
4195.42/1050.51	c  N dy  6264   1128447      1000     20000         0     55899    100000   1746589     96.59    101.69  --
4216.57/1055.83	c  N dy  6368   1148645      1000     20000         0     76054    100000   4138508     96.58    102.98  --
4242.13/1062.20	c  N dy  6483   1169099      1000     20000         0     49553    100000    874066     96.59    102.55  --
4261.32/1067.04	c  N dy  6596   1189180      1000     20000         0     69591    100000   3264962     96.59    103.01  --
4286.48/1073.31	c  N dy  6717   1209282      1000     20000         0     89655    100000   5668711     96.60    102.02  --
4287.29/1073.51	c  S st  6721   1209834      1000     20000         0     90207    100000   5736451     96.60     93.89  --
4288.07/1073.80	c  S st  6721   1210339      1000     20000         0     90712    100000   5790732     96.60   no data  --
4288.47/1073.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4288.47/1073.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4288.47/1073.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
4289.27/1074.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4289.27/1074.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4289.27/1074.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4289.27/1074.07	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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 0.96 1.51 1.75 6/180 28674
/proc/meminfo: memFree=32091460/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 876922681 52465664 352 33554432000 4194304 4650419 140734495723264 18446744073709551615 47613402232754 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 12809 352 303 112 0 7774 0
[pid=28674/tid=28675] ppid=28672 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 876922681 52465664 352 33554432000 4194304 4650419 140734495723264 18446744073709551615 47613402232754 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 876922681 52465664 352 33554432000 4194304 4650419 140734495723264 18446744073709551615 274474023921 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 876922681 52465664 352 33554432000 4194304 4650419 140734495723264 18446744073709551615 47613402232754 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0339071 s]
/proc/loadavg: 0.96 1.51 1.75 6/180 28674
/proc/meminfo: memFree=32091460/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=283460 CPUtime=0.11 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 2803 0 0 0 11 0 0 0 25 0 4 0 876922681 290263040 2713 33554432000 4194304 4650419 140734495723264 18446744073709551615 4370701 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 70865 2713 367 112 0 65830 0
[pid=28674/tid=28675] ppid=28672 vsize=283460 CPUtime=0.02 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 591 0 0 0 2 0 0 0 25 0 4 0 876922681 290263040 2713 33554432000 4194304 4650419 140734495723264 18446744073709551615 4370532 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=283460 CPUtime=0.02 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 581 0 0 0 2 0 0 0 25 0 4 0 876922681 290263040 2713 33554432000 4194304 4650419 140734495723264 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=283460 CPUtime=0.02 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 631 0 0 0 2 0 0 0 18 0 4 0 876922681 290263040 2713 33554432000 4194304 4650419 140734495723264 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 283460

[startup+0.100894 s]
/proc/loadavg: 0.96 1.51 1.75 6/180 28674
/proc/meminfo: memFree=32091460/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=283724 CPUtime=0.38 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 3141 0 0 0 38 0 0 0 25 0 4 0 876922681 290533376 3051 33554432000 4194304 4650419 140734495723264 18446744073709551615 4370572 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 70931 3051 367 112 0 65896 0
[pid=28674/tid=28675] ppid=28672 vsize=283724 CPUtime=0.09 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 649 0 0 0 9 0 0 0 25 0 4 0 876922681 290533376 3051 33554432000 4194304 4650419 140734495723264 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=283724 CPUtime=0.09 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 639 0 0 0 9 0 0 0 25 0 4 0 876922681 290533376 3051 33554432000 4194304 4650419 140734495723264 18446744073709551615 4371120 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=283724 CPUtime=0.09 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 795 0 0 0 9 0 0 0 18 0 4 0 876922681 290533376 3051 33554432000 4194304 4650419 140734495723264 18446744073709551615 4334075 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 283724

[startup+0.30086 s]
/proc/loadavg: 0.96 1.51 1.75 6/180 28674
/proc/meminfo: memFree=32091460/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=291852 CPUtime=1.18 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 8835 0 0 0 117 1 0 0 25 0 4 0 876922681 298856448 7472 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365535 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 72963 7474 389 112 0 67928 0
[pid=28674/tid=28675] ppid=28672 vsize=291852 CPUtime=0.29 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 2420 0 0 0 29 0 0 0 25 0 4 0 876922681 298856448 7474 33554432000 4194304 4650419 140734495723264 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=291852 CPUtime=0.28 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 2390 0 0 0 28 0 0 0 25 0 4 0 876922681 298856448 7474 33554432000 4194304 4650419 140734495723264 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=291852 CPUtime=0.29 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 1215 0 0 0 29 0 0 0 18 0 4 0 876922681 298856448 7474 33554432000 4194304 4650419 140734495723264 18446744073709551615 4360410 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 291852

[startup+0.700789 s]
/proc/loadavg: 0.96 1.51 1.75 6/180 28674
/proc/meminfo: memFree=32091460/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=295244 CPUtime=2.77 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 12977 0 0 0 276 1 0 0 25 0 4 0 876922681 302329856 8550 33554432000 4194304 4650419 140734495723264 18446744073709551615 4328094 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 73811 8550 391 112 0 68776 0
[pid=28674/tid=28675] ppid=28672 vsize=295244 CPUtime=0.69 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 3454 0 0 0 69 0 0 0 25 0 4 0 876922681 302329856 8550 33554432000 4194304 4650419 140734495723264 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=295244 CPUtime=0.68 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 3366 0 0 0 68 0 0 0 25 0 4 0 876922681 302329856 8550 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=295244 CPUtime=0.69 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 2345 0 0 0 69 0 0 0 18 0 4 0 876922681 302329856 8550 33554432000 4194304 4650419 140734495723264 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 295244

[startup+1.50065 s]
/proc/loadavg: 0.96 1.51 1.75 10/184 28678
/proc/meminfo: memFree=32034660/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=296840 CPUtime=5.96 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 21430 0 0 0 594 2 0 0 25 0 4 0 876922681 303964160 8029 33554432000 4194304 4650419 140734495723264 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 74210 8029 391 112 0 69175 0
[pid=28674/tid=28675] ppid=28672 vsize=296840 CPUtime=1.48 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 5627 0 0 0 148 0 0 0 25 0 4 0 876922681 303964160 8029 33554432000 4194304 4650419 140734495723264 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=296840 CPUtime=1.47 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 5453 0 0 0 147 0 0 0 25 0 4 0 876922681 303964160 8029 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=296840 CPUtime=1.48 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 4513 0 0 0 148 0 0 0 20 0 4 0 876922681 303964160 8029 33554432000 4194304 4650419 140734495723264 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 296840

[startup+3.10037 s]
/proc/loadavg: 0.96 1.51 1.75 10/184 28678
/proc/meminfo: memFree=32016184/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=314908 CPUtime=12.36 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 38293 0 0 0 1230 6 0 0 25 0 4 0 876922681 322465792 14741 33554432000 4194304 4650419 140734495723264 18446744073709551615 4438939 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 78727 14746 393 112 0 73692 0
[pid=28674/tid=28675] ppid=28672 vsize=314908 CPUtime=3.08 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 9798 0 0 0 307 1 0 0 25 0 4 0 876922681 322465792 14748 33554432000 4194304 4650419 140734495723264 18446744073709551615 274473628705 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=314908 CPUtime=3.07 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 8753 0 0 0 306 1 0 0 25 0 4 0 876922681 322465792 14752 33554432000 4194304 4650419 140734495723264 18446744073709551615 4315564 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=314908 CPUtime=3.08 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 7801 0 0 0 307 1 0 0 25 0 4 0 876922681 322465792 14753 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 314908

[startup+6.30081 s]
/proc/loadavg: 1.52 1.61 1.79 10/184 28678
/proc/meminfo: memFree=31901004/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=316248 CPUtime=25.15 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 55636 0 0 0 2506 9 0 0 25 0 4 0 876922681 323837952 30438 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 79062 30438 393 112 0 74027 0
[pid=28674/tid=28675] ppid=28672 vsize=316248 CPUtime=6.28 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 11602 0 0 0 627 1 0 0 25 0 4 0 876922681 323837952 30438 33554432000 4194304 4650419 140734495723264 18446744073709551615 4439290 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=316248 CPUtime=6.25 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 16663 0 0 0 623 2 0 0 25 0 4 0 876922681 323837952 30438 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=316248 CPUtime=6.28 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 15179 0 0 0 626 2 0 0 25 0 4 0 876922681 323837952 30438 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 316248

[startup+12.7007 s]
/proc/loadavg: 2.04 1.72 1.82 10/184 28679
/proc/meminfo: memFree=31826008/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=325736 CPUtime=50.7 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 85249 0 0 0 5054 16 0 0 25 0 4 0 876922681 333553664 39681 33554432000 4194304 4650419 140734495723264 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 81434 39681 393 112 0 76399 0
[pid=28674/tid=28675] ppid=28672 vsize=325736 CPUtime=12.68 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 22889 0 0 0 1265 3 0 0 25 0 4 0 876922681 333553664 39681 33554432000 4194304 4650419 140734495723264 18446744073709551615 4438666 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=325736 CPUtime=12.62 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 23692 0 0 0 1258 4 0 0 25 0 4 0 876922681 333553664 39681 33554432000 4194304 4650419 140734495723264 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=325736 CPUtime=12.68 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 23574 0 0 0 1262 6 0 0 25 0 4 0 876922681 333553664 39681 33554432000 4194304 4650419 140734495723264 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 325736

[startup+25.5004 s]
/proc/loadavg: 3.43 2.04 1.92 10/184 28679
/proc/meminfo: memFree=31717624/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=338536 CPUtime=101.83 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 120408 0 0 0 10160 23 0 0 25 0 4 0 876922681 346660864 53796 33554432000 4194304 4650419 140734495723264 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 84634 53796 393 112 0 79599 0
[pid=28674/tid=28675] ppid=28672 vsize=338536 CPUtime=25.48 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 31786 0 0 0 2543 5 0 0 25 0 4 0 876922681 346660864 53797 33554432000 4194304 4650419 140734495723264 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=338536 CPUtime=25.35 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 35091 0 0 0 2529 6 0 0 25 0 4 0 876922681 346660864 53798 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=338536 CPUtime=25.48 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 33546 0 0 0 2540 8 0 0 25 0 4 0 876922681 346660864 53798 33554432000 4194304 4650419 140734495723264 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 338536

[startup+51.1009 s]
/proc/loadavg: 4.99 2.52 2.08 10/184 28689
/proc/meminfo: memFree=31638632/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=486996 CPUtime=204.07 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 179768 0 0 0 20366 41 0 0 25 0 4 0 876922681 498683904 70859 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 121749 70859 393 112 0 116714 0
[pid=28674/tid=28675] ppid=28672 vsize=486996 CPUtime=51.07 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 45354 0 0 0 5098 9 0 0 25 0 4 0 876922681 498683904 70859 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=486996 CPUtime=50.81 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 48563 0 0 0 5071 10 0 0 25 0 4 0 876922681 498683904 70859 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=486996 CPUtime=51.07 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 58918 0 0 0 5091 16 0 0 25 0 4 0 876922681 498683904 70859 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 486996

[startup+102.307 s]
/proc/loadavg: 6.69 3.36 2.39 10/184 28690
/proc/meminfo: memFree=31494956/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=545908 CPUtime=408.61 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 291486 0 0 0 40787 74 0 0 25 0 4 0 876922681 559009792 89788 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 136477 89788 393 112 0 131442 0
[pid=28674/tid=28675] ppid=28672 vsize=545908 CPUtime=102.28 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 77962 0 0 0 10208 20 0 0 25 0 4 0 876922681 559009792 89788 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=545908 CPUtime=101.73 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 74530 0 0 0 10156 17 0 0 25 0 4 0 876922681 559009792 89788 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=545908 CPUtime=102.28 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 101736 0 0 0 10200 28 0 0 25 0 4 0 876922681 559009792 89788 33554432000 4194304 4650419 140734495723264 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 545908

[startup+162.3 s]

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

[pid=28674] ppid=28672 vsize=957988 CPUtime=2804.49 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 914307 0 0 0 280168 281 0 0 25 0 4 0 876922681 980979712 165921 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 239497 165921 393 112 0 234462 0
[pid=28674/tid=28675] ppid=28672 vsize=957988 CPUtime=702.29 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 290512 0 0 0 70147 82 0 0 25 0 4 0 876922681 980979712 165921 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=957988 CPUtime=698.37 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 281382 0 0 0 69732 105 0 0 25 0 4 0 876922681 980979712 165921 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476449 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=957988 CPUtime=702.17 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 272132 0 0 0 70145 72 0 0 25 0 4 0 876922681 980979712 165921 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.49
Current children cumulated vsize (KiB) 957988

[startup+762.307 s]
/proc/loadavg: 8.00 7.52 5.25 10/184 28711
/proc/meminfo: memFree=30987144/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=1007816 CPUtime=3044.19 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 951928 0 0 0 304121 298 0 0 25 0 4 0 876922681 1032003584 169592 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 251954 169592 393 112 0 246919 0
[pid=28674/tid=28675] ppid=28672 vsize=1007816 CPUtime=762.3 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 311974 0 0 0 76133 97 0 0 25 0 4 0 876922681 1032003584 169592 33554432000 4194304 4650419 140734495723264 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=1007816 CPUtime=758.05 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 288624 0 0 0 75699 106 0 0 25 0 4 0 876922681 1032003584 169592 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1007816 CPUtime=762.17 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 281049 0 0 0 76144 73 0 0 25 0 4 0 876922681 1032003584 169592 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.19
Current children cumulated vsize (KiB) 1007816

[startup+822.301 s]
/proc/loadavg: 8.12 7.64 5.43 10/184 28712
/proc/meminfo: memFree=30959448/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=957988 CPUtime=3283.84 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 991140 0 0 0 328070 314 0 0 25 0 4 0 876922681 980979712 169659 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 239497 169659 393 112 0 234462 0
[pid=28674/tid=28675] ppid=28672 vsize=957988 CPUtime=822.3 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 335540 0 0 0 82119 111 0 0 25 0 4 0 876922681 980979712 169659 33554432000 4194304 4650419 140734495723264 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=957988 CPUtime=817.73 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 295171 0 0 0 81666 107 0 0 25 0 4 0 876922681 980979712 169659 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=957988 CPUtime=822.16 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 290148 0 0 0 82141 75 0 0 25 0 4 0 876922681 980979712 169659 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.84
Current children cumulated vsize (KiB) 957988

[startup+882.301 s]
/proc/loadavg: 8.16 7.73 5.60 10/184 28714
/proc/meminfo: memFree=30974756/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=1009044 CPUtime=3523.51 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 1021283 0 0 0 352025 326 0 0 25 0 4 0 876922681 1033261056 167975 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 252261 167975 393 112 0 247226 0
[pid=28674/tid=28675] ppid=28672 vsize=1009044 CPUtime=882.29 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 349399 0 0 0 88108 121 0 0 25 0 4 0 876922681 1033261056 167975 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476449 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=1009044 CPUtime=877.4 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 302881 0 0 0 87632 108 0 0 25 0 4 0 876922681 1033261056 167975 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1009044 CPUtime=882.16 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 298722 0 0 0 88140 76 0 0 25 0 4 0 876922681 1033261056 167975 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.51
Current children cumulated vsize (KiB) 1009044

[startup+942.301 s]
/proc/loadavg: 8.16 7.81 5.76 10/184 28715
/proc/meminfo: memFree=30959444/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=1009044 CPUtime=3763.19 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 1037874 0 0 0 375990 329 0 0 25 0 4 0 876922681 1033261056 167980 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 252261 167980 393 112 0 247226 0
[pid=28674/tid=28675] ppid=28672 vsize=1009044 CPUtime=942.3 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 349399 0 0 0 94109 121 0 0 25 0 4 0 876922681 1033261056 167980 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=1009044 CPUtime=937.07 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 310459 0 0 0 93598 109 0 0 25 0 4 0 876922681 1033261056 167980 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1009044 CPUtime=942.16 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 307735 0 0 0 94138 78 0 0 25 0 4 0 876922681 1033261056 167980 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.19
Current children cumulated vsize (KiB) 1009044

[startup+1002.3 s]
/proc/loadavg: 8.15 7.87 5.91 10/184 28717
/proc/meminfo: memFree=30896272/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=997900 CPUtime=4002.86 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 1073236 0 0 0 399943 343 0 0 25 0 4 0 876922681 1021849600 174891 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 249475 174891 393 112 0 244440 0
[pid=28674/tid=28675] ppid=28672 vsize=997900 CPUtime=1002.3 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 349399 0 0 0 100108 122 0 0 25 0 4 0 876922681 1021849600 174891 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=997900 CPUtime=996.75 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 317559 0 0 0 99565 110 0 0 25 0 4 0 876922681 1021849600 174891 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=997900 CPUtime=1002.15 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 318135 0 0 0 100136 79 0 0 25 0 4 0 876922681 1021849600 174891 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.86
Current children cumulated vsize (KiB) 997900

[startup+1062.3 s]
/proc/loadavg: 8.14 7.92 6.04 10/184 28719
/proc/meminfo: memFree=30889268/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=998820 CPUtime=4242.53 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 1105697 0 0 0 423897 356 0 0 25 0 4 0 876922681 1022791680 174907 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365313 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 249705 174907 393 112 0 244670 0
[pid=28674/tid=28675] ppid=28672 vsize=998820 CPUtime=1062.3 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 349399 0 0 0 106108 122 0 0 25 0 4 0 876922681 1022791680 174907 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=998820 CPUtime=1056.42 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 324738 0 0 0 105532 110 0 0 25 0 4 0 876922681 1022791680 174907 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=998820 CPUtime=1062.14 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 326825 0 0 0 106134 80 0 0 25 0 4 0 876922681 1022791680 174907 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.53
Current children cumulated vsize (KiB) 998820

[startup+1122.3 s]
/proc/loadavg: 8.18 7.97 6.18 10/184 28720
/proc/meminfo: memFree=30860568/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=1047768 CPUtime=4482.2 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 1127633 0 0 0 447860 360 0 0 25 0 4 0 876922681 1072914432 178312 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 261942 178312 393 112 0 256907 0
[pid=28674/tid=28675] ppid=28672 vsize=1047768 CPUtime=1122.3 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 349399 0 0 0 112108 122 0 0 25 0 4 0 876922681 1072914432 178312 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=1047768 CPUtime=1116.09 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 332725 0 0 0 111498 111 0 0 25 0 4 0 876922681 1072914432 178312 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1047768 CPUtime=1122.14 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 337402 0 0 0 112132 82 0 0 25 0 4 0 876922681 1072914432 178312 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.2
Current children cumulated vsize (KiB) 1047768

[startup+1182.3 s]
/proc/loadavg: 8.19 8.02 6.31 10/184 28722
/proc/meminfo: memFree=30844012/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=1047996 CPUtime=4721.87 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 1157356 0 0 0 471816 371 0 0 25 0 4 0 876922681 1073147904 184501 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 261999 184501 393 112 0 256964 0
[pid=28674/tid=28675] ppid=28672 vsize=1047996 CPUtime=1182.3 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 360517 0 0 0 118101 129 0 0 25 0 4 0 876922681 1073147904 184501 33554432000 4194304 4650419 140734495723264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=1047996 CPUtime=1175.77 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 340746 0 0 0 117464 113 0 0 25 0 4 0 876922681 1073147904 184501 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1047996 CPUtime=1182.13 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 347986 0 0 0 118129 84 0 0 25 0 4 0 876922681 1073147904 184501 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476457 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.87
Current children cumulated vsize (KiB) 1047996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.30 8.05 6.35 5/179 28723
/proc/meminfo: memFree=31382432/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=1048208 CPUtime=4800.18 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 1168231 0 0 0 479643 375 0 0 25 0 4 0 876922681 1073364992 177922 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 262052 177922 393 112 0 257017 0
[pid=28674/tid=28675] ppid=28672 vsize=1048208 CPUtime=1201.91 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 365227 0 0 0 120059 132 0 0 25 0 4 0 876922681 1073364992 177923 33554432000 4194304 4650419 140734495723264 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=1048208 CPUtime=1195.26 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 343307 0 0 0 119413 113 0 0 25 0 4 0 876922681 1073364992 177923 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1048208 CPUtime=1201.74 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 351591 0 0 0 120089 85 0 0 25 0 4 0 876922681 1073364992 177923 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1048208

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

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

[startup+1201.9 s]
/proc/loadavg: 8.30 8.05 6.35 5/179 28723
/proc/meminfo: memFree=31382432/32950928 swapFree=67079488/67111528
[pid=28674] ppid=28672 vsize=1048208 CPUtime=4800.18 cores=0,2,4,6
/proc/28674/stat : 28674 (strangenight1-m) R 28672 28674 28625 0 -1 4202496 1168231 0 0 0 479643 375 0 0 25 0 4 0 876922681 1073364992 177922 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28674/statm: 262052 177922 393 112 0 257017 0
[pid=28674/tid=28675] ppid=28672 vsize=1048208 CPUtime=1201.91 cores=0,2,4,6
/proc/28674/task/28675/stat : 28675 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 365227 0 0 0 120059 132 0 0 25 0 4 0 876922681 1073364992 177923 33554432000 4194304 4650419 140734495723264 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28674/tid=28676] ppid=28672 vsize=1048208 CPUtime=1195.26 cores=0,2,4,6
/proc/28674/task/28676/stat : 28676 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 343307 0 0 0 119413 113 0 0 25 0 4 0 876922681 1073364992 177923 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28674/tid=28677] ppid=28672 vsize=1048208 CPUtime=1201.74 cores=0,2,4,6
/proc/28674/task/28677/stat : 28677 (strangenight1-m) R 28672 28674 28625 0 -1 4202560 351591 0 0 0 120089 85 0 0 25 0 4 0 876922681 1073364992 177923 33554432000 4194304 4650419 140734495723264 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1048208

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.94
CPU time (s): 4800.24
CPU user time (s): 4796.46
CPU system time (s): 3.78742
CPU usage (%): 399.373
Max. virtual memory (cumulated for all children) (KiB): 1048208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.46
system time used= 3.78742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1168233
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= 912
involuntary context switches= 35913

runsolver used 1.91671 second user time and 4.64329 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-09 23:00:30
IDJOB=3175048
IDBENCH=82666
IDSOLVER=1588
FILE ID=node125/3175048-1307653230
RUNJOBID= node125-1307653230-28643
PBS_JOBID= 13549420
Free space on /tmp= 74056 MiB

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

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

MD5SUM BENCH= 92b3ae536df5707fe014291d91790352
RANDOM SEED=1870151723

node125.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	: 5266.55
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.84
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.74
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.74
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.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.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:     32950928 kB
MemFree:      32094276 kB
Buffers:        211604 kB
Cached:         409588 kB
SwapCached:       3400 kB
Active:         339852 kB
Inactive:       317880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32094276 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           13308 kB
Writeback:           4 kB
AnonPages:       35056 kB
Mapped:          13472 kB
Slab:           131136 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186952 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= 74056 MiB
End job on node125 at 2011-06-09 23:20:34