Trace number 3366897

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.19 1203.3

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-14-27-sat.cnf
MD5SUM9c54c57be5bec760a361df7b3a13ea07
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables378
Number of clauses2653
Sum of the clauses size10206
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22457
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366897-1305413646.cnf'
0.00/0.00	c -- header says num vars:            378
0.00/0.00	c -- header says num clauses:        2653
0.00/0.00	c -- clauses added:            0 learnts,         2653 normals,            0 xors
0.00/0.00	c -- vars added        378
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       378       196      2457         0     10206         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.00
0.00/0.00	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.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     378
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0       378       196      2457         0     10206         0   no data   no data
0.63/0.53	c Decided on static restart strategy
0.63/0.53	c  N st     8      4914       378       196      2457      4682     10206    629940   no data   no data
0.63/0.91	c  N st    10     11296       378       196      2457      4320     10206    445021   no data   no data
4.80/1.21	c  N st    11     17040       378       196      2457      9850     10206   1209376   no data   no data
6.77/1.73	c  F st    12     25000       378       196      2457     12127     10206   1469089   no data   no data
6.77/1.73	c  N st    12     25000       378       196      2457     12127     10206   1469089   no data   no data
8.75/2.29	c Decided on static restart strategy
8.75/2.29	c  N st    18     30000       378       196      2457     10361     10206   1165227   no data   no data
8.75/2.29	c  S st    18     30000       378       196      2457     10361     10206   1165227   no data   no data
9.15/2.33	c  S st    18     30500       378       196      2457     10859     10206   1221793   no data   no data
9.15/2.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.01
9.15/2.34	c blocked clauses removed:        0 vars:      0 tried:         378 T: 0.00 s
9.15/2.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
9.15/2.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.15/2.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
16.37/4.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.73 s
35.08/8.84	c lits-rem:       343  cl-subs:      233  v-elim:      0  v-fix:    0  time:  4.73 s
35.08/8.86	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.02
35.08/8.86	c calculated reachability. Time: 0.00
35.08/8.86	c  N st    18     30500       378       196      2457     10626     10206   1186826   no data   no data
36.68/9.26	c  N st    20     37610       378       196      2457      9937     10206   1010130   no data   no data
38.71/9.77	c  N st    21     44009       378       196      2457     16068     10206   1971985   no data   no data
39.47/9.93	c  S st    22     45750       378       196      2457      9120     10206    829934   no data   no data
39.47/9.97	c  S st    22     46257       378       196      2457      9623     10206    887335   no data   no data
39.47/9.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.47/9.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.01
39.47/9.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.47/9.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.47/9.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.47/9.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
39.47/9.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
39.47/9.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
46.66/11.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.70 s
49.44/12.47	c lits-rem:        73  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.77 s
49.44/12.47	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
49.44/12.48	c vivif2 --  cl tried     9571 cl shrink        0 lits rem          0 time: 0.01
49.84/12.50	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.02
49.84/12.50	c calculated reachability. Time: 0.00
49.84/12.50	c  N st    22     46257       378       196      2457      9571     10206    881857   no data   no data
55.86/14.02	c  N st    23     60655       378       196      2457     13813     10206   1505857   no data   no data
59.42/14.98	c  N st    24     69385       378       196      2457     11618     10206   1062196   no data   no data
59.42/14.98	c  S st    24     69385       378       196      2457     11618     10206   1062196   no data   no data
59.81/15.03	c  S st    24     69887       378       196      2457     12113     10206   1117110   no data   no data
59.81/15.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.81/15.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.01
59.81/15.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.81/15.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.81/15.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.81/15.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
59.81/15.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
59.81/15.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
66.60/16.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.67 s
72.19/18.19	c lits-rem:       114  cl-subs:       80  v-elim:      0  v-fix:    0  time:  1.45 s
72.19/18.19	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
72.58/18.21	c vivif2 --  cl tried    12033 cl shrink        0 lits rem          0 time: 0.01
72.58/18.23	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.02
72.58/18.23	c calculated reachability. Time: 0.00
72.58/18.23	c  N st    24     69887       378       196      2457     12033     10206   1107349   no data   no data
79.76/20.07	c  F st    25     87500       378       196      2457     17359     10206   1925434   no data   no data
79.76/20.07	c  N st    25     87500       378       196      2457     17359     10206   1925434   no data   no data
81.76/20.56	c Decided on static restart strategy
82.95/20.81	c  N st    32     95534       378       196      2457     12648     10206   1053816   no data   no data
85.75/21.50	c  N st    34    104830       378       196      2457     21508     10206   2183929   no data   no data
85.75/21.50	c  S st    34    104830       378       196      2457     21508     10206   2183929   no data   no data
85.75/21.59	c  S st    34    105332       378       196      2457     22005     10206   2242572   no data   no data
85.75/21.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
86.15/21.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.05
86.15/21.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.15/21.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.15/21.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.15/21.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
86.15/21.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
86.15/21.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
95.76/24.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.36 s
131.62/33.00	c lits-rem:       748  cl-subs:      456  v-elim:      0  v-fix:    0  time:  8.92 s
131.62/33.00	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
131.62/33.03	c vivif2 --  cl tried    21549 cl shrink        0 lits rem          0 time: 0.03
131.62/33.08	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.05
131.62/33.08	c calculated reachability. Time: 0.00
131.62/33.08	c  N st    34    105332       378       196      2457     21549     10206   2179658   no data   no data
136.00/34.18	c  N st    35    114930       378       196      2457     17180     10206   1748462   no data   no data
143.19/35.91	c  N st    36    129327       378       196      2457     16631     10206   1553909   no data   no data
154.75/38.87	c  N st    37    150924       378       196      2457     22061     10206   2440908   no data   no data
157.94/39.61	c  S st    38    157998       378       196      2457     28875     10206   3467088   no data   no data
158.33/39.71	c  S st    38    158499       378       196      2457     29372     10206   3525035   no data   no data
158.33/39.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
158.33/39.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.04
158.33/39.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
158.33/39.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.33/39.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.33/39.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
158.33/39.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
158.33/39.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
166.72/41.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.98 s
226.56/56.89	c lits-rem:      1156  cl-subs:      465  v-elim:      0  v-fix:    0  time: 15.04 s
226.56/56.89	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
226.99/56.93	c vivif2 --  cl tried    28907 cl shrink        0 lits rem          0 time: 0.04
226.99/57.00	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.07
226.99/57.00	c calculated reachability. Time: 0.00
226.99/57.00	c  N st    38    158499       378       196      2457     28907     10206   3441105   no data   no data
254.49/63.80	c  N st    39    207090       378       196      2457     23303     10206   2379133   no data   no data
275.27/69.02	c  N st    40    237750       378       196      2457     33403     10206   4022464   no data   no data
275.27/69.02	c  S st    40    237750       378       196      2457     33403     10206   4022464   no data   no data
275.68/69.14	c  S st    40    238252       378       196      2457     33903     10206   4080118   no data   no data
275.68/69.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
276.03/69.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.3M T:  0.06
276.03/69.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
276.03/69.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
276.03/69.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
276.03/69.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
276.03/69.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
276.03/69.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
284.81/71.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.09 s
385.39/96.69	c lits-rem:      3090  cl-subs:     1256  v-elim:      0  v-fix:    0  time: 25.27 s
385.39/96.69	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
385.75/96.74	c vivif2 --  cl tried    32647 cl shrink        0 lits rem          0 time: 0.05
386.15/96.82	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.08
386.15/96.82	c calculated reachability. Time: 0.00
386.15/96.82	c  N st    40    238252       378       196      2457     32647     10206   3874425   no data   no data
422.45/105.98	c  F st    41    306250       378       196      2457     34659     10206   3882101   no data   no data
422.45/105.98	c  N st    41    306250       378       196      2457     34659     10206   3882101   no data   no data
425.65/106.78	c Decided on static restart strategy
439.21/110.19	c  N st    51    334556       378       196      2457     39051     10206   4417485   no data   no data
455.19/114.16	c  N st    53    357379       378       196      2457     37188     10206   4008271   no data   no data
455.19/114.16	c  S st    53    357379       378       196      2457     37188     10206   4008271   no data   no data
455.61/114.28	c  S st    53    357880       378       196      2457     37686     10206   4066257   no data   no data
455.61/114.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
455.96/114.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.06
455.96/114.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
455.96/114.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.96/114.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.96/114.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
455.96/114.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
455.96/114.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
464.39/116.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.03 s
558.10/139.92	c lits-rem:       898  cl-subs:      484  v-elim:      0  v-fix:    0  time: 23.42 s
558.10/139.92	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
558.10/139.97	c vivif2 --  cl tried    37202 cl shrink        0 lits rem          0 time: 0.05
558.50/140.08	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.10
558.50/140.08	c calculated reachability. Time: 0.00
558.50/140.08	c  N st    53    357880       378       196      2457     37202     10206   3993961   no data   no data
578.84/145.16	c  N st    54    390273       378       196      2457     43106     10206   4913908   no data   no data
607.17/152.24	c  N st    55    438867       378       196      2457     36075     10206   3873125   no data   no data
647.86/162.44	c  N st    56    511749       378       196      2457     49756     10206   5875410   no data   no data
663.01/166.26	c  N st    57    536821       378       196      2457     44200     10206   4626914   no data   no data
663.01/166.26	c  S st    57    536821       378       196      2457     44200     10206   4626914   no data   no data
663.82/166.41	c  S st    57    537325       378       196      2457     44691     10206   4682296   no data   no data
663.82/166.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
664.22/166.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.09
664.22/166.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
664.22/166.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
664.22/166.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
664.22/166.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
664.22/166.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
664.22/166.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
673.00/168.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
771.57/193.42	c lits-rem:      2577  cl-subs:      847  v-elim:      0  v-fix:    0  time: 24.72 s
771.57/193.42	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
771.57/193.48	c vivif2 --  cl tried    43844 cl shrink        0 lits rem          0 time: 0.06
772.32/193.62	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.14
772.32/193.62	c calculated reachability. Time: 0.00
772.32/193.62	c  N st    57    537325       378       196      2457     43844     10206   4547151   no data   no data
894.45/224.25	c  N st    58    701309       378       196      2457     38559     10206   3485356   no data   no data
996.95/249.98	c  N st    59    805990       378       196      2457     65837     10206   8403298   no data   no data
996.95/249.98	c  S st    59    805990       378       196      2457     65837     10206   8403298   no data   no data
998.16/250.21	c  S st    59    806493       378       196      2457     66336     10206   8461532   no data   no data
998.16/250.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
998.56/250.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.0M T:  0.13
998.56/250.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
998.56/250.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
998.56/250.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
998.56/250.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
998.56/250.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
998.96/250.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1008.16/252.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.13 s
1290.56/323.56	c lits-rem:      2588  cl-subs:     1994  v-elim:      0  v-fix:    0  time: 70.83 s
1290.56/323.56	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
1290.96/323.65	c vivif2 --  cl tried    64342 cl shrink        0 lits rem          0 time: 0.09
1291.76/323.86	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.20
1291.76/323.86	c calculated reachability. Time: 0.00
1291.76/323.86	c  N st    59    806493       378       196      2457     64342     10206   8096679   no data   no data
1531.49/383.92	c  F st    60   1071875       378       196      2457     80887     10206  10066331   no data   no data
1531.49/383.92	c  N st    60   1071875       378       196      2457     80887     10206  10066331   no data   no data
1542.66/386.74	c Decided on static restart strategy
1564.60/392.26	c  N st    70   1100181       378       196      2457     65071     10206   6481864   no data   no data
1602.09/401.63	c  N st    72   1136173       378       196      2457     55377     10206   5391755   no data   no data
1631.24/408.93	c  N st    73   1168565       378       196      2457     86203     10206  10644270   no data   no data
1659.52/416.03	c  N st    74   1209739       378       196      2457     79975     10206   8588340   no data   no data
1659.52/416.03	c  S st    74   1209739       378       196      2457     79975     10206   8588340   no data   no data
1660.72/416.35	c  S st    74   1210245       378       196      2457     80477     10206   8645524   no data   no data
1660.72/416.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1661.52/416.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.5M T:  0.17
1661.52/416.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1661.52/416.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1661.52/416.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1661.52/416.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
1661.52/416.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1661.52/416.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1671.14/418.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
1928.00/483.39	c lits-rem:      2523  cl-subs:     1753  v-elim:      0  v-fix:    0  time: 64.42 s
1928.00/483.39	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
1928.41/483.49	c vivif2 --  cl tried    78724 cl shrink        0 lits rem          0 time: 0.10
1929.63/483.74	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.25
1929.63/483.74	c calculated reachability. Time: 0.00
1929.63/483.74	c  N st    74   1210245       378       196      2457     78724     10206   8387073   no data   no data
2004.22/502.49	c  N st    75   1283127       378       196      2457     56932     10206   5307345   no data   no data
2101.96/526.97	c  N st    76   1392450       378       196      2457     64400     10206   6730116   no data   no data
2242.38/562.10	c  N st    77   1556437       378       196      2457     68170     10206   7266711   no data   no data
2462.21/617.27	c  N st    78   1710245       378       196      2457     56123     10206   4608514   no data   no data
2462.21/617.27	c  S st    78   1710245       378       196      2457     56123     10206   4608514   no data   no data
2463.41/617.56	c  S st    78   1710749       378       196      2457     56624     10206   4665964   no data   no data
2463.41/617.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2464.21/617.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.3M T:  0.15
2464.21/617.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2464.21/617.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2464.21/617.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2464.21/617.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
2464.21/617.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2464.21/617.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2475.38/620.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.63 s
2592.70/649.92	c lits-rem:       282  cl-subs:      386  v-elim:      0  v-fix:    0  time: 29.39 s
2592.70/649.92	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
2592.70/649.98	c vivif2 --  cl tried    56238 cl shrink        0 lits rem          0 time: 0.06
2593.44/650.19	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.21
2593.44/650.19	c calculated reachability. Time: 0.00
2593.44/650.19	c  N st    78   1710749       378       196      2457     56238     10206   4626960   no data   no data
3015.89/756.00	c  N st    79   2079713       378       196      2457     60056     10206   5034884   no data   no data
3187.41/799.05	c  N st    80   2210749       378       196      2457     63526     10206   5266148   no data   no data
3187.41/799.05	c  S st    80   2210749       378       196      2457     63526     10206   5266148   no data   no data
3188.21/799.28	c  S st    80   2211253       378       196      2457     64027     10206   5324271   no data   no data
3188.62/799.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3189.04/799.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.9M T:  0.13
3189.04/799.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3189.04/799.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3189.04/799.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3189.04/799.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
3189.04/799.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3189.04/799.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3198.22/801.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
3291.93/825.26	c lits-rem:       598  cl-subs:      435  v-elim:      0  v-fix:    0  time: 23.50 s
3291.93/825.26	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
3292.34/825.33	c vivif2 --  cl tried    63592 cl shrink        0 lits rem          0 time: 0.06
3293.13/825.52	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.20
3293.13/825.53	c calculated reachability. Time: 0.00
3293.13/825.53	c  N st    80   2211253       378       196      2457     63592     10206   5276797   no data   no data
3968.56/994.88	c  N st    81   2711254       378       196      2457     80002     10206   7277822   no data   no data
3968.56/994.88	c  S st    81   2711254       378       196      2457     80002     10206   7277822   no data   no data
3970.18/995.21	c  S st    81   2711756       378       196      2457     80499     10206   7337703   no data   no data
3970.18/995.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3970.95/995.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.6M T:  0.22
3970.95/995.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3970.95/995.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3970.95/995.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3970.95/995.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    378 time:  0.00 s
3970.95/995.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3971.35/995.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3981.33/998.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.37 s
4139.32/1037.67	c lits-rem:      1399  cl-subs:      750  v-elim:      0  v-fix:    0  time: 39.61 s
4139.32/1037.67	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
4139.72/1037.76	c vivif2 --  cl tried    79749 cl shrink        0 lits rem          0 time: 0.09
4140.92/1038.02	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.26
4140.92/1038.02	c calculated reachability. Time: 0.00
4140.92/1038.02	c  N st    81   2711756       378       196      2457     79749     10206   7241065   no data   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.92 8.04 7.64 6/333 21435
/proc/meminfo: memFree=22871980/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=273616 CPUtime=0.01 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 816 0 0 0 1 0 0 0 18 0 4 0 633780180 280182784 732 33554432000 4194304 4580107 140736157591936 18446744073709551615 270338044613 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 68404 734 356 95 0 63386 0
[pid=21435/tid=21436] ppid=21433 vsize=281956 CPUtime=0 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 139 0 0 0 0 0 0 0 18 0 4 0 633780180 288722944 877 33554432000 4194304 4580107 140736157591936 18446744073709551615 4369520 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=281956 CPUtime=0 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 157 0 0 0 0 0 0 0 18 0 4 0 633780180 288722944 878 33554432000 4194304 4580107 140736157591936 18446744073709551615 4362336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=281956 CPUtime=0 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 102 0 0 0 0 0 0 0 18 0 4 0 633780180 288722944 879 33554432000 4194304 4580107 140736157591936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.167903 s]
/proc/loadavg: 7.92 8.04 7.64 6/333 21435
/proc/meminfo: memFree=22871980/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=291496 CPUtime=0.63 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 3685 0 0 0 63 0 0 0 18 0 4 0 633780180 298491904 3101 33554432000 4194304 4580107 140736157591936 18446744073709551615 4320717 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 72874 3101 377 95 0 67856 0
[pid=21435/tid=21436] ppid=21433 vsize=291496 CPUtime=0.16 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 696 0 0 0 16 0 0 0 18 0 4 0 633780180 298491904 2959 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=293864 CPUtime=0.22 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) D 21433 21435 21012 0 -1 4202560 1119 0 0 0 22 0 0 0 18 0 4 0 633780180 300916736 3082 33554432000 4194304 4580107 140736157591936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=293864 CPUtime=0.21 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 1346 0 0 0 21 0 0 0 18 0 4 0 633780180 300916736 3082 33554432000 4194304 4580107 140736157591936 18446744073709551615 4321908 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 291496

[startup+1.00913 s]
/proc/loadavg: 7.92 8.04 7.64 6/333 21435
/proc/meminfo: memFree=22871980/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=291164 CPUtime=4 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 15014 0 0 0 398 2 0 0 19 0 4 0 633780180 298151936 6163 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 72791 6164 377 95 0 67773 0
[pid=21435/tid=21436] ppid=21433 vsize=291164 CPUtime=1 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 3759 0 0 0 100 0 0 0 19 0 4 0 633780180 298151936 6164 33554432000 4194304 4580107 140736157591936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=291164 CPUtime=0.99 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 3278 0 0 0 99 0 0 0 19 0 4 0 633780180 298151936 6164 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=291164 CPUtime=0.98 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 4346 0 0 0 98 0 0 0 19 0 4 0 633780180 298151936 6164 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 291164

[startup+1.10911 s]
/proc/loadavg: 7.92 8.04 7.64 6/333 21435
/proc/meminfo: memFree=22871980/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=291296 CPUtime=4.39 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 15785 0 0 0 437 2 0 0 19 0 4 0 633780180 298287104 6934 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 72824 6934 378 95 0 67806 0
[pid=21435/tid=21436] ppid=21433 vsize=291296 CPUtime=1.1 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 3965 0 0 0 110 0 0 0 19 0 4 0 633780180 298287104 6934 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=291296 CPUtime=1.09 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 3449 0 0 0 109 0 0 0 19 0 4 0 633780180 298287104 6934 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=291296 CPUtime=1.08 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 4605 0 0 0 108 0 0 0 19 0 4 0 633780180 298287104 6934 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 291296

[startup+1.20909 s]
/proc/loadavg: 7.92 8.04 7.64 6/333 21435
/proc/meminfo: memFree=22871980/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=281640 CPUtime=4.8 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 16960 0 0 0 477 3 0 0 19 0 4 0 633780180 288399360 6747 33554432000 4194304 4580107 140736157591936 18446744073709551615 4304880 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 70410 6747 378 95 0 65392 0
[pid=21435/tid=21436] ppid=21433 vsize=281640 CPUtime=1.2 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 4172 0 0 0 120 0 0 0 19 0 4 0 633780180 288399360 6747 33554432000 4194304 4580107 140736157591936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=281640 CPUtime=1.19 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 3595 0 0 0 119 0 0 0 19 0 4 0 633780180 288399360 6747 33554432000 4194304 4580107 140736157591936 18446744073709551615 4304867 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=281640 CPUtime=1.19 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 5283 0 0 0 118 1 0 0 19 0 4 0 633780180 288399360 6747 33554432000 4194304 4580107 140736157591936 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 281640

[startup+1.50903 s]
/proc/loadavg: 7.92 8.04 7.64 6/333 21435
/proc/meminfo: memFree=22871980/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=282708 CPUtime=5.99 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 20410 0 0 0 596 3 0 0 20 0 4 0 633780180 289492992 7483 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 70677 7483 378 95 0 65659 0
[pid=21435/tid=21436] ppid=21433 vsize=282708 CPUtime=1.5 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 4633 0 0 0 150 0 0 0 20 0 4 0 633780180 289492992 7484 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=282708 CPUtime=1.49 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 4729 0 0 0 148 1 0 0 20 0 4 0 633780180 289492992 7484 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=282708 CPUtime=1.49 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 6032 0 0 0 148 1 0 0 19 0 4 0 633780180 289492992 7484 33554432000 4194304 4580107 140736157591936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 282708

[startup+3.11272 s]
/proc/loadavg: 7.92 8.04 7.64 9/337 21439
/proc/meminfo: memFree=22771872/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=285964 CPUtime=12.39 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 46069 0 0 0 1231 8 0 0 25 0 4 0 633780180 292827136 25021 33554432000 4194304 4580107 140736157591936 18446744073709551615 4413640 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 71491 25021 379 95 0 66473 0
[pid=21435/tid=21436] ppid=21433 vsize=285964 CPUtime=3.1 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 11978 0 0 0 309 1 0 0 25 0 4 0 633780180 292827136 25021 33554432000 4194304 4580107 140736157591936 18446744073709551615 4413087 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=285964 CPUtime=3.07 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 8905 0 0 0 305 2 0 0 25 0 4 0 633780180 292827136 25021 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=285964 CPUtime=3.09 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 12066 0 0 0 307 2 0 0 25 0 4 0 633780180 292827136 25021 33554432000 4194304 4580107 140736157591936 18446744073709551615 4413356 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 285964

[startup+6.30109 s]
/proc/loadavg: 7.93 8.04 7.64 9/337 21439
/proc/meminfo: memFree=22725420/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=329536 CPUtime=25.14 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 57291 0 0 0 2504 10 0 0 25 0 4 0 633780180 337444864 36243 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 82384 36243 379 95 0 77366 0
[pid=21435/tid=21436] ppid=21433 vsize=329536 CPUtime=6.3 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 12191 0 0 0 629 1 0 0 25 0 4 0 633780180 337444864 36243 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=329536 CPUtime=6.23 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 19400 0 0 0 620 3 0 0 25 0 4 0 633780180 337444864 36243 33554432000 4194304 4580107 140736157591936 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=329536 CPUtime=6.29 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 12373 0 0 0 627 2 0 0 25 0 4 0 633780180 337444864 36243 33554432000 4194304 4580107 140736157591936 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 329536

[startup+12.7008 s]
/proc/loadavg: 8.01 8.06 7.65 9/337 21439
/proc/meminfo: memFree=22673772/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=343760 CPUtime=50.64 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 83046 0 0 0 5051 13 0 0 25 0 4 0 633780180 352010240 50588 33554432000 4194304 4580107 140736157591936 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 85940 50588 379 95 0 80922 0
[pid=21435/tid=21436] ppid=21433 vsize=343760 CPUtime=12.69 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 27910 0 0 0 1266 3 0 0 25 0 4 0 633780180 352010240 50588 33554432000 4194304 4580107 140736157591936 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=343760 CPUtime=12.56 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 19400 0 0 0 1253 3 0 0 25 0 4 0 633780180 352010240 50588 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416732 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=343760 CPUtime=12.68 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 17911 0 0 0 1265 3 0 0 25 0 4 0 633780180 352010240 50588 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 343760

[startup+25.5013 s]
/proc/loadavg: 8.01 8.05 7.65 9/337 21439
/proc/meminfo: memFree=22583340/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=453944 CPUtime=101.7 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 137523 0 0 0 10144 26 0 0 25 0 4 0 633780180 464838656 78353 33554432000 4194304 4580107 140736157591936 18446744073709551615 4406334 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 113486 78353 379 95 0 108468 0
[pid=21435/tid=21436] ppid=21433 vsize=453944 CPUtime=25.49 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 34291 0 0 0 2543 6 0 0 25 0 4 0 633780180 464838656 78353 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=453944 CPUtime=25.22 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 30931 0 0 0 2517 5 0 0 25 0 4 0 633780180 464838656 78353 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=453944 CPUtime=25.48 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 36317 0 0 0 2541 7 0 0 25 0 4 0 633780180 464838656 78353 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 453944

[startup+51.1002 s]
/proc/loadavg: 8.07 8.06 7.66 9/337 21440
/proc/meminfo: memFree=22513396/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=579960 CPUtime=203.82 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 211129 0 0 0 20339 43 0 0 25 0 4 0 633780180 593879040 94851 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416737 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 144990 94851 379 95 0 139972 0
[pid=21435/tid=21436] ppid=21433 vsize=579960 CPUtime=51.08 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 48507 0 0 0 5099 9 0 0 25 0 4 0 633780180 593879040 94851 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=579960 CPUtime=50.54 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 48411 0 0 0 5045 9 0 0 25 0 4 0 633780180 593879040 94851 33554432000 4194304 4580107 140736157591936 18446744073709551615 4413346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=579960 CPUtime=51.08 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 58795 0 0 0 5096 12 0 0 25 0 4 0 633780180 593879040 94851 33554432000 4194304 4580107 140736157591936 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 579960

[startup+102.301 s]
/proc/loadavg: 8.15 8.08 7.69 9/337 21441
/proc/meminfo: memFree=22398880/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=753820 CPUtime=408.09 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 338065 0 0 0 40738 71 0 0 25 0 4 0 633780180 771911680 117550 33554432000 4194304 4580107 140736157591936 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 188455 117550 379 95 0 183437 0
[pid=21435/tid=21436] ppid=21433 vsize=753820 CPUtime=102.29 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 80854 0 0 0 10211 18 0 0 25 0 4 0 633780180 771911680 117550 33554432000 4194304 4580107 140736157591936 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=753820 CPUtime=101.21 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 65663 0 0 0 10109 12 0 0 25 0 4 0 633780180 771911680 117550 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=753820 CPUtime=102.28 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 104297 0 0 0 10206 22 0 0 25 0 4 0 633780180 771911680 117550 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 753820

[startup+162.301 s]

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

[pid=21435] ppid=21433 vsize=2252552 CPUtime=2801.7 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 1555614 0 0 0 279784 386 0 0 25 0 4 0 633780180 2306613248 380475 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 563138 380475 379 95 0 558120 0
[pid=21435/tid=21436] ppid=21433 vsize=2252552 CPUtime=702.3 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 354218 0 0 0 70141 89 0 0 25 0 4 0 633780180 2306613248 380475 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2252552 CPUtime=696.58 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 309528 0 0 0 69586 72 0 0 25 0 4 0 633780180 2306613248 380475 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2252552 CPUtime=700.47 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 486330 0 0 0 69921 126 0 0 25 0 4 0 633780180 2306613248 380475 33554432000 4194304 4580107 140736157591936 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.7
Current children cumulated vsize (KiB) 2252552

[startup+762.301 s]
/proc/loadavg: 8.07 8.09 7.88 9/337 21468
/proc/meminfo: memFree=21007416/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=2278312 CPUtime=3041.01 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 1724370 0 0 0 303680 421 0 0 25 0 4 0 633780180 2332991488 392409 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 569578 392409 379 95 0 564560 0
[pid=21435/tid=21436] ppid=21433 vsize=2278312 CPUtime=762.3 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 402974 0 0 0 76132 98 0 0 25 0 4 0 633780180 2332991488 392409 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2278312 CPUtime=756.58 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 347294 0 0 0 75576 82 0 0 25 0 4 0 633780180 2332991488 392409 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2278312 CPUtime=759.79 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 520274 0 0 0 75846 133 0 0 25 0 4 0 633780180 2332991488 392409 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3041.01
Current children cumulated vsize (KiB) 2278312

[startup+822.301 s]
/proc/loadavg: 7.76 8.02 7.87 5/328 21487
/proc/meminfo: memFree=21940984/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=2000968 CPUtime=3280.37 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 1812488 0 0 0 327585 452 0 0 25 0 4 0 633780180 2048991232 359261 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 500242 359261 379 95 0 495224 0
[pid=21435/tid=21436] ppid=21433 vsize=2000968 CPUtime=822.3 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 440133 0 0 0 82120 110 0 0 25 0 4 0 633780180 2048991232 359261 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2000968 CPUtime=816.58 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 369974 0 0 0 81567 91 0 0 25 0 4 0 633780180 2048991232 359261 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2000968 CPUtime=819.15 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 529965 0 0 0 81778 137 0 0 25 0 4 0 633780180 2048991232 359261 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.37
Current children cumulated vsize (KiB) 2000968

[startup+882.3 s]
/proc/loadavg: 5.38 7.29 7.63 5/328 21489
/proc/meminfo: memFree=21946532/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=2337628 CPUtime=3519.73 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 1925074 0 0 0 351489 484 0 0 25 0 4 0 633780180 2393731072 365624 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 584407 365624 379 95 0 579389 0
[pid=21435/tid=21436] ppid=21433 vsize=2337628 CPUtime=882.31 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 476708 0 0 0 88111 120 0 0 25 0 4 0 633780180 2393731072 365624 33554432000 4194304 4580107 140736157591936 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2337628 CPUtime=876.58 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 372174 0 0 0 87567 91 0 0 25 0 4 0 633780180 2393731072 365624 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2337628 CPUtime=878.52 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 568133 0 0 0 87702 150 0 0 25 0 4 0 633780180 2393731072 365624 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294442 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.73
Current children cumulated vsize (KiB) 2337628

[startup+942.3 s]
/proc/loadavg: 4.50 6.69 7.40 5/328 21491
/proc/meminfo: memFree=21937532/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=2252336 CPUtime=3759.11 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 2050973 0 0 0 375391 520 0 0 25 0 4 0 633780180 2306392064 369025 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 563084 369025 379 95 0 558066 0
[pid=21435/tid=21436] ppid=21433 vsize=2252336 CPUtime=942.3 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 483195 0 0 0 94110 120 0 0 25 0 4 0 633780180 2306392064 369025 33554432000 4194304 4580107 140736157591936 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2252336 CPUtime=936.58 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 409833 0 0 0 93554 104 0 0 25 0 4 0 633780180 2306392064 369025 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2252336 CPUtime=937.89 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 609997 0 0 0 93627 162 0 0 25 0 4 0 633780180 2306392064 369025 33554432000 4194304 4580107 140736157591936 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.11
Current children cumulated vsize (KiB) 2252336

[startup+1002.3 s]
/proc/loadavg: 4.23 6.21 7.19 5/328 21492
/proc/meminfo: memFree=22007124/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=1994388 CPUtime=3998.48 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 2220243 0 0 0 399287 561 0 0 25 0 4 0 633780180 2042253312 350496 33554432000 4194304 4580107 140736157591936 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 498597 350496 379 95 0 493579 0
[pid=21435/tid=21436] ppid=21433 vsize=1994388 CPUtime=1002.3 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 528750 0 0 0 100098 132 0 0 25 0 4 0 633780180 2042253312 350496 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=1994388 CPUtime=996.57 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 453247 0 0 0 99542 115 0 0 25 0 4 0 633780180 2042253312 350496 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=1994388 CPUtime=997.28 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 646197 0 0 0 99559 169 0 0 25 0 4 0 633780180 2042253312 350496 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.48
Current children cumulated vsize (KiB) 1994388

[startup+1062.3 s]
/proc/loadavg: 4.12 5.82 6.99 5/328 21494
/proc/meminfo: memFree=21907864/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=2278976 CPUtime=4237.9 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 2330863 0 0 0 423199 591 0 0 25 0 4 0 633780180 2333671424 374861 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 569744 374861 379 95 0 564726 0
[pid=21435/tid=21436] ppid=21433 vsize=2278976 CPUtime=1062.31 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 569040 0 0 0 106087 144 0 0 25 0 4 0 633780180 2333671424 374865 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2278976 CPUtime=1056.58 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 480420 0 0 0 105534 124 0 0 25 0 4 0 633780180 2333671424 374865 33554432000 4194304 4580107 140736157591936 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2278976 CPUtime=1056.67 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 669013 0 0 0 105494 173 0 0 25 0 4 0 633780180 2333671424 374865 33554432000 4194304 4580107 140736157591936 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.9
Current children cumulated vsize (KiB) 2278976

[startup+1122.3 s]
/proc/loadavg: 4.08 5.50 6.80 5/328 21495
/proc/meminfo: memFree=21891808/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=2355892 CPUtime=4477.24 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 2459483 0 0 0 447091 633 0 0 25 0 4 0 633780180 2412433408 379177 33554432000 4194304 4580107 140736157591936 18446744073709551615 4296092 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 588973 379177 379 95 0 583955 0
[pid=21435/tid=21436] ppid=21433 vsize=2355892 CPUtime=1122.3 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 614399 0 0 0 112074 156 0 0 25 0 4 0 633780180 2412433408 379177 33554432000 4194304 4580107 140736157591936 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2355892 CPUtime=1116.57 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 490993 0 0 0 111530 127 0 0 25 0 4 0 633780180 2412433408 379177 33554432000 4194304 4580107 140736157591936 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2355892 CPUtime=1116.04 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 703367 0 0 0 111417 187 0 0 25 0 4 0 633780180 2412433408 379177 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.24
Current children cumulated vsize (KiB) 2355892

[startup+1182.31 s]
/proc/loadavg: 4.03 5.22 6.63 5/328 21497
/proc/meminfo: memFree=21885680/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=2226180 CPUtime=4716.67 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 2569868 0 0 0 471000 667 0 0 25 0 4 0 633780180 2279608320 380601 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 556545 380601 379 95 0 551527 0
[pid=21435/tid=21436] ppid=21433 vsize=2226180 CPUtime=1182.31 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 618480 0 0 0 118074 157 0 0 25 0 4 0 633780180 2279608320 380601 33554432000 4194304 4580107 140736157591936 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2226180 CPUtime=1176.59 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 523301 0 0 0 117521 138 0 0 25 0 4 0 633780180 2279608320 380601 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2226180 CPUtime=1175.43 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 738625 0 0 0 117348 195 0 0 25 0 4 0 633780180 2279608320 380601 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.67
Current children cumulated vsize (KiB) 2226180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.21 s]
/proc/loadavg: 4.02 5.14 6.57 5/328 21498
/proc/meminfo: memFree=21882312/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=2372900 CPUtime=4800.07 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 2625323 0 0 0 479327 680 0 0 25 0 4 0 633780180 2429849600 381232 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 593225 381232 379 95 0 588207 0
[pid=21435/tid=21436] ppid=21433 vsize=2372900 CPUtime=1203.23 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 636265 0 0 0 120161 162 0 0 25 0 4 0 633780180 2429849600 381235 33554432000 4194304 4580107 140736157591936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2372900 CPUtime=1197.5 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 531172 0 0 0 119610 140 0 0 25 0 4 0 633780180 2429849600 381235 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2372900 CPUtime=1196.12 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 753640 0 0 0 119414 198 0 0 25 0 4 0 633780180 2429849600 381235 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 2372900

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

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

[startup+1203.21 s]
/proc/loadavg: 4.02 5.14 6.57 5/328 21498
/proc/meminfo: memFree=21882312/32951124 swapFree=59367104/67111528
[pid=21435] ppid=21433 vsize=2372900 CPUtime=4800.07 cores=0,2,4,6
/proc/21435/stat : 21435 (strangenight2-m) R 21433 21435 21012 0 -1 4202496 2625323 0 0 0 479327 680 0 0 25 0 4 0 633780180 2429849600 381232 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21435/statm: 593225 381232 379 95 0 588207 0
[pid=21435/tid=21436] ppid=21433 vsize=2372900 CPUtime=1203.23 cores=0,2,4,6
/proc/21435/task/21436/stat : 21436 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 636265 0 0 0 120161 162 0 0 25 0 4 0 633780180 2429849600 381235 33554432000 4194304 4580107 140736157591936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21435/tid=21437] ppid=21433 vsize=2372900 CPUtime=1197.5 cores=0,2,4,6
/proc/21435/task/21437/stat : 21437 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 531172 0 0 0 119610 140 0 0 25 0 4 0 633780180 2429849600 381235 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21435/tid=21438] ppid=21433 vsize=2372900 CPUtime=1196.12 cores=0,2,4,6
/proc/21435/task/21438/stat : 21438 (strangenight2-m) R 21433 21435 21012 0 -1 4202560 753640 0 0 0 119414 198 0 0 25 0 4 0 633780180 2429849600 381235 33554432000 4194304 4580107 140736157591936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 2372900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.3
CPU time (s): 4800.19
CPU user time (s): 4793.31
CPU system time (s): 6.87396
CPU usage (%): 398.92
Max. virtual memory (cumulated for all children) (KiB): 2404628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.31
system time used= 6.87395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2625336
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= 735
involuntary context switches= 29814

runsolver used 3.70844 second user time and 8.88865 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 00:54:06
IDJOB=3366897
IDBENCH=83229
IDSOLVER=1844
FILE ID=node143/3366897-1305413646
RUNJOBID= node143-1305410849-21030
PBS_JOBID= 13324518
Free space on /tmp= 73412 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-14-27-sat.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366897-1305413646/watcher-3366897-1305413646 -o /tmp/evaluation-result-3366897-1305413646/solver-3366897-1305413646 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366897-1305413646.cnf

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

MD5SUM BENCH= 9c54c57be5bec760a361df7b3a13ea07
RANDOM SEED=514413787

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22872136 kB
Buffers:        151456 kB
Cached:         650828 kB
SwapCached:      67368 kB
Active:         623316 kB
Inactive:      9232168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22872136 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:     8985780 kB
Mapped:          22708 kB
Slab:           105108 kB
PageTables:      54544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70549112 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= 73412 MiB
End job on node143 at 2011-05-15 01:14:11