Trace number 3369048

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.44 1203.14

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1940049314-069.SATISFIABLE.cnf
MD5SUMc3d1d9237da00564d672945308bcff7c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369048-1305410853.cnf'
0.00/0.01	c -- header says num vars:            550
0.00/0.01	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2343/2343 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:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.38/0.17	c lits-rem:         0  cl-subs:        0  v-elim:     22  v-fix:    0  time:  0.01 s
0.38/0.17	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.17	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.17	c calculated reachability. Time: 0.00
0.38/0.17	c Calc default polars -  time:   0.00 s pos:     255 undec:      62 neg:     233
0.38/0.17	c =========================================================================================
0.38/0.17	c types(t): F = full restart, N = normal restart
0.38/0.17	c types(t): S = simplification begin/end, E = solution found
0.38/0.17	c restart types(rt): st = static, dy = dynamic
0.38/0.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.17	c  B st     0         0       528      2319         0         0      7104         0   no data   no data  --
0.38/0.17	c Decided on static restart strategy
0.38/0.17	c  N st     8      4920       528      2319         0      4842      7104    123747   no data   no data  --
3.18/0.80	c  N st    10     11306       528      2319         0      4482      7104     81960   no data   no data  --
3.18/0.80	c  N st    11     17050       528      2319         0     10120      7104    236786   no data   no data  --
4.41/1.15	c  F st    12     25000       528      2319         0     12371      7104    276682   no data   no data  --
4.41/1.15	c  N st    12     25000       528      2319         0     12371      7104    276682   no data   no data  --
5.57/1.40	c Decided on static restart strategy
5.57/1.40	c  N st    18     30000       528      2319         0     10655      7104    211359   no data   no data  --
5.57/1.40	c  S st    18     30000       528      2319         0     10655      7104    211359   no data   no data  --
5.57/1.43	c  S st    18     30501       528      2319         0     11156      7104    223369   no data   no data  --
5.57/1.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.57/1.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
5.57/1.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.37/1.65	c lits-rem:       107  cl-subs:      544  v-elim:      0  v-fix:    0  time:  0.86 s
6.37/1.66	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.04
6.37/1.66	c calculated reachability. Time: 0.00
6.37/1.66	c  N st    18     30501       528      2319         0     10612      7104    209007   no data   no data  --
7.96/2.08	c  N st    20     37613       528      2319         0      9897      7104    173346   no data   no data  --
9.56/2.48	c  N st    21     44012       528      2319         0     16171      7104    336875   no data   no data  --
10.35/2.60	c  S st    22     45753       528      2319         0      9104      7104    136491   no data   no data  --
10.35/2.63	c  S st    22     46255       528      2319         0      9606      7104    148204   no data   no data  --
10.35/2.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.35/2.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.35/2.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
10.35/2.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.75/2.73	c lits-rem:        45  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.38 s
10.75/2.73	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
10.75/2.73	c vivif2 --  cl tried     9558 cl shrink        0 lits rem          0 time: 0.00
10.75/2.74	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.03
10.75/2.74	c calculated reachability. Time: 0.00
10.75/2.74	c  N st    22     46255       528      2319         0      9558      7104    146827   no data   no data  --
14.34/3.66	c  N st    23     60653       528      2319         0     13837      7104    239376   no data   no data  --
17.16/4.33	c  N st    24     69383       528      2319         0     11670      7104    181381   no data   no data  --
17.16/4.33	c  S st    24     69383       528      2319         0     11670      7104    181381   no data   no data  --
17.16/4.36	c  S st    24     69888       528      2319         0     12171      7104    193303   no data   no data  --
17.16/4.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.16/4.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.16/4.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.16/4.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.16/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
17.16/4.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.93/4.56	c lits-rem:        98  cl-subs:      198  v-elim:      0  v-fix:    0  time:  0.77 s
17.93/4.56	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
17.93/4.57	c vivif2 --  cl tried    11973 cl shrink        0 lits rem          0 time: 0.01
17.93/4.58	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.04
17.93/4.58	c calculated reachability. Time: 0.00
17.93/4.58	c  N st    24     69888       528      2319         0     11973      7104    188233   no data   no data  --
23.11/5.87	c  F st    25     87501       528      2319         0     17492      7104    322854   no data   no data  --
23.11/5.87	c  N st    25     87501       528      2319         0     17492      7104    322854   no data   no data  --
24.72/6.25	c Decided on static restart strategy
25.52/6.46	c  N st    32     95546       528      2319         0     25446      7104    536028   no data   no data  --
28.31/7.12	c  N st    34    104833       528      2319         0     21788      7104    435062   no data   no data  --
28.31/7.12	c  S st    34    104833       528      2319         0     21788      7104    435062   no data   no data  --
28.31/7.18	c  S st    34    105333       528      2319         0     22288      7104    446692   no data   no data  --
28.31/7.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.31/7.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.31/7.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.71/7.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.71/7.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.71/7.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
28.71/7.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.69/8.29	c lits-rem:       350  cl-subs:      679  v-elim:      0  v-fix:    0  time:  4.34 s
32.69/8.29	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
33.10/8.30	c vivif2 --  cl tried    21609 cl shrink        0 lits rem          0 time: 0.02
33.10/8.32	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.08
33.10/8.32	c calculated reachability. Time: 0.00
33.10/8.32	c  N st    34    105333       528      2319         0     21609      7104    425062   no data   no data  --
36.28/9.19	c  N st    35    114932       528      2319         0     17334      7104    277701   no data   no data  --
41.47/10.43	c  N st    36    129329       528      2319         0     16748      7104    239439   no data   no data  --
48.65/12.27	c  N st    37    150926       528      2319         0     22168      7104    367114   no data   no data  --
51.05/12.85	c  S st    38    157999       528      2319         0     29123      7104    555535   no data   no data  --
51.45/12.92	c  S st    38    158501       528      2319         0     29625      7104    568227   no data   no data  --
51.45/12.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.45/12.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.45/12.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.45/12.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.45/12.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.45/12.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
51.45/12.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.83/14.56	c lits-rem:       636  cl-subs:     1167  v-elim:      0  v-fix:    0  time:  6.40 s
57.83/14.56	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
57.83/14.56	c vivif2 --  cl tried    28458 cl shrink        0 lits rem          0 time: 0.02
57.83/14.59	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.09
57.83/14.59	c calculated reachability. Time: 0.00
57.83/14.59	c  N st    38    158501       528      2319         0     28458      7104    534464   no data   no data  --
78.60/19.81	c  N st    39    207090       528      2319         0     23180      7104    350515   no data   no data  --
92.18/23.18	c  N st    40    237752       528      2319         0     33759      7104    640256   no data   no data  --
92.18/23.18	c  S st    40    237752       528      2319         0     33759      7104    640256   no data   no data  --
92.54/23.26	c  S st    40    238257       528      2319         0     34263      7104    653170   no data   no data  --
92.54/23.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.54/23.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.54/23.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
92.54/23.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.54/23.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.54/23.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
92.54/23.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
100.55/25.27	c lits-rem:       510  cl-subs:     1018  v-elim:      0  v-fix:    0  time:  7.87 s
100.55/25.27	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
100.55/25.27	c vivif2 --  cl tried    33245 cl shrink        0 lits rem          0 time: 0.03
100.55/25.30	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.12
100.55/25.30	c calculated reachability. Time: 0.00
100.55/25.30	c  N st    40    238257       528      2319         0     33245      7104    622068   no data   no data  --
134.85/33.87	c  F st    41    306250       528      2319         0     34864      7104    607810   no data   no data  --
134.85/33.87	c  N st    41    306250       528      2319         0     34864      7104    607810   no data   no data  --
137.63/34.59	c Decided on static restart strategy
148.41/37.28	c  N st    51    334549       528      2319         0     39073      7104    667803   no data   no data  --
159.57/40.06	c  N st    53    357385       528      2319         0     37063      7104    618034   no data   no data  --
159.57/40.06	c  S st    53    357385       528      2319         0     37063      7104    618034   no data   no data  --
159.97/40.16	c  S st    53    357887       528      2319         0     37563      7104    630437   no data   no data  --
159.97/40.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
159.97/40.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
159.97/40.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
159.97/40.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
159.97/40.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.97/40.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
159.97/40.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
166.80/41.89	c lits-rem:       875  cl-subs:     1089  v-elim:      0  v-fix:    0  time:  6.78 s
166.80/41.89	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
167.16/41.90	c vivif2 --  cl tried    36474 cl shrink        0 lits rem          0 time: 0.03
167.16/41.94	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.14
167.16/41.94	c calculated reachability. Time: 0.00
167.16/41.94	c  N st    53    357887       528      2319         0     36474      7104    600786   no data   no data  --
184.36/46.27	c  N st    54    390280       528      2319         0     42644      7104    716611   no data   no data  --
210.28/52.76	c  N st    55    438870       528      2319         0     36519      7104    554671   no data   no data  --
252.15/63.23	c  N st    56    511753       528      2319         0     49914      7104    860746   no data   no data  --
266.92/66.94	c  N st    57    536830       528      2319         0     44150      7104    712171   no data   no data  --
266.92/66.94	c  S st    57    536830       528      2319         0     44150      7104    712171   no data   no data  --
267.34/67.06	c  S st    57    537338       528      2319         0     44658      7104    725119   no data   no data  --
267.34/67.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
267.34/67.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
267.34/67.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
267.34/67.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
267.34/67.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.34/67.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
267.34/67.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
276.11/69.27	c lits-rem:       905  cl-subs:     1570  v-elim:      0  v-fix:    0  time:  8.67 s
276.11/69.27	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
276.11/69.28	c vivif2 --  cl tried    43088 cl shrink        0 lits rem          0 time: 0.03
276.53/69.32	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.17
276.53/69.32	c calculated reachability. Time: 0.00
276.53/69.32	c  N st    57    537338       528      2319         0     43088      7104    679918   no data   no data  --
388.62/97.42	c  N st    58    701322       528      2319         0     37147      7104    421539   no data   no data  --
469.65/117.75	c  N st    59    806008       528      2319         0     65884      7104   1104736   no data   no data  --
469.65/117.75	c  S st    59    806008       528      2319         0     65884      7104   1104736   no data   no data  --
470.40/117.94	c  S st    59    806513       528      2319         0     66389      7104   1117199   no data   no data  --
470.40/117.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
470.40/117.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
470.40/117.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
470.80/118.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
470.80/118.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
470.80/118.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
470.80/118.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
487.97/122.30	c lits-rem:        64  cl-subs:     5277  v-elim:      0  v-fix:    0  time: 17.10 s
487.97/122.30	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
487.97/122.31	c vivif2 --  cl tried    61112 cl shrink        0 lits rem          0 time: 0.05
487.97/122.39	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.30
487.97/122.39	c calculated reachability. Time: 0.00
487.97/122.39	c  N st    59    806513       528      2319         0     61112      7104    997162   no data   no data  --
712.20/178.55	c  F st    60   1071875       528      2319         0     77163      7104   1357615   no data   no data  --
712.20/178.55	c  N st    60   1071875       528      2319         0     77163      7104   1357615   no data   no data  --
718.20/180.00	c Decided on static restart strategy
736.15/184.52	c  N st    70   1100179       528      2319         0     61101      7104    899121   no data   no data  --
768.46/192.62	c  N st    72   1136171       528      2319         0     51493      7104    630548   no data   no data  --
794.45/199.14	c  N st    73   1168564       528      2319         0     83140      7104   1445555   no data   no data  --
836.70/209.76	c  N st    74   1209771       528      2319         0     77443      7104   1214998   no data   no data  --
836.70/209.76	c  S st    74   1209771       528      2319         0     77443      7104   1214998   no data   no data  --
837.92/210.03	c  S st    74   1210276       528      2319         0     77947      7104   1227868   no data   no data  --
837.92/210.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
837.92/210.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
837.92/210.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
838.33/210.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
838.33/210.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
838.33/210.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
838.33/210.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
857.44/214.97	c lits-rem:       147  cl-subs:     4886  v-elim:      0  v-fix:    0  time: 19.32 s
857.44/214.97	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
857.44/214.99	c vivif2 --  cl tried    73061 cl shrink        0 lits rem          0 time: 0.06
857.84/215.08	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.38
857.84/215.09	c calculated reachability. Time: 0.00
857.84/215.09	c  N st    74   1210276       528      2319         0     73061      7104   1122725   no data   no data  --
934.06/234.17	c  N st    75   1283159       528      2319         0     49568      7104    523584   no data   no data  --
1050.95/263.40	c  N st    76   1392486       528      2319         0     57589      7104    695450   no data   no data  --
1215.37/304.70	c  N st    77   1556470       528      2319         0     62443      7104    762031   no data   no data  --
1373.79/344.39	c  N st    78   1710277       528      2319         0    104161      7104   1801507   no data   no data  --
1373.79/344.39	c  S st    78   1710277       528      2319         0    104161      7104   1801507   no data   no data  --
1375.35/344.77	c  S st    78   1710781       528      2319         0    104665      7104   1814009   no data   no data  --
1375.35/344.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1375.35/344.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1375.75/344.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
1375.75/344.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1375.75/344.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1375.75/344.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
1375.75/344.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1433.61/359.39	c lits-rem:      1734  cl-subs:     8811  v-elim:      0  v-fix:    0  time: 57.87 s
1433.61/359.39	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
1434.01/359.42	c vivif2 --  cl tried    95854 cl shrink        0 lits rem          0 time: 0.09
1434.41/359.56	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.59
1434.41/359.57	c calculated reachability. Time: 0.00
1434.41/359.57	c  N st    78   1710781       528      2319         0     95854      7104   1607894   no data   no data  --
1858.14/465.77	c  N st    79   2079746       528      2319         0    107743      7104   1841308   no data   no data  --
2013.75/504.76	c  N st    80   2210783       528      2319         0    111645      7104   1835584   no data   no data  --
2013.75/504.76	c  S st    80   2210783       528      2319         0    111645      7104   1835584   no data   no data  --
2015.35/505.11	c  S st    80   2211286       528      2319         0    112147      7104   1848477   no data   no data  --
2015.35/505.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2015.35/505.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2015.35/505.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
2015.75/505.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2015.75/505.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2015.75/505.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
2015.75/505.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2074.00/519.82	c lits-rem:       272  cl-subs:     9969  v-elim:      0  v-fix:    0  time: 58.21 s
2074.00/519.82	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
2074.00/519.85	c vivif2 --  cl tried   102178 cl shrink        0 lits rem          0 time: 0.09
2074.80/520.00	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.63
2074.80/520.01	c calculated reachability. Time: 0.00
2074.80/520.01	c  N st    80   2211286       528      2319         0    102178      7104   1620345   no data   no data  --
2664.53/667.80	c  N st    81   2711286       528      2319         0    126097      7104   2276308   no data   no data  --
2664.53/667.80	c  S st    81   2711286       528      2319         0    126097      7104   2276308   no data   no data  --
2666.13/668.25	c  S st    81   2711789       528      2319         0    126598      7104   2289325   no data   no data  --
2666.13/668.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2666.13/668.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2666.53/668.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2666.93/668.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2666.93/668.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2666.93/668.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
2666.93/668.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2746.34/688.38	c lits-rem:        66  cl-subs:     6781  v-elim:      0  v-fix:    0  time: 79.70 s
2746.34/688.38	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
2746.74/688.41	c vivif2 --  cl tried   119817 cl shrink        0 lits rem          0 time: 0.11
2747.15/688.60	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.74
2747.15/688.60	c calculated reachability. Time: 0.00
2747.15/688.60	c  N st    81   2711789       528      2319         0    119817      7104   2102859   no data   no data  --
3362.80/842.85	c  N st    82   3211790       528      2319         0     95151      7104   1218226   no data   no data  --
3362.80/842.85	c  S st    82   3211790       528      2319         0     95151      7104   1218226   no data   no data  --
3363.99/843.15	c  S st    82   3212292       528      2319         0     95653      7104   1231475   no data   no data  --
3363.99/843.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3363.99/843.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3364.39/843.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3364.39/843.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3364.39/843.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3364.39/843.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
3364.39/843.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3378.37/846.78	c lits-rem:       316  cl-subs:     3559  v-elim:      0  v-fix:    0  time: 14.11 s
3378.37/846.78	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
3378.37/846.80	c vivif2 --  cl tried    92094 cl shrink        0 lits rem          0 time: 0.08
3379.19/846.96	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.66
3379.19/846.97	c calculated reachability. Time: 0.00
3379.19/846.97	c  N st    82   3212292       528      2319         0     92094      7104   1153548   no data   no data  --
4098.14/1027.13	c  N st    83   3712294       528      2319         0    103376      7104   1382752   no data   no data  --
4098.14/1027.13	c  S st    83   3712294       528      2319         0    103376      7104   1382752   no data   no data  --
4099.37/1027.45	c  S st    83   3712799       528      2319         0    103881      7104   1395568   no data   no data  --
4099.37/1027.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4099.37/1027.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4099.73/1027.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
4099.73/1027.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4099.73/1027.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4099.73/1027.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
4099.73/1027.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4115.68/1031.53	c lits-rem:       307  cl-subs:     2241  v-elim:      0  v-fix:    0  time: 15.88 s
4115.68/1031.53	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
4115.68/1031.55	c vivif2 --  cl tried   101640 cl shrink        0 lits rem          0 time: 0.08
4116.08/1031.70	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.61
4116.08/1031.71	c calculated reachability. Time: 0.00
4116.08/1031.71	c  N st    83   3712799       528      2319         0    101640      7104   1337313   no data   no data  --
4168.36/1044.77	c  F st    84   3751563       528      2319         0    139495      7104   2373071   no data   no data  --
4168.36/1044.77	c  N st    84   3751563       528      2319         0    139495      7104   2373071   no data   no data  --
4180.73/1047.84	c Decided on static restart strategy
4228.60/1059.85	c  N st    94   3779867       528      2319         0     84160      7104    812690   no data   no data  --
4274.50/1071.35	c  N st    96   3815860       528      2319         0    119492      7104   1759818   no data   no data  --
4324.36/1083.84	c  N st    97   3848252       528      2319         0    151091      7104   2580534   no data   no data  --
4386.60/1099.44	c  N st    98   3896841       528      2319         0    114501      7104   1591990   no data   no data  --
4499.90/1127.88	c  N st    99   3969725       528      2319         0    100838      7104   1249005   no data   no data  --
4655.92/1166.96	c  N st   100   4079049       528      2319         0    121439      7104   1756863   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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369048-1305410853/watcher-3369048-1305410853 -o /tmp/evaluation-result-3369048-1305410853/solver-3369048-1305410853 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369048-1305410853.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.48 0.10 0.06 6/319 8586
/proc/meminfo: memFree=27317316/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 412 0 0 0 1 0 0 0 21 0 4 0 385276609 52465664 352 33554432000 4194304 4650419 140737109190064 18446744073709551615 47999223658418 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 12809 352 303 112 0 7774 0
[pid=8586/tid=8587] ppid=8584 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 385276609 52465664 352 33554432000 4194304 4650419 140737109190064 18446744073709551615 47999223658418 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 385276609 52465664 352 33554432000 4194304 4650419 140737109190064 18446744073709551615 47999223658408 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 385276609 52465664 352 33554432000 4194304 4650419 140737109190064 18446744073709551615 268660718577 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.086319 s]
/proc/loadavg: 0.48 0.10 0.06 6/319 8586
/proc/meminfo: memFree=27317316/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=282728 CPUtime=0.32 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 1686 0 0 0 32 0 0 0 18 0 4 0 385276609 289513472 1542 33554432000 4194304 4650419 140737109190064 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 70682 1542 391 112 0 65647 0
[pid=8586/tid=8587] ppid=8584 vsize=282728 CPUtime=0.08 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 313 0 0 0 8 0 0 0 18 0 4 0 385276609 289513472 1542 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=282728 CPUtime=0.08 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 367 0 0 0 8 0 0 0 18 0 4 0 385276609 289513472 1542 33554432000 4194304 4650419 140737109190064 18446744073709551615 4329696 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=282728 CPUtime=0.07 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 207 0 0 0 7 0 0 0 24 0 4 0 385276609 289513472 1542 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 282728

[startup+0.100316 s]
/proc/loadavg: 0.48 0.10 0.06 6/319 8586
/proc/meminfo: memFree=27317316/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=282728 CPUtime=0.38 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 1758 0 0 0 38 0 0 0 18 0 4 0 385276609 289513472 1614 33554432000 4194304 4650419 140737109190064 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 70682 1615 391 112 0 65647 0
[pid=8586/tid=8587] ppid=8584 vsize=282728 CPUtime=0.09 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 331 0 0 0 9 0 0 0 18 0 4 0 385276609 289513472 1615 33554432000 4194304 4650419 140737109190064 18446744073709551615 4367351 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=282728 CPUtime=0.09 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 388 0 0 0 9 0 0 0 18 0 4 0 385276609 289513472 1615 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=282728 CPUtime=0.08 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 226 0 0 0 8 0 0 0 24 0 4 0 385276609 289513472 1615 33554432000 4194304 4650419 140737109190064 18446744073709551615 4360535 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282728

[startup+0.300281 s]
/proc/loadavg: 0.48 0.10 0.06 6/319 8586
/proc/meminfo: memFree=27317316/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=284148 CPUtime=1.17 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 2920 0 0 0 117 0 0 0 18 0 4 0 385276609 290967552 2168 33554432000 4194304 4650419 140737109190064 18446744073709551615 4364358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 71037 2168 393 112 0 66002 0
[pid=8586/tid=8587] ppid=8584 vsize=284148 CPUtime=0.29 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 629 0 0 0 29 0 0 0 18 0 4 0 385276609 290967552 2168 33554432000 4194304 4650419 140737109190064 18446744073709551615 4333321 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=284148 CPUtime=0.29 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 679 0 0 0 29 0 0 0 18 0 4 0 385276609 290967552 2168 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=284148 CPUtime=0.28 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 511 0 0 0 28 0 0 0 25 0 4 0 385276609 290967552 2168 33554432000 4194304 4650419 140737109190064 18446744073709551615 4354992 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284148

[startup+0.700211 s]
/proc/loadavg: 0.48 0.10 0.06 6/319 8586
/proc/meminfo: memFree=27317316/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=285164 CPUtime=2.77 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 4691 0 0 0 277 0 0 0 18 0 4 0 385276609 292007936 2765 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 71291 2765 393 112 0 66256 0
[pid=8586/tid=8587] ppid=8584 vsize=285164 CPUtime=0.69 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 1052 0 0 0 69 0 0 0 18 0 4 0 385276609 292007936 2765 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=285164 CPUtime=0.69 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 1113 0 0 0 69 0 0 0 18 0 4 0 385276609 292007936 2765 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=285164 CPUtime=0.68 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 1013 0 0 0 68 0 0 0 25 0 4 0 385276609 292007936 2765 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285164

[startup+1.50108 s]
/proc/loadavg: 0.48 0.10 0.06 9/323 8590
/proc/meminfo: memFree=27301660/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=286488 CPUtime=5.97 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 9043 0 0 0 596 1 0 0 20 0 4 0 385276609 293363712 4843 33554432000 4194304 4650419 140737109190064 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 71622 4843 395 112 0 66587 0
[pid=8586/tid=8587] ppid=8584 vsize=286488 CPUtime=1.49 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 1810 0 0 0 149 0 0 0 19 0 4 0 385276609 293363712 4843 33554432000 4194304 4650419 140737109190064 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=286488 CPUtime=1.49 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 1956 0 0 0 149 0 0 0 20 0 4 0 385276609 293363712 4843 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=286488 CPUtime=1.47 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 1607 0 0 0 147 0 0 0 25 0 4 0 385276609 293363712 4843 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286488

[startup+3.10079 s]
/proc/loadavg: 0.48 0.10 0.06 9/323 8591
/proc/meminfo: memFree=27259040/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=295064 CPUtime=12.35 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 17681 0 0 0 1233 2 0 0 25 0 4 0 385276609 302145536 10129 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 73766 10129 395 112 0 68731 0
[pid=8586/tid=8587] ppid=8584 vsize=295064 CPUtime=3.08 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 3886 0 0 0 308 0 0 0 25 0 4 0 385276609 302145536 10129 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=295064 CPUtime=3.09 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 4755 0 0 0 309 0 0 0 25 0 4 0 385276609 302145536 10129 33554432000 4194304 4650419 140737109190064 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=295064 CPUtime=3.05 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 4076 0 0 0 305 0 0 0 25 0 4 0 385276609 302145536 10129 33554432000 4194304 4650419 140737109190064 18446744073709551615 4364738 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 295064

[startup+6.30023 s]
/proc/loadavg: 1.08 0.23 0.11 9/323 8591
/proc/meminfo: memFree=27219992/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=303928 CPUtime=25.12 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 25774 0 0 0 2507 5 0 0 25 0 4 0 385276609 311222272 12998 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363520 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 75982 12998 395 112 0 70947 0
[pid=8586/tid=8587] ppid=8584 vsize=303928 CPUtime=6.29 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 6382 0 0 0 628 1 0 0 25 0 4 0 385276609 311222272 12998 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=303928 CPUtime=6.29 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 6596 0 0 0 628 1 0 0 25 0 4 0 385276609 311222272 12998 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=303928 CPUtime=6.22 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 5640 0 0 0 621 1 0 0 25 0 4 0 385276609 311222272 12998 33554432000 4194304 4650419 140737109190064 18446744073709551615 4328352 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 303928

[startup+12.7011 s]
/proc/loadavg: 1.64 0.36 0.15 9/323 8591
/proc/meminfo: memFree=27161708/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=304440 CPUtime=50.65 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 41068 0 0 0 5056 9 0 0 25 0 4 0 385276609 311746560 19360 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 76110 19360 395 112 0 71075 0
[pid=8586/tid=8587] ppid=8584 vsize=304440 CPUtime=12.69 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 10592 0 0 0 1267 2 0 0 25 0 4 0 385276609 311746560 19360 33554432000 4194304 4650419 140737109190064 18446744073709551615 4310353 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=304440 CPUtime=12.68 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 10416 0 0 0 1266 2 0 0 25 0 4 0 385276609 311746560 19360 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=304440 CPUtime=12.56 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 8743 0 0 0 1254 2 0 0 25 0 4 0 385276609 311746560 19360 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 304440

[startup+25.5008 s]
/proc/loadavg: 3.11 0.75 0.28 9/323 8591
/proc/meminfo: memFree=27116052/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=311228 CPUtime=101.72 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 63401 0 0 0 10156 16 0 0 25 0 4 0 385276609 318697472 26179 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 77807 26179 395 112 0 72772 0
[pid=8586/tid=8587] ppid=8584 vsize=311228 CPUtime=25.49 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 17201 0 0 0 2545 4 0 0 25 0 4 0 385276609 318697472 26179 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=311228 CPUtime=25.48 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 16519 0 0 0 2544 4 0 0 25 0 4 0 385276609 318697472 26179 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=311228 CPUtime=25.22 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 11724 0 0 0 2519 3 0 0 25 0 4 0 385276609 318697472 26179 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 311228

[startup+51.1003 s]
/proc/loadavg: 4.78 1.33 0.48 9/323 8592
/proc/meminfo: memFree=27047908/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=321848 CPUtime=203.87 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 98765 0 0 0 20360 27 0 0 25 0 4 0 385276609 329572352 34003 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 80462 34003 395 112 0 75427 0
[pid=8586/tid=8587] ppid=8584 vsize=321848 CPUtime=51.09 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 28752 0 0 0 5102 7 0 0 25 0 4 0 385276609 329572352 34003 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=321848 CPUtime=51.09 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 25584 0 0 0 5102 7 0 0 25 0 4 0 385276609 329572352 34003 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=321848 CPUtime=50.57 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 17547 0 0 0 5052 5 0 0 25 0 4 0 385276609 329572352 34003 33554432000 4194304 4650419 140737109190064 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 321848

[startup+102.312 s]
/proc/loadavg: 6.69 2.39 0.89 9/323 8593
/proc/meminfo: memFree=27002360/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=334196 CPUtime=408.2 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 146031 0 0 0 40776 44 0 0 25 0 4 0 385276609 342216704 43423 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 83549 43423 395 112 0 78514 0
[pid=8586/tid=8587] ppid=8584 vsize=334196 CPUtime=102.3 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 42295 0 0 0 10218 12 0 0 25 0 4 0 385276609 342216704 43423 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=334196 CPUtime=102.29 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 37641 0 0 0 10218 11 0 0 25 0 4 0 385276609 342216704 43423 33554432000 4194304 4650419 140737109190064 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=334196 CPUtime=101.27 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 24888 0 0 0 10119 8 0 0 25 0 4 0 385276609 342216704 43423 33554432000 4194304 4650419 140737109190064 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 334196

[startup+162.301 s]

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

[pid=8586] ppid=8584 vsize=523968 CPUtime=2802.19 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 461312 0 0 0 280029 190 0 0 25 0 4 0 385276609 536543232 95230 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 130992 95230 395 112 0 125957 0
[pid=8586/tid=8587] ppid=8584 vsize=523968 CPUtime=702.31 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 134979 0 0 0 70176 55 0 0 25 0 4 0 385276609 536543232 95230 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365369 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=523968 CPUtime=702.3 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 116706 0 0 0 70181 49 0 0 25 0 4 0 385276609 536543232 95230 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=523968 CPUtime=695.25 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 82282 0 0 0 69491 34 0 0 25 0 4 0 385276609 536543232 95230 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.19
Current children cumulated vsize (KiB) 523968

[startup+762.312 s]
/proc/loadavg: 8.13 7.47 4.54 9/323 8611
/proc/meminfo: memFree=26600800/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=601176 CPUtime=3041.64 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 486543 0 0 0 303961 203 0 0 25 0 4 0 385276609 615604224 99515 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 150294 99515 395 112 0 145259 0
[pid=8586/tid=8587] ppid=8584 vsize=601176 CPUtime=762.32 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 141049 0 0 0 76175 57 0 0 25 0 4 0 385276609 615604224 99515 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=601176 CPUtime=762.31 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 123461 0 0 0 76179 52 0 0 25 0 4 0 385276609 615604224 99515 33554432000 4194304 4650419 140737109190064 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=601176 CPUtime=754.66 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 87336 0 0 0 75428 38 0 0 25 0 4 0 385276609 615604224 99515 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.64
Current children cumulated vsize (KiB) 601176

[startup+822.301 s]
/proc/loadavg: 8.14 7.59 4.77 9/323 8612
/proc/meminfo: memFree=26601244/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=601436 CPUtime=3281.01 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 509688 0 0 0 327887 214 0 0 25 0 4 0 385276609 615870464 100238 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 150359 100238 395 112 0 145324 0
[pid=8586/tid=8587] ppid=8584 vsize=601436 CPUtime=822.31 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 147229 0 0 0 82171 60 0 0 25 0 4 0 385276609 615870464 100238 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=601436 CPUtime=822.31 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 128866 0 0 0 82175 56 0 0 25 0 4 0 385276609 615870464 100238 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=601436 CPUtime=814.06 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 90239 0 0 0 81367 39 0 0 25 0 4 0 385276609 615870464 100238 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.01
Current children cumulated vsize (KiB) 601436

[startup+882.301 s]
/proc/loadavg: 8.14 7.70 4.97 9/323 8614
/proc/meminfo: memFree=26560908/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=732392 CPUtime=3520.39 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 529730 0 0 0 351814 225 0 0 25 0 4 0 385276609 749969408 105828 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 183098 105828 395 112 0 178063 0
[pid=8586/tid=8587] ppid=8584 vsize=732392 CPUtime=882.31 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 154383 0 0 0 88168 63 0 0 25 0 4 0 385276609 749969408 105828 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=732392 CPUtime=882.31 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 131969 0 0 0 88173 58 0 0 25 0 4 0 385276609 749969408 105828 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=732392 CPUtime=873.44 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 93101 0 0 0 87303 41 0 0 25 0 4 0 385276609 749969408 105828 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.39
Current children cumulated vsize (KiB) 732392

[startup+942.301 s]
/proc/loadavg: 8.13 7.78 5.17 9/323 8616
/proc/meminfo: memFree=26499984/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=720196 CPUtime=3759.79 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 551195 0 0 0 375741 238 0 0 25 0 4 0 385276609 737480704 109509 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 180049 109509 395 112 0 175014 0
[pid=8586/tid=8587] ppid=8584 vsize=720196 CPUtime=942.31 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 160986 0 0 0 94163 68 0 0 25 0 4 0 385276609 737480704 109509 33554432000 4194304 4650419 140737109190064 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=720196 CPUtime=942.31 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 134304 0 0 0 94172 59 0 0 25 0 4 0 385276609 737480704 109509 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=720196 CPUtime=932.83 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 97992 0 0 0 93240 43 0 0 25 0 4 0 385276609 737480704 109509 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.79
Current children cumulated vsize (KiB) 720196

[startup+1002.3 s]
/proc/loadavg: 8.08 7.83 5.35 9/323 8617
/proc/meminfo: memFree=26503168/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=682080 CPUtime=3999.18 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 572238 0 0 0 399666 252 0 0 25 0 4 0 385276609 698449920 111049 33554432000 4194304 4650419 140737109190064 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 170520 111049 395 112 0 165485 0
[pid=8586/tid=8587] ppid=8584 vsize=682080 CPUtime=1002.31 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 167534 0 0 0 100159 72 0 0 25 0 4 0 385276609 698449920 111049 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=682080 CPUtime=1002.3 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 140056 0 0 0 100168 62 0 0 25 0 4 0 385276609 698449920 111049 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=682080 CPUtime=992.22 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 99700 0 0 0 99177 45 0 0 25 0 4 0 385276609 698449920 111049 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.18
Current children cumulated vsize (KiB) 682080

[startup+1062.3 s]
/proc/loadavg: 8.03 7.86 5.51 9/323 8619
/proc/meminfo: memFree=26476216/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=682440 CPUtime=4238.57 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 593985 0 0 0 423593 264 0 0 25 0 4 0 385276609 698818560 115504 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 170610 115504 395 112 0 165575 0
[pid=8586/tid=8587] ppid=8584 vsize=682440 CPUtime=1062.32 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 173998 0 0 0 106155 77 0 0 25 0 4 0 385276609 698818560 115504 33554432000 4194304 4650419 140737109190064 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=682440 CPUtime=1062.3 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 143252 0 0 0 106165 65 0 0 25 0 4 0 385276609 698818560 115504 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=682440 CPUtime=1051.61 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 105635 0 0 0 105114 47 0 0 25 0 4 0 385276609 698818560 115504 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.57
Current children cumulated vsize (KiB) 682440

[startup+1122.3 s]
/proc/loadavg: 8.08 7.91 5.68 9/323 8620
/proc/meminfo: memFree=26456580/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=814300 CPUtime=4477.96 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 613155 0 0 0 447519 277 0 0 25 0 4 0 385276609 833843200 118991 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 203575 118991 395 112 0 198540 0
[pid=8586/tid=8587] ppid=8584 vsize=814300 CPUtime=1122.31 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 180336 0 0 0 112151 80 0 0 25 0 4 0 385276609 833843200 118991 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=814300 CPUtime=1122.31 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 145051 0 0 0 112165 66 0 0 25 0 4 0 385276609 833843200 118991 33554432000 4194304 4650419 140737109190064 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=814300 CPUtime=1110.99 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 110969 0 0 0 111049 50 0 0 25 0 4 0 385276609 833843200 118991 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.96
Current children cumulated vsize (KiB) 814300

[startup+1182.3 s]
/proc/loadavg: 8.10 7.94 5.83 9/323 8622
/proc/meminfo: memFree=26434960/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=656388 CPUtime=4717.36 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 631529 0 0 0 471447 289 0 0 25 0 4 0 385276609 672141312 122254 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 164097 122254 395 112 0 159062 0
[pid=8586/tid=8587] ppid=8584 vsize=656388 CPUtime=1182.32 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 183799 0 0 0 118149 83 0 0 25 0 4 0 385276609 672141312 122254 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=656388 CPUtime=1182.31 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 148780 0 0 0 118162 69 0 0 25 0 4 0 385276609 672141312 122254 33554432000 4194304 4650419 140737109190064 18446744073709551615 4333771 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=656388 CPUtime=1170.39 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 115116 0 0 0 116986 53 0 0 25 0 4 0 385276609 672141312 122254 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.36
Current children cumulated vsize (KiB) 656388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.14 7.96 5.88 5/318 8624
/proc/meminfo: memFree=26843320/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=669744 CPUtime=4800.38 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 640869 0 0 0 479744 294 0 0 25 0 4 0 385276609 685817856 121188 33554432000 4194304 4650419 140737109190064 18446744073709551615 4328256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 167436 121188 395 112 0 162401 0
[pid=8586/tid=8587] ppid=8584 vsize=669744 CPUtime=1203.13 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 186233 0 0 0 120229 84 0 0 25 0 4 0 385276609 685817856 121190 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=669744 CPUtime=1203.12 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 150914 0 0 0 120243 69 0 0 25 0 4 0 385276609 685817856 121190 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=669744 CPUtime=1190.98 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 117073 0 0 0 119044 54 0 0 25 0 4 0 385276609 685817856 121190 33554432000 4194304 4650419 140737109190064 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 669744

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

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

[startup+1203.1 s]
/proc/loadavg: 8.14 7.96 5.88 5/318 8624
/proc/meminfo: memFree=26843320/32951124 swapFree=46575252/67111528
[pid=8586] ppid=8584 vsize=669744 CPUtime=4800.38 cores=1,3,5,7
/proc/8586/stat : 8586 (strangenight1-m) R 8584 8586 8545 0 -1 4202496 640869 0 0 0 479744 294 0 0 25 0 4 0 385276609 685817856 121188 33554432000 4194304 4650419 140737109190064 18446744073709551615 4328256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8586/statm: 167436 121188 395 112 0 162401 0
[pid=8586/tid=8587] ppid=8584 vsize=669744 CPUtime=1203.13 cores=1,3,5,7
/proc/8586/task/8587/stat : 8587 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 186233 0 0 0 120229 84 0 0 25 0 4 0 385276609 685817856 121190 33554432000 4194304 4650419 140737109190064 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8586/tid=8588] ppid=8584 vsize=669744 CPUtime=1203.12 cores=1,3,5,7
/proc/8586/task/8588/stat : 8588 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 150914 0 0 0 120243 69 0 0 25 0 4 0 385276609 685817856 121190 33554432000 4194304 4650419 140737109190064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8586/tid=8589] ppid=8584 vsize=669744 CPUtime=1190.98 cores=1,3,5,7
/proc/8586/task/8589/stat : 8589 (strangenight1-m) R 8584 8586 8545 0 -1 4202560 117073 0 0 0 119044 54 0 0 25 0 4 0 385276609 685817856 121190 33554432000 4194304 4650419 140737109190064 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 669744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.44
CPU user time (s): 4797.48
CPU system time (s): 2.96255
CPU usage (%): 398.993
Max. virtual memory (cumulated for all children) (KiB): 814300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.48
system time used= 2.96255
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 640872
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= 349
involuntary context switches= 32543

runsolver used 2.99954 second user time and 9.15961 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 00:07:33
IDJOB=3369048
IDBENCH=83057
IDSOLVER=1846
FILE ID=node107/3369048-1305410853
RUNJOBID= node107-1305410852-8564
PBS_JOBID= 13324536
Free space on /tmp= 73428 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1940049314-069.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369048-1305410853/watcher-3369048-1305410853 -o /tmp/evaluation-result-3369048-1305410853/solver-3369048-1305410853 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369048-1305410853.cnf

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

MD5SUM BENCH= c3d1d9237da00564d672945308bcff7c
RANDOM SEED=187629669

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27317596 kB
Buffers:        130512 kB
Cached:         924896 kB
SwapCached:       9832 kB
Active:        5278920 kB
Inactive:        74408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27317596 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           12644 kB
Writeback:           0 kB
AnonPages:     4295076 kB
Mapped:          19700 kB
Slab:           146800 kB
PageTables:      68804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65010324 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= 73420 MiB
End job on node107 at 2011-05-15 00:27:39