Trace number 3368971

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.39 1203.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S944656226-046.UNKNOWN.cnf
MD5SUM9c7b3f326f7257fd8377a35f8807c0d3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368971-1305408332.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.00/0.00	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.00	c -- vars added        650
0.00/0.00	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       650      2769         0         0      8307         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2769/2769 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     288 undec:      67 neg:     295
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       632      2750         0         0      8348         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4917       632      2750         0      4844      8348    136797   no data   no data  --
3.17/0.80	c  N st    10     11300       632      2750         0      4517      8348     87939   no data   no data  --
3.17/0.80	c  N st    11     17043       632      2750         0     10201      8348    249993   no data   no data  --
4.39/1.20	c  F st    12     25000       632      2750         0     12474      8348    309309   no data   no data  --
4.39/1.20	c  N st    12     25000       632      2750         0     12474      8348    309309   no data   no data  --
5.95/1.50	c  N dy    18     30001       632      2750         0     10741      8348    241979   no data   no data  --
5.95/1.50	c  S st    18     30001       632      2750         0     10741      8348    241979   no data   no data  --
5.95/1.50	c  S st    18     30507       632      2750         0     11246      8348    254843   no data   no data  --
5.95/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.95/1.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.95/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.95/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.95/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
5.95/1.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.75/1.70	c lits-rem:       132  cl-subs:      358  v-elim:      0  v-fix:    0  time:  1.02 s
6.75/1.71	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.04
6.75/1.71	c calculated reachability. Time: 0.00
6.75/1.71	c  N dy    18     30507       632      2750         0     10888      8348    243061   no data   no data  --
7.56/1.95	c  N dy    32     34591       632      2750         0     14935      8348    353312     19.30     20.36  --
8.35/2.17	c  N dy    50     38617       632      2750         0     11085      8348    196247     19.19     20.32  --
9.54/2.41	c  N dy    72     42674       632      2750         0     15119      8348    309061     19.38     20.62  --
10.35/2.63	c  S st    83     45761       632      2750         0      9286      8348    115002     19.20     16.85  --
10.35/2.66	c  S st    83     46263       632      2750         0      9788      8348    128830     19.20   no data  --
10.35/2.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.35/2.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.35/2.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
10.35/2.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.74/2.76	c lits-rem:        20  cl-subs:       31  v-elim:      0  v-fix:    0  time:  0.38 s
10.74/2.76	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
10.74/2.77	c vivif2 --  cl tried     9757 cl shrink        0 lits rem          0 time: 0.01
10.74/2.77	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.03
10.74/2.77	c calculated reachability. Time: 0.00
10.74/2.77	c  N dy    83     46263       632      2750         0      9757      8348    128025     19.20   no data  --
11.94/3.03	c  N dy    87     50634       632      2750         0     14080      8348    243528     18.78     19.79  --
13.16/3.32	c  N dy   102     55021       632      2750         0     18433      8348    361480     18.71     19.85  --
13.93/3.58	c  N dy   123     59239       632      2750         0     12729      8348    184334     18.72     19.92  --
15.93/4.00	c  N dy   134     65428       632      2750         0     18844      8348    346583     18.47     19.61  --
17.12/4.31	c  S st   135     69394       632      2750         0     11885      8348    139327     18.26     16.95  --
17.12/4.34	c  S st   135     69899       632      2750         0     12389      8348    152089     18.26   no data  --
17.12/4.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.12/4.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.12/4.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.12/4.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.12/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.12/4.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
17.12/4.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.54/4.49	c lits-rem:        63  cl-subs:       39  v-elim:      0  v-fix:    0  time:  0.56 s
17.54/4.49	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
17.54/4.50	c vivif2 --  cl tried    12350 cl shrink        0 lits rem          0 time: 0.01
17.54/4.51	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.04
17.54/4.51	c calculated reachability. Time: 0.00
17.54/4.51	c  N dy   135     69899       632      2750         0     12350      8348    151049     18.26   no data  --
19.12/4.81	c  N dy   156     74620       632      2750         0     17041      8348    279764     18.29     19.26  --
20.72/5.22	c  N dy   180     79856       632      2750         0     22242      8348    421111     18.30     19.33  --
21.93/5.60	c  N dy   201     85073       632      2750         0     15522      8348    216467     18.33     19.32  --
22.70/5.78	c  F st   213     87501       632      2750         0     17931      8348    281404     18.33     17.59  --
23.90/6.03	c  N st   218     90802       632      2750         0     21199      8348    372928     18.33   no data  --
24.30/6.17	c Decided on static restart strategy
26.32/6.70	c  N st   221     99809       632      2750         0     17207      8348    380049     18.33   no data  --
28.28/7.12	c  S st   222    104848       632      2750         0     22168      8348    514037     18.33   no data  --
28.28/7.18	c  S st   222    105351       632      2750         0     22671      8348    527826     18.33   no data  --
28.28/7.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.28/7.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.28/7.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
28.68/7.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.68/7.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.68/7.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
28.68/7.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.67/8.71	c lits-rem:       967  cl-subs:      887  v-elim:      0  v-fix:    0  time:  5.99 s
34.67/8.71	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
34.67/8.72	c vivif2 --  cl tried    21784 cl shrink        0 lits rem          0 time: 0.02
34.67/8.74	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.08
34.67/8.74	c calculated reachability. Time: 0.00
34.67/8.74	c  N st   222    105351       632      2750         0     21784      8348    499243     18.33   no data  --
37.87/9.59	c  N st   223    114951       632      2750         0     17460      8348    325421     18.33   no data  --
43.45/10.98	c  N st   224    129350       632      2750         0     16851      8348    315372     18.33   no data  --
51.42/12.96	c  N st   225    150947       632      2750         0     22362      8348    425762     18.33   no data  --
54.61/13.72	c  S st   226    158029       632      2750         0     29269      8348    617197     18.33   no data  --
54.61/13.79	c  S st   226    158538       632      2750         0     29777      8348    631127     18.33   no data  --
55.02/13.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.02/13.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.02/13.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.02/13.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.02/13.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.02/13.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
55.02/13.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
62.59/15.77	c lits-rem:       397  cl-subs:     1771  v-elim:      0  v-fix:    0  time:  7.76 s
62.59/15.77	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
62.59/15.78	c vivif2 --  cl tried    28006 cl shrink        0 lits rem          0 time: 0.03
62.99/15.80	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.09
62.99/15.81	c calculated reachability. Time: 0.00
62.99/15.81	c  N st   226    158538       632      2750         0     28006      8348    579833     18.33   no data  --
83.77/21.02	c  N st   227    207126       632      2750         0     22842      8348    409861     18.33   no data  --
100.09/25.14	c  N st   228    237807       632      2750         0     33312      8348    677724     18.33   no data  --
100.09/25.14	c  S st   228    237807       632      2750         0     33312      8348    677724     18.33   no data  --
100.49/25.22	c  S st   228    238309       632      2750         0     33814      8348    691326     18.33   no data  --
100.49/25.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
100.49/25.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.49/25.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
100.49/25.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.49/25.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.49/25.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
100.49/25.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
108.86/27.38	c lits-rem:       810  cl-subs:     1244  v-elim:      0  v-fix:    0  time:  8.48 s
108.86/27.38	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
108.86/27.39	c vivif2 --  cl tried    32570 cl shrink        0 lits rem          0 time: 0.03
109.26/27.42	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.11
109.26/27.42	c calculated reachability. Time: 0.00
109.26/27.42	c  N st   228    238309       632      2750         0     32570      8348    653434     18.33   no data  --
141.16/35.41	c  F st   229    306251       632      2750         0     34663      8348    683535     18.33   no data  --
141.16/35.41	c  N st   229    306251       632      2750         0     34663      8348    683535     18.33   no data  --
143.95/36.13	c Decided on static restart strategy
155.51/39.03	c  N st   239    334558       632      2750         0     38850      8348    736785     18.33   no data  --
166.71/41.87	c  N st   241    357463       632      2750         0     36728      8348    659595     18.33   no data  --
166.71/41.87	c  S st   241    357463       632      2750         0     36728      8348    659595     18.33   no data  --
167.13/41.97	c  S st   241    357969       632      2750         0     37234      8348    672968     18.33   no data  --
167.13/41.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
167.13/41.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
167.13/41.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
167.48/42.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
167.48/42.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.48/42.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
167.48/42.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
175.07/43.93	c lits-rem:       716  cl-subs:      759  v-elim:      0  v-fix:    0  time:  7.70 s
175.07/43.93	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
175.07/43.94	c vivif2 --  cl tried    36475 cl shrink        0 lits rem          0 time: 0.03
175.07/43.97	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.13
175.07/43.97	c calculated reachability. Time: 0.00
175.07/43.97	c  N st   241    357969       632      2750         0     36475      8348    649509     18.33   no data  --
194.60/48.83	c  N st   242    390361       632      2750         0     42602      8348    784188     18.33   no data  --
223.74/56.16	c  N st   243    438951       632      2750         0     36408      8348    621398     18.33   no data  --
267.19/67.00	c  N st   244    511834       632      2750         0     50093      8348    997919     18.33   no data  --
281.94/70.79	c  N st   245    536954       632      2750         0     44278      8348    775217     18.33   no data  --
281.94/70.79	c  S st   245    536954       632      2750         0     44278      8348    775217     18.33   no data  --
282.74/70.91	c  S st   245    537460       632      2750         0     44784      8348    788691     18.33   no data  --
282.74/70.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
282.74/70.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
282.74/70.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
282.74/70.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
282.74/70.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
282.74/70.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
282.74/70.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
291.92/73.28	c lits-rem:       480  cl-subs:     1080  v-elim:      0  v-fix:    0  time:  9.27 s
291.92/73.28	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
291.92/73.29	c vivif2 --  cl tried    43704 cl shrink        0 lits rem          0 time: 0.04
292.32/73.33	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.18
292.32/73.33	c calculated reachability. Time: 0.00
292.32/73.33	c  N st   245    537460       632      2750         0     43704      8348    755672     18.33   no data  --
417.20/104.64	c  N st   246    701446       632      2750         0     37713      8348    476583     18.33   no data  --
496.52/124.58	c  N st   247    806190       632      2750         0     66859      8348   1349713     18.33   no data  --
496.52/124.58	c  S st   247    806190       632      2750         0     66859      8348   1349713     18.33   no data  --
497.32/124.77	c  S st   247    806695       632      2750         0     67364      8348   1363038     18.33   no data  --
497.32/124.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
497.32/124.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
497.72/124.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
497.72/124.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
497.72/124.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
497.72/124.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
497.72/124.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
514.86/129.16	c lits-rem:        74  cl-subs:     3137  v-elim:      0  v-fix:    0  time: 17.16 s
514.86/129.16	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
514.86/129.18	c vivif2 --  cl tried    64227 cl shrink        0 lits rem          0 time: 0.07
515.26/129.26	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.33
515.26/129.26	c calculated reachability. Time: 0.00
515.26/129.26	c  N st   247    806695       632      2750         0     64227      8348   1265387     18.33   no data  --
754.17/189.15	c  F st   248   1071876       632      2750         0     79251      8348   1492998     18.33   no data  --
754.17/189.15	c  N st   248   1071876       632      2750         0     79251      8348   1492998     18.33   no data  --
760.14/190.63	c Decided on static restart strategy
776.94/194.85	c  N st   258   1100177       632      2750         0     63428      8348   1103187     18.33   no data  --
813.19/203.96	c  N st   260   1136170       632      2750         0     53728      8348    757131     18.33   no data  --
846.72/212.35	c  N st   261   1168562       632      2750         0     85629      8348   1739255     18.33   no data  --
882.58/221.38	c  N st   262   1210042       632      2750         0     80314      8348   1503689     18.33   no data  --
882.58/221.38	c  S st   262   1210042       632      2750         0     80314      8348   1503689     18.33   no data  --
883.78/221.62	c  S st   262   1210547       632      2750         0     80819      8348   1517148     18.33   no data  --
883.78/221.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
883.78/221.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
883.78/221.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
884.18/221.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
884.18/221.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.18/221.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
884.18/221.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
902.53/226.37	c lits-rem:       189  cl-subs:     2872  v-elim:      0  v-fix:    0  time: 18.56 s
902.53/226.37	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
902.53/226.39	c vivif2 --  cl tried    77947 cl shrink        0 lits rem          0 time: 0.08
903.33/226.50	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.46
903.33/226.51	c calculated reachability. Time: 0.00
903.33/226.51	c  N st   262   1210547       632      2750         0     77947      8348   1429390     18.33   no data  --
985.09/247.02	c  N st   263   1283430       632      2750         0     54348      8348    707560     18.33   no data  --
1091.18/273.67	c  N st   264   1392753       632      2750         0     62813      8348    944458     18.33   no data  --
1259.10/315.79	c  N st   265   1556738       632      2750         0     67210      8348    972683     18.33   no data  --
1433.78/359.57	c  N st   266   1710547       632      2750         0    109092      8348   2189598     18.33   no data  --
1433.78/359.57	c  S st   266   1710547       632      2750         0    109092      8348   2189598     18.33   no data  --
1435.36/359.94	c  S st   266   1711049       632      2750         0    109592      8348   2203666     18.33   no data  --
1435.36/359.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1435.36/359.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1435.76/360.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1435.76/360.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1435.76/360.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1435.76/360.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
1435.76/360.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1510.34/378.71	c lits-rem:       371  cl-subs:     7702  v-elim:      0  v-fix:    0  time: 74.27 s
1510.34/378.71	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
1510.34/378.74	c vivif2 --  cl tried   101890 cl shrink        0 lits rem          0 time: 0.11
1510.74/378.88	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.58
1510.74/378.89	c calculated reachability. Time: 0.00
1510.74/378.89	c  N st   266   1711049       632      2750         0    101890      8348   1992933     18.33   no data  --
1954.65/490.13	c  N st   267   2080013       632      2750         0    113644      8348   2250109     18.33   no data  --
2115.37/530.43	c  N st   268   2211049       632      2750         0    118091      8348   2378703     18.33   no data  --
2115.37/530.43	c  S st   268   2211049       632      2750         0    118091      8348   2378703     18.33   no data  --
2116.97/530.82	c  S st   268   2211554       632      2750         0    118596      8348   2393147     18.33   no data  --
2116.97/530.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2116.97/530.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2116.97/530.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2117.37/530.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2117.37/530.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2117.37/530.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
2117.37/530.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2189.18/548.99	c lits-rem:       362  cl-subs:     6087  v-elim:      0  v-fix:    0  time: 71.80 s
2189.18/548.99	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
2189.61/549.02	c vivif2 --  cl tried   112509 cl shrink        0 lits rem          0 time: 0.12
2189.95/549.18	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.65
2189.95/549.19	c calculated reachability. Time: 0.00
2189.95/549.19	c  N st   268   2211554       632      2750         0    112509      8348   2204094     18.33   no data  --
2852.06/715.12	c  N st   269   2711554       632      2750         0    135494      8348   2653108     18.33   no data  --
2852.06/715.12	c  S st   269   2711554       632      2750         0    135494      8348   2653108     18.33   no data  --
2853.61/715.51	c  S st   269   2712056       632      2750         0    135996      8348   2666432     18.33   no data  --
2853.61/715.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2853.61/715.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2853.61/715.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.29
2854.01/715.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2854.01/715.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2854.01/715.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
2854.01/715.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2979.63/747.17	c lits-rem:       906  cl-subs:     9830  v-elim:      0  v-fix:    0  time: 125.59 s
2979.63/747.17	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
2980.03/747.21	c vivif2 --  cl tried   126166 cl shrink        0 lits rem          0 time: 0.14
2980.43/747.39	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.74
2980.83/747.40	c calculated reachability. Time: 0.00
2980.83/747.40	c  N st   269   2712056       632      2750         0    126166      8348   2407548     18.33   no data  --
3656.85/916.96	c  N st   270   3212057       632      2750         0    101770      8348   1544717     18.33   no data  --
3656.85/916.96	c  S st   270   3212057       632      2750         0    101770      8348   1544717     18.33   no data  --
3658.45/917.30	c  S st   270   3212561       632      2750         0    102272      8348   1558899     18.33   no data  --
3658.45/917.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3658.45/917.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3658.45/917.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
3658.45/917.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3658.45/917.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3658.45/917.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
3658.45/917.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3682.78/923.49	c lits-rem:       214  cl-subs:     4664  v-elim:      0  v-fix:    0  time: 24.24 s
3682.78/923.49	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
3683.18/923.51	c vivif2 --  cl tried    97608 cl shrink        0 lits rem          0 time: 0.08
3683.58/923.64	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.53
3683.58/923.64	c calculated reachability. Time: 0.00
3683.58/923.64	c  N st   270   3212561       632      2750         0     97608      8348   1436121     18.33   no data  --
4415.83/1107.21	c  N st   271   3712562       632      2750         0    108787      8348   1663657     18.33   no data  --
4415.83/1107.21	c  S st   271   3712562       632      2750         0    108787      8348   1663657     18.33   no data  --
4417.02/1107.54	c  S st   271   3713068       632      2750         0    109290      8348   1677418     18.33   no data  --
4417.02/1107.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4417.02/1107.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4417.42/1107.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
4417.42/1107.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4417.42/1107.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4417.42/1107.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
4417.42/1107.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4441.75/1113.76	c lits-rem:        63  cl-subs:     3298  v-elim:      0  v-fix:    0  time: 24.34 s
4441.75/1113.76	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
4441.75/1113.78	c vivif2 --  cl tried   105992 cl shrink        0 lits rem          0 time: 0.09
4442.55/1113.93	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.60
4442.55/1113.94	c calculated reachability. Time: 0.00
4442.55/1113.94	c  N st   271   3713068       632      2750         0    105992      8348   1583400     18.33   no data  --
4500.38/1128.46	c  F st   272   3751564       632      2750         0    143750      8348   2738503     18.33   no data  --
4500.38/1128.46	c  N st   272   3751564       632      2750         0    143750      8348   2738503     18.33   no data  --
4556.62/1142.58	c  N dy   349   3772620       632      2750         0    164576      8348   3318513     18.44     19.87  --
4595.30/1152.23	c  N dy   479   3792962       632      2750         0    101391      8348   1299003     18.71     20.06  --
4636.78/1162.67	c  N dy   577   3812969       632      2750         0    121203      8348   1852398     18.80     20.13  --
4684.64/1174.62	c  N dy   658   3834339       632      2750         0    142319      8348   2430869     18.77     19.83  --
4736.49/1187.67	c  N dy   732   3854511       632      2750         0    162240      8348   2985268     18.78     19.99  --
4778.01/1198.04	c  N dy   825   3874992       632      2750         0     97808      8348   1131253     18.80     19.84  --

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-3368971-1305408332/watcher-3368971-1305408332 -o /tmp/evaluation-result-3368971-1305408332/solver-3368971-1305408332 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368971-1305408332.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.55 8.00 8.05 5/358 17938
/proc/meminfo: memFree=24175376/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=208048 CPUtime=0 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 635 0 0 0 0 0 0 0 25 0 4 0 633248680 213041152 563 33554432000 4194304 4650419 140733467485136 18446744073709551615 228095147787 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 52012 570 343 112 0 46977 0
[pid=17938/tid=17939] ppid=17936 vsize=282884 CPUtime=0 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 284 0 0 0 0 0 0 0 18 0 4 0 633248680 289673216 1296 33554432000 4194304 4650419 140733467485136 18446744073709551615 4476812 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=282884 CPUtime=0 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 265 0 0 0 0 0 0 0 18 0 4 0 633248680 289673216 1296 33554432000 4194304 4650419 140733467485136 18446744073709551615 4441322 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=282884 CPUtime=0 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 118 0 0 0 0 0 0 0 25 0 4 0 633248680 289673216 1296 33554432000 4194304 4650419 140733467485136 18446744073709551615 228095556078 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.112634 s]
/proc/loadavg: 7.55 8.00 8.05 5/358 17938
/proc/meminfo: memFree=24175376/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=283012 CPUtime=0.42 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 1945 0 0 0 42 0 0 0 25 0 4 0 633248680 289804288 1791 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 70753 1791 391 112 0 65718 0
[pid=17938/tid=17939] ppid=17936 vsize=283012 CPUtime=0.1 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 400 0 0 0 10 0 0 0 18 0 4 0 633248680 289804288 1791 33554432000 4194304 4650419 140733467485136 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=283012 CPUtime=0.1 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 391 0 0 0 10 0 0 0 18 0 4 0 633248680 289804288 1791 33554432000 4194304 4650419 140733467485136 18446744073709551615 4333838 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=283012 CPUtime=0.1 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 266 0 0 0 10 0 0 0 25 0 4 0 633248680 289804288 1791 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 283012

[startup+0.200619 s]
/proc/loadavg: 7.55 8.00 8.05 5/358 17938
/proc/meminfo: memFree=24175376/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=284372 CPUtime=0.77 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 2697 0 0 0 77 0 0 0 25 0 4 0 633248680 291196928 1871 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 71093 1871 393 112 0 66058 0
[pid=17938/tid=17939] ppid=17936 vsize=284372 CPUtime=0.19 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 596 0 0 0 19 0 0 0 18 0 4 0 633248680 291196928 1871 33554432000 4194304 4650419 140733467485136 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=284372 CPUtime=0.19 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 585 0 0 0 19 0 0 0 18 0 4 0 633248680 291196928 1871 33554432000 4194304 4650419 140733467485136 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=284372 CPUtime=0.18 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 451 0 0 0 18 0 0 0 25 0 4 0 633248680 291196928 1871 33554432000 4194304 4650419 140733467485136 18446744073709551615 4333785 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284372

[startup+0.3006 s]
/proc/loadavg: 7.55 8.00 8.05 5/358 17938
/proc/meminfo: memFree=24175376/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=284512 CPUtime=1.16 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 3133 0 0 0 116 0 0 0 25 0 4 0 633248680 291340288 2307 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 71128 2307 393 112 0 66093 0
[pid=17938/tid=17939] ppid=17936 vsize=284512 CPUtime=0.29 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 692 0 0 0 29 0 0 0 18 0 4 0 633248680 291340288 2307 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366047 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=284512 CPUtime=0.29 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 707 0 0 0 29 0 0 0 18 0 4 0 633248680 291340288 2308 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=284512 CPUtime=0.28 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 553 0 0 0 28 0 0 0 25 0 4 0 633248680 291340288 2308 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284512

[startup+0.700527 s]
/proc/loadavg: 7.55 8.00 8.05 5/358 17938
/proc/meminfo: memFree=24175376/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=285472 CPUtime=2.77 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 4892 0 0 0 276 1 0 0 25 0 4 0 633248680 292323328 3033 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 71368 3033 393 112 0 66333 0
[pid=17938/tid=17939] ppid=17936 vsize=285472 CPUtime=0.69 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 1138 0 0 0 69 0 0 0 18 0 4 0 633248680 292323328 3033 33554432000 4194304 4650419 140733467485136 18446744073709551615 4315688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=285472 CPUtime=0.69 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 1146 0 0 0 69 0 0 0 18 0 4 0 633248680 292323328 3033 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=285472 CPUtime=0.68 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 987 0 0 0 68 0 0 0 25 0 4 0 633248680 292323328 3033 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285472

[startup+1.50038 s]
/proc/loadavg: 7.55 8.00 8.05 9/362 17942
/proc/meminfo: memFree=24160552/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=286836 CPUtime=5.95 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 9795 0 0 0 594 1 0 0 25 0 4 0 633248680 293720064 5129 33554432000 4194304 4650419 140733467485136 18446744073709551615 4476603 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 71709 5129 395 112 0 66674 0
[pid=17938/tid=17939] ppid=17936 vsize=286836 CPUtime=1.49 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 2036 0 0 0 149 0 0 0 20 0 4 0 633248680 293720064 5129 33554432000 4194304 4650419 140733467485136 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=286836 CPUtime=1.48 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 2044 0 0 0 148 0 0 0 20 0 4 0 633248680 293720064 5129 33554432000 4194304 4650419 140733467485136 18446744073709551615 4315047 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=286836 CPUtime=1.47 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 1758 0 0 0 147 0 0 0 25 0 4 0 633248680 293720064 5129 33554432000 4194304 4650419 140733467485136 18446744073709551615 4315256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286836

[startup+3.10109 s]
/proc/loadavg: 7.55 8.00 8.05 9/362 17942
/proc/meminfo: memFree=24137604/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=278592 CPUtime=12.34 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 18195 0 0 0 1231 3 0 0 25 0 4 0 633248680 285278208 11239 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 69648 11239 395 112 0 64613 0
[pid=17938/tid=17939] ppid=17936 vsize=278592 CPUtime=3.08 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 4354 0 0 0 308 0 0 0 25 0 4 0 633248680 285278208 11239 33554432000 4194304 4650419 140733467485136 18446744073709551615 4367391 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=278592 CPUtime=3.09 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 4804 0 0 0 308 1 0 0 25 0 4 0 633248680 285278208 11239 33554432000 4194304 4650419 140733467485136 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=278592 CPUtime=3.05 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 3801 0 0 0 305 0 0 0 25 0 4 0 633248680 285278208 11239 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 278592

[startup+6.3005 s]
/proc/loadavg: 7.67 8.02 8.05 9/362 17943
/proc/meminfo: memFree=24098164/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=279336 CPUtime=25.1 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 26890 0 0 0 2506 4 0 0 25 0 4 0 633248680 286040064 15101 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 69834 15101 395 112 0 64799 0
[pid=17938/tid=17939] ppid=17936 vsize=279336 CPUtime=6.29 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 7423 0 0 0 628 1 0 0 25 0 4 0 633248680 286040064 15101 33554432000 4194304 4650419 140733467485136 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=279336 CPUtime=6.28 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 7016 0 0 0 627 1 0 0 25 0 4 0 633248680 286040064 15101 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=279336 CPUtime=6.21 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 5718 0 0 0 621 0 0 0 25 0 4 0 633248680 286040064 15101 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 279336

[startup+12.7003 s]
/proc/loadavg: 7.77 8.04 8.06 9/362 17943
/proc/meminfo: memFree=24045908/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=267164 CPUtime=50.62 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 42295 0 0 0 5054 8 0 0 25 0 4 0 633248680 273575936 21662 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363311 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 66791 21662 395 112 0 61756 0
[pid=17938/tid=17939] ppid=17936 vsize=267164 CPUtime=12.69 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 11775 0 0 0 1267 2 0 0 25 0 4 0 633248680 273575936 21662 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=267164 CPUtime=12.68 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 10986 0 0 0 1266 2 0 0 25 0 4 0 633248680 273575936 21662 33554432000 4194304 4650419 140733467485136 18446744073709551615 4315744 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=267164 CPUtime=12.53 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 8371 0 0 0 1252 1 0 0 25 0 4 0 633248680 273575936 21662 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 267164

[startup+25.501 s]
/proc/loadavg: 7.82 8.03 8.06 9/362 17943
/proc/meminfo: memFree=23994532/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=371452 CPUtime=101.67 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 61732 0 0 0 10153 14 0 0 25 0 4 0 633248680 380366848 32667 33554432000 4194304 4650419 140733467485136 18446744073709551615 4432396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 92863 32667 395 112 0 87828 0
[pid=17938/tid=17939] ppid=17936 vsize=371452 CPUtime=25.48 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 18051 0 0 0 2544 4 0 0 25 0 4 0 633248680 380366848 32667 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=371452 CPUtime=25.48 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 15972 0 0 0 2545 3 0 0 25 0 4 0 633248680 380366848 32667 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=371452 CPUtime=25.18 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 12087 0 0 0 2515 3 0 0 25 0 4 0 633248680 380366848 32667 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 371452

[startup+51.1012 s]
/proc/loadavg: 7.88 8.03 8.06 9/362 17944
/proc/meminfo: memFree=23938796/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=427124 CPUtime=203.78 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 87806 0 0 0 20355 23 0 0 25 0 4 0 633248680 437374976 41255 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 106781 41255 395 112 0 101746 0
[pid=17938/tid=17939] ppid=17936 vsize=427124 CPUtime=51.09 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 26923 0 0 0 5102 7 0 0 25 0 4 0 633248680 437374976 41255 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=427124 CPUtime=51.09 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 24652 0 0 0 5103 6 0 0 25 0 4 0 633248680 437374976 41255 33554432000 4194304 4650419 140733467485136 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=427124 CPUtime=50.48 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 15228 0 0 0 5044 4 0 0 25 0 4 0 633248680 437374976 41255 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 427124

[startup+102.301 s]
/proc/loadavg: 7.99 8.04 8.06 9/362 17945
/proc/meminfo: memFree=23890752/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=441792 CPUtime=408 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 123503 0 0 0 40763 37 0 0 25 0 4 0 633248680 452395008 46228 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 110448 46228 395 112 0 105413 0
[pid=17938/tid=17939] ppid=17936 vsize=441792 CPUtime=102.3 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 38291 0 0 0 10219 11 0 0 25 0 4 0 633248680 452395008 46232 33554432000 4194304 4650419 140733467485136 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=441792 CPUtime=102.3 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 34741 0 0 0 10220 10 0 0 25 0 4 0 633248680 452395008 46232 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=441792 CPUtime=101.09 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 21809 0 0 0 10102 7 0 0 25 0 4 0 633248680 452395008 46232 33554432000 4194304 4650419 140733467485136 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408
Current children cumulated vsize (KiB) 441792

[startup+162.301 s]

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

[pid=17938] ppid=17936 vsize=705240 CPUtime=2800.96 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 417885 0 0 0 279915 181 0 0 25 0 4 0 633248680 722165760 107020 33554432000 4194304 4650419 140733467485136 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 176310 107020 395 112 0 171275 0
[pid=17938/tid=17939] ppid=17936 vsize=705240 CPUtime=702.31 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 129359 0 0 0 70174 57 0 0 25 0 4 0 633248680 722165760 107020 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=705240 CPUtime=702.3 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 124134 0 0 0 70176 54 0 0 25 0 4 0 633248680 722165760 107020 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=705240 CPUtime=694.01 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 69418 0 0 0 69369 32 0 0 25 0 4 0 633248680 722165760 107020 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.96
Current children cumulated vsize (KiB) 705240

[startup+762.301 s]
/proc/loadavg: 8.13 8.11 8.08 9/362 17963
/proc/meminfo: memFree=23397416/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=643972 CPUtime=3040.28 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 437543 0 0 0 303838 190 0 0 25 0 4 0 633248680 659427328 105850 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 160993 105850 395 112 0 155958 0
[pid=17938/tid=17939] ppid=17936 vsize=643972 CPUtime=762.33 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 136737 0 0 0 76171 62 0 0 25 0 4 0 633248680 659427328 105852 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=643972 CPUtime=762.31 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 129970 0 0 0 76174 57 0 0 25 0 4 0 633248680 659427328 105852 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=643972 CPUtime=753.31 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 71197 0 0 0 75298 33 0 0 25 0 4 0 633248680 659427328 105852 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.28
Current children cumulated vsize (KiB) 643972

[startup+822.301 s]
/proc/loadavg: 8.10 8.11 8.08 9/362 17964
/proc/meminfo: memFree=23403344/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=705612 CPUtime=3279.56 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 461906 0 0 0 327755 201 0 0 25 0 4 0 633248680 722546688 105726 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 176403 105726 395 112 0 171368 0
[pid=17938/tid=17939] ppid=17936 vsize=705612 CPUtime=822.32 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 145532 0 0 0 82166 66 0 0 25 0 4 0 633248680 722546688 105726 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=705612 CPUtime=822.3 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 137877 0 0 0 82171 59 0 0 25 0 4 0 633248680 722546688 105726 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=705612 CPUtime=812.6 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 75541 0 0 0 81225 35 0 0 25 0 4 0 633248680 722546688 105726 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.56
Current children cumulated vsize (KiB) 705612

[startup+882.315 s]
/proc/loadavg: 8.04 8.08 8.08 9/362 17966
/proc/meminfo: memFree=23325180/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=757220 CPUtime=3518.91 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 486835 0 0 0 351676 215 0 0 25 0 4 0 633248680 775393280 118662 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 189305 118662 395 112 0 184270 0
[pid=17938/tid=17939] ppid=17936 vsize=757220 CPUtime=882.33 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 155828 0 0 0 88164 69 0 0 25 0 4 0 633248680 775393280 118662 33554432000 4194304 4650419 140733467485136 18446744073709551615 4341213 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=757220 CPUtime=882.32 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 144737 0 0 0 88168 64 0 0 25 0 4 0 633248680 775393280 118662 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=757220 CPUtime=871.9 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 79889 0 0 0 87152 38 0 0 25 0 4 0 633248680 775393280 118662 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.91
Current children cumulated vsize (KiB) 757220

[startup+942.3 s]
/proc/loadavg: 8.10 8.10 8.08 9/362 17968
/proc/meminfo: memFree=23307772/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=818876 CPUtime=3758.15 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 507010 0 0 0 375589 226 0 0 25 0 4 0 633248680 838529024 123997 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 204719 123997 395 112 0 199684 0
[pid=17938/tid=17939] ppid=17936 vsize=818876 CPUtime=942.32 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 162357 0 0 0 94159 73 0 0 25 0 4 0 633248680 838529024 123997 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=818876 CPUtime=942.3 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 149079 0 0 0 94164 66 0 0 25 0 4 0 633248680 838529024 123997 33554432000 4194304 4650419 140733467485136 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=818876 CPUtime=931.19 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 82233 0 0 0 93079 40 0 0 25 0 4 0 633248680 838529024 123997 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.15
Current children cumulated vsize (KiB) 818876

[startup+1002.3 s]
/proc/loadavg: 8.04 8.08 8.08 9/362 17969
/proc/meminfo: memFree=23290852/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=851608 CPUtime=3997.45 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 531672 0 0 0 399506 239 0 0 25 0 4 0 633248680 872046592 123964 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 212902 123964 395 112 0 207867 0
[pid=17938/tid=17939] ppid=17936 vsize=851608 CPUtime=1002.31 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 169835 0 0 0 100155 76 0 0 25 0 4 0 633248680 872046592 123964 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=851608 CPUtime=1002.31 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 156576 0 0 0 100162 69 0 0 25 0 4 0 633248680 872046592 123964 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=851608 CPUtime=990.47 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 87535 0 0 0 99004 43 0 0 25 0 4 0 633248680 872046592 123964 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.45
Current children cumulated vsize (KiB) 851608

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 8.08 9/362 17971
/proc/meminfo: memFree=23237984/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=816636 CPUtime=4236.75 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 558310 0 0 0 423422 253 0 0 25 0 4 0 633248680 836235264 133842 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 204159 133842 395 112 0 199124 0
[pid=17938/tid=17939] ppid=17936 vsize=816636 CPUtime=1062.32 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 180647 0 0 0 106151 81 0 0 25 0 4 0 633248680 836235264 133842 33554432000 4194304 4650419 140733467485136 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=816636 CPUtime=1062.31 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 160186 0 0 0 106159 72 0 0 25 0 4 0 633248680 836235264 133842 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=816636 CPUtime=1049.78 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 93910 0 0 0 104932 46 0 0 25 0 4 0 633248680 836235264 133842 33554432000 4194304 4650419 140733467485136 18446744073709551615 4333593 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.75
Current children cumulated vsize (KiB) 816636

[startup+1122.3 s]
/proc/loadavg: 8.11 8.10 8.08 9/362 17972
/proc/meminfo: memFree=23238424/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=737404 CPUtime=4476.05 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 575974 0 0 0 447340 265 0 0 25 0 4 0 633248680 755101696 129345 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 184351 129345 395 112 0 179316 0
[pid=17938/tid=17939] ppid=17936 vsize=737404 CPUtime=1122.32 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 186619 0 0 0 112148 84 0 0 25 0 4 0 633248680 755101696 129345 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=737404 CPUtime=1122.31 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 165343 0 0 0 112156 75 0 0 25 0 4 0 633248680 755101696 129345 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=737404 CPUtime=1109.06 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 95183 0 0 0 110859 47 0 0 25 0 4 0 633248680 755101696 129345 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.05
Current children cumulated vsize (KiB) 737404

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.09 9/362 17974
/proc/meminfo: memFree=23232068/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=811556 CPUtime=4715.35 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 593263 0 0 0 471261 274 0 0 25 0 4 0 633248680 831033344 134009 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 202889 134009 395 112 0 197854 0
[pid=17938/tid=17939] ppid=17936 vsize=811556 CPUtime=1182.33 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 193747 0 0 0 118144 89 0 0 25 0 4 0 633248680 831033344 134009 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=811556 CPUtime=1182.31 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 171430 0 0 0 118153 78 0 0 25 0 4 0 633248680 831033344 134009 33554432000 4194304 4650419 140733467485136 18446744073709551615 4255712 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=811556 CPUtime=1168.36 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 98675 0 0 0 116787 49 0 0 25 0 4 0 633248680 831033344 134009 33554432000 4194304 4650419 140733467485136 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.35
Current children cumulated vsize (KiB) 811556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 7.18 7.90 8.02 5/353 17993
/proc/meminfo: memFree=23714876/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=811432 CPUtime=4800.32 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 599715 0 0 0 479755 277 0 0 25 0 4 0 633248680 830906368 136162 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 202858 136162 395 112 0 197823 0
[pid=17938/tid=17939] ppid=17936 vsize=811432 CPUtime=1203.64 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 195356 0 0 0 120274 90 0 0 25 0 4 0 633248680 830906368 136163 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=811432 CPUtime=1203.63 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 174182 0 0 0 120284 79 0 0 25 0 4 0 633248680 830906368 136163 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=811432 CPUtime=1189.4 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 98675 0 0 0 118891 49 0 0 25 0 4 0 633248680 830906368 136163 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 811432

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

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

[startup+1203.6 s]
/proc/loadavg: 7.18 7.90 8.02 5/353 17993
/proc/meminfo: memFree=23714876/32951124 swapFree=65980216/67111528
[pid=17938] ppid=17936 vsize=811432 CPUtime=4800.32 cores=1,3,5,7
/proc/17938/stat : 17938 (strangenight1-m) R 17936 17938 17667 0 -1 4202496 599715 0 0 0 479755 277 0 0 25 0 4 0 633248680 830906368 136162 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 202858 136162 395 112 0 197823 0
[pid=17938/tid=17939] ppid=17936 vsize=811432 CPUtime=1203.64 cores=1,3,5,7
/proc/17938/task/17939/stat : 17939 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 195356 0 0 0 120274 90 0 0 25 0 4 0 633248680 830906368 136163 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17938/tid=17940] ppid=17936 vsize=811432 CPUtime=1203.63 cores=1,3,5,7
/proc/17938/task/17940/stat : 17940 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 174182 0 0 0 120284 79 0 0 25 0 4 0 633248680 830906368 136163 33554432000 4194304 4650419 140733467485136 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17938/tid=17941] ppid=17936 vsize=811432 CPUtime=1189.4 cores=1,3,5,7
/proc/17938/task/17941/stat : 17941 (strangenight1-m) R 17936 17938 17667 0 -1 4202560 98675 0 0 0 118891 49 0 0 25 0 4 0 633248680 830906368 136163 33554432000 4194304 4650419 140733467485136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 811432

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.39
CPU user time (s): 4797.59
CPU system time (s): 2.79757
CPU usage (%): 398.821
Max. virtual memory (cumulated for all children) (KiB): 945176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.59
system time used= 2.79757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599717
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= 438
involuntary context switches= 30865

runsolver used 3.9724 second user time and 10.2774 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 23:25:32
IDJOB=3368971
IDBENCH=82980
IDSOLVER=1846
FILE ID=node142/3368971-1305408332
RUNJOBID= node142-1305405909-17686
PBS_JOBID= 13324504
Free space on /tmp= 73440 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S944656226-046.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368971-1305408332/watcher-3368971-1305408332 -o /tmp/evaluation-result-3368971-1305408332/solver-3368971-1305408332 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368971-1305408332.cnf

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

MD5SUM BENCH= 9c7b3f326f7257fd8377a35f8807c0d3
RANDOM SEED=719041329

node142.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	: 5131.95
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24175532 kB
Buffers:        315388 kB
Cached:        3836956 kB
SwapCached:      11520 kB
Active:        6123420 kB
Inactive:      2320404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24175532 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           13924 kB
Writeback:           0 kB
AnonPages:     4288800 kB
Mapped:          20760 kB
Slab:           234636 kB
PageTables:      32048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77190948 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= 73440 MiB
End job on node142 at 2011-05-14 23:45:38