Trace number 3368800

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.34 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1894319588-015.SATISFIABLE.cnf
MD5SUMc06f05996bba25e7e26c6579a49532fc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
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-3368800-1307656152.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.00/0.01	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.01	c -- vars added        650
0.00/0.01	c Parsing time:  0.01 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
1.57/0.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.57/0.44	c lits-rem:         0  cl-subs:        0  v-elim:     24  v-fix:    0  time:  0.01 s
1.57/0.44	c Finding binary XORs  T:     0.00 s  found:       0
1.57/0.44	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.57/0.44	c calculated reachability. Time: 0.00
1.57/0.44	c Calc default polars -  time:   0.00 s pos:     264 undec:      77 neg:     309
1.57/0.44	c =========================================================================================
1.57/0.44	c types(t): F = full restart, N = normal restart
1.57/0.44	c types(t): S = simplification begin/end, E = solution found
1.57/0.44	c restart types(rt): st = static, dy = dynamic
1.57/0.44	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.57/0.44	c  B st     0         0       626      2740         0         0      8361         0   no data   no data  --
1.57/0.44	c Decided on static restart strategy
1.57/0.44	c  N st     8      4915       626      2740         0      4861      8361    142998   no data   no data  --
3.17/0.80	c  N st    10     11300       626      2740         0      4497      8361     92675   no data   no data  --
3.17/0.80	c  N st    11     17043       626      2740         0     10174      8361    263447   no data   no data  --
4.79/1.20	c  F st    12     25000       626      2740         0     12473      8361    313532   no data   no data  --
4.79/1.20	c  N st    12     25000       626      2740         0     12473      8361    313532   no data   no data  --
5.56/1.44	c Decided on static restart strategy
5.56/1.44	c  N st    18     30002       626      2740         0     10723      8361    245303   no data   no data  --
5.56/1.44	c  S st    18     30002       626      2740         0     10723      8361    245303   no data   no data  --
5.56/1.47	c  S st    18     30504       626      2740         0     11225      8361    258507   no data   no data  --
5.56/1.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.56/1.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
5.56/1.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.77/1.75	c lits-rem:       117  cl-subs:      294  v-elim:      0  v-fix:    0  time:  1.07 s
6.77/1.76	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.04
6.77/1.76	c calculated reachability. Time: 0.00
6.77/1.76	c  N st    18     30504       626      2740         0     10931      8361    248406   no data   no data  --
8.36/2.19	c  N st    20     37614       626      2740         0     10156      8361    200565   no data   no data  --
9.96/2.58	c  N st    21     44013       626      2740         0     16457      8361    378561   no data   no data  --
10.75/2.70	c  S st    22     45760       626      2740         0      9370      8361    157055   no data   no data  --
10.75/2.73	c  S st    22     46268       626      2740         0      9877      8361    170766   no data   no data  --
10.75/2.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.75/2.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.75/2.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.75/2.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.75/2.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
10.75/2.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.15/2.86	c lits-rem:        50  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.51 s
11.15/2.86	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
11.15/2.87	c vivif2 --  cl tried     9830 cl shrink        0 lits rem          0 time: 0.00
11.15/2.87	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.03
11.15/2.87	c calculated reachability. Time: 0.00
11.15/2.87	c  N st    22     46268       626      2740         0      9830      8361    169293   no data   no data  --
15.15/3.85	c  N st    23     60666       626      2740         0     14183      8361    280990   no data   no data  --
17.96/4.57	c  N st    24     69403       626      2740         0     11954      8361    202599   no data   no data  --
17.96/4.57	c  S st    24     69403       626      2740         0     11954      8361    202599   no data   no data  --
18.34/4.60	c  S st    24     69905       626      2740         0     12454      8361    215923   no data   no data  --
18.34/4.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.34/4.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.34/4.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.34/4.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.34/4.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.34/4.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
18.34/4.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.14/4.86	c lits-rem:        42  cl-subs:      112  v-elim:      0  v-fix:    0  time:  0.98 s
19.14/4.86	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
19.14/4.86	c vivif2 --  cl tried    12342 cl shrink        0 lits rem          0 time: 0.01
19.14/4.87	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.04
19.14/4.87	c calculated reachability. Time: 0.00
19.14/4.87	c  N st    24     69905       626      2740         0     12342      8361    212699   no data   no data  --
25.14/6.31	c  F st    25     87500       626      2740         0     17845      8361    361957   no data   no data  --
25.14/6.32	c  N st    25     87500       626      2740         0     17845      8361    361957   no data   no data  --
26.75/6.72	c Decided on static restart strategy
27.93/7.01	c  N st    32     95538       626      2740         0     13016      8361    202755   no data   no data  --
30.74/7.77	c  N st    34    104857       626      2740         0     22212      8361    478494   no data   no data  --
30.74/7.77	c  S st    34    104857       626      2740         0     22212      8361    478494   no data   no data  --
31.15/7.82	c  S st    34    105363       626      2740         0     22718      8361    491543   no data   no data  --
31.15/7.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.15/7.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.15/7.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
31.15/7.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.15/7.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.15/7.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
31.15/7.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.32/9.12	c lits-rem:       580  cl-subs:      812  v-elim:      0  v-fix:    0  time:  5.11 s
36.32/9.12	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
36.32/9.13	c vivif2 --  cl tried    21906 cl shrink        0 lits rem          0 time: 0.02
36.32/9.15	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.08
36.32/9.15	c calculated reachability. Time: 0.00
36.32/9.15	c  N st    34    105363       626      2740         0     21906      8361    462941   no data   no data  --
39.94/10.01	c  N st    35    114961       626      2740         0     17570      8361    309688   no data   no data  --
44.70/11.27	c  N st    36    129358       626      2740         0     16992      8361    272696   no data   no data  --
52.71/13.30	c  N st    37    150953       626      2740         0     22511      8361    429049   no data   no data  --
55.50/13.93	c  S st    38    158048       626      2740         0     29526      8361    647678   no data   no data  --
55.89/14.00	c  S st    38    158551       626      2740         0     30028      8361    660909   no data   no data  --
55.89/14.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.89/14.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.89/14.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.89/14.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.89/14.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.89/14.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
55.89/14.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
63.48/15.99	c lits-rem:       950  cl-subs:      977  v-elim:      0  v-fix:    0  time:  7.80 s
63.48/15.99	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
63.48/16.00	c vivif2 --  cl tried    29051 cl shrink        0 lits rem          0 time: 0.03
63.88/16.02	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.10
63.88/16.02	c calculated reachability. Time: 0.00
63.88/16.02	c  N st    38    158551       626      2740         0     29051      8361    625879   no data   no data  --
85.05/21.32	c  N st    39    207139       626      2740         0     23632      8361    409975   no data   no data  --
97.83/24.56	c  N st    40    237826       626      2740         0     34080      8361    718082   no data   no data  --
97.83/24.56	c  S st    40    237826       626      2740         0     34080      8361    718082   no data   no data  --
98.23/24.66	c  S st    40    238332       626      2740         0     34585      8361    731873   no data   no data  --
98.23/24.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
98.23/24.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
98.23/24.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
98.63/24.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.63/24.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.63/24.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
98.63/24.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
107.42/26.94	c lits-rem:       664  cl-subs:     1246  v-elim:      0  v-fix:    0  time:  8.95 s
107.42/26.94	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
107.42/26.95	c vivif2 --  cl tried    33339 cl shrink        0 lits rem          0 time: 0.03
107.42/26.98	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.12
107.42/26.98	c calculated reachability. Time: 0.00
107.42/26.98	c  N st    40    238332       626      2740         0     33339      8361    690543   no data   no data  --
138.98/34.82	c  F st    41    306250       626      2740         0     35336      8361    686104   no data   no data  --
138.98/34.82	c  N st    41    306250       626      2740         0     35336      8361    686104   no data   no data  --
142.18/35.60	c Decided on static restart strategy
153.36/38.46	c  N st    51    334556       626      2740         0     39536      8361    750847   no data   no data  --
164.55/41.28	c  N st    53    357498       626      2740         0     37595      8361    702788   no data   no data  --
164.55/41.28	c  S st    53    357498       626      2740         0     37595      8361    702788   no data   no data  --
164.94/41.37	c  S st    53    358000       626      2740         0     38097      8361    716217   no data   no data  --
164.94/41.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
164.94/41.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.94/41.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
165.34/41.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
165.34/41.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
165.34/41.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
165.34/41.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
172.53/43.24	c lits-rem:       513  cl-subs:      665  v-elim:      0  v-fix:    0  time:  7.33 s
172.53/43.24	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
172.53/43.25	c vivif2 --  cl tried    37432 cl shrink        0 lits rem          0 time: 0.03
172.53/43.29	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.14
172.53/43.29	c calculated reachability. Time: 0.00
172.53/43.29	c  N st    53    358000       626      2740         0     37432      8361    693587   no data   no data  --
190.91/47.85	c  N st    54    390394       626      2740         0     43776      8361    852196   no data   no data  --
220.47/55.22	c  N st    55    438984       626      2740         0     37389      8361    603376   no data   no data  --
262.42/65.79	c  N st    56    511866       626      2740         0     50852      8361    967391   no data   no data  --
278.38/69.74	c  N st    57    537003       626      2740         0     45034      8361    792018   no data   no data  --
278.38/69.74	c  S st    57    537003       626      2740         0     45034      8361    792018   no data   no data  --
278.78/69.85	c  S st    57    537504       626      2740         0     45534      8361    806329   no data   no data  --
278.78/69.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
278.78/69.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
278.78/69.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
279.18/69.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
279.18/69.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
279.18/69.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
279.18/69.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
288.78/72.34	c lits-rem:       704  cl-subs:     1684  v-elim:      0  v-fix:    0  time:  9.75 s
288.78/72.34	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
288.78/72.35	c vivif2 --  cl tried    43850 cl shrink        0 lits rem          0 time: 0.04
289.18/72.40	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.20
289.18/72.40	c calculated reachability. Time: 0.00
289.18/72.40	c  N st    57    537504       626      2740         0     43850      8361    756296   no data   no data  --
412.21/103.20	c  N st    58    701488       626      2740         0     38060      8361    475270   no data   no data  --
492.90/123.44	c  N st    59    806258       626      2740         0     67588      8361   1348870   no data   no data  --
492.90/123.44	c  S st    59    806258       626      2740         0     67588      8361   1348870   no data   no data  --
493.70/123.64	c  S st    59    806761       626      2740         0     68090      8361   1362610   no data   no data  --
493.70/123.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
493.70/123.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
493.70/123.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
494.10/123.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
494.10/123.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
494.10/123.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
494.10/123.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
510.47/127.84	c lits-rem:       219  cl-subs:     2809  v-elim:      0  v-fix:    0  time: 16.47 s
510.47/127.84	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
510.47/127.86	c vivif2 --  cl tried    65281 cl shrink        0 lits rem          0 time: 0.06
510.87/127.94	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.33
510.87/127.95	c calculated reachability. Time: 0.00
510.87/127.95	c  N st    59    806761       626      2740         0     65281      8361   1276837   no data   no data  --
738.97/185.06	c  F st    60   1071876       626      2740         0     80806      8361   1676936   no data   no data  --
738.97/185.06	c  N st    60   1071876       626      2740         0     80806      8361   1676936   no data   no data  --
744.97/186.56	c Decided on static restart strategy
763.34/191.19	c  N st    70   1100181       626      2740         0     64506      8361   1076056   no data   no data  --
794.49/198.91	c  N st    72   1136173       626      2740         0     54828      8361    791283   no data   no data  --
826.85/207.04	c  N st    73   1168565       626      2740         0     86541      8361   1706803   no data   no data  --
863.21/216.14	c  N st    74   1210144       626      2740         0     81359      8361   1611141   no data   no data  --
863.21/216.14	c  S st    74   1210144       626      2740         0     81359      8361   1611141   no data   no data  --
864.01/216.38	c  S st    74   1210648       626      2740         0     81863      8361   1624993   no data   no data  --
864.01/216.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
864.01/216.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
864.41/216.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
864.41/216.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
864.41/216.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
864.41/216.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
864.41/216.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
888.37/222.44	c lits-rem:       169  cl-subs:     2839  v-elim:      0  v-fix:    0  time: 23.83 s
888.37/222.44	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
888.37/222.46	c vivif2 --  cl tried    79024 cl shrink        0 lits rem          0 time: 0.08
888.77/222.58	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.46
888.77/222.58	c calculated reachability. Time: 0.00
888.77/222.58	c  N st    74   1210648       626      2740         0     79024      8361   1529567   no data   no data  --
965.87/241.80	c  N st    75   1283530       626      2740         0     55108      8361    723245   no data   no data  --
1065.33/266.76	c  N st    76   1392854       626      2740         0     63293      8361    962394   no data   no data  --
1228.71/307.68	c  N st    77   1556838       626      2740         0     67978      8361   1020008   no data   no data  --
1391.29/348.35	c  N st    78   1710649       626      2740         0    109796      8361   2203909   no data   no data  --
1391.29/348.35	c  S st    78   1710649       626      2740         0    109796      8361   2203909   no data   no data  --
1392.90/348.73	c  S st    78   1711152       626      2740         0    110299      8361   2217949   no data   no data  --
1392.90/348.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1392.90/348.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1392.90/348.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1393.31/348.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1393.31/348.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1393.31/348.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
1393.31/348.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1474.38/369.16	c lits-rem:       254  cl-subs:     7513  v-elim:      0  v-fix:    0  time: 81.02 s
1474.38/369.16	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
1474.38/369.18	c vivif2 --  cl tried   102786 cl shrink        0 lits rem          0 time: 0.10
1475.18/369.33	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.60
1475.18/369.34	c calculated reachability. Time: 0.00
1475.18/369.34	c  N st    78   1711152       626      2740         0    102786      8361   2002039   no data   no data  --
1912.18/478.75	c  N st    79   2080116       626      2740         0    114580      8361   2180149   no data   no data  --
2078.78/520.46	c  N st    80   2211152       626      2740         0    118625      8361   2212592   no data   no data  --
2078.78/520.46	c  S st    80   2211152       626      2740         0    118625      8361   2212592   no data   no data  --
2080.36/520.82	c  S st    80   2211656       626      2740         0    119129      8361   2227153   no data   no data  --
2080.36/520.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2080.36/520.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2080.36/520.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
2080.76/520.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2080.76/520.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2080.76/520.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
2080.76/520.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2147.07/537.54	c lits-rem:       227  cl-subs:     7807  v-elim:      0  v-fix:    0  time: 66.19 s
2147.07/537.54	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
2147.07/537.57	c vivif2 --  cl tried   111322 cl shrink        0 lits rem          0 time: 0.10
2147.87/537.74	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.69
2147.87/537.75	c calculated reachability. Time: 0.00
2147.87/537.75	c  N st    80   2211656       626      2740         0    111322      8361   2033556   no data   no data  --
2791.40/698.81	c  N st    81   2711658       626      2740         0    134462      8361   2597744   no data   no data  --
2791.40/698.81	c  S st    81   2711658       626      2740         0    134462      8361   2597744   no data   no data  --
2793.00/699.21	c  S st    81   2712160       626      2740         0    134964      8361   2611034   no data   no data  --
2793.00/699.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2793.00/699.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2793.00/699.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.30
2793.40/699.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2793.40/699.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2793.40/699.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
2793.40/699.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2906.03/727.57	c lits-rem:       301  cl-subs:    10042  v-elim:      0  v-fix:    0  time: 112.62 s
2906.03/727.57	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
2906.43/727.61	c vivif2 --  cl tried   124922 cl shrink        0 lits rem          0 time: 0.12
2907.23/727.80	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.78
2907.23/727.80	c calculated reachability. Time: 0.00
2907.23/727.80	c  N st    81   2712160       626      2740         0    124922      8361   2352477   no data   no data  --
3695.78/925.23	c  N st    82   3212161       626      2740         0    101093      8361   1478588   no data   no data  --
3695.78/925.23	c  S st    82   3212161       626      2740         0    101093      8361   1478588   no data   no data  --
3696.96/925.53	c  S st    82   3212663       626      2740         0    101593      8361   1492173   no data   no data  --
3696.96/925.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3696.96/925.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3696.96/925.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
3697.36/925.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3697.36/925.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3697.36/925.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
3697.36/925.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3719.73/931.25	c lits-rem:        88  cl-subs:     3850  v-elim:      0  v-fix:    0  time: 22.42 s
3719.73/931.25	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
3719.73/931.27	c vivif2 --  cl tried    97743 cl shrink        0 lits rem          0 time: 0.08
3720.53/931.41	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.54
3720.53/931.41	c calculated reachability. Time: 0.00
3720.53/931.41	c  N st    82   3212663       626      2740         0     97743      8361   1393600   no data   no data  --
4492.29/1124.62	c  N st    83   3712663       626      2740         0    108677      8361   1627685   no data   no data  --
4492.29/1124.62	c  S st    83   3712663       626      2740         0    108677      8361   1627685   no data   no data  --
4493.49/1124.96	c  S st    83   3713169       626      2740         0    109183      8361   1641276   no data   no data  --
4493.49/1124.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4493.49/1124.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4493.89/1125.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4493.89/1125.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4493.89/1125.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4493.89/1125.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
4493.89/1125.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4520.65/1131.75	c lits-rem:       613  cl-subs:     3766  v-elim:      0  v-fix:    0  time: 26.64 s
4520.65/1131.75	c vivif2 --  cl tried     2740 cl shrink        0 lits rem          0 time: 0.00
4520.65/1131.77	c vivif2 --  cl tried   105417 cl shrink        0 lits rem          0 time: 0.09
4521.47/1131.92	c asymm  cl-useful: 0/2740/2740 lits-rem:0 time: 0.59
4521.47/1131.92	c calculated reachability. Time: 0.00
4521.47/1131.92	c  N st    83   3713169       626      2740         0    105417      8361   1531938   no data   no data  --
4587.37/1148.41	c  F st    84   3751564       626      2740         0    143022      8361   2650834   no data   no data  --
4587.37/1148.41	c  N st    84   3751564       626      2740         0    143022      8361   2650834   no data   no data  --
4598.14/1151.13	c Decided on static restart strategy
4645.68/1163.06	c  N st    94   3779865       626      2740         0     87644      8361    942081   no data   no data  --
4695.62/1175.51	c  N st    96   3815858       626      2740         0    122894      8361   1958691   no data   no data  --
4751.93/1189.65	c  N st    97   3848250       626      2740         0    154624      8361   2881105   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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 1.06 1.66 1.87 2/172 12884
/proc/meminfo: memFree=32275076/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 858030800 52465664 352 33554432000 4194304 4650419 140733536294288 18446744073709551615 47140912666546 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 12809 352 303 112 0 7774 0
[pid=12884/tid=12886] ppid=12882 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 858030801 52465664 352 33554432000 4194304 4650419 140733536294288 18446744073709551615 47140912666546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 858030801 52465664 352 33554432000 4194304 4650419 140733536294288 18446744073709551615 270338440177 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 858030801 52465664 352 33554432000 4194304 4650419 140733536294288 18446744073709551615 270350181430 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.118428 s]
/proc/loadavg: 1.06 1.66 1.87 2/172 12884
/proc/meminfo: memFree=32275076/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=282948 CPUtime=0.44 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 1965 0 0 0 44 0 0 0 24 0 4 0 858030800 289738752 1824 33554432000 4194304 4650419 140733536294288 18446744073709551615 4364325 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 70737 1824 391 112 0 65702 0
[pid=12884/tid=12886] ppid=12882 vsize=282948 CPUtime=0.1 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 376 0 0 0 10 0 0 0 18 0 4 0 858030801 289738752 1824 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=282948 CPUtime=0.1 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 457 0 0 0 10 0 0 0 18 0 4 0 858030801 289738752 1824 33554432000 4194304 4650419 140733536294288 18446744073709551615 270338488814 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=282948 CPUtime=0.11 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 270 0 0 0 11 0 0 0 25 0 4 0 858030801 289738752 1824 33554432000 4194304 4650419 140733536294288 18446744073709551615 270338488863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 282948

[startup+0.259792 s]
/proc/loadavg: 1.06 1.66 1.87 2/172 12884
/proc/meminfo: memFree=32275076/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=284064 CPUtime=1.01 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 2874 0 0 0 100 1 0 0 25 0 4 0 858030800 290881536 2055 33554432000 4194304 4650419 140733536294288 18446744073709551615 4314992 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 71016 2055 393 112 0 65981 0
[pid=12884/tid=12886] ppid=12882 vsize=284064 CPUtime=0.24 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 600 0 0 0 24 0 0 0 18 0 4 0 858030801 290881536 2055 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=284064 CPUtime=0.24 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 694 0 0 0 24 0 0 0 18 0 4 0 858030801 290881536 2055 33554432000 4194304 4650419 140733536294288 18446744073709551615 4328196 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=284064 CPUtime=0.25 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 499 0 0 0 25 0 0 0 25 0 4 0 858030801 290881536 2055 33554432000 4194304 4650419 140733536294288 18446744073709551615 4364450 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 284064

[startup+0.300784 s]
/proc/loadavg: 1.06 1.66 1.87 2/172 12884
/proc/meminfo: memFree=32275076/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=284252 CPUtime=1.17 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 3088 0 0 0 116 1 0 0 25 0 4 0 858030800 291074048 2270 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 71063 2270 393 112 0 66028 0
[pid=12884/tid=12886] ppid=12882 vsize=284252 CPUtime=0.29 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 655 0 0 0 29 0 0 0 18 0 4 0 858030801 291074048 2271 33554432000 4194304 4650419 140733536294288 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=284252 CPUtime=0.28 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 747 0 0 0 28 0 0 0 18 0 4 0 858030801 291074048 2271 33554432000 4194304 4650419 140733536294288 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=284252 CPUtime=0.29 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 552 0 0 0 29 0 0 0 25 0 4 0 858030801 291074048 2271 33554432000 4194304 4650419 140733536294288 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284252

[startup+0.700705 s]
/proc/loadavg: 1.06 1.66 1.87 2/172 12884
/proc/meminfo: memFree=32275076/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=285312 CPUtime=2.77 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 4871 0 0 0 276 1 0 0 25 0 4 0 858030800 292159488 3028 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 71328 3028 393 112 0 66293 0
[pid=12884/tid=12886] ppid=12882 vsize=285312 CPUtime=0.69 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 1109 0 0 0 69 0 0 0 18 0 4 0 858030801 292159488 3028 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=285312 CPUtime=0.68 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 1196 0 0 0 68 0 0 0 18 0 4 0 858030801 292159488 3028 33554432000 4194304 4650419 140733536294288 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=285312 CPUtime=0.69 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 987 0 0 0 69 0 0 0 25 0 4 0 858030801 292159488 3028 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285312

[startup+1.50055 s]
/proc/loadavg: 1.06 1.66 1.87 9/184 12900
/proc/meminfo: memFree=32252016/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=286944 CPUtime=5.97 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 9833 0 0 0 595 2 0 0 25 0 4 0 858030800 293830656 5140 33554432000 4194304 4650419 140733536294288 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 71736 5140 395 112 0 66701 0
[pid=12884/tid=12886] ppid=12882 vsize=286944 CPUtime=1.49 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 1975 0 0 0 149 0 0 0 20 0 4 0 858030801 293830656 5140 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=286944 CPUtime=1.48 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 2114 0 0 0 148 0 0 0 20 0 4 0 858030801 293830656 5140 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=286944 CPUtime=1.49 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 1783 0 0 0 149 0 0 0 25 0 4 0 858030801 293830656 5140 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286944

[startup+3.10023 s]
/proc/loadavg: 1.06 1.66 1.87 9/184 12900
/proc/meminfo: memFree=32226716/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=308324 CPUtime=12.35 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 18720 0 0 0 1232 3 0 0 25 0 4 0 858030800 315723776 10889 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363319 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 77081 10889 395 112 0 72046 0
[pid=12884/tid=12886] ppid=12882 vsize=308324 CPUtime=3.08 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 4277 0 0 0 308 0 0 0 25 0 4 0 858030801 315723776 10889 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=308324 CPUtime=3.07 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 4841 0 0 0 307 0 0 0 25 0 4 0 858030801 315723776 10889 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=308324 CPUtime=3.09 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 4376 0 0 0 308 1 0 0 25 0 4 0 858030801 315723776 10889 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 308324

[startup+6.30059 s]
/proc/loadavg: 1.62 1.76 1.91 9/184 12900
/proc/meminfo: memFree=32161604/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=308792 CPUtime=25.14 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 26662 0 0 0 2509 5 0 0 25 0 4 0 858030800 316203008 14839 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366047 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 77198 14839 395 112 0 72163 0
[pid=12884/tid=12886] ppid=12882 vsize=308792 CPUtime=6.29 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 7124 0 0 0 628 1 0 0 25 0 4 0 858030801 316203008 14839 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=308792 CPUtime=6.25 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 5823 0 0 0 625 0 0 0 25 0 4 0 858030801 316203008 14839 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=308792 CPUtime=6.28 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 6256 0 0 0 627 1 0 0 25 0 4 0 858030801 316203008 14839 33554432000 4194304 4650419 140733536294288 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 308792

[startup+12.7003 s]
/proc/loadavg: 2.13 1.87 1.94 9/184 12900
/proc/meminfo: memFree=32108680/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=290124 CPUtime=50.69 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 40851 0 0 0 5061 8 0 0 25 0 4 0 858030800 297086976 20768 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 72531 20768 395 112 0 67496 0
[pid=12884/tid=12886] ppid=12882 vsize=290124 CPUtime=12.68 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 11266 0 0 0 1266 2 0 0 25 0 4 0 858030801 297086976 20768 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=290124 CPUtime=12.62 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 8876 0 0 0 1261 1 0 0 25 0 4 0 858030801 297086976 20768 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=290124 CPUtime=12.67 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 8923 0 0 0 1266 1 0 0 25 0 4 0 858030801 297086976 20768 33554432000 4194304 4650419 140733536294288 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 290124

[startup+25.5008 s]
/proc/loadavg: 3.51 2.18 2.04 10/184 12900
/proc/meminfo: memFree=32027564/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=329788 CPUtime=101.83 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 60274 0 0 0 10169 14 0 0 25 0 4 0 858030800 337702912 33945 33554432000 4194304 4650419 140733536294288 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 82447 33945 395 112 0 77412 0
[pid=12884/tid=12886] ppid=12882 vsize=329788 CPUtime=25.48 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 17372 0 0 0 2544 4 0 0 25 0 4 0 858030801 337702912 33945 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=329788 CPUtime=25.35 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 13878 0 0 0 2533 2 0 0 25 0 4 0 858030801 337702912 33945 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=329788 CPUtime=25.48 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 11478 0 0 0 2545 3 0 0 25 0 4 0 858030801 337702912 33945 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 329788

[startup+51.1007 s]
/proc/loadavg: 5.04 2.65 2.20 9/184 12901
/proc/meminfo: memFree=31984948/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=340780 CPUtime=204.1 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 87921 0 0 0 20387 23 0 0 25 0 4 0 858030800 348958720 38818 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 85195 38818 395 112 0 80160 0
[pid=12884/tid=12886] ppid=12882 vsize=340780 CPUtime=51.09 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 25282 0 0 0 5101 8 0 0 25 0 4 0 858030801 348958720 38818 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=340780 CPUtime=50.81 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 20272 0 0 0 5078 3 0 0 25 0 4 0 858030801 348958720 38818 33554432000 4194304 4650419 140733536294288 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=340780 CPUtime=51.07 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 16470 0 0 0 5103 4 0 0 25 0 4 0 858030801 348958720 38818 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 340780

[startup+102.301 s]
/proc/loadavg: 6.77 3.49 2.51 9/184 12902
/proc/meminfo: memFree=31924768/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=341592 CPUtime=408.63 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 137447 0 0 0 40825 38 0 0 25 0 4 0 858030800 349790208 47258 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 85398 47258 395 112 0 80363 0
[pid=12884/tid=12886] ppid=12882 vsize=341592 CPUtime=102.29 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 39160 0 0 0 10216 13 0 0 25 0 4 0 858030801 349790208 47258 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=341592 CPUtime=101.73 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 33311 0 0 0 10167 6 0 0 25 0 4 0 858030801 349790208 47258 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=341592 CPUtime=102.28 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 24953 0 0 0 10221 7 0 0 25 0 4 0 858030801 349790208 47258 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 341592

[startup+162.301 s]

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

[pid=12884] ppid=12882 vsize=591168 CPUtime=2565.7 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 422380 0 0 0 256419 151 0 0 25 0 4 0 858030800 605356032 96757 33554432000 4194304 4650419 140733536294288 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 147792 96757 395 112 0 142757 0
[pid=12884/tid=12886] ppid=12882 vsize=591168 CPUtime=642.3 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 118618 0 0 0 64186 44 0 0 25 0 4 0 858030801 605356032 96757 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=591168 CPUtime=638.8 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 84455 0 0 0 63852 28 0 0 25 0 4 0 858030801 605356032 96757 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=591168 CPUtime=642.24 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 83022 0 0 0 64192 32 0 0 25 0 4 0 858030801 605356032 96757 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.7
Current children cumulated vsize (KiB) 591168

[startup+702.3 s]
/proc/loadavg: 8.08 7.49 5.16 9/184 12918
/proc/meminfo: memFree=31409820/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=608872 CPUtime=2805.37 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 443022 0 0 0 280377 160 0 0 25 0 4 0 858030800 623484928 108013 33554432000 4194304 4650419 140733536294288 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 152218 108013 395 112 0 147183 0
[pid=12884/tid=12886] ppid=12882 vsize=608872 CPUtime=702.31 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 120671 0 0 0 70185 46 0 0 25 0 4 0 858030801 623484928 108013 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=608872 CPUtime=698.47 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 89204 0 0 0 69817 30 0 0 25 0 4 0 858030801 623484928 108013 33554432000 4194304 4650419 140733536294288 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=608872 CPUtime=702.24 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 88807 0 0 0 70189 35 0 0 25 0 4 0 858030801 623484928 108013 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 608872

[startup+762.301 s]
/proc/loadavg: 8.07 7.59 5.34 9/184 12929
/proc/meminfo: memFree=31428528/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=601492 CPUtime=3045.06 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 458319 0 0 0 304338 168 0 0 25 0 4 0 858030800 615927808 103883 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 150373 103883 395 112 0 145338 0
[pid=12884/tid=12886] ppid=12882 vsize=601492 CPUtime=762.31 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 125349 0 0 0 76184 47 0 0 25 0 4 0 858030801 615927808 103883 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=601492 CPUtime=758.15 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 91759 0 0 0 75782 33 0 0 25 0 4 0 858030801 615927808 103883 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=601492 CPUtime=762.24 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 91258 0 0 0 76188 36 0 0 25 0 4 0 858030801 615927808 103883 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 601492

[startup+822.301 s]
/proc/loadavg: 8.06 7.68 5.51 9/184 12931
/proc/meminfo: memFree=31443248/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=603876 CPUtime=3284.72 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 479086 0 0 0 328294 178 0 0 25 0 4 0 858030800 618369024 102698 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366943 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 150969 102698 395 112 0 145934 0
[pid=12884/tid=12886] ppid=12882 vsize=603876 CPUtime=822.31 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 132371 0 0 0 82181 50 0 0 25 0 4 0 858030801 618369024 102698 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=603876 CPUtime=817.82 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 94590 0 0 0 81749 33 0 0 25 0 4 0 858030801 618369024 102698 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=603876 CPUtime=822.24 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 96719 0 0 0 82184 40 0 0 25 0 4 0 858030801 618369024 102698 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 603876

[startup+882.307 s]
/proc/loadavg: 8.06 7.75 5.67 9/184 12932
/proc/meminfo: memFree=31400920/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=590460 CPUtime=3524.42 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 498874 0 0 0 352256 186 0 0 25 0 4 0 858030800 604631040 102674 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 147615 102674 395 112 0 142580 0
[pid=12884/tid=12886] ppid=12882 vsize=590460 CPUtime=882.32 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 140811 0 0 0 88179 53 0 0 25 0 4 0 858030801 604631040 102674 33554432000 4194304 4650419 140733536294288 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=590460 CPUtime=877.5 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 97700 0 0 0 87715 35 0 0 25 0 4 0 858030801 604631040 102674 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=590460 CPUtime=882.24 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 98210 0 0 0 88183 41 0 0 25 0 4 0 858030801 604631040 102674 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 590460

[startup+942.301 s]
/proc/loadavg: 8.13 7.82 5.82 9/184 12934
/proc/meminfo: memFree=31346816/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=615796 CPUtime=3764.08 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 516546 0 0 0 376213 195 0 0 25 0 4 0 858030800 630575104 114193 33554432000 4194304 4650419 140733536294288 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 153949 114193 395 112 0 148914 0
[pid=12884/tid=12886] ppid=12882 vsize=615796 CPUtime=942.32 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 146056 0 0 0 94177 55 0 0 25 0 4 0 858030801 630575104 114193 33554432000 4194304 4650419 140733536294288 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=615796 CPUtime=937.17 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 100960 0 0 0 93680 37 0 0 25 0 4 0 858030801 630575104 114193 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=615796 CPUtime=942.23 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 102446 0 0 0 94179 44 0 0 25 0 4 0 858030801 630575104 114193 33554432000 4194304 4650419 140733536294288 18446744073709551615 4360531 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 615796

[startup+1002.3 s]
/proc/loadavg: 8.05 7.85 5.95 9/184 12935
/proc/meminfo: memFree=31376156/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=616692 CPUtime=4003.75 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 533202 0 0 0 400174 201 0 0 25 0 4 0 858030800 631492608 106674 33554432000 4194304 4650419 140733536294288 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 154173 106674 395 112 0 149138 0
[pid=12884/tid=12886] ppid=12882 vsize=616692 CPUtime=1002.32 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 152905 0 0 0 100175 57 0 0 25 0 4 0 858030801 631492608 106674 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=616692 CPUtime=996.84 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 102212 0 0 0 99647 37 0 0 25 0 4 0 858030801 631492608 106674 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=616692 CPUtime=1002.22 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 106591 0 0 0 100176 46 0 0 25 0 4 0 858030801 631492608 106674 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 616692

[startup+1062.3 s]
/proc/loadavg: 8.07 7.89 6.08 9/184 12937
/proc/meminfo: memFree=31294284/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=623372 CPUtime=4243.43 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 554589 0 0 0 424133 210 0 0 25 0 4 0 858030800 638332928 115835 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 155843 115835 395 112 0 150808 0
[pid=12884/tid=12886] ppid=12882 vsize=623372 CPUtime=1062.32 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 160206 0 0 0 106171 61 0 0 25 0 4 0 858030801 638332928 115835 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=623372 CPUtime=1056.52 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 104546 0 0 0 105614 38 0 0 25 0 4 0 858030801 638332928 115835 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=623372 CPUtime=1062.23 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 111493 0 0 0 106175 48 0 0 25 0 4 0 858030801 638332928 115835 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 623372

[startup+1122.3 s]
/proc/loadavg: 8.07 7.92 6.21 9/184 12939
/proc/meminfo: memFree=31302680/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=636712 CPUtime=4483.1 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 573592 0 0 0 448091 219 0 0 25 0 4 0 858030800 651993088 116430 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 159178 116430 395 112 0 154143 0
[pid=12884/tid=12886] ppid=12882 vsize=636712 CPUtime=1122.33 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 167979 0 0 0 112170 63 0 0 25 0 4 0 858030801 651993088 116430 33554432000 4194304 4650419 140733536294288 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=636712 CPUtime=1116.19 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 104830 0 0 0 111581 38 0 0 25 0 4 0 858030801 651993088 116430 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=636712 CPUtime=1122.22 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 115548 0 0 0 112172 50 0 0 25 0 4 0 858030801 651993088 116430 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 636712

[startup+1182.3 s]
/proc/loadavg: 8.02 7.93 6.32 9/184 12940
/proc/meminfo: memFree=31261712/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=645104 CPUtime=4722.78 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 592748 0 0 0 472049 229 0 0 25 0 4 0 858030800 660586496 119684 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 161276 119684 395 112 0 156241 0
[pid=12884/tid=12886] ppid=12882 vsize=645104 CPUtime=1182.33 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 174855 0 0 0 118166 67 0 0 25 0 4 0 858030801 660586496 119684 33554432000 4194304 4650419 140733536294288 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=645104 CPUtime=1175.87 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 107555 0 0 0 117547 40 0 0 25 0 4 0 858030801 660586496 119684 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=645104 CPUtime=1182.22 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 118315 0 0 0 118170 52 0 0 25 0 4 0 858030801 660586496 119684 33554432000 4194304 4650419 140733536294288 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 645104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 7.94 6.35 9/184 12941
/proc/meminfo: memFree=31308688/32951124 swapFree=67055520/67111528
[pid=12884] ppid=12882 vsize=645148 CPUtime=4800.29 cores=0,2,4,6
/proc/12884/stat : 12884 (strangenight1-m) R 12882 12884 12306 0 -1 4202496 599080 0 0 0 479797 232 0 0 25 0 4 0 858030800 660631552 118593 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12884/statm: 161287 118593 395 112 0 156252 0
[pid=12884/tid=12886] ppid=12882 vsize=645148 CPUtime=1201.74 cores=0,2,4,6
/proc/12884/task/12886/stat : 12886 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 176379 0 0 0 120106 68 0 0 25 0 4 0 858030801 660631552 118593 33554432000 4194304 4650419 140733536294288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12884/tid=12887] ppid=12882 vsize=645148 CPUtime=1195.16 cores=0,2,4,6
/proc/12884/task/12887/stat : 12887 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 107555 0 0 0 119476 40 0 0 25 0 4 0 858030801 660631552 118593 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12884/tid=12888] ppid=12882 vsize=645148 CPUtime=1201.62 cores=0,2,4,6
/proc/12884/task/12888/stat : 12888 (strangenight1-m) R 12882 12884 12306 0 -1 4202560 120520 0 0 0 120110 52 0 0 25 0 4 0 858030801 660631552 118593 33554432000 4194304 4650419 140733536294288 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 645148

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): 1201.73
CPU time (s): 4800.34
CPU user time (s): 4798
CPU system time (s): 2.34064
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 776964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798
system time used= 2.34064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599082
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= 549
involuntary context switches= 21375

runsolver used 2.0027 second user time and 4.55931 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-09 23:49:12
IDJOB=3368800
IDBENCH=82809
IDSOLVER=1846
FILE ID=node143/3368800-1307656152
RUNJOBID= node143-1307656152-12865
PBS_JOBID= 13549413
Free space on /tmp= 74168 MiB

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

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

MD5SUM BENCH= c06f05996bba25e7e26c6579a49532fc
RANDOM SEED=1193694779

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32275636 kB
Buffers:         68096 kB
Cached:         433368 kB
SwapCached:       8636 kB
Active:         150484 kB
Inactive:       369168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32275636 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           12456 kB
Writeback:           0 kB
AnonPages:       17144 kB
Mapped:          12740 kB
Slab:            90572 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185932 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= 74156 MiB
End job on node143 at 2011-06-10 00:09:16