Trace number 3175289

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.38 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S261841674-082.SATISFIABLE.cnf
MD5SUM7a466863eebd6d1afeaf2ac3e2c1a1d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.928857
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.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-3175289-1304107702.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.58/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
3.58/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.01 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:     218 undec:      61 neg:     221
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0       489      2113         0         0      6389         0   no data   no data  --
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st     8      4918       489      2113         0      4825      6389    113866   no data   no data  --
3.58/0.90	c  N st    10     11301       489      2113         0      4470      6389     76342   no data   no data  --
3.58/0.90	c  N st    11     17044       489      2113         0     10107      6389    219321   no data   no data  --
3.99/1.10	c  F st    12     25000       489      2113         0     12376      6389    272259   no data   no data  --
3.99/1.10	c  N st    12     25000       489      2113         0     12376      6389    272259   no data   no data  --
5.17/1.30	c Decided on static restart strategy
5.17/1.30	c  N st    18     30000       489      2113         0     10680      6389    206909   no data   no data  --
5.17/1.30	c  S st    18     30000       489      2113         0     10680      6389    206909   no data   no data  --
5.57/1.40	c  S st    18     30503       489      2113         0     11182      6389    217608   no data   no data  --
5.57/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.57/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
5.57/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.37/1.60	c lits-rem:       132  cl-subs:      458  v-elim:      0  v-fix:    0  time:  0.79 s
6.37/1.60	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.03
6.37/1.60	c calculated reachability. Time: 0.00
6.37/1.60	c  N st    18     30503       489      2113         0     10724      6389    205105   no data   no data  --
7.57/1.96	c  N st    20     37614       489      2113         0      9971      6389    168032   no data   no data  --
9.17/2.34	c  N st    21     44013       489      2113         0     16259      6389    327617   no data   no data  --
9.57/2.48	c  S st    22     45754       489      2113         0      9204      6389    134214   no data   no data  --
9.97/2.50	c  S st    22     46257       489      2113         0      9707      6389    145196   no data   no data  --
9.97/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.97/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.97/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
9.97/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.37/2.61	c lits-rem:        18  cl-subs:       45  v-elim:      0  v-fix:    0  time:  0.38 s
10.37/2.61	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
10.37/2.61	c vivif2 --  cl tried     9662 cl shrink        0 lits rem          0 time: 0.00
10.37/2.61	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.03
10.37/2.62	c calculated reachability. Time: 0.00
10.37/2.62	c  N st    22     46257       489      2113         0      9662      6389    143863   no data   no data  --
13.56/3.48	c  N st    23     60654       489      2113         0     14011      6389    246442   no data   no data  --
16.36/4.13	c  N st    24     69385       489      2113         0     11761      6389    178148   no data   no data  --
16.36/4.13	c  S st    24     69385       489      2113         0     11761      6389    178148   no data   no data  --
16.36/4.16	c  S st    24     69887       489      2113         0     12261      6389    189692   no data   no data  --
16.36/4.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.36/4.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.36/4.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
16.36/4.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.36/4.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
16.36/4.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.17/4.37	c lits-rem:        55  cl-subs:      174  v-elim:      0  v-fix:    0  time:  0.77 s
17.17/4.37	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
17.17/4.37	c vivif2 --  cl tried    12087 cl shrink        0 lits rem          0 time: 0.01
17.17/4.38	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.04
17.17/4.38	c calculated reachability. Time: 0.00
17.17/4.38	c  N st    24     69887       489      2113         0     12087      6389    184986   no data   no data  --
22.35/5.67	c  F st    25     87503       489      2113         0     17561      6389    316367   no data   no data  --
22.35/5.67	c  N st    25     87503       489      2113         0     17561      6389    316367   no data   no data  --
23.95/6.03	c Decided on static restart strategy
24.75/6.29	c  N st    32     95542       489      2113         0     25469      6389    506177   no data   no data  --
27.54/6.99	c  N st    34    104832       489      2113         0     21886      6389    405033   no data   no data  --
27.54/6.99	c  S st    34    104832       489      2113         0     21886      6389    405033   no data   no data  --
27.94/7.05	c  S st    34    105338       489      2113         0     22390      6389    416650   no data   no data  --
27.94/7.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.94/7.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.94/7.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.94/7.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.94/7.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
27.94/7.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.93/8.00	c lits-rem:       331  cl-subs:      576  v-elim:      0  v-fix:    0  time:  3.73 s
31.93/8.00	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
31.93/8.01	c vivif2 --  cl tried    21814 cl shrink        0 lits rem          0 time: 0.02
31.93/8.02	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.06
31.93/8.02	c calculated reachability. Time: 0.00
31.93/8.02	c  N st    34    105338       489      2113         0     21814      6389    399429   no data   no data  --
35.54/8.93	c  N st    35    114936       489      2113         0     17484      6389    263840   no data   no data  --
40.73/10.24	c  N st    36    129334       489      2113         0     16895      6389    232971   no data   no data  --
48.34/12.13	c  N st    37    150930       489      2113         0     22349      6389    346277   no data   no data  --
51.11/12.82	c  S st    38    158007       489      2113         0     29269      6389    508677   no data   no data  --
51.11/12.89	c  S st    38    158510       489      2113         0     29771      6389    519811   no data   no data  --
51.11/12.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.11/12.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.51/12.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
51.51/12.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.51/12.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.51/12.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
51.51/12.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.12/14.39	c lits-rem:       606  cl-subs:     1318  v-elim:      0  v-fix:    0  time:  5.86 s
57.12/14.39	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
57.12/14.39	c vivif2 --  cl tried    28453 cl shrink        0 lits rem          0 time: 0.02
57.50/14.41	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.09
57.50/14.41	c calculated reachability. Time: 0.00
57.50/14.41	c  N st    38    158510       489      2113         0     28453      6389    487902   no data   no data  --
76.68/19.22	c  N st    39    207099       489      2113         0     23111      6389    337002   no data   no data  --
90.66/22.72	c  N st    40    237767       489      2113         0     33519      6389    547542   no data   no data  --
90.66/22.72	c  S st    40    237767       489      2113         0     33519      6389    547542   no data   no data  --
91.06/22.80	c  S st    40    238272       489      2113         0     34023      6389    559247   no data   no data  --
91.06/22.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
91.06/22.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.06/22.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
91.06/22.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.06/22.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.06/22.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
91.06/22.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.84/24.59	c lits-rem:       501  cl-subs:     2177  v-elim:      0  v-fix:    0  time:  7.02 s
97.84/24.59	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
97.84/24.59	c vivif2 --  cl tried    31846 cl shrink        0 lits rem          0 time: 0.02
98.24/24.62	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.12
98.24/24.62	c calculated reachability. Time: 0.00
98.24/24.62	c  N st    40    238272       489      2113         0     31846      6389    511779   no data   no data  --
130.60/32.74	c  F st    41    306250       489      2113         0     33653      6389    503834   no data   no data  --
130.60/32.74	c  N st    41    306250       489      2113         0     33653      6389    503834   no data   no data  --
133.40/33.41	c Decided on static restart strategy
144.60/36.30	c  N st    51    334556       489      2113         0     37938      6389    594019   no data   no data  --
156.97/39.39	c  N st    53    357409       489      2113         0     35869      6389    527511   no data   no data  --
156.97/39.39	c  S st    53    357409       489      2113         0     35869      6389    527511   no data   no data  --
157.37/39.48	c  S st    53    357913       489      2113         0     36372      6389    539468   no data   no data  --
157.37/39.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.37/39.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
157.37/39.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
157.79/39.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.79/39.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.79/39.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
157.79/39.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
163.76/41.07	c lits-rem:       858  cl-subs:     1539  v-elim:      0  v-fix:    0  time:  6.26 s
163.76/41.07	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
163.76/41.08	c vivif2 --  cl tried    34833 cl shrink        0 lits rem          0 time: 0.02
164.16/41.11	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.12
164.16/41.11	c calculated reachability. Time: 0.00
164.16/41.11	c  N st    53    357913       489      2113         0     34833      6389    505418   no data   no data  --
180.16/45.18	c  N st    54    390305       489      2113         0     41246      6389    665662   no data   no data  --
209.30/52.45	c  N st    55    438898       489      2113         0     34885      6389    469797   no data   no data  --
249.65/62.54	c  N st    56    511780       489      2113         0     48420      6389    780790   no data   no data  --
264.82/66.39	c  N st    57    536870       489      2113         0     42695      6389    615325   no data   no data  --
264.82/66.39	c  S st    57    536870       489      2113         0     42695      6389    615325   no data   no data  --
265.22/66.49	c  S st    57    537376       489      2113         0     43201      6389    627226   no data   no data  --
265.22/66.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
265.22/66.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
265.62/66.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
265.62/66.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
265.62/66.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
265.62/66.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
265.62/66.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
273.21/68.49	c lits-rem:       708  cl-subs:     1697  v-elim:      0  v-fix:    0  time:  7.86 s
273.21/68.49	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
273.61/68.50	c vivif2 --  cl tried    41504 cl shrink        0 lits rem          0 time: 0.03
273.61/68.54	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.15
273.61/68.54	c calculated reachability. Time: 0.00
273.61/68.54	c  N st    57    537376       489      2113         0     41504      6389    585803   no data   no data  --
389.47/97.58	c  N st    58    701360       489      2113         0     35468      6389    358595   no data   no data  --
467.76/117.18	c  N st    59    806066       489      2113         0     64501      6389   1044758   no data   no data  --
467.76/117.18	c  S st    59    806066       489      2113         0     64501      6389   1044758   no data   no data  --
468.56/117.36	c  S st    59    806570       489      2113         0     65004      6389   1056523   no data   no data  --
468.56/117.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
468.56/117.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
468.56/117.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
468.96/117.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
468.96/117.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
468.96/117.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
468.96/117.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
481.34/120.53	c lits-rem:        27  cl-subs:     4000  v-elim:      0  v-fix:    0  time: 12.38 s
481.34/120.53	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
481.34/120.54	c vivif2 --  cl tried    61004 cl shrink        0 lits rem          0 time: 0.04
481.74/120.60	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.26
481.74/120.60	c calculated reachability. Time: 0.00
481.74/120.60	c  N st    59    806570       489      2113         0     61004      6389    965003   no data   no data  --
703.46/176.19	c  F st    60   1071875       489      2113         0     76806      6389   1260737   no data   no data  --
703.46/176.19	c  N st    60   1071875       489      2113         0     76806      6389   1260737   no data   no data  --
710.25/177.82	c Decided on static restart strategy
731.02/183.06	c  N st    70   1100182       489      2113         0     60731      6389    840327   no data   no data  --
768.60/192.46	c  N st    72   1136175       489      2113         0     51007      6389    586176   no data   no data  --
797.34/199.66	c  N st    73   1168568       489      2113         0     82765      6389   1363168   no data   no data  --
835.29/209.19	c  N st    74   1209856       489      2113         0     77190      6389   1207000   no data   no data  --
835.29/209.19	c  S st    74   1209856       489      2113         0     77190      6389   1207000   no data   no data  --
836.48/209.40	c  S st    74   1210359       489      2113         0     77691      6389   1218873   no data   no data  --
836.48/209.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
836.48/209.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
836.48/209.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
836.48/209.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
836.48/209.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
836.48/209.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
836.48/209.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
856.88/214.57	c lits-rem:       207  cl-subs:     4002  v-elim:      0  v-fix:    0  time: 20.30 s
856.88/214.57	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
856.88/214.59	c vivif2 --  cl tried    73689 cl shrink        0 lits rem          0 time: 0.06
857.65/214.71	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.48
857.65/214.71	c calculated reachability. Time: 0.00
857.65/214.71	c  N st    74   1210359       489      2113         0     73689      6389   1122646   no data   no data  --
947.14/237.11	c  N st    75   1283241       489      2113         0     50103      6389    508768   no data   no data  --
1056.59/264.56	c  N st    76   1392565       489      2113         0     58293      6389    696688   no data   no data  --
1218.37/305.06	c  N st    77   1556550       489      2113         0     63241      6389    762219   no data   no data  --
1376.96/344.79	c  N st    78   1710359       489      2113         0    104922      6389   1776202   no data   no data  --
1376.96/344.79	c  S st    78   1710359       489      2113         0    104922      6389   1776202   no data   no data  --
1378.56/345.12	c  S st    78   1710864       489      2113         0    105426      6389   1787453   no data   no data  --
1378.56/345.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1378.56/345.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1378.56/345.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1378.96/345.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1378.96/345.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1378.96/345.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
1378.96/345.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1423.32/356.36	c lits-rem:       479  cl-subs:     7312  v-elim:      0  v-fix:    0  time: 44.38 s
1423.32/356.36	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
1423.32/356.38	c vivif2 --  cl tried    98114 cl shrink        0 lits rem          0 time: 0.08
1424.09/356.52	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.54
1424.09/356.52	c calculated reachability. Time: 0.00
1424.09/356.52	c  N st    78   1710864       489      2113         0     98114      6389   1622295   no data   no data  --
1839.53/460.54	c  N st    79   2079828       489      2113         0    109675      6389   1835819   no data   no data  --
2000.11/500.73	c  N st    80   2210865       489      2113         0    114162      6389   1928805   no data   no data  --
2000.11/500.73	c  S st    80   2210865       489      2113         0    114162      6389   1928805   no data   no data  --
2001.71/501.14	c  S st    80   2211369       489      2113         0    114665      6389   1940917   no data   no data  --
2001.71/501.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2001.71/501.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2002.11/501.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.26
2002.11/501.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2002.11/501.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2002.11/501.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
2002.11/501.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2051.24/513.58	c lits-rem:       438  cl-subs:     5588  v-elim:      0  v-fix:    0  time: 49.11 s
2051.24/513.58	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
2051.66/513.60	c vivif2 --  cl tried   109077 cl shrink        0 lits rem          0 time: 0.09
2052.06/513.75	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.59
2052.06/513.76	c calculated reachability. Time: 0.00
2052.06/513.76	c  N st    80   2211369       489      2113         0    109077      6389   1802191   no data   no data  --
2683.99/671.98	c  N st    81   2711369       489      2113         0    132246      6389   2224998   no data   no data  --
2683.99/671.98	c  S st    81   2711369       489      2113         0    132246      6389   2224998   no data   no data  --
2685.98/672.40	c  S st    81   2711874       489      2113         0    132750      6389   2237715   no data   no data  --
2685.98/672.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2685.98/672.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2685.98/672.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2686.38/672.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2686.38/672.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2686.38/672.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
2686.38/672.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2769.07/693.26	c lits-rem:       571  cl-subs:     9738  v-elim:      0  v-fix:    0  time: 82.68 s
2769.07/693.26	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
2769.07/693.28	c vivif2 --  cl tried   123012 cl shrink        0 lits rem          0 time: 0.10
2769.87/693.46	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.70
2769.87/693.46	c calculated reachability. Time: 0.00
2769.87/693.46	c  N st    81   2711874       489      2113         0    123012      6389   2018999   no data   no data  --
3552.41/889.36	c  N st    82   3211874       489      2113         0     98444      6389   1217459   no data   no data  --
3552.41/889.36	c  S st    82   3211874       489      2113         0     98444      6389   1217459   no data   no data  --
3553.61/889.66	c  S st    82   3212380       489      2113         0     98949      6389   1229655   no data   no data  --
3553.61/889.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3553.61/889.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3554.01/889.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3554.01/889.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3554.01/889.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3554.01/889.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
3554.01/889.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3569.98/893.75	c lits-rem:       155  cl-subs:     4255  v-elim:      0  v-fix:    0  time: 15.95 s
3569.98/893.75	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
3569.98/893.77	c vivif2 --  cl tried    94694 cl shrink        0 lits rem          0 time: 0.06
3570.38/893.89	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.49
3570.38/893.89	c calculated reachability. Time: 0.00
3570.38/893.89	c  N st    82   3212380       489      2113         0     94694      6389   1143264   no data   no data  --
4333.35/1084.85	c  N st    83   3712381       489      2113         0    105453      6389   1305641   no data   no data  --
4333.35/1084.85	c  S st    83   3712381       489      2113         0    105453      6389   1305641   no data   no data  --
4334.55/1085.15	c  S st    83   3712882       489      2113         0    105953      6389   1317456   no data   no data  --
4334.55/1085.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4334.55/1085.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4334.95/1085.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
4334.95/1085.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4334.95/1085.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4334.95/1085.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    489 time:  0.00 s
4334.95/1085.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4352.92/1089.70	c lits-rem:       437  cl-subs:     4531  v-elim:      0  v-fix:    0  time: 17.75 s
4352.92/1089.70	c vivif2 --  cl tried     2113 cl shrink        0 lits rem          0 time: 0.00
4352.92/1089.72	c vivif2 --  cl tried   101422 cl shrink        0 lits rem          0 time: 0.07
4353.32/1089.86	c asymm  cl-useful: 0/2113/2113 lits-rem:0 time: 0.55
4353.32/1089.86	c calculated reachability. Time: 0.00
4353.32/1089.86	c  N st    83   3712882       489      2113         0    101422      6389   1220609   no data   no data  --
4416.84/1105.79	c  F st    84   3751562       489      2113         0    139042      6389   2152923   no data   no data  --
4416.84/1105.79	c  N st    84   3751562       489      2113         0    139042      6389   2152923   no data   no data  --
4427.62/1108.46	c Decided on static restart strategy
4477.17/1120.85	c  N st    94   3779865       489      2113         0     84152      6389    776686   no data   no data  --
4533.88/1135.09	c  N st    96   3815858       489      2113         0    119267      6389   1655288   no data   no data  --
4590.60/1149.29	c  N st    97   3848250       489      2113         0    150767      6389   2400725   no data   no data  --
4674.08/1170.17	c  N st    98   3896839       489      2113         0    114714      6389   1546286   no data   no data  --
4796.72/1200.84	c  N st    99   3969722       489      2113         0    100822      6389   1132241   no data   no data  --

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: 935)

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-3175289-1304107702/watcher-3175289-1304107702 -o /tmp/evaluation-result-3175289-1304107702/solver-3175289-1304107702 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175289-1304107702.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: 8.04 8.07 8.02 6/180 21010
/proc/meminfo: memFree=17573504/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 522372814 52465664 353 33554432000 4194304 4650419 140737019776608 18446744073709551615 47407795005362 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 12809 353 303 112 0 7774 0
[pid=21010/tid=21011] ppid=21008 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522372814 52465664 353 33554432000 4194304 4650419 140737019776608 18446744073709551615 47407795005362 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522372814 52465664 353 33554432000 4194304 4650419 140737019776608 18446744073709551615 47407795005362 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522372815 52465664 353 33554432000 4194304 4650419 140737019776608 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0976129 s]
/proc/loadavg: 8.04 8.07 8.02 6/180 21010
/proc/meminfo: memFree=17573504/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=282560 CPUtime=0.37 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 1665 0 0 0 37 0 0 0 18 0 4 0 522372814 289341440 1537 33554432000 4194304 4650419 140737019776608 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 70640 1537 391 112 0 65605 0
[pid=21010/tid=21011] ppid=21008 vsize=282560 CPUtime=0.09 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 340 0 0 0 9 0 0 0 18 0 4 0 522372814 289341440 1537 33554432000 4194304 4650419 140737019776608 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=282560 CPUtime=0.09 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 340 0 0 0 9 0 0 0 18 0 4 0 522372814 289341440 1537 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=282560 CPUtime=0.09 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 218 0 0 0 9 0 0 0 25 0 4 0 522372815 289341440 1537 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282560

[startup+0.100587 s]
/proc/loadavg: 8.04 8.07 8.02 6/180 21010
/proc/meminfo: memFree=17573504/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=282560 CPUtime=0.38 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 1692 0 0 0 38 0 0 0 18 0 4 0 522372814 289341440 1564 33554432000 4194304 4650419 140737019776608 18446744073709551615 4363553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 70640 1564 391 112 0 65605 0
[pid=21010/tid=21011] ppid=21008 vsize=282560 CPUtime=0.09 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 349 0 0 0 9 0 0 0 18 0 4 0 522372814 289341440 1564 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364312 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=282560 CPUtime=0.09 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 345 0 0 0 9 0 0 0 18 0 4 0 522372814 289341440 1565 33554432000 4194304 4650419 140737019776608 18446744073709551615 4310677 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=282560 CPUtime=0.09 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 220 0 0 0 9 0 0 0 25 0 4 0 522372815 289341440 1565 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282560

[startup+0.300552 s]
/proc/loadavg: 8.04 8.07 8.02 6/180 21010
/proc/meminfo: memFree=17573504/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=283808 CPUtime=1.18 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 2814 0 0 0 118 0 0 0 18 0 4 0 522372814 290619392 2125 33554432000 4194304 4650419 140737019776608 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 70952 2125 393 112 0 65917 0
[pid=21010/tid=21011] ppid=21008 vsize=283808 CPUtime=0.29 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 610 0 0 0 29 0 0 0 18 0 4 0 522372814 290619392 2125 33554432000 4194304 4650419 140737019776608 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=283808 CPUtime=0.29 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 633 0 0 0 29 0 0 0 18 0 4 0 522372814 290619392 2125 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=283808 CPUtime=0.29 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 497 0 0 0 29 0 0 0 25 0 4 0 522372815 290619392 2125 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283808

[startup+0.700484 s]
/proc/loadavg: 8.04 8.07 8.02 6/180 21010
/proc/meminfo: memFree=17573504/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=284912 CPUtime=2.78 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 4670 0 0 0 277 1 0 0 18 0 4 0 522372814 291749888 2608 33554432000 4194304 4650419 140737019776608 18446744073709551615 4339892 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 71228 2608 393 112 0 66193 0
[pid=21010/tid=21011] ppid=21008 vsize=284912 CPUtime=0.69 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 1169 0 0 0 69 0 0 0 18 0 4 0 522372814 291749888 2608 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=284912 CPUtime=0.69 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 1032 0 0 0 69 0 0 0 18 0 4 0 522372814 291749888 2608 33554432000 4194304 4650419 140737019776608 18446744073709551615 4367456 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=284912 CPUtime=0.69 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 979 0 0 0 69 0 0 0 25 0 4 0 522372815 291749888 2608 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284912

[startup+1.50034 s]
/proc/loadavg: 8.04 8.07 8.02 10/184 21014
/proc/meminfo: memFree=17562064/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=291236 CPUtime=5.97 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 8724 0 0 0 595 2 0 0 20 0 4 0 522372814 298225664 4789 33554432000 4194304 4650419 140737019776608 18446744073709551615 4438387 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 72809 4789 395 112 0 67774 0
[pid=21010/tid=21011] ppid=21008 vsize=291236 CPUtime=1.49 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 1783 0 0 0 149 0 0 0 19 0 4 0 522372814 298225664 4789 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=291236 CPUtime=1.49 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 1822 0 0 0 149 0 0 0 19 0 4 0 522372814 298225664 4789 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=291236 CPUtime=1.48 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 1575 0 0 0 148 0 0 0 25 0 4 0 522372815 298225664 4789 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 291236

[startup+3.10106 s]
/proc/loadavg: 8.04 8.07 8.02 10/184 21014
/proc/meminfo: memFree=17549192/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=291328 CPUtime=12.37 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 17084 0 0 0 1234 3 0 0 25 0 4 0 522372814 298319872 9791 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 72832 9792 395 112 0 67797 0
[pid=21010/tid=21011] ppid=21008 vsize=291328 CPUtime=3.08 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 4113 0 0 0 308 0 0 0 25 0 4 0 522372814 298319872 9792 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=291328 CPUtime=3.08 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 4486 0 0 0 308 0 0 0 25 0 4 0 522372814 298319872 9792 33554432000 4194304 4650419 140737019776608 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=291328 CPUtime=3.07 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 3819 0 0 0 307 0 0 0 25 0 4 0 522372815 298319872 9792 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 291328

[startup+6.3005 s]
/proc/loadavg: 8.03 8.07 8.02 9/184 21014
/proc/meminfo: memFree=17522968/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=282804 CPUtime=25.15 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 25493 0 0 0 2510 5 0 0 25 0 4 0 522372814 289591296 13561 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 70701 13561 395 112 0 65666 0
[pid=21010/tid=21011] ppid=21008 vsize=282804 CPUtime=6.29 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 6965 0 0 0 628 1 0 0 25 0 4 0 522372814 289591296 13561 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=282804 CPUtime=6.29 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 6380 0 0 0 628 1 0 0 25 0 4 0 522372814 289591296 13561 33554432000 4194304 4650419 140737019776608 18446744073709551615 4476483 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=282804 CPUtime=6.26 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 5493 0 0 0 625 1 0 0 25 0 4 0 522372815 289591296 13561 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 282804

[startup+12.7004 s]
/proc/loadavg: 8.03 8.07 8.02 10/184 21014
/proc/meminfo: memFree=17515548/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=292240 CPUtime=50.71 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 37843 0 0 0 5062 9 0 0 25 0 4 0 522372814 299253760 18270 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 73060 18270 395 112 0 68025 0
[pid=21010/tid=21011] ppid=21008 vsize=292240 CPUtime=12.69 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 10853 0 0 0 1267 2 0 0 25 0 4 0 522372814 299253760 18270 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=292240 CPUtime=12.68 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 8690 0 0 0 1267 1 0 0 25 0 4 0 522372814 299253760 18270 33554432000 4194304 4650419 140737019776608 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=292240 CPUtime=12.62 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 7833 0 0 0 1260 2 0 0 25 0 4 0 522372815 299253760 18270 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 292240

[startup+25.5011 s]
/proc/loadavg: 8.02 8.07 8.02 9/184 21015
/proc/meminfo: memFree=17476480/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=292400 CPUtime=101.84 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 56696 0 0 0 10170 14 0 0 25 0 4 0 522372814 299417600 26158 33554432000 4194304 4650419 140737019776608 18446744073709551615 4363620 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 73100 26158 395 112 0 68065 0
[pid=21010/tid=21011] ppid=21008 vsize=292400 CPUtime=25.48 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 16882 0 0 0 2545 3 0 0 25 0 4 0 522372814 299417600 26158 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=292400 CPUtime=25.48 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 12729 0 0 0 2545 3 0 0 25 0 4 0 522372814 299417600 26158 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=292400 CPUtime=25.35 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 11076 0 0 0 2532 3 0 0 25 0 4 0 522372815 299417600 26158 33554432000 4194304 4650419 140737019776608 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 292400

[startup+51.1006 s]
/proc/loadavg: 8.09 8.08 8.02 10/184 21015
/proc/meminfo: memFree=17431536/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=430872 CPUtime=204.1 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 83669 0 0 0 20387 23 0 0 25 0 4 0 522372814 441212928 38900 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 107718 38900 395 112 0 102683 0
[pid=21010/tid=21011] ppid=21008 vsize=430872 CPUtime=51.08 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 23755 0 0 0 5103 5 0 0 25 0 4 0 522372814 441212928 38900 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=430872 CPUtime=51.08 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 19669 0 0 0 5102 6 0 0 25 0 4 0 522372814 441212928 38900 33554432000 4194304 4650419 140737019776608 18446744073709551615 4333687 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=430872 CPUtime=50.82 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 16087 0 0 0 5077 5 0 0 25 0 4 0 522372815 441212928 38900 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 430872

[startup+102.307 s]
/proc/loadavg: 8.04 8.06 8.02 9/184 21017
/proc/meminfo: memFree=17399272/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=456884 CPUtime=408.66 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 116388 0 0 0 40830 36 0 0 25 0 4 0 522372814 467849216 41943 33554432000 4194304 4650419 140737019776608 18446744073709551615 4363448 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 114221 41943 395 112 0 109186 0
[pid=21010/tid=21011] ppid=21008 vsize=456884 CPUtime=102.29 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 34295 0 0 0 10220 9 0 0 25 0 4 0 522372814 467849216 41943 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=456884 CPUtime=102.28 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 26448 0 0 0 10219 9 0 0 25 0 4 0 522372814 467849216 41943 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=456884 CPUtime=101.76 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 20540 0 0 0 10169 7 0 0 25 0 4 0 522372815 467849216 41943 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 456884

[startup+162.301 s]

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

[pid=21010] ppid=21008 vsize=604156 CPUtime=2805.42 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 404858 0 0 0 280389 153 0 0 25 0 4 0 522372814 618655744 96369 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 151039 96369 395 112 0 146004 0
[pid=21010/tid=21011] ppid=21008 vsize=604156 CPUtime=702.31 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 110199 0 0 0 70191 40 0 0 25 0 4 0 522372814 618655744 96369 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=604156 CPUtime=702.23 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 112158 0 0 0 70178 45 0 0 25 0 4 0 522372814 618655744 96369 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=604156 CPUtime=698.56 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 61519 0 0 0 69831 25 0 0 25 0 4 0 522372815 618655744 96369 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 604156

[startup+762.307 s]
/proc/loadavg: 7.94 8.05 8.01 9/184 21095
/proc/meminfo: memFree=17407168/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=579804 CPUtime=3045.12 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 426117 0 0 0 304349 163 0 0 25 0 4 0 522372814 593719296 95444 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 144951 95444 395 112 0 139916 0
[pid=21010/tid=21011] ppid=21008 vsize=579804 CPUtime=762.31 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 115511 0 0 0 76188 43 0 0 25 0 4 0 522372814 593719296 95444 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=579804 CPUtime=762.23 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 116307 0 0 0 76176 47 0 0 25 0 4 0 522372814 593719296 95444 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=579804 CPUtime=758.24 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 66310 0 0 0 75797 27 0 0 25 0 4 0 522372815 593719296 95444 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.12
Current children cumulated vsize (KiB) 579804

[startup+822.301 s]
/proc/loadavg: 8.01 8.06 8.01 9/184 21097
/proc/meminfo: memFree=17335280/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=592844 CPUtime=3284.77 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 447449 0 0 0 328305 172 0 0 25 0 4 0 522372814 607072256 97231 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 148211 97231 395 112 0 143176 0
[pid=21010/tid=21011] ppid=21008 vsize=592844 CPUtime=822.31 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 121962 0 0 0 82185 46 0 0 25 0 4 0 522372814 607072256 97231 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=592844 CPUtime=822.21 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 121892 0 0 0 82173 48 0 0 25 0 4 0 522372814 607072256 97231 33554432000 4194304 4650419 140737019776608 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=592844 CPUtime=817.92 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 70795 0 0 0 81762 30 0 0 25 0 4 0 522372815 607072256 97231 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 592844

[startup+882.3 s]
/proc/loadavg: 8.04 8.06 8.01 9/184 21098
/proc/meminfo: memFree=17244320/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=605484 CPUtime=3524.44 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 468479 0 0 0 352262 182 0 0 25 0 4 0 522372814 620015616 107087 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 151371 107087 395 112 0 146336 0
[pid=21010/tid=21011] ppid=21008 vsize=605484 CPUtime=882.31 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 130153 0 0 0 88182 49 0 0 25 0 4 0 522372814 620015616 107087 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=605484 CPUtime=882.21 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 127925 0 0 0 88170 51 0 0 25 0 4 0 522372814 620015616 107087 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=605484 CPUtime=877.58 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 74592 0 0 0 87727 31 0 0 25 0 4 0 522372815 620015616 107087 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 605484

[startup+942.301 s]
/proc/loadavg: 8.07 8.06 8.01 9/184 21100
/proc/meminfo: memFree=17228644/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=601996 CPUtime=3764.12 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 488916 0 0 0 376221 191 0 0 25 0 4 0 522372814 616443904 105320 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 150499 105320 395 112 0 145464 0
[pid=21010/tid=21011] ppid=21008 vsize=601996 CPUtime=942.31 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 136118 0 0 0 94179 52 0 0 25 0 4 0 522372814 616443904 105320 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=601996 CPUtime=942.2 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 134717 0 0 0 94166 54 0 0 25 0 4 0 522372814 616443904 105320 33554432000 4194304 4650419 140737019776608 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=601996 CPUtime=937.26 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 76140 0 0 0 93694 32 0 0 25 0 4 0 522372815 616443904 105320 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 601996

[startup+1002.3 s]
/proc/loadavg: 8.08 8.06 8.01 9/184 21102
/proc/meminfo: memFree=17129768/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=614724 CPUtime=4003.79 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 510448 0 0 0 400177 202 0 0 25 0 4 0 522372814 629477376 108564 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 153681 108564 395 112 0 148646 0
[pid=21010/tid=21011] ppid=21008 vsize=614724 CPUtime=1002.31 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 141917 0 0 0 100176 55 0 0 25 0 4 0 522372814 629477376 108564 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=614724 CPUtime=1002.2 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 139559 0 0 0 100163 57 0 0 25 0 4 0 522372814 629477376 108564 33554432000 4194304 4650419 140737019776608 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=614724 CPUtime=996.94 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 80621 0 0 0 99659 35 0 0 25 0 4 0 522372815 629477376 108564 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 614724

[startup+1062.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/184 21103
/proc/meminfo: memFree=17096376/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=627728 CPUtime=4243.48 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 529849 0 0 0 424137 211 0 0 25 0 4 0 522372814 642793472 116383 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 156932 116383 395 112 0 151897 0
[pid=21010/tid=21011] ppid=21008 vsize=627728 CPUtime=1062.31 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 147855 0 0 0 106174 57 0 0 25 0 4 0 522372814 642793472 116383 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=627728 CPUtime=1062.2 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 142740 0 0 0 106162 58 0 0 25 0 4 0 522372814 642793472 116383 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=627728 CPUtime=1056.62 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 84448 0 0 0 105626 36 0 0 25 0 4 0 522372815 642793472 116383 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 627728

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/184 21105
/proc/meminfo: memFree=17054308/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=628084 CPUtime=4483.14 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 547949 0 0 0 448096 218 0 0 25 0 4 0 522372814 643158016 110853 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 157021 110853 395 112 0 151986 0
[pid=21010/tid=21011] ppid=21008 vsize=628084 CPUtime=1122.32 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 153732 0 0 0 112172 60 0 0 25 0 4 0 522372814 643158016 110853 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=628084 CPUtime=1122.19 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 148076 0 0 0 112159 60 0 0 25 0 4 0 522372814 643158016 110853 33554432000 4194304 4650419 140737019776608 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=628084 CPUtime=1116.29 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 85740 0 0 0 111592 37 0 0 25 0 4 0 522372815 643158016 110853 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366950 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 628084

[startup+1182.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/184 21106
/proc/meminfo: memFree=17028364/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=615224 CPUtime=4722.82 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 564560 0 0 0 472057 225 0 0 25 0 4 0 522372814 629989376 115909 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 153806 115909 395 112 0 148771 0
[pid=21010/tid=21011] ppid=21008 vsize=615224 CPUtime=1182.32 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 158558 0 0 0 118170 62 0 0 25 0 4 0 522372814 629989376 115909 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=615224 CPUtime=1182.19 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 150657 0 0 0 118157 62 0 0 25 0 4 0 522372814 629989376 115909 33554432000 4194304 4650419 140737019776608 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=615224 CPUtime=1175.97 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 89792 0 0 0 117558 39 0 0 25 0 4 0 522372815 629989376 115909 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366853 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 615224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.06 8.00 9/184 21107
/proc/meminfo: memFree=17024996/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=628368 CPUtime=4800.33 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 572594 0 0 0 479805 228 0 0 25 0 4 0 522372814 643448832 116729 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 157092 116729 395 112 0 152057 0
[pid=21010/tid=21011] ppid=21008 vsize=628368 CPUtime=1201.72 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 160943 0 0 0 120109 63 0 0 25 0 4 0 522372814 643448832 116729 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=628368 CPUtime=1201.6 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 152843 0 0 0 120097 63 0 0 25 0 4 0 522372814 643448832 116730 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=628368 CPUtime=1195.26 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 90774 0 0 0 119487 39 0 0 25 0 4 0 522372815 643448832 116730 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 628368

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

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

[startup+1201.7 s]
/proc/loadavg: 8.09 8.06 8.00 9/184 21107
/proc/meminfo: memFree=17024996/32951124 swapFree=67111528/67111528
[pid=21010] ppid=21008 vsize=628368 CPUtime=4800.33 cores=0,2,4,6
/proc/21010/stat : 21010 (strangenight1-m) R 21008 21010 20915 0 -1 4202496 572594 0 0 0 479805 228 0 0 25 0 4 0 522372814 643448832 116729 33554432000 4194304 4650419 140737019776608 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21010/statm: 157092 116729 395 112 0 152057 0
[pid=21010/tid=21011] ppid=21008 vsize=628368 CPUtime=1201.72 cores=0,2,4,6
/proc/21010/task/21011/stat : 21011 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 160943 0 0 0 120109 63 0 0 25 0 4 0 522372814 643448832 116729 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21010/tid=21012] ppid=21008 vsize=628368 CPUtime=1201.6 cores=0,2,4,6
/proc/21010/task/21012/stat : 21012 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 152843 0 0 0 120097 63 0 0 25 0 4 0 522372814 643448832 116730 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21010/tid=21013] ppid=21008 vsize=628368 CPUtime=1195.26 cores=0,2,4,6
/proc/21010/task/21013/stat : 21013 (strangenight1-m) R 21008 21010 20915 0 -1 4202560 90774 0 0 0 119487 39 0 0 25 0 4 0 522372815 643448832 116730 33554432000 4194304 4650419 140737019776608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 628368

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.38
CPU user time (s): 4798.07
CPU system time (s): 2.30565
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 731720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.07
system time used= 2.30565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 572596
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= 376
involuntary context switches= 21486

runsolver used 1.9697 second user time and 4.46632 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 22:08:22
IDJOB=3175289
IDBENCH=82907
IDSOLVER=1588
FILE ID=node103/3175289-1304107702
RUNJOBID= node103-1304107241-20933
PBS_JOBID= 13170666
Free space on /tmp= 71512 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S261841674-082.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175289-1304107702/watcher-3175289-1304107702 -o /tmp/evaluation-result-3175289-1304107702/solver-3175289-1304107702 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175289-1304107702.cnf

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

MD5SUM BENCH= 7a466863eebd6d1afeaf2ac3e2c1a1d9
RANDOM SEED=2019668387

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17573792 kB
Buffers:       2149156 kB
Cached:       12259860 kB
SwapCached:          0 kB
Active:        5920716 kB
Inactive:      8873396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17573792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:      384084 kB
Mapped:          15492 kB
Slab:           519776 kB
PageTables:       5360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   604180 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= 71508 MiB
End job on node103 at 2011-04-29 22:28:26