Trace number 3175184

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.22 1201.63

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S481747904-003.SATISFIABLE.cnf
MD5SUM1e904bd81be11487c7596e10e18e4cd6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.063989
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-3175184-1304096444.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.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
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
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     19  v-fix:    0  time:  0.01 s
0.37/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.37/0.10	c calculated reachability. Time: 0.00
0.37/0.10	c Calc default polars -  time:   0.00 s pos:     230 undec:      70 neg:     200
0.37/0.10	c =========================================================================================
0.37/0.10	c types(t): F = full restart, N = normal restart
0.37/0.10	c types(t): S = simplification begin/end, E = solution found
0.37/0.10	c restart types(rt): st = static, dy = dynamic
0.37/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.10	c  B st     0         0       481      2110         0         0      6450         0   no data   no data  --
0.37/0.10	c Decided on static restart strategy
0.77/0.20	c  N st     8      4920       481      2110         0      4841      6450    113451   no data   no data  --
1.57/0.40	c  N st    10     11307       481      2110         0      4488      6450     77107   no data   no data  --
2.37/0.66	c  N st    11     17050       481      2110         0     10122      6450    211398   no data   no data  --
3.99/1.10	c  F st    12     25000       481      2110         0     12375      6450    269133   no data   no data  --
3.99/1.10	c  N st    12     25000       481      2110         0     12375      6450    269133   no data   no data  --
5.17/1.36	c Decided on static restart strategy
5.17/1.36	c  N st    18     30000       481      2110         0     10658      6450    203445   no data   no data  --
5.17/1.36	c  S st    18     30000       481      2110         0     10658      6450    203445   no data   no data  --
5.17/1.39	c  S st    18     30503       481      2110         0     11160      6450    214935   no data   no data  --
5.17/1.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.39	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:    481 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.61	c lits-rem:       123  cl-subs:      405  v-elim:      0  v-fix:    0  time:  0.81 s
6.37/1.61	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.03
6.37/1.61	c calculated reachability. Time: 0.00
6.37/1.61	c  N st    18     30503       481      2110         0     10755      6450    203894   no data   no data  --
7.97/2.03	c  N st    20     37614       481      2110         0     10004      6450    169831   no data   no data  --
9.57/2.42	c  N st    21     44013       481      2110         0     16326      6450    337769   no data   no data  --
9.97/2.56	c  S st    22     45756       481      2110         0      9256      6450    135297   no data   no data  --
9.97/2.59	c  S st    22     46262       481      2110         0      9762      6450    146304   no data   no data  --
9.97/2.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.97/2.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.36/2.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
10.36/2.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.69	c lits-rem:        37  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.38 s
10.36/2.69	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
10.36/2.69	c vivif2 --  cl tried     9725 cl shrink        0 lits rem          0 time: 0.01
10.76/2.70	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.03
10.76/2.70	c calculated reachability. Time: 0.00
10.76/2.70	c  N st    22     46262       481      2110         0      9725      6450    145205   no data   no data  --
14.36/3.62	c  N st    23     60659       481      2110         0     13983      6450    234707   no data   no data  --
17.17/4.33	c  N st    24     69393       481      2110         0     11777      6450    174306   no data   no data  --
17.17/4.33	c  S st    24     69393       481      2110         0     11777      6450    174306   no data   no data  --
17.17/4.36	c  S st    24     69894       481      2110         0     12274      6450    184827   no data   no data  --
17.17/4.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.17/4.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.17/4.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.17/4.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.17/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
17.17/4.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.95/4.55	c lits-rem:        80  cl-subs:      202  v-elim:      0  v-fix:    0  time:  0.73 s
17.95/4.55	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
17.95/4.55	c vivif2 --  cl tried    12072 cl shrink        0 lits rem          0 time: 0.01
17.95/4.56	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.04
17.95/4.56	c calculated reachability. Time: 0.00
17.95/4.56	c  N st    24     69894       481      2110         0     12072      6450    180060   no data   no data  --
23.15/5.81	c  F st    25     87500       481      2110         0     17605      6450    308873   no data   no data  --
23.15/5.81	c  N st    25     87500       481      2110         0     17605      6450    308873   no data   no data  --
24.75/6.26	c Decided on static restart strategy
25.96/6.52	c  N st    32     95536       481      2110         0     25440      6450    492005   no data   no data  --
28.34/7.19	c  N st    34    104843       481      2110         0     21843      6450    385880   no data   no data  --
28.34/7.19	c  S st    34    104843       481      2110         0     21843      6450    385880   no data   no data  --
28.74/7.24	c  S st    34    105345       481      2110         0     22341      6450    396586   no data   no data  --
28.74/7.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.74/7.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
28.74/7.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
28.74/7.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.34/8.18	c lits-rem:       293  cl-subs:      828  v-elim:      0  v-fix:    0  time:  3.65 s
32.34/8.18	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
32.34/8.18	c vivif2 --  cl tried    21513 cl shrink        0 lits rem          0 time: 0.02
32.74/8.20	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.06
32.74/8.20	c calculated reachability. Time: 0.00
32.74/8.20	c  N st    34    105345       481      2110         0     21513      6450    374634   no data   no data  --
35.93/9.07	c  N st    35    114943       481      2110         0     17224      6450    255350   no data   no data  --
41.53/10.40	c  N st    36    129340       481      2110         0     16597      6450    221425   no data   no data  --
48.34/12.18	c  N st    37    150936       481      2110         0     22102      6450    337980   no data   no data  --
51.52/12.90	c  S st    38    158017       481      2110         0     28983      6450    482918   no data   no data  --
51.52/12.97	c  S st    38    158519       481      2110         0     29482      6450    493785   no data   no data  --
51.52/12.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.52/12.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.52/12.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
51.52/12.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.52/12.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.52/12.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
51.52/12.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.51/14.46	c lits-rem:       554  cl-subs:     1815  v-elim:      0  v-fix:    0  time:  5.84 s
57.51/14.46	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
57.51/14.46	c vivif2 --  cl tried    27667 cl shrink        0 lits rem          0 time: 0.02
57.51/14.49	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.09
57.51/14.49	c calculated reachability. Time: 0.00
57.51/14.49	c  N st    38    158519       481      2110         0     27667      6450    456802   no data   no data  --
77.88/19.56	c  N st    39    207107       481      2110         0     22352      6450    304029   no data   no data  --
90.66/22.79	c  N st    40    237780       481      2110         0     32675      6450    507586   no data   no data  --
90.66/22.79	c  S st    40    237780       481      2110         0     32675      6450    507586   no data   no data  --
91.06/22.87	c  S st    40    238283       481      2110         0     33178      6450    519330   no data   no data  --
91.06/22.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
91.06/22.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.06/22.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
91.47/22.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.47/22.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.47/22.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
91.47/22.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
98.25/24.62	c lits-rem:      1487  cl-subs:     2962  v-elim:      0  v-fix:    0  time:  6.87 s
98.25/24.62	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
98.25/24.63	c vivif2 --  cl tried    30216 cl shrink        0 lits rem          0 time: 0.02
98.25/24.65	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.10
98.25/24.65	c calculated reachability. Time: 0.00
98.25/24.65	c  N st    40    238283       481      2110         0     30216      6450    463116   no data   no data  --
129.02/32.38	c  F st    41    306250       481      2110         0     32200      6450    475521   no data   no data  --
129.02/32.38	c  N st    41    306250       481      2110         0     32200      6450    475521   no data   no data  --
131.84/33.01	c Decided on static restart strategy
142.20/35.67	c  N st    51    334556       481      2110         0     36507      6450    581826   no data   no data  --
154.98/38.87	c  N st    53    357426       481      2110         0     34441      6450    509866   no data   no data  --
154.98/38.87	c  S st    53    357426       481      2110         0     34441      6450    509866   no data   no data  --
155.38/38.96	c  S st    53    357930       481      2110         0     34943      6450    522004   no data   no data  --
155.38/38.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
155.38/38.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
155.38/38.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
155.38/38.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.38/38.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.38/38.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
155.38/38.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
161.78/40.53	c lits-rem:       499  cl-subs:     1251  v-elim:      0  v-fix:    0  time:  6.16 s
161.78/40.53	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
161.78/40.54	c vivif2 --  cl tried    33692 cl shrink        0 lits rem          0 time: 0.02
161.78/40.56	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.11
161.78/40.57	c calculated reachability. Time: 0.00
161.78/40.57	c  N st    53    357930       481      2110         0     33692      6450    491202   no data   no data  --
178.55/44.73	c  N st    54    390322       481      2110         0     39957      6450    641553   no data   no data  --
205.73/51.55	c  N st    55    438910       481      2110         0     33635      6450    440634   no data   no data  --
245.28/61.43	c  N st    56    511792       481      2110         0     47190      6450    728285   no data   no data  --
259.28/64.92	c  N st    57    536897       481      2110         0     41671      6450    608403   no data   no data  --
259.28/64.92	c  S st    57    536897       481      2110         0     41671      6450    608403   no data   no data  --
259.65/65.03	c  S st    57    537401       481      2110         0     42174      6450    619731   no data   no data  --
259.65/65.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
259.65/65.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
259.65/65.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
259.65/65.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.65/65.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.65/65.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
259.65/65.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
266.85/66.84	c lits-rem:       693  cl-subs:     1276  v-elim:      0  v-fix:    0  time:  7.09 s
266.85/66.84	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
266.85/66.85	c vivif2 --  cl tried    40898 cl shrink        0 lits rem          0 time: 0.03
266.85/66.89	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.15
266.85/66.89	c calculated reachability. Time: 0.00
266.85/66.89	c  N st    57    537401       481      2110         0     40898      6450    587799   no data   no data  --
370.32/92.73	c  N st    58    701386       481      2110         0     69742      6450   1225178   no data   no data  --
444.23/111.28	c  N st    59    806104       481      2110         0     63881      6450   1039202   no data   no data  --
444.23/111.28	c  S st    59    806104       481      2110         0     63881      6450   1039202   no data   no data  --
445.03/111.47	c  S st    59    806607       481      2110         0     64384      6450   1050697   no data   no data  --
445.03/111.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
445.03/111.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
445.43/111.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
445.43/111.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
445.43/111.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.43/111.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
445.43/111.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
458.62/114.85	c lits-rem:        61  cl-subs:     4853  v-elim:      0  v-fix:    0  time: 13.25 s
458.62/114.85	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
458.62/114.87	c vivif2 --  cl tried    59531 cl shrink        0 lits rem          0 time: 0.05
459.02/114.93	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.25
459.02/114.93	c calculated reachability. Time: 0.00
459.02/114.93	c  N st    59    806607       481      2110         0     59531      6450    942036   no data   no data  --
659.97/165.27	c  F st    60   1071876       481      2110         0     75181      6450   1232207   no data   no data  --
659.97/165.28	c  N st    60   1071876       481      2110         0     75181      6450   1232207   no data   no data  --
666.77/166.96	c Decided on static restart strategy
687.94/172.29	c  N st    70   1100181       481      2110         0     58955      6450    768326   no data   no data  --
722.70/180.97	c  N st    72   1136176       481      2110         0     49256      6450    538783   no data   no data  --
751.08/188.02	c  N st    73   1168568       481      2110         0     80868      6450   1318298   no data   no data  --
783.42/196.11	c  N st    74   1209910       481      2110         0     75425      6450   1154900   no data   no data  --
783.42/196.11	c  S st    74   1209910       481      2110         0     75425      6450   1154900   no data   no data  --
784.22/196.36	c  S st    74   1210412       481      2110         0     75927      6450   1166652   no data   no data  --
784.22/196.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
784.22/196.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
784.62/196.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
784.62/196.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
784.62/196.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
784.62/196.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
784.62/196.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
804.21/201.32	c lits-rem:       406  cl-subs:     4746  v-elim:      0  v-fix:    0  time: 19.45 s
804.21/201.32	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
804.21/201.33	c vivif2 --  cl tried    71181 cl shrink        0 lits rem          0 time: 0.06
804.60/201.45	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.47
804.60/201.45	c calculated reachability. Time: 0.00
804.60/201.45	c  N st    74   1210412       481      2110         0     71181      6450   1066038   no data   no data  --
868.11/217.38	c  N st    75   1283294       481      2110         0     95460      6450   1626858   no data   no data  --
981.16/245.62	c  N st    76   1392617       481      2110         0     56063      6450    625035   no data   no data  --
1162.93/291.10	c  N st    77   1556601       481      2110         0     60832      6450    700989   no data   no data  --
1315.94/329.41	c  N st    78   1710413       481      2110         0    102793      6450   1760035   no data   no data  --
1315.94/329.41	c  S st    78   1710413       481      2110         0    102793      6450   1760035   no data   no data  --
1317.13/329.75	c  S st    78   1710913       481      2110         0    103293      6450   1772019   no data   no data  --
1317.13/329.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1317.13/329.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1317.53/329.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1317.53/329.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1317.53/329.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1317.53/329.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
1317.53/329.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1355.49/339.31	c lits-rem:      2794  cl-subs:     5436  v-elim:      0  v-fix:    0  time: 37.72 s
1355.49/339.31	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
1355.49/339.33	c vivif2 --  cl tried    97857 cl shrink        0 lits rem          0 time: 0.08
1355.89/339.47	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.55
1355.89/339.47	c calculated reachability. Time: 0.00
1355.89/339.47	c  N st    78   1710913       481      2110         0     97857      6450   1642440   no data   no data  --
1744.98/436.84	c  N st    79   2079878       481      2110         0    108960      6450   1763166   no data   no data  --
1896.00/474.67	c  N st    80   2210913       481      2110         0    112707      6450   1741076   no data   no data  --
1896.00/474.67	c  S st    80   2210913       481      2110         0    112707      6450   1741076   no data   no data  --
1897.60/475.03	c  S st    80   2211418       481      2110         0    113210      6450   1753505   no data   no data  --
1897.60/475.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1897.60/475.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1897.60/475.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1898.01/475.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1898.01/475.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1898.01/475.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
1898.01/475.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1959.53/490.56	c lits-rem:      1794  cl-subs:    12029  v-elim:      0  v-fix:    0  time: 61.51 s
1959.53/490.56	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
1959.53/490.58	c vivif2 --  cl tried   101181 cl shrink        0 lits rem          0 time: 0.08
1960.31/490.72	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.59
1960.31/490.73	c calculated reachability. Time: 0.00
1960.31/490.73	c  N st    80   2211418       481      2110         0    101181      6450   1497641   no data   no data  --
2597.49/650.24	c  N st    81   2711418       481      2110         0    124262      6450   1889321   no data   no data  --
2597.49/650.24	c  S st    81   2711418       481      2110         0    124262      6450   1889321   no data   no data  --
2599.09/650.68	c  S st    81   2711920       481      2110         0    124764      6450   1901740   no data   no data  --
2599.09/650.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2599.09/650.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2599.48/650.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2599.88/650.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2599.88/650.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2599.88/650.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
2599.88/650.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2671.81/668.85	c lits-rem:       621  cl-subs:    14053  v-elim:      0  v-fix:    0  time: 72.02 s
2671.81/668.85	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
2671.81/668.87	c vivif2 --  cl tried   110711 cl shrink        0 lits rem          0 time: 0.08
2672.59/669.04	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.68
2672.59/669.04	c calculated reachability. Time: 0.00
2672.59/669.04	c  N st    81   2711920       481      2110         0    110711      6450   1622488   no data   no data  --
3368.07/843.13	c  N st    82   3211920       481      2110         0     87798      6450   1018749   no data   no data  --
3368.07/843.13	c  S st    82   3211920       481      2110         0     87798      6450   1018749   no data   no data  --
3369.27/843.42	c  S st    82   3212427       481      2110         0     88304      6450   1030863   no data   no data  --
3369.27/843.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3369.27/843.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3369.27/843.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3369.67/843.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3369.67/843.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3369.67/843.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
3369.67/843.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3377.65/845.56	c lits-rem:       351  cl-subs:     1609  v-elim:      0  v-fix:    0  time:  8.25 s
3377.65/845.56	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
3377.65/845.58	c vivif2 --  cl tried    86695 cl shrink        0 lits rem          0 time: 0.06
3378.05/845.69	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.44
3378.05/845.69	c calculated reachability. Time: 0.00
3378.05/845.69	c  N st    82   3212427       481      2110         0     86695      6450    990295   no data   no data  --
4142.64/1037.08	c  N st    83   3712428       481      2110         0     97012      6450   1149880   no data   no data  --
4142.64/1037.08	c  S st    83   3712428       481      2110         0     97012      6450   1149880   no data   no data  --
4144.24/1037.41	c  S st    83   3712930       481      2110         0     97513      6450   1161959   no data   no data  --
4144.24/1037.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4144.24/1037.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4144.24/1037.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
4144.64/1037.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4144.64/1037.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4144.64/1037.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
4144.64/1037.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4156.22/1040.41	c lits-rem:       159  cl-subs:     2153  v-elim:      0  v-fix:    0  time: 11.57 s
4156.22/1040.41	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
4156.22/1040.43	c vivif2 --  cl tried    95360 cl shrink        0 lits rem          0 time: 0.06
4156.63/1040.56	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.50
4156.63/1040.56	c calculated reachability. Time: 0.00
4156.63/1040.56	c  N st    83   3712930       481      2110         0     95360      6450   1110550   no data   no data  --
4210.55/1054.02	c  F st    84   3751562       481      2110         0    133071      6450   2054427   no data   no data  --
4210.55/1054.02	c  N st    84   3751562       481      2110         0    133071      6450   2054427   no data   no data  --
4222.13/1056.91	c Decided on static restart strategy
4266.07/1067.95	c  N st    94   3779869       481      2110         0    160705      6450   2731632   no data   no data  --
4316.40/1080.59	c  N st    96   3815861       481      2110         0    113269      6450   1505251   no data   no data  --
4373.93/1094.92	c  N st    97   3848254       481      2110         0    144928      6450   2327889   no data   no data  --
4455.44/1115.32	c  N st    98   3896843       481      2110         0    108588      6450   1417503   no data   no data  --
4585.64/1147.94	c  N st    99   3969728       481      2110         0     94660      6450   1006431   no data   no data  --
4761.40/1191.98	c  N st   100   4079053       481      2110         0    115403      6450   1511893   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-3175184-1304096444/watcher-3175184-1304096444 -o /tmp/evaluation-result-3175184-1304096444/solver-3175184-1304096444 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175184-1304096444.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.15 8.11 8.06 6/180 17906
/proc/meminfo: memFree=19949112/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 502059970 52465664 356 33554432000 4194304 4650419 140737140450192 18446744073709551615 264726405051 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 12809 356 306 112 0 7774 0
[pid=17906/tid=17907] ppid=17904 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 502059970 52465664 356 33554432000 4194304 4650419 140737140450192 18446744073709551615 47736428074928 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 502059970 52465664 356 33554432000 4194304 4650419 140737140450192 18446744073709551615 47736428074934 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 502059970 52465664 356 33554432000 4194304 4650419 140737140450192 18446744073709551615 47736428074924 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0217149 s]
/proc/loadavg: 8.15 8.11 8.06 6/180 17906
/proc/meminfo: memFree=19949112/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=282484 CPUtime=0.06 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 1294 0 0 0 6 0 0 0 18 0 4 0 502059970 289263616 1162 33554432000 4194304 4650419 140737140450192 18446744073709551615 4364573 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 70621 1162 390 112 0 65586 0
[pid=17906/tid=17907] ppid=17904 vsize=282484 CPUtime=0.01 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 238 0 0 0 1 0 0 0 18 0 4 0 502059970 289263616 1162 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=282484 CPUtime=0.01 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 233 0 0 0 1 0 0 0 25 0 4 0 502059970 289263616 1162 33554432000 4194304 4650419 140737140450192 18446744073709551615 4333940 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=282484 CPUtime=0.01 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 131 0 0 0 1 0 0 0 18 0 4 0 502059970 289263616 1162 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 282484

[startup+0.1007 s]
/proc/loadavg: 8.15 8.11 8.06 6/180 17906
/proc/meminfo: memFree=19949112/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=282484 CPUtime=0.37 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 1694 0 0 0 37 0 0 0 18 0 4 0 502059970 289263616 1562 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363455 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 70621 1562 391 112 0 65586 0
[pid=17906/tid=17907] ppid=17904 vsize=282484 CPUtime=0.09 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 336 0 0 0 9 0 0 0 18 0 4 0 502059970 289263616 1562 33554432000 4194304 4650419 140737140450192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=282484 CPUtime=0.09 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 334 0 0 0 9 0 0 0 25 0 4 0 502059970 289263616 1562 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=282484 CPUtime=0.09 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 239 0 0 0 9 0 0 0 18 0 4 0 502059970 289263616 1562 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282484

[startup+0.300663 s]
/proc/loadavg: 8.15 8.11 8.06 6/180 17906
/proc/meminfo: memFree=19949112/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=283756 CPUtime=1.17 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 2816 0 0 0 117 0 0 0 18 0 4 0 502059970 290566144 2129 33554432000 4194304 4650419 140737140450192 18446744073709551615 4333935 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 70939 2129 393 112 0 65904 0
[pid=17906/tid=17907] ppid=17904 vsize=283756 CPUtime=0.29 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 611 0 0 0 29 0 0 0 18 0 4 0 502059970 290566144 2129 33554432000 4194304 4650419 140737140450192 18446744073709551615 4367287 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=283756 CPUtime=0.29 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 617 0 0 0 29 0 0 0 25 0 4 0 502059970 290566144 2129 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=283756 CPUtime=0.29 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 518 0 0 0 29 0 0 0 18 0 4 0 502059970 290566144 2129 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283756

[startup+0.700588 s]
/proc/loadavg: 8.15 8.11 8.06 6/180 17906
/proc/meminfo: memFree=19949112/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=284920 CPUtime=2.78 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 4652 0 0 0 277 1 0 0 18 0 4 0 502059970 291758080 2594 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 71230 2594 393 112 0 66195 0
[pid=17906/tid=17907] ppid=17904 vsize=284920 CPUtime=0.69 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 1157 0 0 0 69 0 0 0 18 0 4 0 502059970 291758080 2595 33554432000 4194304 4650419 140737140450192 18446744073709551615 4334352 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=284920 CPUtime=0.69 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 1017 0 0 0 69 0 0 0 25 0 4 0 502059970 291758080 2595 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=284920 CPUtime=0.69 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 1014 0 0 0 69 0 0 0 18 0 4 0 502059970 291758080 2595 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284920

[startup+1.50044 s]
/proc/loadavg: 8.14 8.11 8.06 9/184 17910
/proc/meminfo: memFree=19919816/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=291400 CPUtime=5.97 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 8680 0 0 0 595 2 0 0 20 0 4 0 502059970 298393600 4765 33554432000 4194304 4650419 140737140450192 18446744073709551615 4439547 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 72850 4765 395 112 0 67815 0
[pid=17906/tid=17907] ppid=17904 vsize=291400 CPUtime=1.49 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 1816 0 0 0 149 0 0 0 19 0 4 0 502059970 298393600 4765 33554432000 4194304 4650419 140737140450192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=291400 CPUtime=1.48 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 1806 0 0 0 148 0 0 0 25 0 4 0 502059970 298393600 4765 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=291400 CPUtime=1.48 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 1571 0 0 0 148 0 0 0 20 0 4 0 502059970 298393600 4765 33554432000 4194304 4650419 140737140450192 18446744073709551615 4333407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 291400

[startup+3.10114 s]
/proc/loadavg: 8.14 8.11 8.06 9/184 17910
/proc/meminfo: memFree=19897892/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=283840 CPUtime=12.37 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 16804 0 0 0 1234 3 0 0 25 0 4 0 502059970 290652160 9619 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365216 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 70960 9619 395 112 0 65925 0
[pid=17906/tid=17907] ppid=17904 vsize=283840 CPUtime=3.09 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 4060 0 0 0 309 0 0 0 25 0 4 0 502059970 290652160 9619 33554432000 4194304 4650419 140737140450192 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=283840 CPUtime=3.08 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 4462 0 0 0 307 1 0 0 25 0 4 0 502059970 290652160 9619 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=283840 CPUtime=3.08 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 3689 0 0 0 308 0 0 0 25 0 4 0 502059970 290652160 9619 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 283840

[startup+6.30053 s]
/proc/loadavg: 8.14 8.11 8.06 9/184 17910
/proc/meminfo: memFree=19868312/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=285308 CPUtime=25.15 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 25647 0 0 0 2510 5 0 0 25 0 4 0 502059970 292155392 13393 33554432000 4194304 4650419 140737140450192 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 71327 13393 395 112 0 66292 0
[pid=17906/tid=17907] ppid=17904 vsize=285308 CPUtime=6.29 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 6704 0 0 0 628 1 0 0 25 0 4 0 502059970 292155392 13393 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=285308 CPUtime=6.26 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 7576 0 0 0 625 1 0 0 25 0 4 0 502059970 292155392 13393 33554432000 4194304 4650419 140737140450192 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=285308 CPUtime=6.28 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 4936 0 0 0 628 0 0 0 25 0 4 0 502059970 292155392 13393 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 285308

[startup+12.7003 s]
/proc/loadavg: 8.12 8.10 8.06 9/184 17910
/proc/meminfo: memFree=19832508/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=291096 CPUtime=50.72 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 37499 0 0 0 5064 8 0 0 25 0 4 0 502059970 298082304 16914 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 72774 16914 395 112 0 67739 0
[pid=17906/tid=17907] ppid=17904 vsize=291096 CPUtime=12.69 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 9912 0 0 0 1267 2 0 0 25 0 4 0 502059970 298082304 16914 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=291096 CPUtime=12.63 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 10411 0 0 0 1261 2 0 0 25 0 4 0 502059970 298082304 16914 33554432000 4194304 4650419 140737140450192 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=291096 CPUtime=12.69 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 6970 0 0 0 1268 1 0 0 25 0 4 0 502059970 298082304 16914 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 291096

[startup+25.5009 s]
/proc/loadavg: 8.10 8.10 8.06 9/184 17919
/proc/meminfo: memFree=19786368/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=302676 CPUtime=101.85 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 59073 0 0 0 10171 14 0 0 25 0 4 0 502059970 309940224 23875 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 75669 23875 395 112 0 70634 0
[pid=17906/tid=17907] ppid=17904 vsize=302676 CPUtime=25.49 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 16361 0 0 0 2546 3 0 0 25 0 4 0 502059970 309940224 23875 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=302676 CPUtime=25.37 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 16537 0 0 0 2533 4 0 0 25 0 4 0 502059970 309940224 23875 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=302676 CPUtime=25.48 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 10248 0 0 0 2546 2 0 0 25 0 4 0 502059970 309940224 23875 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 302676

[startup+51.1011 s]
/proc/loadavg: 8.06 8.09 8.06 9/184 17920
/proc/meminfo: memFree=19729764/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=307956 CPUtime=204.13 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 90556 0 0 0 20390 23 0 0 25 0 4 0 502059970 315346944 29683 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 76989 29683 395 112 0 71954 0
[pid=17906/tid=17907] ppid=17904 vsize=307956 CPUtime=51.09 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 25758 0 0 0 5103 6 0 0 25 0 4 0 502059970 315346944 29683 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=307956 CPUtime=50.85 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 25910 0 0 0 5079 6 0 0 25 0 4 0 502059970 315346944 29683 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=307956 CPUtime=51.08 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 14364 0 0 0 5104 4 0 0 25 0 4 0 502059970 315346944 29683 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 307956

[startup+102.306 s]
/proc/loadavg: 8.06 8.09 8.06 9/184 17921
/proc/meminfo: memFree=19667464/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=315296 CPUtime=408.7 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 139715 0 0 0 40832 38 0 0 25 0 4 0 502059970 322863104 36525 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 78824 36525 395 112 0 73789 0
[pid=17906/tid=17907] ppid=17904 vsize=315296 CPUtime=102.29 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 40453 0 0 0 10219 10 0 0 25 0 4 0 502059970 322863104 36525 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=315296 CPUtime=101.79 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 38512 0 0 0 10169 10 0 0 25 0 4 0 502059970 322863104 36525 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=315296 CPUtime=102.29 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 22575 0 0 0 10223 6 0 0 25 0 4 0 502059970 322863104 36525 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.7
Current children cumulated vsize (KiB) 315296

[startup+162.301 s]

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

[pid=17906] ppid=17904 vsize=586052 CPUtime=2565.95 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 452424 0 0 0 256435 160 0 0 25 0 4 0 502059970 600117248 86923 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 146513 86923 395 112 0 141478 0
[pid=17906/tid=17907] ppid=17904 vsize=586052 CPUtime=642.32 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 130921 0 0 0 64186 46 0 0 25 0 4 0 502059970 600117248 86923 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=586052 CPUtime=638.99 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 132437 0 0 0 63853 46 0 0 25 0 4 0 502059970 600117248 86923 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=586052 CPUtime=642.3 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 70004 0 0 0 64202 28 0 0 25 0 4 0 502059970 600117248 86923 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.95
Current children cumulated vsize (KiB) 586052

[startup+702.301 s]
/proc/loadavg: 8.18 8.14 8.09 9/184 17937
/proc/meminfo: memFree=19275888/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=585280 CPUtime=2805.62 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 472710 0 0 0 280394 168 0 0 25 0 4 0 502059970 599326720 87850 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365313 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 146320 87850 395 112 0 141285 0
[pid=17906/tid=17907] ppid=17904 vsize=585280 CPUtime=702.32 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 137704 0 0 0 70183 49 0 0 25 0 4 0 502059970 599326720 87850 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=585280 CPUtime=698.66 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 138953 0 0 0 69818 48 0 0 25 0 4 0 502059970 599326720 87850 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=585280 CPUtime=702.31 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 72436 0 0 0 70202 29 0 0 25 0 4 0 502059970 599326720 87850 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.62
Current children cumulated vsize (KiB) 585280

[startup+762.307 s]
/proc/loadavg: 8.17 8.14 8.09 9/184 17939
/proc/meminfo: memFree=19255652/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=597804 CPUtime=3045.31 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 496628 0 0 0 304352 179 0 0 25 0 4 0 502059970 612151296 90299 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 149451 90299 395 112 0 144416 0
[pid=17906/tid=17907] ppid=17904 vsize=597804 CPUtime=762.32 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 144758 0 0 0 76179 53 0 0 25 0 4 0 502059970 612151296 90299 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=597804 CPUtime=758.34 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 146630 0 0 0 75783 51 0 0 25 0 4 0 502059970 612151296 90299 33554432000 4194304 4650419 140737140450192 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=597804 CPUtime=762.31 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 75521 0 0 0 76200 31 0 0 25 0 4 0 502059970 612151296 90299 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.31
Current children cumulated vsize (KiB) 597804

[startup+822.3 s]
/proc/loadavg: 8.12 8.13 8.09 9/184 17940
/proc/meminfo: memFree=19228092/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=598060 CPUtime=3284.98 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 523959 0 0 0 328308 190 0 0 25 0 4 0 502059970 612413440 98248 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 149515 98248 395 112 0 144480 0
[pid=17906/tid=17907] ppid=17904 vsize=598060 CPUtime=822.32 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 156493 0 0 0 82175 57 0 0 25 0 4 0 502059970 612413440 98248 33554432000 4194304 4650419 140737140450192 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=598060 CPUtime=818.02 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 154629 0 0 0 81748 54 0 0 25 0 4 0 502059970 612413440 98248 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=598060 CPUtime=822.31 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 79899 0 0 0 82198 33 0 0 25 0 4 0 502059970 612413440 98248 33554432000 4194304 4650419 140737140450192 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.98
Current children cumulated vsize (KiB) 598060

[startup+882.301 s]
/proc/loadavg: 8.09 8.12 8.09 9/184 17942
/proc/meminfo: memFree=19247912/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=598292 CPUtime=3524.66 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 543022 0 0 0 352268 198 0 0 25 0 4 0 502059970 612651008 94053 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 149573 94053 395 112 0 144538 0
[pid=17906/tid=17907] ppid=17904 vsize=598292 CPUtime=882.32 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 163256 0 0 0 88172 60 0 0 25 0 4 0 502059970 612651008 94053 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=598292 CPUtime=877.68 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 161618 0 0 0 87712 56 0 0 25 0 4 0 502059970 612651008 94053 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=598292 CPUtime=882.31 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 81937 0 0 0 88197 34 0 0 25 0 4 0 502059970 612651008 94053 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.66
Current children cumulated vsize (KiB) 598292

[startup+942.301 s]
/proc/loadavg: 8.08 8.11 8.09 9/184 17944
/proc/meminfo: memFree=19182288/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=598448 CPUtime=3764.33 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 565680 0 0 0 376228 205 0 0 25 0 4 0 502059970 612810752 101903 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 149612 101903 395 112 0 144577 0
[pid=17906/tid=17907] ppid=17904 vsize=598448 CPUtime=942.32 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 169649 0 0 0 94170 62 0 0 25 0 4 0 502059970 612810752 101903 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=598448 CPUtime=937.36 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 170536 0 0 0 93677 59 0 0 25 0 4 0 502059970 612810752 101903 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=598448 CPUtime=942.31 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 86002 0 0 0 94196 35 0 0 25 0 4 0 502059970 612810752 101903 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.33
Current children cumulated vsize (KiB) 598448

[startup+1002.3 s]
/proc/loadavg: 8.03 8.09 8.08 9/184 17945
/proc/meminfo: memFree=19210036/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=598604 CPUtime=4004.02 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 583479 0 0 0 400188 214 0 0 25 0 4 0 502059970 612970496 100950 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 149651 100950 395 112 0 144616 0
[pid=17906/tid=17907] ppid=17904 vsize=598604 CPUtime=1002.32 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 175106 0 0 0 100168 64 0 0 25 0 4 0 502059970 612970496 100950 33554432000 4194304 4650419 140737140450192 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=598604 CPUtime=997.04 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 177571 0 0 0 99642 62 0 0 25 0 4 0 502059970 612970496 100950 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=598604 CPUtime=1002.31 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 88066 0 0 0 100195 36 0 0 25 0 4 0 502059970 612970496 100950 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4004.02
Current children cumulated vsize (KiB) 598604

[startup+1062.3 s]
/proc/loadavg: 8.01 8.07 8.08 9/184 17947
/proc/meminfo: memFree=19142672/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=663244 CPUtime=4243.7 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 604039 0 0 0 424148 222 0 0 25 0 4 0 502059970 679161856 108998 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 165811 108998 395 112 0 160776 0
[pid=17906/tid=17907] ppid=17904 vsize=663244 CPUtime=1062.33 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 182094 0 0 0 106166 67 0 0 25 0 4 0 502059970 679161856 108998 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=663244 CPUtime=1056.71 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 184237 0 0 0 105606 65 0 0 25 0 4 0 502059970 679161856 108998 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=663244 CPUtime=1062.32 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 92067 0 0 0 106195 37 0 0 25 0 4 0 502059970 679161856 108998 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.7
Current children cumulated vsize (KiB) 663244

[startup+1122.3 s]
/proc/loadavg: 8.07 8.07 8.08 9/184 17948
/proc/meminfo: memFree=19138672/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=663972 CPUtime=4483.38 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 626201 0 0 0 448103 235 0 0 25 0 4 0 502059970 679907328 106108 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 165993 106108 395 112 0 160958 0
[pid=17906/tid=17907] ppid=17904 vsize=663972 CPUtime=1122.33 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 189309 0 0 0 112161 72 0 0 25 0 4 0 502059970 679907328 106108 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=663972 CPUtime=1116.38 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 192094 0 0 0 111569 69 0 0 25 0 4 0 502059970 679907328 106108 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=663972 CPUtime=1122.32 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 93149 0 0 0 112194 38 0 0 25 0 4 0 502059970 679907328 106108 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.38
Current children cumulated vsize (KiB) 663972

[startup+1182.3 s]
/proc/loadavg: 8.09 8.07 8.08 9/184 17950
/proc/meminfo: memFree=19120544/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=612244 CPUtime=4723.05 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 650922 0 0 0 472059 246 0 0 25 0 4 0 502059970 626937856 108633 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 153061 108633 395 112 0 148026 0
[pid=17906/tid=17907] ppid=17904 vsize=612244 CPUtime=1182.33 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 196345 0 0 0 118158 75 0 0 25 0 4 0 502059970 626937856 108633 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=612244 CPUtime=1176.06 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 199184 0 0 0 117534 72 0 0 25 0 4 0 502059970 626937856 108633 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=612244 CPUtime=1182.32 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 98144 0 0 0 118192 40 0 0 25 0 4 0 502059970 626937856 108633 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.05
Current children cumulated vsize (KiB) 612244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 7.82 8.01 8.06 5/179 17952
/proc/meminfo: memFree=19535592/32951124 swapFree=67111524/67111528
[pid=17906] ppid=17904 vsize=612336 CPUtime=4800.16 cores=0,2,4,6
/proc/17906/stat : 17906 (strangenight1-m) R 17904 17906 17643 0 -1 4202496 658545 0 0 0 479766 250 0 0 25 0 4 0 502059970 627032064 108640 33554432000 4194304 4650419 140737140450192 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17906/statm: 153084 108640 395 112 0 148049 0
[pid=17906/tid=17907] ppid=17904 vsize=612336 CPUtime=1201.63 cores=0,2,4,6
/proc/17906/task/17907/stat : 17907 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 199065 0 0 0 120087 76 0 0 25 0 4 0 502059970 627032064 108640 33554432000 4194304 4650419 140737140450192 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17906/tid=17908] ppid=17904 vsize=612336 CPUtime=1195.25 cores=0,2,4,6
/proc/17906/task/17908/stat : 17908 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 201935 0 0 0 119452 73 0 0 25 0 4 0 502059970 627032064 108640 33554432000 4194304 4650419 140737140450192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17906/tid=17909] ppid=17904 vsize=612336 CPUtime=1201.62 cores=0,2,4,6
/proc/17906/task/17909/stat : 17909 (strangenight1-m) R 17904 17906 17643 0 -1 4202560 99010 0 0 0 120122 40 0 0 25 0 4 0 502059970 627032064 108640 33554432000 4194304 4650419 140737140450192 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 612336

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.22
CPU user time (s): 4797.69
CPU system time (s): 2.52661
CPU usage (%): 399.475
Max. virtual memory (cumulated for all children) (KiB): 716036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.69
system time used= 2.52662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 658545
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= 218
involuntary context switches= 33406

runsolver used 1.92471 second user time and 4.35034 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 19:00:44
IDJOB=3175184
IDBENCH=82802
IDSOLVER=1588
FILE ID=node141/3175184-1304096444
RUNJOBID= node141-1304094034-17661
PBS_JOBID= 13170589
Free space on /tmp= 71420 MiB

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

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

MD5SUM BENCH= 1e904bd81be11487c7596e10e18e4cd6
RANDOM SEED=1004290846

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.84
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.806
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.806
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.806
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:      19949392 kB
Buffers:       1544132 kB
Cached:       10791952 kB
SwapCached:          4 kB
Active:        3767504 kB
Inactive:      8653548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19949392 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12444 kB
Writeback:           0 kB
AnonPages:       84520 kB
Mapped:          15496 kB
Slab:           517376 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   299828 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= 71420 MiB
End job on node141 at 2011-04-29 19:20:47