Trace number 3368684

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.27 1203.76

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
MD5SUM1d861e510861ad58190eb0b3053bc657
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark340.927
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368684-1305400689.cnf'
0.00/0.01	c -- header says num vars:           1500
0.00/0.01	c -- header says num clauses:       30000
0.06/0.03	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.06/0.03	c -- vars added       1500
0.06/0.03	c Parsing time:  0.05 s
0.06/0.03	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.43/0.19	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.60
0.74/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.74/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.74/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.74/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.74/0.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.53/0.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
3.53/0.92	c Finding binary XORs  T:     0.00 s  found:       0
3.53/0.92	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
3.53/0.92	c calculated reachability. Time: 0.00
3.53/0.92	c Calc default polars -  time:   0.01 s pos:     692 undec:      65 neg:     743
3.53/0.92	c =========================================================================================
3.53/0.92	c types(t): F = full restart, N = normal restart
3.53/0.92	c types(t): S = simplification begin/end, E = solution found
3.53/0.92	c restart types(rt): st = static, dy = dynamic
3.53/0.92	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.53/0.92	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
3.53/0.92	c  N dy    14      4126      1500     30000         0      4121    150000    662551    128.64    135.58  --
3.94/1.02	c  N dy    38      8164      1500     30000         0      5661    150000    650893    125.74    132.63  --
5.11/1.39	c  N dy    59     12168      1500     30000         0      5421    150000    398287    125.39    133.36  --
6.71/1.78	c  N dy    81     16282      1500     30000         0      9530    150000   1036275    125.12    131.96  --
8.33/2.21	c  N dy   104     20360      1500     30000         0      7980    150000    603464    124.71    134.25  --
10.30/2.64	c  N dy   132     24466      1500     30000         0     12082    150000   1251132    125.39    133.01  --
10.69/2.70	c  F st   135     25000      1500     30000         0     12616    150000   1329017    125.30    121.57  --
12.71/3.24	c  N dy   141     30000      1500     30000         0     10796    150000    932658    125.30   no data  --
12.71/3.24	c  S st   141     30000      1500     30000         0     10796    150000    932658    125.30   no data  --
12.71/3.30	c  S st   141     30502      1500     30000         0     11298    150000    998187    125.30   no data  --
12.71/3.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.71/3.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.14/3.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
13.14/3.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.14/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.14/3.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.14/3.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
22.26/5.67	c lits-rem:      3383  cl-subs:       13  v-elim:      0  v-fix:    0  time:  9.09 s
23.06/5.88	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.87
23.06/5.89	c calculated reachability. Time: 0.00
23.06/5.89	c  N dy   141     30502      1500     30000         0     11285    150000    989937    125.30   no data  --
25.06/6.38	c  N dy   166     34767      1500     30000         0     15546    150000   1658501    125.52    132.63  --
27.04/6.85	c  N dy   188     38952      1500     30000         0     11836    150000    878488    125.03    135.28  --
29.04/7.33	c  N dy   209     43053      1500     30000         0     15936    150000   1509408    124.70    131.59  --
30.25/7.69	c  S st   223     45755      1500     30000         0      9691    150000    397635    124.49    117.99  --
30.68/7.76	c  S st   223     46263      1500     30000         0     10199    150000    458976    124.49   no data  --
30.68/7.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.68/7.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.68/7.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
31.03/7.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.03/7.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.03/7.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
31.03/7.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
48.23/12.18	c lits-rem:      1178  cl-subs:        1  v-elim:      0  v-fix:    0  time: 17.46 s
48.23/12.18	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
48.23/12.19	c vivif2 --  cl tried    10198 cl shrink        0 lits rem          0 time: 0.02
49.38/12.40	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.83
49.38/12.40	c calculated reachability. Time: 0.00
49.38/12.40	c  N dy   223     46263      1500     30000         0     10198    150000    457452    124.49   no data  --
50.98/12.86	c  N dy   246     50291      1500     30000         0     14225    150000   1080305    124.34    131.19  --
52.97/13.38	c  N dy   267     54336      1500     30000         0     18270    150000   1695020    124.05    132.31  --
54.97/13.86	c  N dy   291     58339      1500     30000         0     12299    150000    647638    123.96    133.25  --
57.01/14.34	c  N dy   313     62622      1500     30000         0     16582    150000   1309069    123.87    131.38  --
58.95/14.86	c  N dy   340     66767      1500     30000         0     20725    150000   1949654    123.89    133.03  --
60.15/15.18	c  S st   354     69394      1500     30000         0     12369    150000    508471    123.73    122.22  --
60.55/15.25	c  S st   354     69896      1500     30000         0     12871    150000    574824    123.73   no data  --
60.55/15.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.55/15.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.55/15.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
60.55/15.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.55/15.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.55/15.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
60.55/15.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
78.09/19.69	c lits-rem:      1858  cl-subs:        2  v-elim:      0  v-fix:    0  time: 17.48 s
78.09/19.69	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
78.09/19.69	c vivif2 --  cl tried    12869 cl shrink        0 lits rem          0 time: 0.02
79.28/19.97	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 1.09
79.28/19.97	c calculated reachability. Time: 0.00
79.28/19.97	c  N dy   354     69896      1500     30000         0     12869    150000    572273    123.73   no data  --
82.09/20.60	c  N dy   384     74552      1500     30000         0     17522    150000   1295989    123.85    132.53  --
84.47/21.28	c  N dy   417     79326      1500     30000         0     22294    150000   2036308    123.95    135.05  --
87.29/21.95	c  N dy   443     84410      1500     30000         0     15387    150000    822256    123.80    131.25  --
88.86/22.36	c  F st   461     87500      1500     30000         0     18476    150000   1287738    123.67    111.90  --
90.86/22.83	c  N st   466     90796      1500     30000         0     21764    150000   1875423    123.67   no data  --
94.44/23.73	c  N dy   491     96681      1500     30000         0     14657    150000    576789    123.59    138.32  --
98.04/24.61	c  N dy   527    102854      1500     30000         0     20829    150000   1524921    123.55    130.60  --
99.23/24.93	c  S st   540    104844      1500     30000         0     22819    150000   1841040    123.59    116.42  --
99.63/25.03	c  S st   540    105346      1500     30000         0     23321    150000   1903390    123.59   no data  --
99.63/25.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
99.63/25.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.63/25.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
100.03/25.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.03/25.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.03/25.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
100.03/25.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
146.28/36.77	c lits-rem:       625  cl-subs:       13  v-elim:      0  v-fix:    0  time: 46.30 s
146.28/36.78	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
146.28/36.80	c vivif2 --  cl tried    23308 cl shrink        0 lits rem          0 time: 0.08
147.87/37.15	c asymm  cl-useful: 0/28309/30000 lits-rem:0 time: 1.43
147.87/37.16	c calculated reachability. Time: 0.00
147.87/37.16	c  N dy   540    105346      1500     30000         0     23308    150000   1898217    123.59   no data  --
151.46/38.07	c  N dy   571    112096      1500     30000         0     16066    150000    641581    123.45    143.07  --
155.45/39.09	c  N dy   613    120112      1500     30000         0     24078    150000   1888563    123.53    132.69  --
160.23/40.20	c  N dy   666    127837      1500     30000         0     16806    150000    611750    123.54    130.28  --
164.62/41.33	c  N dy   715    136147      1500     30000         0     25115    150000   1911375    123.59    133.49  --
169.80/42.63	c  N dy   757    144967      1500     30000         0     17932    150000    633892    123.38    130.32  --
175.01/44.00	c  N dy   811    154777      1500     30000         0     27736    150000   2153485    123.30    130.83  --
177.37/44.51	c  S st   830    158019      1500     30000         0     30978    150000   2649702    123.28   no data  --
177.79/44.62	c  S st   830    158522      1500     30000         0     31481    150000   2715608    123.28   no data  --
177.79/44.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
177.79/44.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
177.79/44.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
178.18/44.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.18/44.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.18/44.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
178.18/44.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
251.95/63.29	c lits-rem:       700  cl-subs:       17  v-elim:      0  v-fix:    0  time: 73.78 s
251.95/63.29	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
252.36/63.32	c vivif2 --  cl tried    31464 cl shrink        0 lits rem          0 time: 0.11
252.36/63.35	c asymm  cl-useful: 0/1691/30000 lits-rem:0 time: 0.14
252.36/63.35	c calculated reachability. Time: 0.00
252.36/63.35	c  N dy   830    158522      1500     30000         0     31464    150000   2709142    123.28   no data  --
258.35/64.85	c  N dy   885    168670      1500     30000         0     24614    150000   1519882    123.14    131.29  --
265.52/66.66	c  N dy   956    179541      1500     30000         0     35475    150000   3203307    123.21    131.24  --
272.69/68.42	c  N dy  1026    191048      1500     30000         0     28988    150000   2055834    123.23    131.99  --
280.71/70.41	c  N dy  1103    203295      1500     30000         0     22241    150000    863861    123.32    143.75  --
288.65/72.46	c  N dy  1177    216313      1500     30000         0     35255    150000   2864474    123.30    129.86  --
297.42/74.66	c  N dy  1258    230203      1500     30000         0     29151    150000   1798731    123.31    133.40  --
302.66/75.93	c  S st  1301    237784      1500     30000         0     36729    150000   2943603    123.23   no data  --
303.00/76.05	c  S st  1301    238285      1500     30000         0     37230    150000   3009680    123.23   no data  --
303.00/76.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
303.00/76.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
303.00/76.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
303.79/76.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
303.79/76.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
303.79/76.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
303.79/76.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
971.38/243.60	c lits-rem:       576  cl-subs:       18  v-elim:      0  v-fix:    0  time: 666.79 s
971.38/243.61	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
971.38/243.64	c vivif2 --  cl tried    37212 cl shrink        0 lits rem          0 time: 0.12
972.98/244.11	c asymm  cl-useful: 0/22220/30000 lits-rem:0 time: 1.88
973.39/244.11	c calculated reachability. Time: 0.00
973.39/244.11	c  N dy  1301    238285      1500     30000         0     37212    150000   3003359    123.23   no data  --
984.54/246.90	c  N dy  1385    253507      1500     30000         0     31436    150000   1975848    123.12    129.83  --
997.31/250.13	c  N dy  1485    269758      1500     30000         0     25687    150000    962253    123.15    135.66  --
1010.86/253.50	c  N dy  1595    287014      1500     30000         0     42934    150000   3619306    123.17    149.67  --
1024.83/257.03	c  N dy  1698    305475      1500     30000         0     38403    150000   2767012    123.10    131.45  --
1025.23/257.19	c  F st  1702    306250      1500     30000         0     39177    150000   2888269    123.10    121.63  --
1040.36/260.94	c  N dy  1793    325017      1500     30000         0     33937    150000   1946751    123.15    133.03  --
1057.51/265.22	c  N dy  1910    345536      1500     30000         0     29459    150000   1105312    123.13    129.70  --
1066.69/267.57	c  S st  1985    357428      1500     30000         0     41344    150000   2960868    123.18    119.60  --
1067.49/267.73	c  S st  1985    357932      1500     30000         0     41848    150000   3024488    123.18   no data  --
1067.49/267.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1067.49/267.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1067.49/267.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
1067.89/267.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1067.89/267.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1067.89/267.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1067.89/267.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1747.03/438.18	c lits-rem:       312  cl-subs:       26  v-elim:      0  v-fix:    0  time: 678.57 s
1747.03/438.18	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1747.42/438.21	c vivif2 --  cl tried    41822 cl shrink        0 lits rem          0 time: 0.12
1748.23/438.42	c asymm  cl-useful: 0/7780/30000 lits-rem:0 time: 0.82
1748.23/438.42	c calculated reachability. Time: 0.00
1748.23/438.42	c  N dy  1985    357932      1500     30000         0     41822    150000   3015629    123.18   no data  --
1764.18/442.47	c  N dy  2112    378005      1500     30000         0     35898    150000   1944911    123.21    133.23  --
1781.33/446.71	c  N dy  2238    398054      1500     30000         0     28953    150000    739296    123.27    130.24  --
1796.49/450.59	c  N dy  2353    418058      1500     30000         0     48947    150000   3836346    123.30    137.90  --
1812.04/454.41	c  N dy  2468    438146      1500     30000         0     41042    150000   2461524    123.30    131.23  --
1828.39/458.61	c  N dy  2592    458224      1500     30000         0     32128    150000    937153    123.33    130.75  --
1843.94/462.43	c  N dy  2713    478226      1500     30000         0     52121    150000   4022406    123.33    130.43  --
1859.52/466.41	c  N dy  2832    498312      1500     30000         0     42208    150000   2339312    123.36    130.33  --
1877.49/470.87	c  N dy  2955    518359      1500     30000         0     31256    150000    509170    123.40    150.08  --
1891.40/474.32	c  S st  3055    536898      1500     30000         0     49784    150000   3353348    123.34    110.69  --
1891.80/474.47	c  S st  3055    537403      1500     30000         0     50289    150000   3418337    123.34   no data  --
1891.80/474.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1891.80/474.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1892.20/474.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
1892.60/474.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1892.60/474.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1892.60/474.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1892.60/474.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2847.29/714.09	c lits-rem:       326  cl-subs:       22  v-elim:      0  v-fix:    0  time: 954.52 s
2847.29/714.09	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
2847.69/714.13	c vivif2 --  cl tried    50267 cl shrink        0 lits rem          0 time: 0.14
2849.69/714.63	c asymm  cl-useful: 0/18506/30000 lits-rem:0 time: 1.99
2849.69/714.63	c calculated reachability. Time: 0.00
2849.69/714.63	c  N dy  3055    537403      1500     30000         0     50267    150000   3410293    123.34   no data  --
2869.23/719.59	c  N dy  3166    557502      1500     30000         0     38365    150000   1444374    123.33    129.84  --
2888.37/724.36	c  N dy  3282    577522      1500     30000         0     58371    150000   4537575    123.34    131.05  --
2907.52/729.14	c  N dy  3393    597599      1500     30000         0     45467    150000   2408557    123.32    130.38  --
2928.26/734.35	c  N dy  3516    617631      1500     30000         0     65488    150000   5531940    123.37    130.34  --
2947.01/739.08	c  N dy  3646    637687      1500     30000         0     51549    150000   3221422    123.42    131.83  --
2969.36/744.69	c  N dy  3769    657793      1500     30000         0     36668    150000    753437    123.43    130.28  --
2987.67/749.27	c  N dy  3883    677827      1500     30000         0     56683    150000   3816829    123.40    131.76  --
3009.60/754.77	c  N dy  4009    697917      1500     30000         0     40786    150000   1242364    123.41    146.58  --
3029.15/759.66	c  N dy  4123    718023      1500     30000         0     60882    150000   4344187    123.38    131.74  --
3051.08/765.19	c  N dy  4252    738077      1500     30000         0     43955    150000   1618554    123.43    129.99  --
3071.82/770.32	c  N dy  4369    758126      1500     30000         0     63989    150000   4704498    123.43    135.86  --
3093.75/775.82	c  N dy  4488    778371      1500     30000         0     46246    150000   1794517    123.42    133.38  --
3114.54/781.09	c  N dy  4603    798503      1500     30000         0     66370    150000   4872054    123.40    130.37  --
3124.06/783.41	c  S st  4647    806105      1500     30000         0     73970    150000   6036555    123.39    120.94  --
3124.86/783.66	c  S st  4647    806608      1500     30000         0     74473    150000   6097991    123.39   no data  --
3124.86/783.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3124.86/783.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3125.26/783.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
3126.06/783.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3126.06/783.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3126.06/783.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3126.06/783.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  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-3368684-1305400689/watcher-3368684-1305400689 -o /tmp/evaluation-result-3368684-1305400689/solver-3368684-1305400689 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368684-1305400689.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: 7.78 8.05 8.02 1/361 5315
/proc/meminfo: memFree=18296632/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 730299573 52465664 357 33554432000 4194304 4650419 140735237365408 18446744073709551615 224284925883 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5315/statm: 12809 357 306 112 0 7774 0
[pid=5315/tid=5316] ppid=5313 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730299573 52465664 357 33554432000 4194304 4650419 140735237365408 18446744073709551615 47844093982233 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730299573 52465664 357 33554432000 4194304 4650419 140735237365408 18446744073709551615 47844093982233 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730299573 52465664 357 33554432000 4194304 4650419 140735237365408 18446744073709551615 47844093982640 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0274659 s]
/proc/loadavg: 7.78 8.05 8.02 1/361 5315
/proc/meminfo: memFree=18296632/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=284340 CPUtime=0.06 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 3324 0 0 0 6 0 0 0 25 0 4 0 730299573 291164160 3230 33554432000 4194304 4650419 140735237365408 18446744073709551615 4520021 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5315/statm: 71194 3418 344 112 0 66159 0
[pid=5315/tid=5316] ppid=5313 vsize=285048 CPUtime=0.01 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 703 0 0 0 1 0 0 0 18 0 4 0 730299573 291889152 3497 33554432000 4194304 4650419 140735237365408 18446744073709551615 224284594609 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=285256 CPUtime=0.02 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 842 0 0 0 2 0 0 0 18 0 4 0 730299573 292102144 3616 33554432000 4194304 4650419 140735237365408 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=285252 CPUtime=0.01 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 853 0 0 0 1 0 0 0 18 0 4 0 730299573 292098048 3632 33554432000 4194304 4650419 140735237365408 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 284340

[startup+0.1248 s]
/proc/loadavg: 7.78 8.05 8.02 1/361 5315
/proc/meminfo: memFree=18296632/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=285512 CPUtime=0.43 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 4292 0 0 0 42 1 0 0 18 0 4 0 730299573 292364288 4198 33554432000 4194304 4650419 140735237365408 18446744073709551615 4370570 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5315/statm: 71378 4198 367 112 0 66343 0
[pid=5315/tid=5316] ppid=5313 vsize=285512 CPUtime=0.1 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 826 0 0 0 10 0 0 0 18 0 4 0 730299573 292364288 4198 33554432000 4194304 4650419 140735237365408 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=285512 CPUtime=0.11 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 946 0 0 0 11 0 0 0 18 0 4 0 730299573 292364288 4198 33554432000 4194304 4650419 140735237365408 18446744073709551615 4371120 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=285512 CPUtime=0.09 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 1113 0 0 0 9 0 0 0 18 0 4 0 730299573 292364288 4198 33554432000 4194304 4650419 140735237365408 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 285512

[startup+0.300676 s]
/proc/loadavg: 7.78 8.05 8.02 1/361 5315
/proc/meminfo: memFree=18296632/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=292120 CPUtime=1.13 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 11465 0 0 0 110 3 0 0 18 0 4 0 730299573 299130880 9655 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5315/statm: 73030 9655 389 112 0 67995 0
[pid=5315/tid=5316] ppid=5313 vsize=292120 CPUtime=0.27 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 2957 0 0 0 27 0 0 0 18 0 4 0 730299573 299130880 9655 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=292120 CPUtime=0.28 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 3332 0 0 0 28 0 0 0 18 0 4 0 730299573 299130880 9655 33554432000 4194304 4650419 140735237365408 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=292120 CPUtime=0.26 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 1448 0 0 0 26 0 0 0 18 0 4 0 730299573 299130880 9655 33554432000 4194304 4650419 140735237365408 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 292120

[startup+0.700609 s]
/proc/loadavg: 7.78 8.05 8.02 1/361 5315
/proc/meminfo: memFree=18296632/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=303960 CPUtime=2.73 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 14975 0 0 0 269 4 0 0 18 0 4 0 730299573 311255040 12122 33554432000 4194304 4650419 140735237365408 18446744073709551615 4516622 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5315/statm: 75990 12124 391 112 0 70955 0
[pid=5315/tid=5316] ppid=5313 vsize=303960 CPUtime=0.67 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 3664 0 0 0 67 0 0 0 18 0 4 0 730299573 311255040 12124 33554432000 4194304 4650419 140735237365408 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=303960 CPUtime=0.67 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 4061 0 0 0 67 0 0 0 18 0 4 0 730299573 311255040 12124 33554432000 4194304 4650419 140735237365408 18446744073709551615 224284586305 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=303960 CPUtime=0.67 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 2523 0 0 0 66 1 0 0 18 0 4 0 730299573 311255040 12124 33554432000 4194304 4650419 140735237365408 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 303960

[startup+1.50048 s]
/proc/loadavg: 7.78 8.05 8.02 10/373 5332
/proc/meminfo: memFree=18208672/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=297052 CPUtime=5.91 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 23641 0 0 0 585 6 0 0 19 0 4 0 730299573 304181248 12296 33554432000 4194304 4650419 140735237365408 18446744073709551615 4366953 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5315/statm: 74263 12296 391 112 0 69228 0
[pid=5315/tid=5316] ppid=5313 vsize=297052 CPUtime=1.47 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 5885 0 0 0 146 1 0 0 19 0 4 0 730299573 304181248 12296 33554432000 4194304 4650419 140735237365408 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=297052 CPUtime=1.48 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 6555 0 0 0 147 1 0 0 19 0 4 0 730299573 304181248 12296 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=297052 CPUtime=1.47 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 4533 0 0 0 145 2 0 0 20 0 4 0 730299573 304181248 12296 33554432000 4194304 4650419 140735237365408 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 297052

[startup+3.10021 s]
/proc/loadavg: 7.78 8.05 8.02 9/373 5332
/proc/meminfo: memFree=18203968/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=297980 CPUtime=12.29 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 38276 0 0 0 1221 8 0 0 24 0 4 0 730299573 305131520 13355 33554432000 4194304 4650419 140735237365408 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5315/statm: 74495 13356 392 112 0 69460 0
[pid=5315/tid=5316] ppid=5313 vsize=297980 CPUtime=3.07 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 9477 0 0 0 305 2 0 0 24 0 4 0 730299573 305131520 13356 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=297980 CPUtime=3.08 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 10415 0 0 0 307 1 0 0 23 0 4 0 730299573 305131520 13356 33554432000 4194304 4650419 140735237365408 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=297980 CPUtime=3.06 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 8163 0 0 0 304 2 0 0 25 0 4 0 730299573 305131520 13356 33554432000 4194304 4650419 140735237365408 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 297980

[startup+6.30068 s]
/proc/loadavg: 7.79 8.04 8.02 9/373 5332
/proc/meminfo: memFree=18048808/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=298320 CPUtime=25.06 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 73081 0 0 0 2491 15 0 0 25 0 4 0 730299573 305479680 39811 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5315/statm: 74580 39811 393 112 0 69545 0
[pid=5315/tid=5316] ppid=5313 vsize=298320 CPUtime=6.28 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 14626 0 0 0 625 3 0 0 25 0 4 0 730299573 305479680 39811 33554432000 4194304 4650419 140735237365408 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=298320 CPUtime=6.28 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 22094 0 0 0 625 3 0 0 25 0 4 0 730299573 305479680 39811 33554432000 4194304 4650419 140735237365408 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=298320 CPUtime=6.27 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 19014 0 0 0 622 5 0 0 25 0 4 0 730299573 305479680 39811 33554432000 4194304 4650419 140735237365408 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 298320

[startup+12.7006 s]
/proc/loadavg: 7.89 8.06 8.02 9/373 5332
/proc/meminfo: memFree=18007544/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=298688 CPUtime=50.58 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 87919 0 0 0 5039 19 0 0 25 0 4 0 730299573 305856512 40522 33554432000 4194304 4650419 140735237365408 18446744073709551615 4310525 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5315/statm: 74672 40522 393 112 0 69637 0
[pid=5315/tid=5316] ppid=5313 vsize=298688 CPUtime=12.67 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 20435 0 0 0 1263 4 0 0 25 0 4 0 730299573 305856512 40522 33554432000 4194304 4650419 140735237365408 18446744073709551615 4334047 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=298688 CPUtime=12.67 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 22741 0 0 0 1264 3 0 0 25 0 4 0 730299573 305856512 40522 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=298688 CPUtime=12.66 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 24028 0 0 0 1260 6 0 0 25 0 4 0 730299573 305856512 40523 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 298688

[startup+25.5005 s]
/proc/loadavg: 7.91 8.06 8.02 9/373 5332
/proc/meminfo: memFree=17821692/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=473964 CPUtime=101.62 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 139376 0 0 0 10132 30 0 0 25 0 4 0 730299573 485339136 73463 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 118491 73463 393 112 0 113456 0
[pid=5315/tid=5316] ppid=5313 vsize=473964 CPUtime=25.47 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 29933 0 0 0 2542 5 0 0 25 0 4 0 730299573 485339136 73463 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=473964 CPUtime=25.34 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 33212 0 0 0 2528 6 0 0 25 0 4 0 730299573 485339136 73463 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=473964 CPUtime=25.46 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 40363 0 0 0 2537 9 0 0 25 0 4 0 730299573 485339136 73463 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 473964

[startup+51.1012 s]
/proc/loadavg: 7.94 8.05 8.02 9/373 5332
/proc/meminfo: memFree=17706200/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=597368 CPUtime=203.7 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 208105 0 0 0 20322 48 0 0 25 0 4 0 730299573 611704832 88229 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 149342 88229 393 112 0 144307 0
[pid=5315/tid=5316] ppid=5313 vsize=597368 CPUtime=51.06 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 42331 0 0 0 5098 8 0 0 25 0 4 0 730299573 611704832 88229 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476580 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=597368 CPUtime=50.64 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 54050 0 0 0 5053 11 0 0 25 0 4 0 730299573 611704832 88229 33554432000 4194304 4650419 140735237365408 18446744073709551615 4439306 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=597368 CPUtime=51.06 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 62008 0 0 0 5089 17 0 0 25 0 4 0 730299573 611704832 88229 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 597368

[startup+102.314 s]
/proc/loadavg: 8.10 8.07 8.02 9/373 5334
/proc/meminfo: memFree=17605104/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=770252 CPUtime=407.93 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 329805 0 0 0 40711 82 0 0 25 0 4 0 730299573 788738048 101815 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 192563 101815 393 112 0 187528 0
[pid=5315/tid=5316] ppid=5313 vsize=770252 CPUtime=102.26 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 85669 0 0 0 10205 21 0 0 25 0 4 0 730299573 788738048 101815 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=770252 CPUtime=101.24 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 65062 0 0 0 10112 12 0 0 25 0 4 0 730299573 788738048 101815 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=770252 CPUtime=102.27 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 106148 0 0 0 10195 32 0 0 25 0 4 0 730299573 788738048 101815 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.93
Current children cumulated vsize (KiB) 770252

[startup+162.301 s]

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

[pid=5315] ppid=5313 vsize=1035724 CPUtime=2800.65 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1005929 0 0 0 279792 273 0 0 25 0 4 0 730299573 1060581376 173162 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 258931 173162 393 112 0 253896 0
[pid=5315/tid=5316] ppid=5313 vsize=1035724 CPUtime=702.14 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 188678 0 0 0 70166 48 0 0 25 0 4 0 730299573 1060581376 173162 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1035724 CPUtime=694.12 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 258862 0 0 0 69339 73 0 0 25 0 4 0 730299573 1060581376 173162 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1035724 CPUtime=702.23 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 291066 0 0 0 70126 97 0 0 25 0 4 0 730299573 1060581376 173162 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476391 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2800.65
Current children cumulated vsize (KiB) 1035724

[startup+762.315 s]
/proc/loadavg: 8.13 8.10 8.04 9/373 5352
/proc/meminfo: memFree=17109992/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1036700 CPUtime=3039.97 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1039161 0 0 0 303705 292 0 0 25 0 4 0 730299573 1061580800 178573 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 259175 178573 393 112 0 254140 0
[pid=5315/tid=5316] ppid=5313 vsize=1036700 CPUtime=762.14 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 192819 0 0 0 76165 49 0 0 25 0 4 0 730299573 1061580800 178573 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1036700 CPUtime=753.42 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 258862 0 0 0 75269 73 0 0 25 0 4 0 730299573 1061580800 178573 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1036700 CPUtime=762.25 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 292982 0 0 0 76127 98 0 0 25 0 4 0 730299573 1061580800 178573 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.97
Current children cumulated vsize (KiB) 1036700

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 8.04 9/373 5352
/proc/meminfo: memFree=17096568/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1041688 CPUtime=3279.19 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1087731 0 0 0 327605 314 0 0 25 0 4 0 730299573 1066688512 179822 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 260422 179822 393 112 0 255387 0
[pid=5315/tid=5316] ppid=5313 vsize=1041688 CPUtime=822.11 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 214317 0 0 0 82151 60 0 0 25 0 4 0 730299573 1066688512 179822 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1041688 CPUtime=812.69 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 258862 0 0 0 81196 73 0 0 25 0 4 0 730299573 1066688512 179822 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1041688 CPUtime=822.23 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 296744 0 0 0 82125 98 0 0 25 0 4 0 730299573 1066688512 179822 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.19
Current children cumulated vsize (KiB) 1041688

[startup+882.301 s]
/proc/loadavg: 8.11 8.10 8.05 9/373 5354
/proc/meminfo: memFree=17054628/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1106696 CPUtime=3518.47 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1155136 0 0 0 351497 350 0 0 25 0 4 0 730299573 1133256704 187388 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 276674 187388 393 112 0 271639 0
[pid=5315/tid=5316] ppid=5313 vsize=1106696 CPUtime=882.11 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 245879 0 0 0 88131 80 0 0 25 0 4 0 730299573 1133256704 187388 33554432000 4194304 4650419 140735237365408 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1106696 CPUtime=871.98 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 280843 0 0 0 87112 86 0 0 25 0 4 0 730299573 1133256704 187388 33554432000 4194304 4650419 140735237365408 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1106696 CPUtime=882.23 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 297049 0 0 0 88125 98 0 0 25 0 4 0 730299573 1133256704 187388 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.47
Current children cumulated vsize (KiB) 1106696

[startup+942.301 s]
/proc/loadavg: 8.15 8.11 8.05 9/373 5356
/proc/meminfo: memFree=17106168/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1045384 CPUtime=3757.74 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1234310 0 0 0 375391 383 0 0 25 0 4 0 730299573 1070473216 173063 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 261346 173063 393 112 0 256311 0
[pid=5315/tid=5316] ppid=5313 vsize=1045384 CPUtime=942.08 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 277192 0 0 0 94112 96 0 0 25 0 4 0 730299573 1070473216 173063 33554432000 4194304 4650419 140735237365408 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1045384 CPUtime=931.27 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 314019 0 0 0 93026 101 0 0 25 0 4 0 730299573 1070473216 173063 33554432000 4194304 4650419 140735237365408 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1045384 CPUtime=942.23 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 297436 0 0 0 94125 98 0 0 25 0 4 0 730299573 1070473216 173063 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.74
Current children cumulated vsize (KiB) 1045384

[startup+1002.3 s]
/proc/loadavg: 8.12 8.11 8.05 9/373 5358
/proc/meminfo: memFree=17067964/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1046228 CPUtime=3997.01 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1310196 0 0 0 399285 416 0 0 25 0 4 0 730299573 1071337472 173391 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 261557 173391 393 112 0 256522 0
[pid=5315/tid=5316] ppid=5313 vsize=1046228 CPUtime=1002.07 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 311488 0 0 0 100095 112 0 0 25 0 4 0 730299573 1071337472 173391 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1046228 CPUtime=990.55 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 342267 0 0 0 98939 116 0 0 25 0 4 0 730299573 1071337472 173391 33554432000 4194304 4650419 140735237365408 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1046228 CPUtime=1002.22 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 297517 0 0 0 100124 98 0 0 25 0 4 0 730299573 1071337472 173391 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.01
Current children cumulated vsize (KiB) 1046228

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 8.06 9/373 5360
/proc/meminfo: memFree=17034212/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1100092 CPUtime=4236.31 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1388570 0 0 0 423179 452 0 0 25 0 4 0 730299573 1126494208 181280 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 275023 181280 393 112 0 269988 0
[pid=5315/tid=5316] ppid=5313 vsize=1100092 CPUtime=1062.07 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 343854 0 0 0 106078 129 0 0 25 0 4 0 730299573 1126494208 181280 33554432000 4194304 4650419 140735237365408 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1100092 CPUtime=1049.85 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 374309 0 0 0 104853 132 0 0 25 0 4 0 730299573 1126494208 181280 33554432000 4194304 4650419 140735237365408 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1100092 CPUtime=1062.22 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 297814 0 0 0 106124 98 0 0 25 0 4 0 730299573 1126494208 181280 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4236.31
Current children cumulated vsize (KiB) 1100092

[startup+1122.3 s]
/proc/loadavg: 8.05 8.09 8.05 9/373 5360
/proc/meminfo: memFree=17003184/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1101280 CPUtime=4475.56 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1454025 0 0 0 447079 477 0 0 25 0 4 0 730299573 1127710720 181457 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 275320 181457 393 112 0 270285 0
[pid=5315/tid=5316] ppid=5313 vsize=1101280 CPUtime=1122.05 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 364022 0 0 0 112066 139 0 0 25 0 4 0 730299573 1127710720 181457 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1101280 CPUtime=1109.13 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 404419 0 0 0 110767 146 0 0 25 0 4 0 730299573 1127710720 181457 33554432000 4194304 4650419 140735237365408 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1101280 CPUtime=1122.22 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 299230 0 0 0 112124 98 0 0 25 0 4 0 730299573 1127710720 181457 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.56
Current children cumulated vsize (KiB) 1101280

[startup+1182.3 s]
/proc/loadavg: 8.02 8.07 8.05 9/373 5362
/proc/meminfo: memFree=16910528/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1232904 CPUtime=4714.85 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1520070 0 0 0 470988 497 0 0 25 0 4 0 730299573 1262493696 206514 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476311 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 308226 206514 393 112 0 303191 0
[pid=5315/tid=5316] ppid=5313 vsize=1232904 CPUtime=1182.04 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 367071 0 0 0 118065 139 0 0 25 0 4 0 730299573 1262493696 206514 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1232904 CPUtime=1168.41 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 449986 0 0 0 116679 162 0 0 25 0 4 0 730299573 1262493696 206514 33554432000 4194304 4650419 140735237365408 18446744073709551615 4439371 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1232904 CPUtime=1182.22 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 303927 0 0 0 118123 99 0 0 25 0 4 0 730299573 1262493696 206514 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.85
Current children cumulated vsize (KiB) 1232904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.07 8.08 8.05 9/373 5364
/proc/meminfo: memFree=16921680/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1232904 CPUtime=4800.19 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1528073 0 0 0 479521 498 0 0 25 0 4 0 730299573 1262493696 206540 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 308226 206540 393 112 0 303191 0
[pid=5315/tid=5316] ppid=5313 vsize=1232904 CPUtime=1203.44 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 368577 0 0 0 120205 139 0 0 25 0 4 0 730299573 1262493696 206540 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1232904 CPUtime=1189.55 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 450802 0 0 0 118793 162 0 0 25 0 4 0 730299573 1262493696 206540 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1232904 CPUtime=1203.63 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 304745 0 0 0 120264 99 0 0 25 0 4 0 730299573 1262493696 206540 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1232904

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

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

[startup+1203.7 s]
/proc/loadavg: 8.07 8.08 8.05 9/373 5364
/proc/meminfo: memFree=16921680/32951124 swapFree=45193364/67111528
[pid=5315] ppid=5313 vsize=1232904 CPUtime=4800.19 cores=0,2,4,6
/proc/5315/stat : 5315 (strangenight1-m) R 5313 5315 5085 0 -1 4202496 1528073 0 0 0 479521 498 0 0 25 0 4 0 730299573 1262493696 206540 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5315/statm: 308226 206540 393 112 0 303191 0
[pid=5315/tid=5316] ppid=5313 vsize=1232904 CPUtime=1203.44 cores=0,2,4,6
/proc/5315/task/5316/stat : 5316 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 368577 0 0 0 120205 139 0 0 25 0 4 0 730299573 1262493696 206540 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5315/tid=5317] ppid=5313 vsize=1232904 CPUtime=1189.55 cores=0,2,4,6
/proc/5315/task/5317/stat : 5317 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 450802 0 0 0 118793 162 0 0 25 0 4 0 730299573 1262493696 206540 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5315/tid=5318] ppid=5313 vsize=1232904 CPUtime=1203.63 cores=0,2,4,6
/proc/5315/task/5318/stat : 5318 (strangenight1-m) R 5313 5315 5085 0 -1 4202560 304745 0 0 0 120264 99 0 0 25 0 4 0 730299573 1262493696 206540 33554432000 4194304 4650419 140735237365408 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1232904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.76
CPU time (s): 4800.27
CPU user time (s): 4795.26
CPU system time (s): 5.01924
CPU usage (%): 398.774
Max. virtual memory (cumulated for all children) (KiB): 1232904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.26
system time used= 5.01924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1528073
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= 2526
involuntary context switches= 21993

runsolver used 3.9124 second user time and 10.4174 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-14 21:18:09
IDJOB=3368684
IDBENCH=82693
IDSOLVER=1846
FILE ID=node118/3368684-1305400689
RUNJOBID= node118-1305398277-5103
PBS_JOBID= 13324486
Free space on /tmp= 73048 MiB

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

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

MD5SUM BENCH= 1d861e510861ad58190eb0b3053bc657
RANDOM SEED=1737937243

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18296788 kB
Buffers:        273352 kB
Cached:        4383028 kB
SwapCached:      22084 kB
Active:       11768360 kB
Inactive:      2582644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18296788 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            7032 kB
Writeback:           8 kB
AnonPages:     9685444 kB
Mapped:          14872 kB
Slab:           148412 kB
PageTables:      89812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88631468 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= 73036 MiB
End job on node118 at 2011-05-14 21:38:15