Trace number 3368929

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S727005963-093.SATISFIABLE.cnf
MD5SUM91e4bda9499071fffccca1352d82691f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368929-1305406374.cnf'
0.00/0.01	c -- header says num vars:            600
0.00/0.01	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
3.56/0.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.56/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     19  v-fix:    0  time:  0.01 s
3.56/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.56/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.56/0.90	c calculated reachability. Time: 0.00
3.56/0.90	c Calc default polars -  time:   0.00 s pos:     258 undec:      66 neg:     276
3.56/0.90	c =========================================================================================
3.56/0.90	c types(t): F = full restart, N = normal restart
3.56/0.90	c types(t): S = simplification begin/end, E = solution found
3.56/0.90	c restart types(rt): st = static, dy = dynamic
3.56/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.90	c  B st     0         0       581      2519         0         0      7658         0   no data   no data  --
3.56/0.90	c Decided on static restart strategy
3.56/0.90	c  N st     8      4920       581      2519         0      4864      7658    127057   no data   no data  --
3.56/0.90	c  N st    10     11303       581      2519         0      4508      7658     84743   no data   no data  --
3.56/0.90	c  N st    11     17046       581      2519         0     10140      7658    240518   no data   no data  --
4.76/1.20	c  F st    12     25002       581      2519         0     12458      7658    306645   no data   no data  --
4.76/1.20	c  N st    12     25002       581      2519         0     12458      7658    306645   no data   no data  --
5.57/1.40	c Decided on static restart strategy
5.57/1.40	c  N st    18     30001       581      2519         0     10735      7658    229079   no data   no data  --
5.57/1.40	c  S st    18     30001       581      2519         0     10735      7658    229079   no data   no data  --
5.97/1.50	c  S st    18     30504       581      2519         0     11237      7658    241460   no data   no data  --
5.97/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.97/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
5.97/1.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.37/1.65	c lits-rem:       198  cl-subs:      289  v-elim:      0  v-fix:    0  time:  0.95 s
6.37/1.66	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.04
6.37/1.66	c calculated reachability. Time: 0.00
6.37/1.66	c  N st    18     30504       581      2519         0     10948      7658    232445   no data   no data  --
7.96/2.05	c  N st    20     37614       581      2519         0     10179      7658    193421   no data   no data  --
9.56/2.44	c  N st    21     44013       581      2519         0     16483      7658    367988   no data   no data  --
9.96/2.56	c  S st    22     45758       581      2519         0      9400      7658    150128   no data   no data  --
9.96/2.59	c  S st    22     46264       581      2519         0      9904      7658    162722   no data   no data  --
9.96/2.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.96/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
9.96/2.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.76/2.71	c lits-rem:        34  cl-subs:       80  v-elim:      0  v-fix:    0  time:  0.47 s
10.76/2.71	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
10.76/2.71	c vivif2 --  cl tried     9824 cl shrink        0 lits rem          0 time: 0.00
10.76/2.72	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.03
10.76/2.72	c calculated reachability. Time: 0.00
10.76/2.72	c  N st    22     46264       581      2519         0      9824      7658    160311   no data   no data  --
14.35/3.68	c  N st    23     60661       581      2519         0     14184      7658    269401   no data   no data  --
17.14/4.31	c  N st    24     69397       581      2519         0     11974      7658    200757   no data   no data  --
17.14/4.31	c  S st    24     69397       581      2519         0     11974      7658    200757   no data   no data  --
17.14/4.34	c  S st    24     69898       581      2519         0     12475      7658    212798   no data   no data  --
17.14/4.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.14/4.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.14/4.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.14/4.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.14/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.14/4.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
17.14/4.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.94/4.59	c lits-rem:       112  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.94 s
17.94/4.59	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
17.94/4.59	c vivif2 --  cl tried    12348 cl shrink        0 lits rem          0 time: 0.01
18.34/4.60	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.04
18.34/4.60	c calculated reachability. Time: 0.00
18.34/4.60	c  N st    24     69898       581      2519         0     12348      7658    208923   no data   no data  --
23.53/5.98	c  F st    25     87501       581      2519         0     17841      7658    359874   no data   no data  --
23.53/5.98	c  N st    25     87501       581      2519         0     17841      7658    359874   no data   no data  --
25.16/6.38	c Decided on static restart strategy
26.32/6.64	c  N st    32     95540       581      2519         0     13001      7658    189796   no data   no data  --
28.72/7.30	c  N st    34    104848       581      2519         0     22158      7658    442518   no data   no data  --
28.72/7.30	c  S st    34    104848       581      2519         0     22158      7658    442518   no data   no data  --
29.13/7.36	c  S st    34    105359       581      2519         0     22667      7658    455982   no data   no data  --
29.13/7.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.13/7.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.13/7.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.13/7.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.13/7.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.13/7.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
29.13/7.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.94/8.52	c lits-rem:       378  cl-subs:      570  v-elim:      0  v-fix:    0  time:  4.52 s
33.94/8.52	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
33.94/8.53	c vivif2 --  cl tried    22097 cl shrink        0 lits rem          0 time: 0.02
33.94/8.55	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.08
33.94/8.55	c calculated reachability. Time: 0.00
33.94/8.55	c  N st    34    105359       581      2519         0     22097      7658    437564   no data   no data  --
37.50/9.41	c  N st    35    114958       581      2519         0     17761      7658    295330   no data   no data  --
43.08/10.82	c  N st    36    129355       581      2519         0     17157      7658    260891   no data   no data  --
51.49/12.98	c  N st    37    150951       581      2519         0     22696      7658    407327   no data   no data  --
54.25/13.66	c  S st    38    158039       581      2519         0     29672      7658    595573   no data   no data  --
54.65/13.74	c  S st    38    158540       581      2519         0     30173      7658    608033   no data   no data  --
54.65/13.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
54.65/13.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.65/13.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
54.65/13.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.65/13.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.65/13.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
54.65/13.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
61.83/15.50	c lits-rem:       581  cl-subs:      885  v-elim:      0  v-fix:    0  time:  6.91 s
61.83/15.50	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
61.83/15.51	c vivif2 --  cl tried    29288 cl shrink        0 lits rem          0 time: 0.03
61.83/15.53	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.10
61.83/15.53	c calculated reachability. Time: 0.00
61.83/15.53	c  N st    38    158540       581      2519         0     29288      7658    580962   no data   no data  --
82.22/20.63	c  N st    39    207131       581      2519         0     23848      7658    381533   no data   no data  --
96.55/24.21	c  N st    40    237810       581      2519         0     34290      7658    649626   no data   no data  --
96.55/24.21	c  S st    40    237810       581      2519         0     34290      7658    649626   no data   no data  --
96.95/24.30	c  S st    40    238315       581      2519         0     34794      7658    661896   no data   no data  --
96.95/24.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
96.95/24.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.95/24.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
96.95/24.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.95/24.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.95/24.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
96.95/24.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
105.73/26.53	c lits-rem:       971  cl-subs:     2054  v-elim:      0  v-fix:    0  time:  8.77 s
105.73/26.53	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
105.73/26.54	c vivif2 --  cl tried    32740 cl shrink        0 lits rem          0 time: 0.03
105.73/26.57	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.13
105.73/26.57	c calculated reachability. Time: 0.00
105.73/26.57	c  N st    40    238315       581      2519         0     32740      7658    601395   no data   no data  --
138.06/34.67	c  F st    41    306251       581      2519         0     34611      7658    581499   no data   no data  --
138.06/34.67	c  N st    41    306251       581      2519         0     34611      7658    581499   no data   no data  --
140.45/35.26	c Decided on static restart strategy
151.63/38.03	c  N st    51    334558       581      2519         0     38955      7658    685816   no data   no data  --
162.40/40.79	c  N st    53    357473       581      2519         0     36877      7658    605539   no data   no data  --
162.40/40.79	c  S st    53    357473       581      2519         0     36877      7658    605539   no data   no data  --
162.80/40.89	c  S st    53    357976       581      2519         0     37378      7658    618178   no data   no data  --
162.80/40.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
162.80/40.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.20/40.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
163.20/40.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.20/40.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.20/40.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
163.20/40.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
170.38/42.79	c lits-rem:       455  cl-subs:     1806  v-elim:      0  v-fix:    0  time:  7.46 s
170.38/42.79	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
170.78/42.80	c vivif2 --  cl tried    35572 cl shrink        0 lits rem          0 time: 0.03
170.78/42.83	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.14
170.78/42.84	c calculated reachability. Time: 0.00
170.78/42.84	c  N st    53    357976       581      2519         0     35572      7658    570882   no data   no data  --
186.75/46.86	c  N st    54    390369       581      2519         0     41769      7658    722205   no data   no data  --
212.69/53.39	c  N st    55    438957       581      2519         0     35540      7658    528198   no data   no data  --
252.59/63.33	c  N st    56    511839       581      2519         0     49314      7658    861872   no data   no data  --
267.35/67.04	c  N st    57    536966       581      2519         0     43476      7658    681319   no data   no data  --
267.35/67.04	c  S st    57    536966       581      2519         0     43476      7658    681319   no data   no data  --
267.75/67.15	c  S st    57    537472       581      2519         0     43982      7658    694059   no data   no data  --
267.75/67.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
267.75/67.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
267.75/67.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
267.75/67.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
267.75/67.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.75/67.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
267.75/67.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
276.14/69.29	c lits-rem:       679  cl-subs:     1539  v-elim:      0  v-fix:    0  time:  8.36 s
276.14/69.29	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
276.54/69.30	c vivif2 --  cl tried    42443 cl shrink        0 lits rem          0 time: 0.03
276.54/69.34	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.17
276.54/69.34	c calculated reachability. Time: 0.00
276.54/69.34	c  N st    57    537472       581      2519         0     42443      7658    653641   no data   no data  --
381.09/95.57	c  N st    58    701458       581      2519         0     36410      7658    406868   no data   no data  --
455.72/114.25	c  N st    59    806208       581      2519         0     65865      7658   1219557   no data   no data  --
455.72/114.25	c  S st    59    806208       581      2519         0     65865      7658   1219557   no data   no data  --
456.52/114.43	c  S st    59    806708       581      2519         0     66365      7658   1232356   no data   no data  --
456.52/114.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
456.52/114.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
456.52/114.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
456.92/114.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
456.92/114.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
456.92/114.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
456.92/114.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
467.69/117.30	c lits-rem:       311  cl-subs:     2071  v-elim:      0  v-fix:    0  time: 11.14 s
467.69/117.30	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
468.10/117.31	c vivif2 --  cl tried    64294 cl shrink        0 lits rem          0 time: 0.05
468.10/117.39	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.34
468.10/117.40	c calculated reachability. Time: 0.00
468.10/117.40	c  N st    59    806708       581      2519         0     64294      7658   1174176   no data   no data  --
681.20/170.70	c  F st    60   1071878       581      2519         0     80305      7658   1466552   no data   no data  --
681.20/170.70	c  N st    60   1071878       581      2519         0     80305      7658   1466552   no data   no data  --
686.79/172.13	c Decided on static restart strategy
704.35/176.55	c  N st    70   1100185       581      2519         0     63819      7658    982033   no data   no data  --
733.08/183.76	c  N st    72   1136179       581      2519         0     53882      7658    693573   no data   no data  --
758.62/190.18	c  N st    73   1168572       581      2519         0     85806      7658   1595722   no data   no data  --
792.95/198.71	c  N st    74   1210063       581      2519         0     80103      7658   1378724   no data   no data  --
792.95/198.71	c  S st    74   1210063       581      2519         0     80103      7658   1378724   no data   no data  --
793.72/198.96	c  S st    74   1210566       581      2519         0     80606      7658   1391105   no data   no data  --
793.72/198.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
793.72/198.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
794.12/199.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
794.12/199.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
794.12/199.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.12/199.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
794.12/199.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
814.90/204.22	c lits-rem:       117  cl-subs:     4834  v-elim:      0  v-fix:    0  time: 20.62 s
814.90/204.22	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
814.90/204.24	c vivif2 --  cl tried    75772 cl shrink        0 lits rem          0 time: 0.06
815.32/204.34	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.42
815.32/204.34	c calculated reachability. Time: 0.00
815.32/204.34	c  N st    74   1210566       581      2519         0     75772      7658   1267992   no data   no data  --
884.33/221.67	c  N st    75   1283448       581      2519         0     52169      7658    588526   no data   no data  --
996.45/249.78	c  N st    76   1392771       581      2519         0     60262      7658    763074   no data   no data  --
1146.10/287.27	c  N st    77   1556756       581      2519         0     65073      7658    863005   no data   no data  --
1293.80/324.25	c  N st    78   1710567       581      2519         0    106672      7658   1956104   no data   no data  --
1293.80/324.25	c  S st    78   1710567       581      2519         0    106672      7658   1956104   no data   no data  --
1294.96/324.58	c  S st    78   1711068       581      2519         0    107172      7658   1969121   no data   no data  --
1294.96/324.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1294.96/324.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1295.36/324.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1295.77/324.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1295.77/324.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1295.77/324.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
1295.77/324.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1365.99/342.38	c lits-rem:       143  cl-subs:     7764  v-elim:      0  v-fix:    0  time: 70.46 s
1365.99/342.38	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
1366.39/342.40	c vivif2 --  cl tried    99408 cl shrink        0 lits rem          0 time: 0.09
1366.79/342.56	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.64
1366.79/342.57	c calculated reachability. Time: 0.00
1366.79/342.57	c  N st    78   1711068       581      2519         0     99408      7658   1762197   no data   no data  --
1735.52/434.94	c  N st    79   2080035       581      2519         0    111713      7658   2007583   no data   no data  --
1875.20/469.98	c  N st    80   2211069       581      2519         0    115085      7658   2024799   no data   no data  --
1875.20/469.98	c  S st    80   2211069       581      2519         0    115085      7658   2024799   no data   no data  --
1876.80/470.39	c  S st    80   2211572       581      2519         0    115585      7658   2037411   no data   no data  --
1876.80/470.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1876.80/470.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1877.21/470.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1877.63/470.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1877.63/470.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1877.63/470.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
1877.63/470.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1952.24/489.27	c lits-rem:       145  cl-subs:     8922  v-elim:      0  v-fix:    0  time: 74.76 s
1952.24/489.27	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
1952.24/489.30	c vivif2 --  cl tried   106663 cl shrink        0 lits rem          0 time: 0.09
1952.99/489.46	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.66
1952.99/489.46	c calculated reachability. Time: 0.00
1952.99/489.46	c  N st    80   2211572       581      2519         0    106663      7658   1818878   no data   no data  --
2554.80/640.20	c  N st    81   2711572       581      2519         0    130395      7658   2284197   no data   no data  --
2554.80/640.20	c  S st    81   2711572       581      2519         0    130395      7658   2284197   no data   no data  --
2556.40/640.63	c  S st    81   2712077       581      2519         0    130899      7658   2297570   no data   no data  --
2556.40/640.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2556.40/640.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2556.80/640.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2556.80/640.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2556.80/640.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2556.80/640.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
2556.80/640.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2648.16/663.65	c lits-rem:       132  cl-subs:    10495  v-elim:      0  v-fix:    0  time: 91.19 s
2648.16/663.65	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
2648.16/663.68	c vivif2 --  cl tried   120404 cl shrink        0 lits rem          0 time: 0.11
2648.96/663.87	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.77
2648.96/663.87	c calculated reachability. Time: 0.00
2648.96/663.87	c  N st    81   2712077       581      2519         0    120404      7658   2058331   no data   no data  --
3275.11/820.74	c  N st    82   3212078       581      2519         0     96387      7658   1253656   no data   no data  --
3275.11/820.74	c  S st    82   3212078       581      2519         0     96387      7658   1253656   no data   no data  --
3276.31/821.09	c  S st    82   3212583       581      2519         0     96892      7658   1266836   no data   no data  --
3276.71/821.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3276.71/821.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3276.71/821.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
3276.71/821.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3276.71/821.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3276.71/821.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
3276.71/821.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3290.27/824.59	c lits-rem:       412  cl-subs:     3161  v-elim:      0  v-fix:    0  time: 13.54 s
3290.27/824.59	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
3290.27/824.61	c vivif2 --  cl tried    93731 cl shrink        0 lits rem          0 time: 0.06
3291.10/824.74	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.54
3291.10/824.75	c calculated reachability. Time: 0.00
3291.10/824.75	c  N st    82   3212583       581      2519         0     93731      7658   1199162   no data   no data  --
4013.38/1005.79	c  N st    83   3712583       581      2519         0    104706      7658   1417865   no data   no data  --
4013.38/1005.79	c  S st    83   3712583       581      2519         0    104706      7658   1417865   no data   no data  --
4014.99/1006.20	c  S st    83   3713088       581      2519         0    105210      7658   1430996   no data   no data  --
4015.41/1006.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4015.41/1006.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4015.41/1006.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.27
4015.77/1006.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4015.77/1006.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4015.77/1006.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    581 time:  0.00 s
4015.77/1006.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4048.89/1014.66	c lits-rem:       314  cl-subs:     3638  v-elim:      0  v-fix:    0  time: 33.18 s
4048.89/1014.66	c vivif2 --  cl tried     2519 cl shrink        0 lits rem          0 time: 0.00
4048.89/1014.68	c vivif2 --  cl tried   101572 cl shrink        0 lits rem          0 time: 0.08
4049.69/1014.88	c asymm  cl-useful: 0/2519/2519 lits-rem:0 time: 0.80
4049.69/1014.88	c calculated reachability. Time: 0.00
4049.69/1014.88	c  N st    83   3713088       581      2519         0    101572      7658   1342426   no data   no data  --
4123.13/1033.23	c  F st    84   3751562       581      2519         0    139229      7658   2446017   no data   no data  --
4123.13/1033.23	c  N st    84   3751562       581      2519         0    139229      7658   2446017   no data   no data  --
4135.08/1036.24	c Decided on static restart strategy
4180.18/1047.53	c  N st    94   3779864       581      2519         0     83880      7658    813892   no data   no data  --
4221.30/1057.81	c  N st    96   3815858       581      2519         0    119246      7658   1811395   no data   no data  --
4276.77/1071.72	c  N st    97   3848250       581      2519         0    151052      7658   2719788   no data   no data  --
4351.39/1090.42	c  N st    98   3896839       581      2519         0    114458      7658   1667966   no data   no data  --
4456.35/1116.75	c  N st    99   3969721       581      2519         0    100780      7658   1268718   no data   no data  --
4625.95/1159.20	c  N st   100   4079044       581      2519         0    121555      7658   1904098   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-3368929-1305406374/watcher-3368929-1305406374 -o /tmp/evaluation-result-3368929-1305406374/solver-3368929-1305406374 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368929-1305406374.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: 6.98 7.80 7.43 2/291 20907
/proc/meminfo: memFree=27775352/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 417 0 0 0 0 0 0 0 24 0 4 0 652235897 52465664 357 33554432000 4194304 4650419 140737047367936 18446744073709551615 47706611525143 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 12809 357 306 112 0 7774 0
[pid=20907/tid=20908] ppid=20905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652235897 52465664 357 33554432000 4194304 4650419 140737047367936 18446744073709551615 47706611525554 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652235897 52465664 357 33554432000 4194304 4650419 140737047367936 18446744073709551615 47706611525149 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652235897 52465664 357 33554432000 4194304 4650419 140737047367936 18446744073709551615 47706611525145 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.813358 s]
/proc/loadavg: 6.98 7.80 7.43 2/291 20907
/proc/meminfo: memFree=27775352/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=285588 CPUtime=3.22 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 5546 0 0 0 322 0 0 0 18 0 4 0 652235897 292442112 2645 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 71397 2645 393 112 0 66362 0
[pid=20907/tid=20908] ppid=20905 vsize=285588 CPUtime=0.79 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1320 0 0 0 79 0 0 0 19 0 4 0 652235897 292442112 2645 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=285588 CPUtime=0.81 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1331 0 0 0 81 0 0 0 18 0 4 0 652235897 292442112 2645 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=285588 CPUtime=0.8 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1105 0 0 0 80 0 0 0 18 0 4 0 652235897 292442112 2645 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 285588

[startup+0.900342 s]
/proc/loadavg: 6.98 7.80 7.43 2/291 20907
/proc/meminfo: memFree=27775352/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=285588 CPUtime=3.56 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 5751 0 0 0 356 0 0 0 19 0 4 0 652235897 292442112 2850 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 71397 2850 393 112 0 66362 0
[pid=20907/tid=20908] ppid=20905 vsize=285588 CPUtime=0.88 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1371 0 0 0 88 0 0 0 19 0 4 0 652235897 292442112 2850 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=285588 CPUtime=0.89 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1382 0 0 0 89 0 0 0 18 0 4 0 652235897 292442112 2850 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=285588 CPUtime=0.88 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1152 0 0 0 88 0 0 0 19 0 4 0 652235897 292442112 2850 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 285588

[startup+1.00033 s]
/proc/loadavg: 6.98 7.80 7.43 2/291 20907
/proc/meminfo: memFree=27775352/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=285588 CPUtime=3.96 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 5998 0 0 0 396 0 0 0 19 0 4 0 652235897 292442112 3097 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 71397 3097 393 112 0 66362 0
[pid=20907/tid=20908] ppid=20905 vsize=285588 CPUtime=0.98 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1438 0 0 0 98 0 0 0 19 0 4 0 652235897 292442112 3097 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=285588 CPUtime=0.99 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1450 0 0 0 99 0 0 0 19 0 4 0 652235897 292442112 3097 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=285588 CPUtime=0.98 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1204 0 0 0 98 0 0 0 19 0 4 0 652235897 292442112 3097 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 285588

[startup+1.10031 s]
/proc/loadavg: 6.98 7.80 7.43 2/291 20907
/proc/meminfo: memFree=27775352/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=285588 CPUtime=4.36 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 6229 0 0 0 436 0 0 0 19 0 4 0 652235897 292442112 3328 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 71397 3328 394 112 0 66362 0
[pid=20907/tid=20908] ppid=20905 vsize=285588 CPUtime=1.08 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1484 0 0 0 108 0 0 0 19 0 4 0 652235897 292442112 3328 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=285588 CPUtime=1.09 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1503 0 0 0 109 0 0 0 19 0 4 0 652235897 292442112 3328 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=285588 CPUtime=1.08 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1282 0 0 0 108 0 0 0 19 0 4 0 652235897 292442112 3328 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 285588

[startup+1.50024 s]
/proc/loadavg: 6.98 7.80 7.43 2/291 20907
/proc/meminfo: memFree=27775352/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=286364 CPUtime=5.97 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 9224 0 0 0 596 1 0 0 20 0 4 0 652235897 293236736 4905 33554432000 4194304 4650419 140737047367936 18446744073709551615 4439224 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 71591 4905 395 112 0 66556 0
[pid=20907/tid=20908] ppid=20905 vsize=286364 CPUtime=1.48 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1934 0 0 0 148 0 0 0 20 0 4 0 652235897 293236736 4905 33554432000 4194304 4650419 140737047367936 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=286364 CPUtime=1.49 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1941 0 0 0 149 0 0 0 19 0 4 0 652235897 293236736 4905 33554432000 4194304 4650419 140737047367936 18446744073709551615 4331944 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=286364 CPUtime=1.48 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 1655 0 0 0 148 0 0 0 20 0 4 0 652235897 293236736 4905 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286364

[startup+3.10098 s]
/proc/loadavg: 6.98 7.80 7.43 9/302 20919
/proc/meminfo: memFree=27691476/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=279240 CPUtime=12.35 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 17724 0 0 0 1232 3 0 0 25 0 4 0 652235897 285941760 10224 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 69810 10224 395 112 0 64775 0
[pid=20907/tid=20908] ppid=20905 vsize=279240 CPUtime=3.05 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 4129 0 0 0 305 0 0 0 25 0 4 0 652235897 285941760 10224 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=279240 CPUtime=3.09 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 4376 0 0 0 309 0 0 0 25 0 4 0 652235897 285941760 10224 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=279240 CPUtime=3.09 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 4127 0 0 0 308 1 0 0 25 0 4 0 652235897 285941760 10224 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 279240

[startup+6.31144 s]
/proc/loadavg: 7.07 7.81 7.43 9/302 20919
/proc/meminfo: memFree=27667560/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=281340 CPUtime=25.16 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 26133 0 0 0 2512 4 0 0 25 0 4 0 652235897 288092160 13320 33554432000 4194304 4650419 140737047367936 18446744073709551615 4333980 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 70335 13320 395 112 0 65300 0
[pid=20907/tid=20908] ppid=20905 vsize=281340 CPUtime=6.24 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 6876 0 0 0 623 1 0 0 25 0 4 0 652235897 288092160 13320 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=281340 CPUtime=6.3 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 6298 0 0 0 630 0 0 0 25 0 4 0 652235897 288092160 13320 33554432000 4194304 4650419 140737047367936 18446744073709551615 4334278 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=281340 CPUtime=6.3 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 5949 0 0 0 629 1 0 0 25 0 4 0 652235897 288092160 13320 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 281340

[startup+12.7004 s]
/proc/loadavg: 7.14 7.81 7.44 9/302 20919
/proc/meminfo: memFree=27628244/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=301480 CPUtime=50.66 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 41151 0 0 0 5058 8 0 0 25 0 4 0 652235897 308715520 18882 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 75370 18882 395 112 0 70335 0
[pid=20907/tid=20908] ppid=20905 vsize=301480 CPUtime=12.58 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 10334 0 0 0 1256 2 0 0 25 0 4 0 652235897 308715520 18882 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=301480 CPUtime=12.69 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 10696 0 0 0 1267 2 0 0 25 0 4 0 652235897 308715520 18882 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=301480 CPUtime=12.68 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 9310 0 0 0 1267 1 0 0 25 0 4 0 652235897 308715520 18882 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 301480

[startup+25.5002 s]
/proc/loadavg: 7.33 7.82 7.45 9/302 20919
/proc/meminfo: memFree=27584504/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=311236 CPUtime=101.74 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 64874 0 0 0 10160 14 0 0 25 0 4 0 652235897 318705664 27265 33554432000 4194304 4650419 140737047367936 18446744073709551615 4438378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 77809 27265 395 112 0 72774 0
[pid=20907/tid=20908] ppid=20905 vsize=311236 CPUtime=25.26 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 16217 0 0 0 2523 3 0 0 25 0 4 0 652235897 318705664 27265 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=311236 CPUtime=25.49 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 17859 0 0 0 2546 3 0 0 25 0 4 0 652235897 318705664 27265 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=311236 CPUtime=25.49 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 13108 0 0 0 2546 3 0 0 25 0 4 0 652235897 318705664 27265 33554432000 4194304 4650419 140737047367936 18446744073709551615 4313440 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 311236

[startup+51.101 s]
/proc/loadavg: 7.56 7.83 7.46 9/302 20920
/proc/meminfo: memFree=27529156/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=377856 CPUtime=203.91 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 93163 0 0 0 20369 22 0 0 25 0 4 0 652235897 386924544 35357 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 94464 35357 395 112 0 89429 0
[pid=20907/tid=20908] ppid=20905 vsize=377856 CPUtime=50.63 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 21501 0 0 0 5058 5 0 0 25 0 4 0 652235897 386924544 35357 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=377856 CPUtime=51.08 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 27131 0 0 0 5103 5 0 0 25 0 4 0 652235897 386924544 35357 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=377856 CPUtime=51.08 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 18115 0 0 0 5104 4 0 0 25 0 4 0 652235897 386924544 35357 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 377856

[startup+102.3 s]
/proc/loadavg: 7.81 7.86 7.48 9/302 20921
/proc/meminfo: memFree=27469228/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=380344 CPUtime=408.23 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 142013 0 0 0 40787 36 0 0 25 0 4 0 652235897 389472256 43466 33554432000 4194304 4650419 140737047367936 18446744073709551615 4334278 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 95086 43466 395 112 0 90051 0
[pid=20907/tid=20908] ppid=20905 vsize=380344 CPUtime=101.36 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 35867 0 0 0 10128 8 0 0 25 0 4 0 652235897 389472256 43466 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=380344 CPUtime=102.29 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 41201 0 0 0 10219 10 0 0 25 0 4 0 652235897 389472256 43466 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=380344 CPUtime=102.29 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 25748 0 0 0 10221 8 0 0 25 0 4 0 652235897 389472256 43466 33554432000 4194304 4650419 140737047367936 18446744073709551615 4328286 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.23
Current children cumulated vsize (KiB) 380344

[startup+162.3 s]

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

[pid=20907] ppid=20905 vsize=541936 CPUtime=2802.6 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 513593 0 0 0 280081 179 0 0 25 0 4 0 652235897 554942464 93900 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 135484 93900 395 112 0 130449 0
[pid=20907/tid=20908] ppid=20905 vsize=541936 CPUtime=695.85 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 129146 0 0 0 69540 45 0 0 25 0 4 0 652235897 554942464 93900 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=541936 CPUtime=702.29 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 145834 0 0 0 70176 53 0 0 25 0 4 0 652235897 554942464 93900 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=541936 CPUtime=702.28 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 95897 0 0 0 70194 34 0 0 25 0 4 0 652235897 554942464 93900 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.6
Current children cumulated vsize (KiB) 541936

[startup+762.3 s]
/proc/loadavg: 8.20 8.13 7.81 9/302 20951
/proc/meminfo: memFree=27070900/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=578960 CPUtime=3042.05 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 538833 0 0 0 304014 191 0 0 25 0 4 0 652235897 592855040 104489 33554432000 4194304 4650419 140737047367936 18446744073709551615 4313071 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 144740 104489 395 112 0 139705 0
[pid=20907/tid=20908] ppid=20905 vsize=578960 CPUtime=755.29 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 134169 0 0 0 75482 47 0 0 25 0 4 0 652235897 592855040 104489 33554432000 4194304 4650419 140737047367936 18446744073709551615 4328119 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=578960 CPUtime=762.29 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 155868 0 0 0 76172 57 0 0 25 0 4 0 652235897 592855040 104489 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=578960 CPUtime=762.29 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 98757 0 0 0 76193 36 0 0 25 0 4 0 652235897 592855040 104489 33554432000 4194304 4650419 140737047367936 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3042.05
Current children cumulated vsize (KiB) 578960

[startup+822.3 s]
/proc/loadavg: 8.13 8.12 7.82 9/302 20952
/proc/meminfo: memFree=27071616/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=607944 CPUtime=3281.49 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 561456 0 0 0 327950 199 0 0 25 0 4 0 652235897 622534656 102172 33554432000 4194304 4650419 140737047367936 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 151986 102172 395 112 0 146951 0
[pid=20907/tid=20908] ppid=20905 vsize=607944 CPUtime=814.76 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 141904 0 0 0 81427 49 0 0 25 0 4 0 652235897 622534656 102172 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=607944 CPUtime=822.29 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 163021 0 0 0 82169 60 0 0 25 0 4 0 652235897 622534656 102172 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=607944 CPUtime=822.28 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 101294 0 0 0 82191 37 0 0 25 0 4 0 652235897 622534656 102172 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.49
Current children cumulated vsize (KiB) 607944

[startup+882.3 s]
/proc/loadavg: 8.05 8.10 7.83 9/302 20954
/proc/meminfo: memFree=27041208/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=621064 CPUtime=3520.93 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 587904 0 0 0 351883 210 0 0 25 0 4 0 652235897 635969536 111204 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 155266 111204 395 112 0 150231 0
[pid=20907/tid=20908] ppid=20905 vsize=621064 CPUtime=874.21 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 148742 0 0 0 87369 52 0 0 25 0 4 0 652235897 635969536 111204 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=621064 CPUtime=882.29 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 173303 0 0 0 88165 64 0 0 25 0 4 0 652235897 635969536 111204 33554432000 4194304 4650419 140737047367936 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=621064 CPUtime=882.28 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 107030 0 0 0 88188 40 0 0 25 0 4 0 652235897 635969536 111204 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.93
Current children cumulated vsize (KiB) 621064

[startup+942.3 s]
/proc/loadavg: 8.06 8.09 7.84 9/302 20955
/proc/meminfo: memFree=27033960/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=620132 CPUtime=3760.39 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 608379 0 0 0 375821 218 0 0 25 0 4 0 652235897 635015168 109521 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 155033 109521 395 112 0 149998 0
[pid=20907/tid=20908] ppid=20905 vsize=620132 CPUtime=933.65 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 152564 0 0 0 93312 53 0 0 25 0 4 0 652235897 635015168 109521 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=620132 CPUtime=942.3 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 179555 0 0 0 94164 66 0 0 25 0 4 0 652235897 635015168 109521 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=620132 CPUtime=942.29 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 112064 0 0 0 94188 41 0 0 25 0 4 0 652235897 635015168 109521 33554432000 4194304 4650419 140737047367936 18446744073709551615 4331089 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.39
Current children cumulated vsize (KiB) 620132

[startup+1002.3 s]
/proc/loadavg: 8.07 8.09 7.85 9/302 20957
/proc/meminfo: memFree=27025264/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=620324 CPUtime=3999.81 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 630960 0 0 0 399754 227 0 0 25 0 4 0 652235897 635211776 112315 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 155081 112315 395 112 0 150046 0
[pid=20907/tid=20908] ppid=20905 vsize=620324 CPUtime=993.1 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 157062 0 0 0 99255 55 0 0 25 0 4 0 652235897 635211776 112315 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=620324 CPUtime=1002.29 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 186423 0 0 0 100160 69 0 0 25 0 4 0 652235897 635211776 112315 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=620324 CPUtime=1002.28 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 118109 0 0 0 100185 43 0 0 25 0 4 0 652235897 635211776 112315 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.81
Current children cumulated vsize (KiB) 620324

[startup+1062.31 s]
/proc/loadavg: 8.10 8.10 7.87 9/302 20959
/proc/meminfo: memFree=26994748/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=633712 CPUtime=4239.29 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 655902 0 0 0 423689 240 0 0 25 0 4 0 652235897 648921088 118256 33554432000 4194304 4650419 140737047367936 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 158428 118256 395 112 0 153393 0
[pid=20907/tid=20908] ppid=20905 vsize=633712 CPUtime=1052.55 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 163626 0 0 0 105199 56 0 0 25 0 4 0 652235897 648921088 118256 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=633712 CPUtime=1062.3 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 193064 0 0 0 106157 73 0 0 25 0 4 0 652235897 648921088 118256 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=633712 CPUtime=1062.29 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 123080 0 0 0 106182 47 0 0 25 0 4 0 652235897 648921088 118256 33554432000 4194304 4650419 140737047367936 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.29
Current children cumulated vsize (KiB) 633712

[startup+1122.3 s]
/proc/loadavg: 8.07 8.09 7.88 9/302 20960
/proc/meminfo: memFree=26964464/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=673832 CPUtime=4478.7 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 677651 0 0 0 447621 249 0 0 25 0 4 0 652235897 690003968 118816 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 168458 118816 395 112 0 163423 0
[pid=20907/tid=20908] ppid=20905 vsize=673832 CPUtime=1112 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 165556 0 0 0 111143 57 0 0 25 0 4 0 652235897 690003968 118816 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=673832 CPUtime=1122.29 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 203101 0 0 0 112153 76 0 0 25 0 4 0 652235897 690003968 118816 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=673832 CPUtime=1122.28 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 125117 0 0 0 112180 48 0 0 25 0 4 0 652235897 690003968 118816 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4478.7
Current children cumulated vsize (KiB) 673832

[startup+1182.3 s]
/proc/loadavg: 8.02 8.07 7.89 9/302 20962
/proc/meminfo: memFree=26957364/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=741160 CPUtime=4718.13 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 700003 0 0 0 471554 259 0 0 25 0 4 0 652235897 758947840 125637 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 185290 125637 395 112 0 180255 0
[pid=20907/tid=20908] ppid=20905 vsize=741160 CPUtime=1171.46 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 172304 0 0 0 117086 60 0 0 25 0 4 0 652235897 758947840 125637 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=741160 CPUtime=1182.3 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 209117 0 0 0 118150 80 0 0 25 0 4 0 652235897 758947840 125637 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=741160 CPUtime=1182.29 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 128735 0 0 0 118179 50 0 0 25 0 4 0 652235897 758947840 125637 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4718.13
Current children cumulated vsize (KiB) 741160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.02 8.07 7.89 9/302 20963
/proc/meminfo: memFree=26978060/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=620936 CPUtime=4800.37 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 707028 0 0 0 479775 262 0 0 25 0 4 0 652235897 635838464 120859 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 155234 120859 395 112 0 150199 0
[pid=20907/tid=20908] ppid=20905 vsize=620936 CPUtime=1191.87 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 173290 0 0 0 119127 60 0 0 25 0 4 0 652235897 635838464 120859 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=620936 CPUtime=1202.91 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 211904 0 0 0 120210 81 0 0 25 0 4 0 652235897 635838464 120859 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=620936 CPUtime=1202.9 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 128735 0 0 0 120240 50 0 0 25 0 4 0 652235897 635838464 120859 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 620936

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

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

[startup+1202.9 s]
/proc/loadavg: 8.02 8.07 7.89 9/302 20963
/proc/meminfo: memFree=26978060/32951124 swapFree=63649232/67111528
[pid=20907] ppid=20905 vsize=620936 CPUtime=4800.37 cores=0,2,4,6
/proc/20907/stat : 20907 (strangenight1-m) R 20905 20907 20874 0 -1 4202496 707028 0 0 0 479775 262 0 0 25 0 4 0 652235897 635838464 120859 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20907/statm: 155234 120859 395 112 0 150199 0
[pid=20907/tid=20908] ppid=20905 vsize=620936 CPUtime=1191.87 cores=0,2,4,6
/proc/20907/task/20908/stat : 20908 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 173290 0 0 0 119127 60 0 0 25 0 4 0 652235897 635838464 120859 33554432000 4194304 4650419 140737047367936 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20907/tid=20909] ppid=20905 vsize=620936 CPUtime=1202.91 cores=0,2,4,6
/proc/20907/task/20909/stat : 20909 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 211904 0 0 0 120210 81 0 0 25 0 4 0 652235897 635838464 120859 33554432000 4194304 4650419 140737047367936 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20907/tid=20910] ppid=20905 vsize=620936 CPUtime=1202.9 cores=0,2,4,6
/proc/20907/task/20910/stat : 20910 (strangenight1-m) R 20905 20907 20874 0 -1 4202560 128735 0 0 0 120240 50 0 0 25 0 4 0 652235897 635838464 120859 33554432000 4194304 4650419 140737047367936 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 620936

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.94
CPU time (s): 4800.44
CPU user time (s): 4797.79
CPU system time (s): 2.6466
CPU usage (%): 399.058
Max. virtual memory (cumulated for all children) (KiB): 752692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.79
system time used= 2.6466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 707030
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= 461
involuntary context switches= 22155

runsolver used 3.08353 second user time and 7.97579 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 22:52:54
IDJOB=3368929
IDBENCH=82938
IDSOLVER=1846
FILE ID=node130/3368929-1305406374
RUNJOBID= node130-1305406374-20892
PBS_JOBID= 13324512
Free space on /tmp= 73428 MiB

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

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

MD5SUM BENCH= 91e4bda9499071fffccca1352d82691f
RANDOM SEED=1643402991

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27777012 kB
Buffers:        257768 kB
Cached:        3590920 kB
SwapCached:      10248 kB
Active:        1139700 kB
Inactive:      3762424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27777012 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            7844 kB
Writeback:           0 kB
AnonPages:     1051808 kB
Mapped:          12824 kB
Slab:           183112 kB
PageTables:      25712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51455640 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= 73416 MiB
End job on node130 at 2011-05-14 23:12:59