Trace number 3368994

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.15 1202.84

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1097024859-001.SATISFIABLE.cnf
MD5SUM94bd96d1179fc3c253160c710014f1d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.001999
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368994-1305409509.cnf'
0.00/0.01	c -- header says num vars:            450
0.00/0.01	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1917/1917 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
3.17/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
3.17/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.01 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:     193 undec:      53 neg:     204
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       438      1897         0         0      5764         0   no data   no data  --
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4916       438      1897         0      4794      5764    106576   no data   no data  --
3.17/0.85	c  N st    10     11298       438      1897         0      4453      5764     72548   no data   no data  --
3.17/0.85	c  N st    11     17041       438      1897         0     10080      5764    191498   no data   no data  --
3.99/1.05	c  F st    12     25001       438      1897         0     12331      5764    234702   no data   no data  --
3.99/1.05	c  N st    12     25001       438      1897         0     12331      5764    234702   no data   no data  --
4.76/1.25	c Decided on static restart strategy
4.76/1.25	c  N st    18     30000       438      1897         0     10616      5764    185946   no data   no data  --
4.76/1.25	c  S st    18     30000       438      1897         0     10616      5764    185946   no data   no data  --
4.76/1.28	c  S st    18     30507       438      1897         0     11122      5764    196643   no data   no data  --
4.76/1.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.76/1.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.76/1.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
4.76/1.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.47	c lits-rem:       111  cl-subs:      625  v-elim:      0  v-fix:    0  time:  0.71 s
5.56/1.48	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.03
5.56/1.48	c calculated reachability. Time: 0.00
5.56/1.48	c  N st    18     30507       438      1897         0     10497      5764    182739   no data   no data  --
7.16/1.84	c  N st    20     37617       438      1897         0      9769      5764    149542   no data   no data  --
8.79/2.21	c  N st    21     44016       438      1897         0     15964      5764    281277   no data   no data  --
9.15/2.35	c  S st    22     45760       438      1897         0      8963      5764    118484   no data   no data  --
9.15/2.38	c  S st    22     46261       438      1897         0      9464      5764    130043   no data   no data  --
9.15/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.15/2.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.15/2.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
9.15/2.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.47	c lits-rem:        22  cl-subs:       90  v-elim:      0  v-fix:    0  time:  0.31 s
9.55/2.47	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
9.55/2.47	c vivif2 --  cl tried     9374 cl shrink        0 lits rem          0 time: 0.00
9.55/2.47	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.03
9.55/2.47	c calculated reachability. Time: 0.00
9.55/2.47	c  N st    22     46261       438      1897         0      9374      5764    128225   no data   no data  --
13.18/3.31	c  N st    23     60660       438      1897         0     13709      5764    222867   no data   no data  --
15.54/3.98	c  N st    24     69391       438      1897         0     11524      5764    160126   no data   no data  --
15.54/3.98	c  S st    24     69391       438      1897         0     11524      5764    160126   no data   no data  --
15.94/4.01	c  S st    24     69894       438      1897         0     12026      5764    171164   no data   no data  --
15.94/4.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.94/4.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.94/4.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
15.94/4.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.34/4.19	c lits-rem:        76  cl-subs:      168  v-elim:      0  v-fix:    0  time:  0.66 s
16.34/4.19	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
16.34/4.19	c vivif2 --  cl tried    11858 cl shrink        0 lits rem          0 time: 0.00
16.74/4.20	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.04
16.74/4.20	c calculated reachability. Time: 0.00
16.74/4.20	c  N st    24     69894       438      1897         0     11858      5764    167223   no data   no data  --
21.13/5.39	c  F st    25     87503       438      1897         0     17299      5764    278277   no data   no data  --
21.13/5.39	c  N st    25     87503       438      1897         0     17299      5764    278277   no data   no data  --
23.12/5.82	c Decided on static restart strategy
23.92/6.08	c  N st    32     95544       438      1897         0     25158      5764    459401   no data   no data  --
26.71/6.75	c  N st    34    104841       438      1897         0     21534      5764    348984   no data   no data  --
26.71/6.75	c  S st    34    104841       438      1897         0     21534      5764    348984   no data   no data  --
27.11/6.80	c  S st    34    105345       438      1897         0     22036      5764    360564   no data   no data  --
27.11/6.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.11/6.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.11/6.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.11/6.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.11/6.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.11/6.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
27.11/6.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.33/7.65	c lits-rem:       293  cl-subs:     1108  v-elim:      0  v-fix:    0  time:  3.29 s
30.33/7.65	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
30.33/7.65	c vivif2 --  cl tried    20928 cl shrink        0 lits rem          0 time: 0.01
30.33/7.67	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.06
30.33/7.67	c calculated reachability. Time: 0.00
30.33/7.67	c  N st    34    105345       438      1897         0     20928      5764    335949   no data   no data  --
33.50/8.45	c  N st    35    114944       438      1897         0     16661      5764    229782   no data   no data  --
38.29/9.62	c  N st    36    129341       438      1897         0     16111      5764    202901   no data   no data  --
45.08/11.30	c  N st    37    150937       438      1897         0     21481      5764    306877   no data   no data  --
47.47/11.94	c  S st    38    158017       438      1897         0     28367      5764    460178   no data   no data  --
47.89/12.01	c  S st    38    158518       438      1897         0     28868      5764    471113   no data   no data  --
47.89/12.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.89/12.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.89/12.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
47.89/12.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.89/12.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.89/12.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
47.89/12.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.45/13.47	c lits-rem:       629  cl-subs:     1730  v-elim:      0  v-fix:    0  time:  5.75 s
53.45/13.47	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
53.45/13.48	c vivif2 --  cl tried    27138 cl shrink        0 lits rem          0 time: 0.02
53.85/13.50	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.08
53.85/13.50	c calculated reachability. Time: 0.00
53.85/13.50	c  N st    38    158518       438      1897         0     27138      5764    435484   no data   no data  --
72.61/18.21	c  N st    39    207106       438      1897         0     21849      5764    281513   no data   no data  --
86.18/21.70	c  N st    40    237777       438      1897         0     32156      5764    487370   no data   no data  --
86.18/21.70	c  S st    40    237777       438      1897         0     32156      5764    487370   no data   no data  --
86.58/21.78	c  S st    40    238278       438      1897         0     32657      5764    499027   no data   no data  --
86.58/21.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
86.58/21.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.58/21.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
86.98/21.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.98/21.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.98/21.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
86.98/21.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.36/23.43	c lits-rem:       471  cl-subs:     2411  v-elim:      0  v-fix:    0  time:  6.47 s
93.36/23.43	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
93.36/23.44	c vivif2 --  cl tried    30246 cl shrink        0 lits rem          0 time: 0.02
93.36/23.46	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.09
93.36/23.46	c calculated reachability. Time: 0.00
93.36/23.46	c  N st    40    238278       438      1897         0     30246      5764    449061   no data   no data  --
121.69/30.50	c  F st    41    306250       438      1897         0     32217      5764    485900   no data   no data  --
121.69/30.51	c  N st    41    306250       438      1897         0     32217      5764    485900   no data   no data  --
123.69/31.10	c Decided on static restart strategy
135.68/34.02	c  N st    51    334554       438      1897         0     36549      5764    556346   no data   no data  --
146.44/36.79	c  N st    53    357417       438      1897         0     34451      5764    477776   no data   no data  --
146.44/36.79	c  S st    53    357417       438      1897         0     34451      5764    477776   no data   no data  --
146.84/36.87	c  S st    53    357923       438      1897         0     34956      5764    488809   no data   no data  --
146.84/36.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
146.84/36.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.84/36.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
147.24/36.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.24/36.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.24/36.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
147.24/36.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.82/38.37	c lits-rem:       479  cl-subs:     1403  v-elim:      0  v-fix:    0  time:  5.88 s
152.82/38.37	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
152.82/38.38	c vivif2 --  cl tried    33553 cl shrink        0 lits rem          0 time: 0.02
152.82/38.40	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.09
152.82/38.40	c calculated reachability. Time: 0.00
152.82/38.40	c  N st    53    357923       438      1897         0     33553      5764    457106   no data   no data  --
170.38/42.78	c  N st    54    390315       438      1897         0     39761      5764    564804   no data   no data  --
203.10/50.97	c  N st    55    438903       438      1897         0     33572      5764    412614   no data   no data  --
247.80/62.16	c  N st    56    511785       438      1897         0     46851      5764    685595   no data   no data  --
260.98/65.47	c  N st    57    536885       438      1897         0     41248      5764    550989   no data   no data  --
260.98/65.47	c  S st    57    536885       438      1897         0     41248      5764    550989   no data   no data  --
261.38/65.57	c  S st    57    537388       438      1897         0     41751      5764    562769   no data   no data  --
261.38/65.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
261.38/65.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
261.38/65.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
261.78/65.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
261.78/65.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.78/65.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
261.78/65.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
268.55/67.33	c lits-rem:       652  cl-subs:     1601  v-elim:      0  v-fix:    0  time:  6.89 s
268.55/67.33	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
268.55/67.34	c vivif2 --  cl tried    40150 cl shrink        0 lits rem          0 time: 0.03
268.55/67.38	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.14
268.55/67.38	c calculated reachability. Time: 0.00
268.55/67.38	c  N st    57    537388       438      1897         0     40150      5764    530339   no data   no data  --
378.30/94.89	c  N st    58    701372       438      1897         0     69375      5764   1183646   no data   no data  --
454.13/113.84	c  N st    59    806083       438      1897         0     63127      5764    944790   no data   no data  --
454.13/113.84	c  S st    59    806083       438      1897         0     63127      5764    944790   no data   no data  --
454.93/114.01	c  S st    59    806586       438      1897         0     63628      5764    955395   no data   no data  --
454.93/114.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
454.93/114.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
454.93/114.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
454.93/114.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
454.93/114.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
454.93/114.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
454.93/114.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
469.72/117.76	c lits-rem:       965  cl-subs:     4661  v-elim:      0  v-fix:    0  time: 14.67 s
469.72/117.76	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
469.72/117.77	c vivif2 --  cl tried    58967 cl shrink        0 lits rem          0 time: 0.04
470.09/117.83	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.26
470.09/117.84	c calculated reachability. Time: 0.00
470.09/117.84	c  N st    59    806586       438      1897         0     58967      5764    858884   no data   no data  --
692.38/173.57	c  F st    60   1071877       438      1897         0     74355      5764   1083380   no data   no data  --
692.38/173.57	c  N st    60   1071877       438      1897         0     74355      5764   1083380   no data   no data  --
698.00/174.95	c Decided on static restart strategy
716.72/179.65	c  N st    70   1100183       438      1897         0     58560      5764    761366   no data   no data  --
750.69/188.13	c  N st    72   1136176       438      1897         0     49102      5764    517601   no data   no data  --
777.38/194.81	c  N st    73   1168569       438      1897         0     80562      5764   1241812   no data   no data  --
817.29/204.81	c  N st    74   1209879       438      1897         0     75093      5764   1133073   no data   no data  --
817.29/204.81	c  S st    74   1209879       438      1897         0     75093      5764   1133073   no data   no data  --
818.10/205.09	c  S st    74   1210381       438      1897         0     75595      5764   1144307   no data   no data  --
818.10/205.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
818.10/205.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
818.49/205.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
818.49/205.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
818.49/205.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
818.49/205.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
818.49/205.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
834.44/209.18	c lits-rem:       474  cl-subs:     3410  v-elim:      0  v-fix:    0  time: 15.92 s
834.44/209.18	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
834.44/209.19	c vivif2 --  cl tried    72185 cl shrink        0 lits rem          0 time: 0.05
834.84/209.28	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.35
834.84/209.28	c calculated reachability. Time: 0.00
834.84/209.28	c  N st    74   1210381       438      1897         0     72185      5764   1065415   no data   no data  --
911.87/228.59	c  N st    75   1283263       438      1897         0     48815      5764    459082   no data   no data  --
1028.39/257.76	c  N st    76   1392588       438      1897         0     56769      5764    598434   no data   no data  --
1192.82/298.99	c  N st    77   1556572       438      1897         0     61538      5764    669115   no data   no data  --
1357.24/340.15	c  N st    78   1710382       438      1897         0    103004      5764   1533770   no data   no data  --
1357.24/340.15	c  S st    78   1710382       438      1897         0    103004      5764   1533770   no data   no data  --
1358.84/340.51	c  S st    78   1710884       438      1897         0    103504      5764   1545325   no data   no data  --
1358.84/340.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1358.84/340.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1358.84/340.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
1359.24/340.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1359.24/340.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1359.24/340.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
1359.24/340.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1403.93/351.82	c lits-rem:       720  cl-subs:    11349  v-elim:      0  v-fix:    0  time: 44.68 s
1403.93/351.82	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
1403.93/351.84	c vivif2 --  cl tried    92155 cl shrink        0 lits rem          0 time: 0.07
1404.35/351.97	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.51
1404.35/351.97	c calculated reachability. Time: 0.00
1404.35/351.97	c  N st    78   1710884       438      1897         0     92155      5764   1328638   no data   no data  --
1791.43/448.98	c  N st    79   2079849       438      1897         0    104121      5764   1621760   no data   no data  --
1952.26/489.22	c  N st    80   2210885       438      1897         0    108175      5764   1661069   no data   no data  --
1952.26/489.22	c  S st    80   2210885       438      1897         0    108175      5764   1661069   no data   no data  --
1953.50/489.55	c  S st    80   2211389       438      1897         0    108678      5764   1672952   no data   no data  --
1953.50/489.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1953.50/489.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1953.85/489.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1953.85/489.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1953.85/489.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1953.85/489.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
1953.85/489.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1994.97/499.97	c lits-rem:       436  cl-subs:     7927  v-elim:      0  v-fix:    0  time: 41.14 s
1994.97/499.97	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
1994.97/499.99	c vivif2 --  cl tried   100751 cl shrink        0 lits rem          0 time: 0.08
1995.77/500.12	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.53
1995.77/500.13	c calculated reachability. Time: 0.00
1995.77/500.13	c  N st    80   2211389       438      1897         0    100751      5764   1502527   no data   no data  --
2646.68/663.21	c  N st    81   2711390       438      1897         0    123868      5764   1835735   no data   no data  --
2646.68/663.21	c  S st    81   2711390       438      1897         0    123868      5764   1835735   no data   no data  --
2648.26/663.64	c  S st    81   2711896       438      1897         0    124373      5764   1847568   no data   no data  --
2648.26/663.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2648.26/663.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2648.66/663.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2648.66/663.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2648.66/663.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2648.66/663.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
2648.66/663.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2700.13/676.66	c lits-rem:       107  cl-subs:     8848  v-elim:      0  v-fix:    0  time: 51.40 s
2700.13/676.66	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
2700.13/676.68	c vivif2 --  cl tried   115525 cl shrink        0 lits rem          0 time: 0.09
2700.93/676.85	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.67
2700.93/676.85	c calculated reachability. Time: 0.00
2700.93/676.85	c  N st    81   2711896       438      1897         0    115525      5764   1679408   no data   no data  --
3341.85/837.48	c  N st    82   3211898       438      1897         0     91635      5764   1033075   no data   no data  --
3341.85/837.49	c  S st    82   3211898       438      1897         0     91635      5764   1033075   no data   no data  --
3343.45/837.85	c  S st    82   3212400       438      1897         0     92134      5764   1044537   no data   no data  --
3343.45/837.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3343.45/837.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3343.85/837.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
3343.85/837.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3343.85/837.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3343.85/837.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
3343.85/837.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3358.60/841.67	c lits-rem:       274  cl-subs:     3430  v-elim:      0  v-fix:    0  time: 14.84 s
3358.60/841.67	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
3358.60/841.69	c vivif2 --  cl tried    88704 cl shrink        0 lits rem          0 time: 0.06
3359.40/841.82	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.52
3359.40/841.82	c calculated reachability. Time: 0.00
3359.40/841.82	c  N st    82   3212400       438      1897         0     88704      5764    977361   no data   no data  --
4093.71/1025.81	c  N st    83   3712403       438      1897         0     99746      5764   1149648   no data   no data  --
4093.71/1025.81	c  S st    83   3712403       438      1897         0     99746      5764   1149648   no data   no data  --
4094.91/1026.13	c  S st    83   3712905       438      1897         0    100246      5764   1161628   no data   no data  --
4094.91/1026.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4094.91/1026.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4094.91/1026.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
4095.33/1026.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4095.33/1026.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4095.33/1026.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
4095.33/1026.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4112.47/1030.50	c lits-rem:       380  cl-subs:     2915  v-elim:      0  v-fix:    0  time: 17.10 s
4112.47/1030.50	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
4112.47/1030.52	c vivif2 --  cl tried    97331 cl shrink        0 lits rem          0 time: 0.07
4112.89/1030.69	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.68
4112.89/1030.70	c calculated reachability. Time: 0.00
4112.89/1030.70	c  N st    83   3712905       438      1897         0     97331      5764   1102399   no data   no data  --
4174.75/1046.13	c  F st    84   3751563       438      1897         0    135007      5764   2018145   no data   no data  --
4174.75/1046.13	c  N st    84   3751563       438      1897         0    135007      5764   2018145   no data   no data  --
4185.50/1048.83	c Decided on static restart strategy
4235.80/1061.43	c  N st    94   3779868       438      1897         0    162641      5764   2680258   no data   no data  --
4286.86/1074.23	c  N st    96   3815862       438      1897         0    115159      5764   1489176   no data   no data  --
4346.32/1089.13	c  N st    97   3848254       438      1897         0    146551      5764   2181727   no data   no data  --
4423.33/1108.45	c  N st    98   3896842       438      1897         0    110139      5764   1319962   no data   no data  --
4555.04/1141.43	c  N st    99   3969724       438      1897         0     96195      5764    981856   no data   no data  --
4714.29/1181.34	c  N st   100   4079048       438      1897         0    116868      5764   1472357   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-3368994-1305409509/watcher-3368994-1305409509 -o /tmp/evaluation-result-3368994-1305409509/solver-3368994-1305409509 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368994-1305409509.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: 6.14 7.60 7.87 6/294 5528
/proc/meminfo: memFree=16808996/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 415 0 0 0 0 0 0 0 21 0 4 0 652553717 52465664 356 33554432000 4194304 4650419 140733772151296 18446744073709551615 47847830070813 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 12809 356 306 112 0 7774 0
[pid=5528/tid=5529] ppid=5526 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 4 0 652553717 52465664 356 33554432000 4194304 4650419 140733772151296 18446744073709551615 47847830070809 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 652553717 52465664 356 33554432000 4194304 4650419 140733772151296 18446744073709551615 47847830071208 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652553717 52465664 356 33554432000 4194304 4650419 140733772151296 18446744073709551615 47847830070809 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0707929 s]
/proc/loadavg: 6.14 7.60 7.87 6/294 5528
/proc/meminfo: memFree=16808996/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=282496 CPUtime=0.25 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 1469 0 0 0 25 0 0 0 18 0 4 0 652553717 289275904 1347 33554432000 4194304 4650419 140733772151296 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 70624 1347 391 112 0 65589 0
[pid=5528/tid=5529] ppid=5526 vsize=282496 CPUtime=0.06 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 278 0 0 0 6 0 0 0 18 0 4 0 652553717 289275904 1347 33554432000 4194304 4650419 140733772151296 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=282496 CPUtime=0.05 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 326 0 0 0 5 0 0 0 23 0 4 0 652553717 289275904 1348 33554432000 4194304 4650419 140733772151296 18446744073709551615 4310908 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=282496 CPUtime=0.06 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 158 0 0 0 6 0 0 0 18 0 4 0 652553717 289275904 1348 33554432000 4194304 4650419 140733772151296 18446744073709551615 218370616039 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 282496

[startup+0.100788 s]
/proc/loadavg: 6.14 7.60 7.87 6/294 5528
/proc/meminfo: memFree=16808996/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=282496 CPUtime=0.37 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 1601 0 0 0 37 0 0 0 18 0 4 0 652553717 289275904 1479 33554432000 4194304 4650419 140733772151296 18446744073709551615 4333937 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 70624 1479 391 112 0 65589 0
[pid=5528/tid=5529] ppid=5526 vsize=282496 CPUtime=0.09 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 310 0 0 0 9 0 0 0 18 0 4 0 652553717 289275904 1479 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=282496 CPUtime=0.08 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 360 0 0 0 8 0 0 0 23 0 4 0 652553717 289275904 1479 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=282496 CPUtime=0.09 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 190 0 0 0 9 0 0 0 18 0 4 0 652553717 289275904 1479 33554432000 4194304 4650419 140733772151296 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282496

[startup+0.300752 s]
/proc/loadavg: 6.14 7.60 7.87 6/294 5528
/proc/meminfo: memFree=16808996/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=283856 CPUtime=1.17 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 2666 0 0 0 117 0 0 0 18 0 4 0 652553717 290668544 2011 33554432000 4194304 4650419 140733772151296 18446744073709551615 4364416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 70964 2011 393 112 0 65929 0
[pid=5528/tid=5529] ppid=5526 vsize=283856 CPUtime=0.29 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 592 0 0 0 29 0 0 0 18 0 4 0 652553717 290668544 2011 33554432000 4194304 4650419 140733772151296 18446744073709551615 4363553 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=283856 CPUtime=0.28 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 639 0 0 0 28 0 0 0 23 0 4 0 652553717 290668544 2011 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=283856 CPUtime=0.29 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 442 0 0 0 29 0 0 0 18 0 4 0 652553717 290668544 2011 33554432000 4194304 4650419 140733772151296 18446744073709551615 218370612663 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283856

[startup+0.700683 s]
/proc/loadavg: 6.14 7.60 7.87 6/294 5528
/proc/meminfo: memFree=16808996/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=285208 CPUtime=2.77 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 4478 0 0 0 276 1 0 0 18 0 4 0 652553717 292052992 2518 33554432000 4194304 4650419 140733772151296 18446744073709551615 4333974 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 71302 2518 393 112 0 66267 0
[pid=5528/tid=5529] ppid=5526 vsize=285208 CPUtime=0.69 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 1149 0 0 0 69 0 0 0 18 0 4 0 652553717 292052992 2518 33554432000 4194304 4650419 140733772151296 18446744073709551615 4367241 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=285208 CPUtime=0.68 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 998 0 0 0 68 0 0 0 25 0 4 0 652553717 292052992 2518 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=285208 CPUtime=0.69 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 821 0 0 0 69 0 0 0 18 0 4 0 652553717 292052992 2519 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285208

[startup+1.50054 s]
/proc/loadavg: 6.14 7.60 7.87 10/298 5532
/proc/meminfo: memFree=16786768/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=291108 CPUtime=5.96 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 8242 0 0 0 595 1 0 0 20 0 4 0 652553717 298094592 4583 33554432000 4194304 4650419 140733772151296 18446744073709551615 4328348 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 72777 4583 395 112 0 67742 0
[pid=5528/tid=5529] ppid=5526 vsize=291108 CPUtime=1.49 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 1744 0 0 0 149 0 0 0 19 0 4 0 652553717 298094592 4583 33554432000 4194304 4650419 140733772151296 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=291108 CPUtime=1.47 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 1734 0 0 0 147 0 0 0 25 0 4 0 652553717 298094592 4583 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=291108 CPUtime=1.49 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 1471 0 0 0 149 0 0 0 20 0 4 0 652553717 298094592 4583 33554432000 4194304 4650419 140733772151296 18446744073709551615 4333687 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 291108

[startup+3.10026 s]
/proc/loadavg: 6.29 7.61 7.87 10/298 5532
/proc/meminfo: memFree=16750068/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=299496 CPUtime=12.35 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 15653 0 0 0 1233 2 0 0 25 0 4 0 652553717 306683904 9208 33554432000 4194304 4650419 140733772151296 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 74874 9208 395 112 0 69839 0
[pid=5528/tid=5529] ppid=5526 vsize=299496 CPUtime=3.08 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 3910 0 0 0 308 0 0 0 25 0 4 0 652553717 306683904 9208 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=299496 CPUtime=3.06 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 4286 0 0 0 306 0 0 0 25 0 4 0 652553717 306683904 9208 33554432000 4194304 4650419 140733772151296 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=299496 CPUtime=3.09 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 3531 0 0 0 309 0 0 0 25 0 4 0 652553717 306683904 9208 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 299496

[startup+6.30069 s]
/proc/loadavg: 6.29 7.61 7.87 10/298 5532
/proc/meminfo: memFree=16718000/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=300268 CPUtime=25.12 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 24173 0 0 0 2508 4 0 0 25 0 4 0 652553717 307474432 12009 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 75067 12009 395 112 0 70032 0
[pid=5528/tid=5529] ppid=5526 vsize=300268 CPUtime=6.28 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 6113 0 0 0 628 0 0 0 25 0 4 0 652553717 307474432 12009 33554432000 4194304 4650419 140733772151296 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=300268 CPUtime=6.23 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 6992 0 0 0 622 1 0 0 25 0 4 0 652553717 307474432 12009 33554432000 4194304 4650419 140733772151296 18446744073709551615 4438223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=300268 CPUtime=6.28 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 5019 0 0 0 628 0 0 0 25 0 4 0 652553717 307474432 12009 33554432000 4194304 4650419 140733772151296 18446744073709551615 4314873 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 300268

[startup+12.7006 s]
/proc/loadavg: 6.55 7.62 7.87 10/298 5532
/proc/meminfo: memFree=16674696/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=312556 CPUtime=50.66 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 37038 0 0 0 5059 7 0 0 25 0 4 0 652553717 320057344 17526 33554432000 4194304 4650419 140733772151296 18446744073709551615 4439641 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 78139 17526 395 112 0 73104 0
[pid=5528/tid=5529] ppid=5526 vsize=312556 CPUtime=12.69 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 9646 0 0 0 1267 2 0 0 25 0 4 0 652553717 320057344 17526 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=312556 CPUtime=12.57 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 9646 0 0 0 1256 1 0 0 25 0 4 0 652553717 320057344 17526 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=312556 CPUtime=12.68 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 7296 0 0 0 1267 1 0 0 25 0 4 0 652553717 320057344 17526 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 312556

[startup+25.5003 s]
/proc/loadavg: 6.92 7.66 7.89 10/298 5532
/proc/meminfo: memFree=16619888/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=322344 CPUtime=101.74 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 56385 0 0 0 10162 12 0 0 25 0 4 0 652553717 330080256 25303 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 80586 25303 395 112 0 75551 0
[pid=5528/tid=5529] ppid=5526 vsize=322344 CPUtime=25.49 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 15437 0 0 0 2546 3 0 0 25 0 4 0 652553717 330080256 25303 33554432000 4194304 4650419 140733772151296 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=322344 CPUtime=25.25 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 15232 0 0 0 2523 2 0 0 25 0 4 0 652553717 330080256 25303 33554432000 4194304 4650419 140733772151296 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=322344 CPUtime=25.49 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 10866 0 0 0 2547 2 0 0 25 0 4 0 652553717 330080256 25303 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 322344

[startup+51.1007 s]
/proc/loadavg: 7.29 7.69 7.89 9/298 5533
/proc/meminfo: memFree=16590640/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=320004 CPUtime=203.9 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 86971 0 0 0 20368 22 0 0 25 0 4 0 652553717 327684096 28281 33554432000 4194304 4650419 140733772151296 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 80001 28281 395 112 0 74966 0
[pid=5528/tid=5529] ppid=5526 vsize=320004 CPUtime=51.08 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 24998 0 0 0 5102 6 0 0 25 0 4 0 652553717 327684096 28281 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=320004 CPUtime=50.62 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 24256 0 0 0 5057 5 0 0 25 0 4 0 652553717 327684096 28281 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=320004 CPUtime=51.08 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 16661 0 0 0 5104 4 0 0 25 0 4 0 652553717 327684096 28281 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 320004

[startup+102.312 s]
/proc/loadavg: 7.81 7.77 7.91 10/298 5534
/proc/meminfo: memFree=16535084/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=339472 CPUtime=408.27 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 132792 0 0 0 40789 38 0 0 25 0 4 0 652553717 347619328 37368 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 84868 37368 395 112 0 79833 0
[pid=5528/tid=5529] ppid=5526 vsize=339472 CPUtime=102.29 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 37718 0 0 0 10219 10 0 0 25 0 4 0 652553717 347619328 37368 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=339472 CPUtime=101.37 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 36964 0 0 0 10127 10 0 0 25 0 4 0 652553717 347619328 37368 33554432000 4194304 4650419 140733772151296 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=339472 CPUtime=102.3 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 26579 0 0 0 10222 8 0 0 25 0 4 0 652553717 347619328 37368 33554432000 4194304 4650419 140733772151296 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 339472

[startup+162.301 s]

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

[pid=5528] ppid=5526 vsize=560120 CPUtime=2563.28 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 373791 0 0 0 256169 159 0 0 25 0 4 0 652553717 573562880 86373 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 140030 86373 395 112 0 134995 0
[pid=5528/tid=5529] ppid=5526 vsize=560120 CPUtime=642.31 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 105382 0 0 0 64185 46 0 0 25 0 4 0 652553717 573562880 86374 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=560120 CPUtime=636.44 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 119083 0 0 0 63593 51 0 0 25 0 4 0 652553717 573562880 86374 33554432000 4194304 4650419 140733772151296 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=560120 CPUtime=642.31 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 66290 0 0 0 64204 27 0 0 25 0 4 0 652553717 573562880 86374 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2563.28
Current children cumulated vsize (KiB) 560120

[startup+702.301 s]
/proc/loadavg: 8.20 8.11 8.01 9/298 5550
/proc/meminfo: memFree=16156700/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=626300 CPUtime=2802.69 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 391243 0 0 0 280100 169 0 0 25 0 4 0 652553717 641331200 93490 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 156575 93490 395 112 0 151540 0
[pid=5528/tid=5529] ppid=5526 vsize=626300 CPUtime=702.3 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 108782 0 0 0 70181 49 0 0 25 0 4 0 652553717 641331200 93490 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=626300 CPUtime=695.88 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 126629 0 0 0 69534 54 0 0 25 0 4 0 652553717 641331200 93490 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=626300 CPUtime=702.31 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 69073 0 0 0 70202 29 0 0 25 0 4 0 652553717 641331200 93490 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.69
Current children cumulated vsize (KiB) 626300

[startup+762.311 s]
/proc/loadavg: 8.19 8.12 8.01 10/298 5552
/proc/meminfo: memFree=16151596/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=626728 CPUtime=3042.18 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 404709 0 0 0 304042 176 0 0 25 0 4 0 652553717 641769472 92962 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 156682 92962 395 112 0 151647 0
[pid=5528/tid=5529] ppid=5526 vsize=626728 CPUtime=762.31 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 112188 0 0 0 76181 50 0 0 25 0 4 0 652553717 641769472 92962 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=626728 CPUtime=755.35 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 133552 0 0 0 75477 58 0 0 25 0 4 0 652553717 641769472 92962 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=626728 CPUtime=762.32 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 69258 0 0 0 76203 29 0 0 25 0 4 0 652553717 641769472 92962 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.18
Current children cumulated vsize (KiB) 626728

[startup+822.3 s]
/proc/loadavg: 8.07 8.09 8.01 10/298 5554
/proc/meminfo: memFree=16154808/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=614432 CPUtime=3281.59 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 419612 0 0 0 327973 186 0 0 25 0 4 0 652553717 629178368 92747 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 153608 92747 395 112 0 148573 0
[pid=5528/tid=5529] ppid=5526 vsize=614432 CPUtime=822.3 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 116097 0 0 0 82177 53 0 0 25 0 4 0 652553717 629178368 92747 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=614432 CPUtime=814.8 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 139876 0 0 0 81417 63 0 0 25 0 4 0 652553717 629178368 92747 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=614432 CPUtime=822.31 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 70759 0 0 0 82201 30 0 0 25 0 4 0 652553717 629178368 92747 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.59
Current children cumulated vsize (KiB) 614432

[startup+882.301 s]
/proc/loadavg: 8.07 8.09 8.01 10/298 5555
/proc/meminfo: memFree=16116840/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=627256 CPUtime=3521.02 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 434953 0 0 0 351907 195 0 0 25 0 4 0 652553717 642310144 100321 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365325 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 156814 100321 395 112 0 151779 0
[pid=5528/tid=5529] ppid=5526 vsize=627256 CPUtime=882.31 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 123314 0 0 0 88175 56 0 0 25 0 4 0 652553717 642310144 100321 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=627256 CPUtime=874.24 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 144632 0 0 0 87358 66 0 0 25 0 4 0 652553717 642310144 100321 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=627256 CPUtime=882.3 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 71899 0 0 0 88199 31 0 0 25 0 4 0 652553717 642310144 100321 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3521.02
Current children cumulated vsize (KiB) 627256

[startup+942.301 s]
/proc/loadavg: 8.02 8.07 8.00 10/298 5557
/proc/meminfo: memFree=16082100/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=640120 CPUtime=3760.48 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 450419 0 0 0 375844 204 0 0 25 0 4 0 652553717 655482880 100158 33554432000 4194304 4650419 140733772151296 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 160030 100158 395 112 0 154995 0
[pid=5528/tid=5529] ppid=5526 vsize=640120 CPUtime=942.3 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 129128 0 0 0 94172 58 0 0 25 0 4 0 652553717 655482880 100158 33554432000 4194304 4650419 140733772151296 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=640120 CPUtime=933.7 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 150978 0 0 0 93300 70 0 0 25 0 4 0 652553717 655482880 100158 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=640120 CPUtime=942.3 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 72009 0 0 0 94199 31 0 0 25 0 4 0 652553717 655482880 100158 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.48
Current children cumulated vsize (KiB) 640120

[startup+1002.3 s]
/proc/loadavg: 8.06 8.07 8.00 9/298 5567
/proc/meminfo: memFree=16090208/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=627660 CPUtime=3999.93 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 466740 0 0 0 399777 216 0 0 25 0 4 0 652553717 642723840 97267 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 156915 97267 395 112 0 151880 0
[pid=5528/tid=5529] ppid=5526 vsize=627660 CPUtime=1002.31 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 132732 0 0 0 100170 61 0 0 25 0 4 0 652553717 642723840 97267 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=627660 CPUtime=993.15 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 157139 0 0 0 99241 74 0 0 25 0 4 0 652553717 642723840 97267 33554432000 4194304 4650419 140733772151296 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=627660 CPUtime=1002.31 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 72130 0 0 0 100199 32 0 0 25 0 4 0 652553717 642723840 97267 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.93
Current children cumulated vsize (KiB) 627660

[startup+1062.3 s]
/proc/loadavg: 8.06 8.07 8.00 10/298 5569
/proc/meminfo: memFree=16038116/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=742940 CPUtime=4239.36 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 487376 0 0 0 423708 228 0 0 25 0 4 0 652553717 760770560 107742 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 185735 107742 395 112 0 180700 0
[pid=5528/tid=5529] ppid=5526 vsize=742940 CPUtime=1062.3 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 139799 0 0 0 106166 64 0 0 25 0 4 0 652553717 760770560 107742 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=742940 CPUtime=1052.61 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 162051 0 0 0 105184 77 0 0 25 0 4 0 652553717 760770560 107742 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=742940 CPUtime=1062.31 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 74164 0 0 0 106198 33 0 0 25 0 4 0 652553717 760770560 107742 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.36
Current children cumulated vsize (KiB) 742940

[startup+1122.3 s]
/proc/loadavg: 8.35 8.13 8.02 10/299 5574
/proc/meminfo: memFree=16034728/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=641740 CPUtime=4478.81 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 505476 0 0 0 447644 237 0 0 25 0 4 0 652553717 657141760 104561 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 160435 104561 395 112 0 155400 0
[pid=5528/tid=5529] ppid=5526 vsize=641740 CPUtime=1122.31 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 145737 0 0 0 112163 68 0 0 25 0 4 0 652553717 657141760 104561 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=641740 CPUtime=1112.06 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 170307 0 0 0 111126 80 0 0 25 0 4 0 652553717 657141760 104561 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=641740 CPUtime=1122.31 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 75346 0 0 0 112197 34 0 0 25 0 4 0 652553717 657141760 104561 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.81
Current children cumulated vsize (KiB) 641740

[startup+1182.3 s]
/proc/loadavg: 8.16 8.12 8.02 10/298 5575
/proc/meminfo: memFree=16071972/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=630036 CPUtime=4718.27 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 518510 0 0 0 471583 244 0 0 25 0 4 0 652553717 645156864 104728 33554432000 4194304 4650419 140733772151296 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 157509 104728 395 112 0 152474 0
[pid=5528/tid=5529] ppid=5526 vsize=630036 CPUtime=1182.31 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 146705 0 0 0 118163 68 0 0 25 0 4 0 652553717 645156864 104728 33554432000 4194304 4650419 140733772151296 18446744073709551615 4352048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=630036 CPUtime=1171.52 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 175021 0 0 0 117069 83 0 0 25 0 4 0 652553717 645156864 104728 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=630036 CPUtime=1182.31 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 79569 0 0 0 118195 36 0 0 25 0 4 0 652553717 645156864 104728 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.27
Current children cumulated vsize (KiB) 630036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.18 8.13 8.03 9/298 5576
/proc/meminfo: memFree=16050876/32951124 swapFree=52307768/67111528
[pid=5528] ppid=5526 vsize=630072 CPUtime=4800.09 cores=1,3,5,7
/proc/5528/stat : 5528 (strangenight1-m) R 5526 5528 5130 0 -1 4202496 522880 0 0 0 479762 247 0 0 25 0 4 0 652553717 645193728 105856 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5528/statm: 157518 105856 395 112 0 152483 0
[pid=5528/tid=5529] ppid=5526 vsize=630072 CPUtime=1202.82 cores=1,3,5,7
/proc/5528/task/5529/stat : 5529 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 146706 0 0 0 120214 68 0 0 25 0 4 0 652553717 645193728 105856 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5528/tid=5530] ppid=5526 vsize=630072 CPUtime=1191.83 cores=1,3,5,7
/proc/5528/task/5530/stat : 5530 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 177265 0 0 0 119099 84 0 0 25 0 4 0 652553717 645193728 105856 33554432000 4194304 4650419 140733772151296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5528/tid=5531] ppid=5526 vsize=630072 CPUtime=1202.83 cores=1,3,5,7
/proc/5528/task/5531/stat : 5531 (strangenight1-m) R 5526 5528 5130 0 -1 4202560 80574 0 0 0 120246 37 0 0 25 0 4 0 652553717 645193728 105856 33554432000 4194304 4650419 140733772151296 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 630072

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.15
CPU user time (s): 4797.66
CPU system time (s): 2.49462
CPU usage (%): 399.069
Max. virtual memory (cumulated for all children) (KiB): 742940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.66
system time used= 2.49462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 522881
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= 393
involuntary context switches= 36234

runsolver used 2.89956 second user time and 8.10777 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 23:45:10
IDJOB=3368994
IDBENCH=83003
IDSOLVER=1846
FILE ID=node101/3368994-1305409509
RUNJOBID= node101-1305409509-5506
PBS_JOBID= 13324502
Free space on /tmp= 73732 MiB

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

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

MD5SUM BENCH= 94bd96d1179fc3c253160c710014f1d5
RANDOM SEED=1681384147

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16809152 kB
Buffers:        323488 kB
Cached:        5886356 kB
SwapCached:      14848 kB
Active:       10840708 kB
Inactive:      5027080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16809152 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           12560 kB
Writeback:           0 kB
AnonPages:     9655044 kB
Mapped:          14684 kB
Slab:           149516 kB
PageTables:      61808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42064140 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= 73724 MiB
End job on node101 at 2011-05-15 00:05:14