Trace number 3366568

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-2-mt (fixed)? (TO) 4800.29 1202.83

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S157016908-041.UNKNOWN.cnf
MD5SUM84ed72ef969365b45feb251988bfac3d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366568-1305408329.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2982/2982 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 blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
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:    700 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     307 undec:      74 neg:     319
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       683      2964         0         0      8985         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.40/0.18	c  N st     8      4916       683      2964         0      4843      8985    142075   no data   no data
1.57/0.47	c  N st    10     11299       683      2964         0      4481      8985     91004   no data   no data
2.77/0.78	c  N st    11     17042       683      2964         0     10114      8985    261583   no data   no data
4.38/1.20	c  F st    12     25000       683      2964         0     12450      8985    326066   no data   no data
4.38/1.20	c  N st    12     25000       683      2964         0     12450      8985    326066   no data   no data
5.56/1.47	c Decided on static restart strategy
5.56/1.47	c  N st    18     30001       683      2964         0     10721      8985    252795   no data   no data
5.56/1.47	c  S st    18     30001       683      2964         0     10721      8985    252795   no data   no data
5.56/1.50	c  S st    18     30505       683      2964         0     11224      8985    266659   no data   no data
5.96/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.96/1.50	c blocked clauses removed:       26 vars:      4 tried:         683 T: 0.00 s
5.96/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
5.96/1.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.96/1.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.56	c lits-rem:       100  cl-subs:      326  v-elim:      0  v-fix:    0  time:  0.05 s
5.96/1.57	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.01
5.96/1.57	c calculated reachability. Time: 0.00
5.96/1.57	c  N st    18     30505       679      2938         0     10897      8907    255237   no data   no data
7.96/2.01	c  N st    20     37618       679      2938         0     10125      8907    214667   no data   no data
9.55/2.44	c  N st    21     44019       679      2938         0     16457      8907    408567   no data   no data
9.95/2.57	c  S st    22     45757       679      2938         0      9357      8907    163608   no data   no data
10.35/2.60	c  S st    22     46259       679      2938         0      9859      8907    178423   no data   no data
10.35/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.35/2.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.35/2.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
10.35/2.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.35/2.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.35/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.62	c lits-rem:         6  cl-subs:       49  v-elim:      0  v-fix:    0  time:  0.01 s
10.35/2.62	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
10.35/2.63	c vivif2 --  cl tried     9810 cl shrink        0 lits rem          0 time: 0.00
10.35/2.63	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.01
10.35/2.63	c calculated reachability. Time: 0.00
10.35/2.63	c  N st    22     46259       679      2938         0      9810      8907    176550   no data   no data
14.34/3.63	c  N st    23     60658       679      2938         0     14136      8907    290781   no data   no data
17.14/4.32	c  N st    24     69391       679      2938         0     11924      8907    210879   no data   no data
17.14/4.32	c  S st    24     69391       679      2938         0     11924      8907    210879   no data   no data
17.14/4.35	c  S st    24     69895       679      2938         0     12428      8907    225121   no data   no data
17.14/4.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.14/4.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.14/4.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.14/4.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.14/4.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.14/4.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
17.14/4.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.14/4.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.14/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.14/4.39	c lits-rem:        84  cl-subs:      144  v-elim:      0  v-fix:    0  time:  0.02 s
17.14/4.39	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
17.14/4.39	c vivif2 --  cl tried    12284 cl shrink        0 lits rem          0 time: 0.00
17.14/4.40	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.01
17.14/4.40	c calculated reachability. Time: 0.00
17.14/4.40	c  N st    24     69895       679      2938         0     12284      8907    220844   no data   no data
22.72/5.73	c  F st    25     87500       679      2938         0     17784      8907    373464   no data   no data
22.72/5.73	c  N st    25     87500       679      2938         0     17784      8907    373464   no data   no data
24.31/6.14	c Decided on static restart strategy
25.12/6.39	c  N st    32     95537       679      2938         0     12959      8907    206419   no data   no data
28.31/7.11	c  N st    34    104842       679      2938         0     22172      8907    504509   no data   no data
28.31/7.11	c  S st    34    104842       679      2938         0     22172      8907    504509   no data   no data
28.31/7.16	c  S st    34    105347       679      2938         0     22677      8907    518565   no data   no data
28.31/7.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.31/7.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.31/7.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.31/7.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.31/7.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.31/7.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
28.31/7.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
28.31/7.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.31/7.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.11/7.30	c lits-rem:        72  cl-subs:      270  v-elim:      0  v-fix:    0  time:  0.11 s
29.11/7.30	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
29.11/7.31	c vivif2 --  cl tried    22407 cl shrink        0 lits rem          0 time: 0.01
29.11/7.32	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.01
29.11/7.32	c calculated reachability. Time: 0.00
29.11/7.32	c  N st    34    105347       679      2938         0     22407      8907    507987   no data   no data
32.30/8.15	c  N st    35    114947       679      2938         0     18054      8907    329544   no data   no data
37.48/9.47	c  N st    36    129344       679      2938         0     17457      8907    291552   no data   no data
45.46/11.46	c  N st    37    150939       679      2938         0     22957      8907    431135   no data   no data
48.27/12.12	c  S st    38    158023       679      2938         0     29947      8907    642032   no data   no data
48.27/12.20	c  S st    38    158528       679      2938         0     30452      8907    655812   no data   no data
48.27/12.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.69/12.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.69/12.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.69/12.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.69/12.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.69/12.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
48.69/12.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
48.69/12.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.69/12.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.86/12.57	c lits-rem:       193  cl-subs:      922  v-elim:      0  v-fix:    0  time:  0.32 s
49.86/12.57	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
49.86/12.58	c vivif2 --  cl tried    29530 cl shrink        0 lits rem          0 time: 0.01
49.86/12.60	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.02
49.86/12.60	c calculated reachability. Time: 0.00
49.86/12.60	c  N st    38    158528       679      2938         0     29530      8907    626614   no data   no data
71.40/17.99	c  N st    39    207116       679      2938         0     24160      8907    444469   no data   no data
86.56/21.70	c  N st    40    237792       679      2938         0     34597      8907    726848   no data   no data
86.56/21.70	c  S st    40    237792       679      2938         0     34597      8907    726848   no data   no data
86.56/21.79	c  S st    40    238296       679      2938         0     35101      8907    741263   no data   no data
86.56/21.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.96/21.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
86.96/21.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.96/21.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.96/21.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.96/21.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
86.96/21.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
86.96/21.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
86.96/21.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.76/22.58	c lits-rem:       330  cl-subs:     1529  v-elim:      0  v-fix:    0  time:  0.75 s
89.76/22.58	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
89.76/22.59	c vivif2 --  cl tried    33572 cl shrink        0 lits rem          0 time: 0.01
90.16/22.61	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.02
90.16/22.62	c calculated reachability. Time: 0.00
90.16/22.62	c  N st    40    238296       679      2938         0     33572      8907    690381   no data   no data
125.68/31.57	c  F st    41    306251       679      2938         0     35404      8907    673683   no data   no data
125.68/31.57	c  N st    41    306251       679      2938         0     35404      8907    673683   no data   no data
136.07/34.20	c  N dy    88    325930       679      2938         0     31281      8907    476251     19.24     20.64
148.03/37.18	c  N dy   174    345964       679      2938         0     26433      8907    299371     19.25     20.34
154.05/38.62	c  S st   229    357445       679      2938         0     37823      8907    622400     19.30     19.16
154.41/38.71	c  S st   229    357946       679      2938         0     38324      8907    636971     19.30   no data
154.41/38.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
154.41/38.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
154.41/38.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
154.41/38.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.41/38.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.41/38.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
154.41/38.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
154.41/38.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
154.41/38.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.21/38.94	c lits-rem:       140  cl-subs:      382  v-elim:      0  v-fix:    0  time:  0.18 s
155.21/38.94	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
155.21/38.95	c vivif2 --  cl tried    37942 cl shrink        0 lits rem          0 time: 0.01
155.21/38.97	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.02
155.21/38.97	c calculated reachability. Time: 0.00
155.21/38.97	c  N dy   229    357946       679      2938         0     37942      8907    624625     19.30   no data
167.23/41.99	c  N dy   309    378346       679      2938         0     32437      8907    445180     19.30     20.34
179.97/45.20	c  N dy   417    398425       679      2938         0     52378      8907   1020243     19.50     22.62
191.53/48.06	c  N dy   509    418714       679      2938         0     45753      8907    792856     19.54     20.64
204.70/51.31	c  N dy   594    439186       679      2938         0     38273      8907    554437     19.56     20.80
218.68/54.86	c  N dy   664    459330       679      2938         0     29476      8907    269307     19.51     20.58
230.25/57.73	c  N dy   743    479336       679      2938         0     49340      8907    843992     19.50     20.65
243.82/61.11	c  N dy   828    499436       679      2938         0     39506      8907    534075     19.51     22.46
262.98/65.91	c  N dy   876    528825       679      2938         0     37803      8907    455887     19.29     20.33
267.78/67.12	c  S st   903    536919       679      2938         0     45818      8907    683481     19.28     18.06
268.20/67.24	c  S st   903    537425       679      2938         0     46324      8907    698095     19.28   no data
268.20/67.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
268.20/67.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
268.20/67.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
268.20/67.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
268.20/67.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.20/67.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
268.20/67.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
268.20/67.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
268.20/67.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
269.75/67.64	c lits-rem:       106  cl-subs:      985  v-elim:      0  v-fix:    0  time:  0.35 s
269.75/67.64	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
269.75/67.65	c vivif2 --  cl tried    45339 cl shrink        0 lits rem          0 time: 0.01
269.75/67.68	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.03
269.75/67.68	c calculated reachability. Time: 0.00
269.75/67.68	c  N dy   903    537425       679      2938         0     45339      8907    671987     19.28   no data
286.11/71.78	c  N dy  1018    557611       679      2938         0     33688      8907    319639     19.33     20.43
299.68/75.13	c  N dy  1133    577856       679      2938         0     53774      8907    898820     19.39     20.46
314.85/78.91	c  N dy  1211    597927       679      2938         0     40955      8907    504555     19.38     20.56
330.01/82.77	c  N dy  1282    618187       679      2938         0     61028      8907   1084564     19.37     20.61
344.79/86.43	c  N dy  1389    638266       679      2938         0     47257      8907    657368     19.41     22.83
362.74/90.99	c  N dy  1477    658647       679      2938         0     67455      8907   1238382     19.42     20.70
376.72/94.43	c  N dy  1536    678790       679      2938         0     52697      8907    791508     19.38     20.54
396.26/99.30	c  N dy  1644    698894       679      2938         0     36951      8907    316008     19.42     20.55
410.63/102.95	c  N dy  1735    719586       679      2938         0     57469      8907    912909     19.42     20.53
429.80/107.74	c  N dy  1838    739637       679      2938         0     40693      8907    400695     19.45     23.88
445.36/111.60	c  N dy  1921    759748       679      2938         0     60619      8907    969861     19.46     20.50
464.12/116.32	c  N dy  2006    779831       679      2938         0     42798      8907    437425     19.46     23.64
479.69/120.26	c  N dy  2097    799889       679      2938         0     62681      8907   1010339     19.46     20.55
486.47/121.91	c  S st  2134    806138       679      2938         0     68877      8907   1188142     19.47     17.70
486.87/122.08	c  S st  2134    806644       679      2938         0     69383      8907   1202741     19.47   no data
486.87/122.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
487.28/122.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
487.28/122.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
487.28/122.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
487.28/122.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
487.28/122.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
487.28/122.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
487.28/122.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
487.28/122.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
490.46/122.99	c lits-rem:       327  cl-subs:     1182  v-elim:      0  v-fix:    0  time:  0.81 s
490.46/122.99	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
490.86/123.00	c vivif2 --  cl tried    68201 cl shrink        0 lits rem          0 time: 0.02
490.86/123.06	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.06
490.86/123.07	c calculated reachability. Time: 0.00
490.86/123.07	c  N dy  2134    806644       679      2938         0     68201      8907   1166932     19.47   no data
508.42/127.44	c  N dy  2227    826734       679      2938         0     49514      8907    613264     19.49     20.53
527.21/132.12	c  N dy  2347    846808       679      2938         0     69424      8907   1191696     19.52     20.74
545.54/136.79	c  N dy  2449    866975       679      2938         0     49761      8907    597587     19.54     20.61
563.09/141.16	c  N dy  2515    887071       679      2938         0     69691      8907   1179418     19.53     20.59
582.66/146.07	c  N dy  2574    907159       679      2938         0     48964      8907    543394     19.51     20.91
600.61/150.54	c  N dy  2653    927236       679      2938         0     68851      8907   1119165     19.52     20.64
622.57/156.00	c  N dy  2759    947287       679      2938         0     47094      8907    471506     19.54     20.57
640.94/160.67	c  N dy  2868    968628       679      2938         0     68229      8907   1079435     19.56     20.66
662.47/166.04	c  N dy  2913    988837       679      2938         0     45634      8907    403824     19.53     20.63
679.24/170.22	c  N dy  3020   1009223       679      2938         0     65849      8907    995013     19.55     20.59
703.58/176.36	c  N dy  3137   1029268       679      2938         0     85714      8907   1567872     19.57     24.12
721.54/180.87	c  N dy  3229   1050348       679      2938         0     63001      8907    879951     19.57     20.63
745.49/186.82	c  N dy  3328   1070861       679      2938         0     83338      8907   1468986     19.58     20.64
747.08/187.20	c  F st  3335   1071875       679      2938         0     84347      8907   1498002     19.58     20.49
764.28/191.58	c  N dy  3390   1091579       679      2938         0     59252      8907    743763     19.58     20.64
785.81/196.91	c  N dy  3492   1111728       679      2938         0     79224      8907   1326360     19.60     20.63
807.76/202.47	c  N dy  3559   1132212       679      2938         0     53927      8907    577313     19.59     20.88
827.70/207.42	c  N dy  3681   1152244       679      2938         0     73775      8907   1154312     19.62     20.80
855.24/214.35	c  N dy  3799   1173235       679      2938         0     48005      8907    380932     19.64     20.88
873.61/218.96	c  N dy  3890   1193547       679      2938         0     68118      8907    951052     19.64     20.82
891.95/223.59	c  S st  3941   1209967       679      2938         0     84360      8907   1419403     19.63   no data
893.15/223.85	c  S st  3941   1210469       679      2938         0     84862      8907   1434436     19.63   no data
893.15/223.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
893.55/223.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
893.55/223.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
893.55/223.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
893.55/223.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
893.55/223.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
893.55/223.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
893.55/223.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
893.55/223.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
898.34/225.20	c lits-rem:       215  cl-subs:     1736  v-elim:      0  v-fix:    0  time:  1.23 s
898.74/225.20	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
898.74/225.22	c vivif2 --  cl tried    83126 cl shrink        0 lits rem          0 time: 0.02
899.14/225.30	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.08
899.14/225.30	c calculated reachability. Time: 0.00
899.14/225.30	c  N dy  3941   1210469       679      2938         0     83126      8907   1383836     19.63   no data
922.32/231.18	c  N dy  4026   1230602       679      2938         0     55525      8907    571378     19.63     20.78
942.24/236.17	c  N dy  4111   1250670       679      2938         0     75418      8907   1141029     19.63     20.68
970.97/243.32	c  N dy  4210   1271602       679      2938         0     96194      8907   1751842     19.64     20.68
988.17/247.67	c  N dy  4275   1291694       679      2938         0     67527      8907    902757     19.63     22.03
1013.29/253.93	c  N dy  4368   1311756       679      2938         0     87418      8907   1478572     19.64     20.69
1038.42/260.24	c  N dy  4462   1332377       679      2938         0     58332      8907    613984     19.65     20.68
1061.57/266.01	c  N dy  4526   1354512       679      2938         0     80175      8907   1237381     19.63     20.71
1089.90/273.18	c  N dy  4617   1374850       679      2938         0    100352      8907   1830539     19.64     20.81
1108.65/277.83	c  N dy  4685   1394868       679      2938         0     69618      8907    911191     19.63     21.21
1134.59/284.36	c  N dy  4786   1415392       679      2938         0     89954      8907   1497218     19.64     21.10
1160.53/290.84	c  N dy  4873   1435437       679      2938         0     58347      8907    575963     19.64     21.28
1181.33/296.07	c  N dy  4942   1455509       679      2938         0     78207      8907   1141816     19.64     22.26
1211.63/303.63	c  N dy  5067   1476076       679      2938         0     98610      8907   1743460     19.66     20.71
1235.57/309.62	c  N dy  5178   1496364       679      2938         0     66205      8907    775166     19.67     20.74
1259.93/315.71	c  N dy  5279   1516370       679      2938         0     86060      8907   1357896     19.68     20.76
1290.25/323.38	c  N dy  5352   1536430       679      2938         0    105919      8907   1930406     19.68     22.85
1310.60/328.45	c  N dy  5415   1557271       679      2938         0     73027      8907    938824     19.67     20.74
1344.92/337.05	c  N dy  5475   1584726       679      2938         0    100156      8907   1734796     19.65     21.07
1369.27/343.20	c  N dy  5559   1604798       679      2938         0     65615      8907    713384     19.66     21.08
1393.61/349.24	c  N dy  5683   1624863       679      2938         0     85515      8907   1300968     19.67     22.89
1433.53/359.24	c  N dy  5770   1650194       679      2938         0    110615      8907   2022754     19.67     20.76
1455.48/364.78	c  N dy  5883   1671855       679      2938         0     76615      8907   1016116     19.68     20.82
1484.60/372.09	c  N dy  5967   1693351       679      2938         0     97875      8907   1632597     19.68     21.21
1511.74/378.80	c  S st  6016   1710469       679      2938         0     58361      8907    458829     19.67   no data
1512.14/378.94	c  S st  6016   1710973       679      2938         0     58865      8907    474655     19.67   no data
1512.14/378.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1512.14/378.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1512.14/378.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1512.14/378.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1512.14/378.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1512.14/378.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
1512.14/378.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1512.14/378.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1512.14/378.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1512.54/379.08	c lits-rem:         8  cl-subs:      118  v-elim:      0  v-fix:    0  time:  0.09 s
1512.54/379.08	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
1512.54/379.09	c vivif2 --  cl tried    58747 cl shrink        0 lits rem          0 time: 0.01
1512.94/379.14	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.04
1512.94/379.14	c calculated reachability. Time: 0.00
1512.94/379.14	c  N dy  6016   1710973       679      2938         0     58747      8907    471307     19.67   no data
1533.30/384.24	c  N dy  6080   1731148       679      2938         0     78681      8907   1044111     19.67     20.89
1562.85/391.61	c  N dy  6138   1752332       679      2938         0     99585      8907   1633803     19.67     20.76
1594.76/399.62	c  N dy  6225   1772366       679      2938         0     62055      8907    541526     19.67     21.71
1616.31/405.08	c  N dy  6323   1792428       679      2938         0     81944      8907   1125130     19.67     21.08
1647.04/412.70	c  N dy  6410   1813134       679      2938         0    102451      8907   1720370     19.68     20.72
1695.73/424.93	c  N dy  6482   1850427       679      2938         0     80836      8907   1052914     19.63     20.71
1722.87/431.74	c  N dy  6531   1870755       679      2938         0    100930      8907   1638436     19.62     21.02
1757.58/440.46	c  N dy  6646   1890881       679      2938         0     61542      8907    486850     19.63     20.78
1777.96/445.57	c  N dy  6719   1910929       679      2938         0     81330      8907   1055612     19.62     24.30
1807.87/453.02	c  N dy  6794   1930931       679      2938         0    101107      8907   1622767     19.62     20.75
1844.58/462.26	c  N dy  6890   1951336       679      2938         0     60991      8907    446687     19.63     20.69
1866.17/467.68	c  N dy  6996   1971343       679      2938         0     80816      8907   1024549     19.63     21.06
1912.82/479.33	c  N dy  7060   2002528       679      2938         0    111606      8907   1911187     19.61     20.77
1944.77/487.38	c  N dy  7153   2023889       679      2938         0     71452      8907    730596     19.62     20.70
1969.90/493.64	c  N dy  7214   2044167       679      2938         0     91532      8907   1307000     19.61     20.80
2003.82/502.15	c  N dy  7324   2064237       679      2938         0    111437      8907   1892492     19.62     23.57
2038.14/510.79	c  N dy  7411   2085298       679      2938         0     69936      8907    664731     19.63     20.69
2063.31/517.10	c  N dy  7528   2105310       679      2938         0     89789      8907   1249806     19.64     20.68
2096.81/525.47	c  N dy  7624   2125514       679      2938         0    109763      8907   1825663     19.64     20.75
2133.96/534.74	c  N dy  7713   2145725       679      2938         0     66420      8907    539151     19.64     20.69
2157.87/540.76	c  N dy  7832   2165824       679      2938         0     86329      8907   1126861     19.66     20.82
2189.41/548.65	c  N dy  7941   2185917       679      2938         0    106286      8907   1713711     19.66     23.94
2226.92/558.08	c  N dy  8020   2205950       679      2938         0    126095      8907   2285681     19.67     21.12
2235.30/560.19	c  S st  8045   2210974       679      2938         0     66706      8907    522135     19.67   no data
2236.10/560.36	c  S st  8045   2211476       679      2938         0     67207      8907    537339     19.67   no data
2236.10/560.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2236.10/560.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2236.10/560.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2236.10/560.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2236.10/560.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2236.10/560.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
2236.10/560.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2236.50/560.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2236.50/560.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2236.90/560.51	c lits-rem:         6  cl-subs:       58  v-elim:      0  v-fix:    0  time:  0.09 s
2236.90/560.51	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
2236.90/560.52	c vivif2 --  cl tried    67149 cl shrink        0 lits rem          0 time: 0.01
2236.90/560.58	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.05
2236.90/560.58	c calculated reachability. Time: 0.00
2236.90/560.58	c  N dy  8045   2211476       679      2938         0     67149      8907    535377     19.67   no data
2260.45/566.40	c  N dy  8110   2231731       679      2938         0     87170      8907   1112532     19.66     20.79
2292.01/574.39	c  N dy  8216   2251780       679      2938         0    107038      8907   1690484     19.67     24.77
2340.67/586.53	c  N dy  8295   2278423       679      2938         0     68053      8907    538560     19.66     20.80
2403.72/602.34	c  N dy  8303   2326778       679      2938         0    115565      8907   1835335     19.60     20.73
2442.42/612.09	c  N dy  8392   2346869       679      2938         0     69283      8907    552173     19.60     22.34
2467.61/618.31	c  N dy  8504   2366998       679      2938         0     89230      8907   1136988     19.61     20.84
2497.91/625.94	c  N dy  8564   2387213       679      2938         0    109220      8907   1716414     19.61     20.67
2538.20/636.08	c  N dy  8651   2407217       679      2938         0    129058      8907   2293698     19.61     20.66
2567.35/643.32	c  N dy  8754   2427237       679      2938         0     81677      8907    891378     19.62     22.45
2599.30/651.35	c  N dy  8850   2449124       679      2938         0    103333      8907   1513706     19.62     20.68
2637.58/660.96	c  N dy  8937   2469500       679      2938         0    123511      8907   2101205     19.63     20.68
2675.09/670.36	c  N dy  9043   2489921       679      2938         0     75473      8907    691893     19.63     20.77
2702.23/677.11	c  N dy  9122   2510541       679      2938         0     95896      8907   1280817     19.63     20.69
2739.36/686.50	c  N dy  9214   2532540       679      2938         0    117655      8907   1917938     19.63     20.71
2782.46/697.24	c  N dy  9301   2552610       679      2938         0    137522      8907   2495606     19.63     23.17
2806.39/703.27	c  N dy  9337   2572662       679      2938         0     87999      8907   1016631     19.63     23.37
2839.12/711.42	c  N dy  9466   2592906       679      2938         0    108066      8907   1609023     19.64     20.72
2878.64/721.32	c  N dy  9575   2612912       679      2938         0    127843      8907   2186985     19.65     21.26
2915.74/730.69	c  N dy  9662   2632995       679      2938         0     77489      8907    700583     19.65     20.79
2942.89/737.40	c  N dy  9756   2653018       679      2938         0     97296      8907   1275445     19.65     22.13
2978.00/746.23	c  N dy  9870   2673267       679      2938         0    117350      8907   1866960     19.66     20.78
3019.92/756.74	c  N dy  9952   2693282       679      2938         0    137130      8907   2440125     19.66     21.25
3047.44/763.62	c  S st 10019   2711476       679      2938         0     83877      8907    862427     19.66     19.81
3048.24/763.84	c  S st 10019   2711979       679      2938         0     84380      8907    877979     19.66   no data
3048.24/763.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3048.24/763.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3048.24/763.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3048.24/763.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3048.24/763.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3048.24/763.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
3048.24/763.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3048.64/763.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3048.64/763.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3049.84/764.23	c lits-rem:        40  cl-subs:      578  v-elim:      0  v-fix:    0  time:  0.30 s
3049.84/764.23	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
3049.84/764.25	c vivif2 --  cl tried    83802 cl shrink        0 lits rem          0 time: 0.01
3050.24/764.32	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.08
3050.24/764.33	c calculated reachability. Time: 0.00
3050.24/764.33	c  N dy 10019   2711979       679      2938         0     83802      8907    861510     19.66   no data
3080.18/771.89	c  N dy 10125   2732034       679      2938         0    103661      8907   1448118     19.67     20.95
3119.28/781.62	c  N dy 10237   2752046       679      2938         0    123489      8907   2030705     19.67     21.16
3164.39/792.90	c  N dy 10336   2772050       679      2938         0    143311      8907   2611644     19.68     20.84
3191.95/799.83	c  N dy 10410   2792386       679      2938         0     91128      8907   1053645     19.68     20.90
3240.25/811.94	c  N dy 10516   2821618       679      2938         0    120010      8907   1879434     19.68     20.72
3285.29/823.21	c  N dy 10640   2841705       679      2938         0    139920      8907   2468520     19.69     20.82
3318.42/831.54	c  N dy 10743   2861784       679      2938         0     86607      8907    905120     19.69     20.95
3350.34/839.58	c  N dy 10831   2883081       679      2938         0    107687      8907   1518137     19.69     20.82
3391.44/849.83	c  N dy 10954   2903175       679      2938         0    127583      8907   2106593     19.70     24.69
3438.54/861.65	c  N dy 11047   2923204       679      2938         0    147415      8907   2687353     19.70     20.81
3466.87/868.76	c  N dy 11163   2943296       679      2938         0     93056      8907   1066385     19.71     20.86
3501.20/877.35	c  N dy 11290   2963378       679      2938         0    112952      8907   1657382     19.72     20.79
3541.11/887.37	c  N dy 11384   2983519       679      2938         0    132874      8907   2240281     19.73     20.91
3586.21/898.61	c  N dy 11483   3003617       679      2938         0     77552      8907    592703     19.73     22.99
3613.38/905.47	c  N dy 11571   3023772       679      2938         0     97487      8907   1164140     19.73     20.79
3652.89/915.36	c  N dy 11650   3047072       679      2938         0    120472      8907   1821828     19.73     20.78
3694.34/925.72	c  N dy 11717   3067136       679      2938         0    140325      8907   2400497     19.73     23.91
3735.06/935.93	c  N dy 11828   3087326       679      2938         0     84146      8907    755434     19.73     20.86
3761.40/942.58	c  N dy 11850   3107445       679      2938         0    104039      8907   1329465     19.72     20.79
3798.51/951.88	c  N dy 11952   3127658       679      2938         0    124084      8907   1926867     19.72     21.15
3845.21/963.54	c  N dy 12057   3147846       679      2938         0    144071      8907   2511648     19.73     20.96
3885.14/973.60	c  N dy 12181   3167887       679      2938         0     86724      8907    818404     19.74     21.37
3916.29/981.32	c  N dy 12301   3187969       679      2938         0    106639      8907   1406572     19.75     22.89
3954.97/991.10	c  N dy 12420   3207976       679      2938         0    126485      8907   1985694     19.75     21.74
3963.75/993.26	c  S st 12440   3211982       679      2938         0    130449      8907   2103221     19.75     18.76
3965.34/993.63	c  S st 12440   3212483       679      2938         0    130949      8907   2118538     19.75   no data
3965.34/993.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3965.74/993.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3965.74/993.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3965.74/993.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3965.74/993.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3965.74/993.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
3965.74/993.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3965.74/993.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3966.14/993.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3974.51/995.92	c lits-rem:       170  cl-subs:     1798  v-elim:      0  v-fix:    0  time:  2.12 s
3974.51/995.92	c vivif2 --  cl tried     2938 cl shrink        0 lits rem          0 time: 0.00
3974.51/995.95	c vivif2 --  cl tried   129151 cl shrink        0 lits rem          0 time: 0.03
3974.91/996.09	c asymm  cl-useful: 0/2938/2938 lits-rem:0 time: 0.14
3974.91/996.09	c calculated reachability. Time: 0.00
3974.91/996.09	c  N dy 12440   3212483       679      2938         0    129151      8907   2060814     19.75   no data
4049.14/1014.64	c  N dy 12479   3250802       679      2938         0     88748      8907    842412     19.72     20.99
4080.66/1022.56	c  N dy 12583   3270814       679      2938         0    108584      8907   1420365     19.73     21.88
4119.78/1032.35	c  N dy 12689   3290908       679      2938         0    128503      8907   2006821     19.73     21.34
4164.87/1043.61	c  N dy 12760   3311000       679      2938         0    148386      8907   2589323     19.73     22.06
4206.00/1053.96	c  N dy 12867   3331580       679      2938         0     89598      8907    853506     19.73     21.07
4237.49/1061.81	c  N dy 12960   3351612       679      2938         0    109437      8907   1435658     19.74     27.70
4283.39/1073.38	c  N dy 13044   3376053       679      2938         0    133637      8907   2141228     19.74     20.78
4332.90/1085.76	c  N dy 13154   3396153       679      2938         0    153545      8907   2730478     19.74     21.42
4368.80/1094.76	c  N dy 13234   3416469       679      2938         0     93398      8907    929025     19.74     21.01
4402.33/1103.17	c  N dy 13314   3436550       679      2938         0    113208      8907   1502610     19.74     22.11
4443.43/1113.45	c  N dy 13441   3456594       679      2938         0    133081      8907   2097281     19.75     21.29
4492.13/1125.68	c  N dy 13512   3477557       679      2938         0    153769      8907   2686307     19.75     20.93
4531.63/1135.59	c  N dy 13599   3497642       679      2938         0     92556      8907    890325     19.75     21.99
4566.75/1144.36	c  N dy 13684   3519066       679      2938         0    113765      8907   1510424     19.75     20.86
4608.25/1154.78	c  N dy 13776   3539911       679      2938         0    134414      8907   2117558     19.75     20.80
4657.75/1167.18	c  N dy 13879   3559967       679      2938         0    154263      8907   2699073     19.76     22.10
4706.83/1179.40	c  N dy 14002   3584933       679      2938         0     96845      8907   1000499     19.76     20.91
4742.75/1188.45	c  N dy 14102   3606016       679      2938         0    117737      8907   1611988     19.76     20.81
4785.49/1199.17	c  N dy 14213   3626050       679      2938         0    137582      8907   2195019     19.77     23.83

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-3366568-1305408329/watcher-3366568-1305408329 -o /tmp/evaluation-result-3366568-1305408329/solver-3366568-1305408329 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366568-1305408329.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: 7.81 8.03 8.04 6/298 2672
/proc/meminfo: memFree=12531528/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652432575 52396032 347 33554432000 4194304 4580107 140737157277936 18446744073709551615 208080288753 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 12792 347 299 95 0 7774 0
[pid=2672/tid=2673] ppid=2670 vsize=273808 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 4 0 652432575 280379392 861 33554432000 4194304 4580107 140737157277936 18446744073709551615 208080275639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=273808 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 140 0 0 0 0 0 0 0 25 0 4 0 652432575 280379392 866 33554432000 4194304 4580107 140737157277936 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=273808 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 161 0 0 0 0 0 0 0 25 0 4 0 652432575 280379392 870 33554432000 4194304 4580107 140737157277936 18446744073709551615 4292985 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.108552 s]
/proc/loadavg: 7.81 8.03 8.04 6/298 2672
/proc/meminfo: memFree=12531528/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=282936 CPUtime=0.4 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 1972 0 0 0 40 0 0 0 25 0 4 0 652432575 289726464 1831 33554432000 4194304 4580107 140737157277936 18446744073709551615 4317008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 70734 1831 377 95 0 65716 0
[pid=2672/tid=2673] ppid=2670 vsize=282936 CPUtime=0.09 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 417 0 0 0 9 0 0 0 25 0 4 0 652432575 289726464 1831 33554432000 4194304 4580107 140737157277936 18446744073709551615 4293728 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=282936 CPUtime=0.09 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 391 0 0 0 9 0 0 0 25 0 4 0 652432575 289726464 1831 33554432000 4194304 4580107 140737157277936 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=282936 CPUtime=0.1 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 304 0 0 0 10 0 0 0 25 0 4 0 652432575 289726464 1831 33554432000 4194304 4580107 140737157277936 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282936

[startup+0.200535 s]
/proc/loadavg: 7.81 8.03 8.04 6/298 2672
/proc/meminfo: memFree=12531528/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=284376 CPUtime=0.77 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 2699 0 0 0 77 0 0 0 25 0 4 0 652432575 291201024 1853 33554432000 4194304 4580107 140737157277936 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 71094 1853 377 95 0 66076 0
[pid=2672/tid=2673] ppid=2670 vsize=284376 CPUtime=0.19 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 605 0 0 0 19 0 0 0 25 0 4 0 652432575 291201024 1853 33554432000 4194304 4580107 140737157277936 18446744073709551615 4318850 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=284376 CPUtime=0.19 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 578 0 0 0 19 0 0 0 25 0 4 0 652432575 291201024 1853 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=284376 CPUtime=0.19 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 488 0 0 0 19 0 0 0 25 0 4 0 652432575 291201024 1853 33554432000 4194304 4580107 140737157277936 18446744073709551615 4320840 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284376

[startup+0.300515 s]
/proc/loadavg: 7.81 8.03 8.04 6/298 2672
/proc/meminfo: memFree=12531528/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=284508 CPUtime=1.17 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 3127 0 0 0 117 0 0 0 25 0 4 0 652432575 291336192 2281 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 71127 2281 377 95 0 66109 0
[pid=2672/tid=2673] ppid=2670 vsize=284508 CPUtime=0.29 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 698 0 0 0 29 0 0 0 25 0 4 0 652432575 291336192 2281 33554432000 4194304 4580107 140737157277936 18446744073709551615 4306048 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=284508 CPUtime=0.29 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 686 0 0 0 29 0 0 0 25 0 4 0 652432575 291336192 2282 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=284508 CPUtime=0.29 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 614 0 0 0 29 0 0 0 25 0 4 0 652432575 291336192 2282 33554432000 4194304 4580107 140737157277936 18446744073709551615 4306080 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284508

[startup+0.70044 s]
/proc/loadavg: 7.81 8.03 8.04 6/298 2672
/proc/meminfo: memFree=12531528/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=285552 CPUtime=2.77 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 4881 0 0 0 276 1 0 0 25 0 4 0 652432575 292405248 2963 33554432000 4194304 4580107 140737157277936 18446744073709551615 208079929099 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 71388 2964 377 95 0 66370 0
[pid=2672/tid=2673] ppid=2670 vsize=285552 CPUtime=0.69 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 1155 0 0 0 69 0 0 0 25 0 4 0 652432575 292405248 2964 33554432000 4194304 4580107 140737157277936 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=285552 CPUtime=0.68 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 1157 0 0 0 68 0 0 0 25 0 4 0 652432575 292405248 2964 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=285552 CPUtime=0.69 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 1042 0 0 0 69 0 0 0 25 0 4 0 652432575 292405248 2964 33554432000 4194304 4580107 140737157277936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285552

[startup+1.50029 s]
/proc/loadavg: 7.81 8.03 8.04 9/302 2676
/proc/meminfo: memFree=12518232/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=287252 CPUtime=5.96 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 8471 0 0 0 595 1 0 0 25 0 4 0 652432575 294146048 3554 33554432000 4194304 4580107 140737157277936 18446744073709551615 4455856 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 71813 3554 378 95 0 66795 0
[pid=2672/tid=2673] ppid=2670 vsize=287252 CPUtime=1.48 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 2057 0 0 0 148 0 0 0 25 0 4 0 652432575 294146048 3555 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=287252 CPUtime=1.47 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 2055 0 0 0 147 0 0 0 25 0 4 0 652432575 294146048 3555 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=287252 CPUtime=1.49 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 1958 0 0 0 149 0 0 0 25 0 4 0 652432575 294146048 3556 33554432000 4194304 4580107 140737157277936 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287252

[startup+3.10099 s]
/proc/loadavg: 7.81 8.03 8.04 9/302 2676
/proc/meminfo: memFree=12504220/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=279660 CPUtime=12.35 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 19211 0 0 0 1232 3 0 0 25 0 4 0 652432575 286371840 11007 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 69915 11007 379 95 0 64897 0
[pid=2672/tid=2673] ppid=2670 vsize=279660 CPUtime=3.08 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 4015 0 0 0 308 0 0 0 25 0 4 0 652432575 286371840 11007 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=279660 CPUtime=3.06 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 4817 0 0 0 306 0 0 0 25 0 4 0 652432575 286371840 11007 33554432000 4194304 4580107 140737157277936 18446744073709551615 4318699 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=279660 CPUtime=3.09 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 5080 0 0 0 308 1 0 0 25 0 4 0 652432575 286371840 11007 33554432000 4194304 4580107 140737157277936 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 279660

[startup+6.30038 s]
/proc/loadavg: 7.82 8.03 8.04 9/302 2676
/proc/meminfo: memFree=12481720/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=286776 CPUtime=25.12 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 28869 0 0 0 2507 5 0 0 25 0 4 0 652432575 293658624 15523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 71694 15523 381 95 0 66676 0
[pid=2672/tid=2673] ppid=2670 vsize=286776 CPUtime=6.28 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 7250 0 0 0 628 0 0 0 25 0 4 0 652432575 293658624 15523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=286776 CPUtime=6.23 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 7080 0 0 0 622 1 0 0 25 0 4 0 652432575 293658624 15523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=286776 CPUtime=6.29 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 7232 0 0 0 628 1 0 0 25 0 4 0 652432575 293658624 15523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 286776

[startup+12.7012 s]
/proc/loadavg: 7.84 8.03 8.04 9/302 2676
/proc/meminfo: memFree=12443704/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=305044 CPUtime=50.66 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 44320 0 0 0 5058 8 0 0 25 0 4 0 652432575 312365056 22695 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 76261 22695 381 95 0 71243 0
[pid=2672/tid=2673] ppid=2670 vsize=305044 CPUtime=12.68 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 9356 0 0 0 1267 1 0 0 25 0 4 0 652432575 312365056 22695 33554432000 4194304 4580107 140737157277936 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=305044 CPUtime=12.57 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 8954 0 0 0 1255 2 0 0 25 0 4 0 652432575 312365056 22695 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=305044 CPUtime=12.69 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 12842 0 0 0 1267 2 0 0 25 0 4 0 652432575 312365056 22695 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 305044

[startup+25.5007 s]
/proc/loadavg: 8.02 8.06 8.05 9/302 2676
/proc/meminfo: memFree=12406652/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=389216 CPUtime=101.73 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 61269 0 0 0 10160 13 0 0 25 0 4 0 652432575 398557184 28328 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 97304 28328 379 95 0 92286 0
[pid=2672/tid=2673] ppid=2670 vsize=389216 CPUtime=25.49 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 11972 0 0 0 2546 3 0 0 25 0 4 0 652432575 398557184 28328 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=389216 CPUtime=25.24 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 12117 0 0 0 2522 2 0 0 25 0 4 0 652432575 398557184 28329 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=389216 CPUtime=25.48 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 18940 0 0 0 2545 3 0 0 25 0 4 0 652432575 398557184 28329 33554432000 4194304 4580107 140737157277936 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 389216

[startup+51.1008 s]
/proc/loadavg: 8.01 8.05 8.05 9/302 2677
/proc/meminfo: memFree=12374364/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=397284 CPUtime=203.9 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 82813 0 0 0 20368 22 0 0 25 0 4 0 652432575 406818816 35774 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 99321 35774 379 95 0 94303 0
[pid=2672/tid=2673] ppid=2670 vsize=397284 CPUtime=51.09 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 16181 0 0 0 5104 5 0 0 25 0 4 0 652432575 406818816 35774 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=397284 CPUtime=50.61 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 17010 0 0 0 5057 4 0 0 25 0 4 0 652432575 406818816 35774 33554432000 4194304 4580107 140737157277936 18446744073709551615 4293728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=397284 CPUtime=51.09 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 28824 0 0 0 5102 7 0 0 25 0 4 0 652432575 406818816 35774 33554432000 4194304 4580107 140737157277936 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 397284

[startup+102.301 s]
/proc/loadavg: 7.93 8.02 8.03 9/302 2709
/proc/meminfo: memFree=12811440/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=405504 CPUtime=408.26 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 117923 0 0 0 40790 36 0 0 25 0 4 0 652432575 415236096 44316 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 101376 44316 379 95 0 96358 0
[pid=2672/tid=2673] ppid=2670 vsize=405504 CPUtime=102.3 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 23458 0 0 0 10222 8 0 0 25 0 4 0 652432575 415236096 44318 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=405504 CPUtime=101.35 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 22861 0 0 0 10129 6 0 0 25 0 4 0 652432575 415236096 44318 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=405504 CPUtime=102.3 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 45612 0 0 0 10217 13 0 0 25 0 4 0 652432575 415236096 44318 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 405504

[startup+162.301 s]

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

[pid=2672] ppid=2670 vsize=561548 CPUtime=2802.8 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 283776 0 0 0 280150 130 0 0 25 0 4 0 652432575 575025152 74410 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 140387 74410 379 95 0 135369 0
[pid=2672/tid=2673] ppid=2670 vsize=561548 CPUtime=702.31 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 63609 0 0 0 70199 32 0 0 25 0 4 0 652432575 575025152 74410 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=561548 CPUtime=695.85 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 61475 0 0 0 69557 28 0 0 25 0 4 0 652432575 575025152 74410 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=561548 CPUtime=702.31 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 115286 0 0 0 70179 52 0 0 25 0 4 0 652432575 575025152 74410 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.8
Current children cumulated vsize (KiB) 561548

[startup+762.3 s]
/proc/loadavg: 8.17 8.08 8.04 9/302 2727
/proc/meminfo: memFree=12389984/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=515184 CPUtime=3042.28 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 298762 0 0 0 304089 139 0 0 25 0 4 0 652432575 527548416 77847 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 128796 77847 379 95 0 123778 0
[pid=2672/tid=2673] ppid=2670 vsize=515184 CPUtime=762.32 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 68006 0 0 0 76198 34 0 0 25 0 4 0 652432575 527548416 77848 33554432000 4194304 4580107 140737157277936 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=515184 CPUtime=755.3 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 64471 0 0 0 75501 29 0 0 25 0 4 0 652432575 527548416 77848 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=515184 CPUtime=762.33 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 121061 0 0 0 76177 56 0 0 25 0 4 0 652432575 527548416 77848 33554432000 4194304 4580107 140737157277936 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.28
Current children cumulated vsize (KiB) 515184

[startup+822.301 s]
/proc/loadavg: 8.17 8.10 8.04 9/302 2729
/proc/meminfo: memFree=12384020/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=515392 CPUtime=3281.71 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 309997 0 0 0 328025 146 0 0 25 0 4 0 652432575 527761408 76649 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 128848 76649 379 95 0 123830 0
[pid=2672/tid=2673] ppid=2670 vsize=515392 CPUtime=822.31 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 70687 0 0 0 82195 36 0 0 25 0 4 0 652432575 527761408 76649 33554432000 4194304 4580107 140737157277936 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=515392 CPUtime=814.74 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 67207 0 0 0 81443 31 0 0 25 0 4 0 652432575 527761408 76649 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=515392 CPUtime=822.32 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 126737 0 0 0 82173 59 0 0 25 0 4 0 652432575 527761408 76649 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.71
Current children cumulated vsize (KiB) 515392

[startup+882.312 s]
/proc/loadavg: 8.16 8.11 8.05 9/302 2730
/proc/meminfo: memFree=12347424/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=538940 CPUtime=3521.19 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 326145 0 0 0 351961 158 0 0 25 0 4 0 652432575 551874560 80177 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 134735 80177 379 95 0 129717 0
[pid=2672/tid=2673] ppid=2670 vsize=538940 CPUtime=882.33 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 73057 0 0 0 88195 38 0 0 25 0 4 0 652432575 551874560 80177 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=538940 CPUtime=874.17 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 69799 0 0 0 87385 32 0 0 25 0 4 0 652432575 551874560 80177 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=538940 CPUtime=882.33 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 132361 0 0 0 88169 64 0 0 25 0 4 0 652432575 551874560 80177 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3521.19
Current children cumulated vsize (KiB) 538940

[startup+942.301 s]
/proc/loadavg: 8.10 8.10 8.05 9/302 2732
/proc/meminfo: memFree=12266916/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=539020 CPUtime=3760.6 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 337907 0 0 0 375895 165 0 0 25 0 4 0 652432575 551956480 81638 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 134755 81638 379 95 0 129737 0
[pid=2672/tid=2673] ppid=2670 vsize=539020 CPUtime=942.32 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 76412 0 0 0 94192 40 0 0 25 0 4 0 652432575 551956480 81638 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=539020 CPUtime=933.62 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 71685 0 0 0 93328 34 0 0 25 0 4 0 652432575 551956480 81638 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=539020 CPUtime=942.33 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 137808 0 0 0 94166 67 0 0 25 0 4 0 652432575 551956480 81638 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.6
Current children cumulated vsize (KiB) 539020

[startup+1002.3 s]
/proc/loadavg: 8.08 8.09 8.05 9/302 2733
/proc/meminfo: memFree=12313276/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=578540 CPUtime=4000.05 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 353342 0 0 0 399831 174 0 0 25 0 4 0 652432575 592424960 78170 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 144635 78170 379 95 0 139617 0
[pid=2672/tid=2673] ppid=2670 vsize=578540 CPUtime=1002.32 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 80355 0 0 0 100191 41 0 0 25 0 4 0 652432575 592424960 78170 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=578540 CPUtime=993.06 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 75106 0 0 0 99270 36 0 0 25 0 4 0 652432575 592424960 78170 33554432000 4194304 4580107 140737157277936 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=578540 CPUtime=1002.33 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 142638 0 0 0 100162 71 0 0 25 0 4 0 652432575 592424960 78170 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4000.05
Current children cumulated vsize (KiB) 578540

[startup+1062.3 s]
/proc/loadavg: 8.06 8.09 8.05 9/302 2735
/proc/meminfo: memFree=12240456/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=626868 CPUtime=4239.49 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 374405 0 0 0 423766 183 0 0 25 0 4 0 652432575 641912832 86906 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 156717 86906 379 95 0 151699 0
[pid=2672/tid=2673] ppid=2670 vsize=626868 CPUtime=1062.32 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 83933 0 0 0 106189 43 0 0 25 0 4 0 652432575 641912832 86906 33554432000 4194304 4580107 140737157277936 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=626868 CPUtime=1052.5 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 78537 0 0 0 105212 38 0 0 25 0 4 0 652432575 641912832 86906 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=626868 CPUtime=1062.32 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 151109 0 0 0 106159 73 0 0 25 0 4 0 652432575 641912832 86906 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.49
Current children cumulated vsize (KiB) 626868

[startup+1122.3 s]
/proc/loadavg: 8.02 8.07 8.04 9/302 2737
/proc/meminfo: memFree=12237352/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=591352 CPUtime=4478.95 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 388926 0 0 0 447701 194 0 0 25 0 4 0 652432575 605544448 84140 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 147838 84140 379 95 0 142820 0
[pid=2672/tid=2673] ppid=2670 vsize=591352 CPUtime=1122.32 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 87403 0 0 0 112187 45 0 0 25 0 4 0 652432575 605544448 84140 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=591352 CPUtime=1111.95 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 79392 0 0 0 111156 39 0 0 25 0 4 0 652432575 605544448 84140 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=591352 CPUtime=1122.33 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 156803 0 0 0 112156 77 0 0 25 0 4 0 652432575 605544448 84140 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.95
Current children cumulated vsize (KiB) 591352

[startup+1182.3 s]
/proc/loadavg: 8.01 8.05 8.04 9/302 2738
/proc/meminfo: memFree=12242408/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=579968 CPUtime=4718.41 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 405741 0 0 0 471638 203 0 0 25 0 4 0 652432575 593887232 83655 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 144992 83655 379 95 0 139974 0
[pid=2672/tid=2673] ppid=2670 vsize=579968 CPUtime=1182.32 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 91178 0 0 0 118185 47 0 0 25 0 4 0 652432575 593887232 83655 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=579968 CPUtime=1171.4 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 82584 0 0 0 117099 41 0 0 25 0 4 0 652432575 593887232 83655 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=579968 CPUtime=1182.33 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 161289 0 0 0 118154 79 0 0 25 0 4 0 652432575 593887232 83655 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.41
Current children cumulated vsize (KiB) 579968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.08 8.07 8.04 10/302 2739
/proc/meminfo: memFree=12218220/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=579864 CPUtime=4800.23 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 411501 0 0 0 479817 206 0 0 25 0 4 0 652432575 593780736 85522 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 144966 85522 379 95 0 139948 0
[pid=2672/tid=2673] ppid=2670 vsize=579864 CPUtime=1202.83 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 91236 0 0 0 120236 47 0 0 25 0 4 0 652432575 593780736 85523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=579864 CPUtime=1191.71 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 84707 0 0 0 119129 42 0 0 25 0 4 0 652432575 593780736 85523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=579864 CPUtime=1202.84 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 163609 0 0 0 120204 80 0 0 25 0 4 0 652432575 593780736 85523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 579864

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

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

[startup+1202.8 s]
/proc/loadavg: 8.08 8.07 8.04 10/302 2739
/proc/meminfo: memFree=12218220/32950928 swapFree=67083212/67111528
[pid=2672] ppid=2670 vsize=579864 CPUtime=4800.23 cores=1,3,5,7
/proc/2672/stat : 2672 (strangenight2-m) R 2670 2672 2430 0 -1 4202496 411501 0 0 0 479817 206 0 0 25 0 4 0 652432575 593780736 85522 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2672/statm: 144966 85522 379 95 0 139948 0
[pid=2672/tid=2673] ppid=2670 vsize=579864 CPUtime=1202.83 cores=1,3,5,7
/proc/2672/task/2673/stat : 2673 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 91236 0 0 0 120236 47 0 0 25 0 4 0 652432575 593780736 85523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2672/tid=2674] ppid=2670 vsize=579864 CPUtime=1191.71 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 84707 0 0 0 119129 42 0 0 25 0 4 0 652432575 593780736 85523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=579864 CPUtime=1202.84 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (strangenight2-m) R 2670 2672 2430 0 -1 4202560 163609 0 0 0 120204 80 0 0 25 0 4 0 652432575 593780736 85523 33554432000 4194304 4580107 140737157277936 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 579864

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.83
CPU time (s): 4800.29
CPU user time (s): 4798.22
CPU system time (s): 2.07768
CPU usage (%): 399.082
Max. virtual memory (cumulated for all children) (KiB): 639932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.22
system time used= 2.07768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411503
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= 295
involuntary context switches= 32142

runsolver used 3.11952 second user time and 8.03878 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 23:25:29
IDJOB=3366568
IDBENCH=82977
IDSOLVER=1844
FILE ID=node127/3366568-1305408329
RUNJOBID= node127-1305405919-2449
PBS_JOBID= 13324505
Free space on /tmp= 73472 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S157016908-041.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366568-1305408329/watcher-3366568-1305408329 -o /tmp/evaluation-result-3366568-1305408329/solver-3366568-1305408329 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366568-1305408329.cnf

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

MD5SUM BENCH= 84ed72ef969365b45feb251988bfac3d
RANDOM SEED=309217684

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      12531684 kB
Buffers:        289652 kB
Cached:        3365532 kB
SwapCached:       1620 kB
Active:       17416492 kB
Inactive:      2666052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12531684 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            5456 kB
Writeback:           0 kB
AnonPages:    16426312 kB
Mapped:          26680 kB
Slab:           226000 kB
PageTables:      48056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 45073836 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= 73468 MiB
End job on node127 at 2011-05-14 23:45:34