Trace number 3368921

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.46 1203.94

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
MD5SUMac9c61f9177fd0d9da068d938bec80ff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
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-3368921-1305405968.cnf'
0.00/0.01	c -- header says num vars:            125
0.00/0.01	c -- header says num clauses:        2662
0.00/0.01	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.01	c -- vars added        125
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       125      2662         0         0     13310         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
0.07/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.07/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.07/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.07/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.07/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.37/0.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2.37/0.60	c Finding binary XORs  T:     0.00 s  found:       0
2.37/0.60	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.37/0.60	c calculated reachability. Time: 0.00
2.37/0.60	c Calc default polars -  time:   0.00 s pos:      69 undec:       4 neg:      52
2.37/0.60	c =========================================================================================
2.37/0.60	c types(t): F = full restart, N = normal restart
2.37/0.60	c types(t): S = simplification begin/end, E = solution found
2.37/0.60	c restart types(rt): st = static, dy = dynamic
2.37/0.60	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.37/0.60	c  B st     0         0       125      2662         0         0     13310         0   no data   no data  --
2.37/0.60	c Decided on static restart strategy
2.37/0.60	c  N st     8      4914       125      2662         0      4643     13310    123831   no data   no data  --
2.37/0.60	c  N st    10     11298       125      2662         0      4288     13310     87403   no data   no data  --
2.37/0.60	c  N st    11     17041       125      2662         0      9710     13310    226629   no data   no data  --
3.57/0.91	c  F st    12     25000       125      2662         0     11868     13310    279294   no data   no data  --
3.57/0.91	c  N st    12     25000       125      2662         0     11868     13310    279294   no data   no data  --
4.76/1.21	c Decided on static restart strategy
4.76/1.21	c  N st    18     30000       125      2662         0     10171     13310    223770   no data   no data  --
4.76/1.21	c  S st    18     30000       125      2662         0     10171     13310    223770   no data   no data  --
4.76/1.21	c  S st    18     30501       125      2662         0     10658     13310    236267   no data   no data  --
4.76/1.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.76/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.76/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.76/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.76/1.76	c lits-rem:      2489  cl-subs:     1518  v-elim:      0  v-fix:    0  time:  2.35 s
7.16/1.80	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.16
7.16/1.80	c calculated reachability. Time: 0.00
7.16/1.80	c  N st    18     30501       125      2662         0      9140     13310    192787   no data   no data  --
8.39/2.14	c  N st    20     37612       125      2662         0      8436     13310    160727   no data   no data  --
9.54/2.42	c  N st    21     44011       125      2662         0     14484     13310    315526   no data   no data  --
9.94/2.52	c  S st    22     45751       125      2662         0     16120     13310    358605   no data   no data  --
9.94/2.56	c  S st    22     46254       125      2662         0     16611     13310    371633   no data   no data  --
9.94/2.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.94/2.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.94/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
9.94/2.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.54/3.93	c lits-rem:      3656  cl-subs:     1736  v-elim:      0  v-fix:    0  time:  5.40 s
15.54/3.93	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
15.54/3.93	c vivif2 --  cl tried    14875 cl shrink        0 lits rem          0 time: 0.01
15.94/4.00	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.28
15.94/4.00	c calculated reachability. Time: 0.00
15.94/4.00	c  N st    22     46254       125      2662         0     14875     13310    321534   no data   no data  --
19.12/4.87	c  N st    23     60651       125      2662         0     10683     13310    190699   no data   no data  --
21.54/5.41	c  N st    24     69381       125      2662         0     18863     13310    409795   no data   no data  --
21.54/5.41	c  S st    24     69381       125      2662         0     18863     13310    409795   no data   no data  --
21.54/5.46	c  S st    24     69882       125      2662         0     19349     13310    422372   no data   no data  --
21.54/5.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.54/5.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.54/5.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
21.54/5.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.54/5.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.54/5.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
21.54/5.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.89/7.09	c lits-rem:      5539  cl-subs:     2079  v-elim:      0  v-fix:    0  time:  6.43 s
27.89/7.09	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
28.29/7.10	c vivif2 --  cl tried    17270 cl shrink        0 lits rem          0 time: 0.02
28.29/7.18	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.31
28.29/7.18	c calculated reachability. Time: 0.00
28.29/7.18	c  N st    24     69882       125      2662         0     17270     13310    358609   no data   no data  --
32.68/8.27	c  F st    25     87500       125      2662         0     12327     13310    211988   no data   no data  --
32.68/8.27	c  N st    25     87500       125      2662         0     12327     13310    211988   no data   no data  --
33.87/8.57	c Decided on static restart strategy
34.71/8.79	c  N st    32     95541       125      2662         0     19928     13310    408331   no data   no data  --
37.46/9.43	c  N st    34    104823       125      2662         0     16471     13310    317572   no data   no data  --
37.46/9.43	c  S st    34    104823       125      2662         0     16471     13310    317572   no data   no data  --
37.46/9.47	c  S st    34    105328       125      2662         0     16953     13310    330212   no data   no data  --
37.46/9.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.46/9.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.46/9.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
37.46/9.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.46/9.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.46/9.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
37.46/9.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.25/10.65	c lits-rem:      2407  cl-subs:     1067  v-elim:      0  v-fix:    0  time:  4.64 s
42.25/10.65	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
42.25/10.66	c vivif2 --  cl tried    15886 cl shrink        0 lits rem          0 time: 0.01
42.65/10.73	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.28
42.65/10.73	c calculated reachability. Time: 0.00
42.65/10.73	c  N st    34    105328       125      2662         0     15886     13310    298220   no data   no data  --
45.44/11.45	c  N st    35    114926       125      2662         0     24958     13310    535581   no data   no data  --
49.82/12.55	c  N st    36    129324       125      2662         0     25298     13310    533469   no data   no data  --
56.63/14.23	c  N st    37    150922       125      2662         0     16445     13310    264426   no data   no data  --
58.59/14.73	c  S st    38    157992       125      2662         0     23079     13310    439736   no data   no data  --
58.59/14.79	c  S st    38    158498       125      2662         0     23572     13310    452766   no data   no data  --
58.59/14.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.59/14.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.99/14.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
58.99/14.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.99/14.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.99/14.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
58.99/14.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.58/16.29	c lits-rem:      2688  cl-subs:     1704  v-elim:      0  v-fix:    0  time:  5.90 s
64.58/16.29	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
64.98/16.30	c vivif2 --  cl tried    21868 cl shrink        0 lits rem          0 time: 0.02
65.40/16.43	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.53
65.40/16.43	c calculated reachability. Time: 0.00
65.40/16.43	c  N st    38    158498       125      2662         0     21868     13310    402930   no data   no data  --
84.52/21.23	c  N st    39    207089       125      2662         0     34583     13310    709889   no data   no data  --
95.69/24.02	c  N st    40    237747       125      2662         0     26849     13310    488347   no data   no data  --
95.69/24.02	c  S st    40    237747       125      2662         0     26849     13310    488347   no data   no data  --
95.69/24.09	c  S st    40    238251       125      2662         0     27343     13310    501327   no data   no data  --
95.69/24.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
95.69/24.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.11/24.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.08
96.11/24.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.11/24.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.11/24.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
96.11/24.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
102.46/25.71	c lits-rem:      3458  cl-subs:     1900  v-elim:      0  v-fix:    0  time:  6.32 s
102.46/25.71	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
102.46/25.72	c vivif2 --  cl tried    25443 cl shrink        0 lits rem          0 time: 0.02
102.86/25.84	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.48
102.86/25.84	c calculated reachability. Time: 0.00
102.86/25.84	c  N st    40    238251       125      2662         0     25443     13310    450492   no data   no data  --
131.62/33.06	c  F st    41    306250       125      2662         0     27279     13310    449858   no data   no data  --
131.62/33.06	c  N st    41    306250       125      2662         0     27279     13310    449858   no data   no data  --
133.96/33.63	c Decided on static restart strategy
142.74/35.88	c  N st    51    334557       125      2662         0     31528     13310    547042   no data   no data  --
151.91/38.18	c  N st    53    357376       125      2662         0     29471     13310    473679   no data   no data  --
151.91/38.18	c  S st    53    357376       125      2662         0     29471     13310    473679   no data   no data  --
152.31/38.26	c  S st    53    357880       125      2662         0     29964     13310    486270   no data   no data  --
152.31/38.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.31/38.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.31/38.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
152.31/38.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
152.31/38.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.31/38.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
152.31/38.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
158.29/39.77	c lits-rem:      3260  cl-subs:     1356  v-elim:      0  v-fix:    0  time:  5.92 s
158.29/39.77	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
158.29/39.77	c vivif2 --  cl tried    28608 cl shrink        0 lits rem          0 time: 0.02
159.09/39.93	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.60
159.09/39.93	c calculated reachability. Time: 0.00
159.09/39.93	c  N st    53    357880       125      2662         0     28608     13310    448115   no data   no data  --
175.83/44.19	c  N st    54    390273       125      2662         0     34534     13310    592829   no data   no data  --
197.76/49.67	c  N st    55    438864       125      2662         0     28627     13310    418387   no data   no data  --
234.06/58.74	c  N st    56    511747       125      2662         0     41600     13310    710307   no data   no data  --
248.42/62.30	c  N st    57    536820       125      2662         0     36050     13310    558042   no data   no data  --
248.42/62.30	c  S st    57    536820       125      2662         0     36050     13310    558042   no data   no data  --
248.42/62.39	c  S st    57    537323       125      2662         0     36534     13310    570355   no data   no data  --
248.42/62.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
248.42/62.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
248.82/62.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
248.82/62.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
248.82/62.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.82/62.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
248.82/62.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
255.59/64.17	c lits-rem:      2303  cl-subs:     1489  v-elim:      0  v-fix:    0  time:  6.96 s
255.59/64.17	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
255.59/64.18	c vivif2 --  cl tried    35045 cl shrink        0 lits rem          0 time: 0.03
256.39/64.35	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.71
256.39/64.36	c calculated reachability. Time: 0.00
256.39/64.36	c  N st    57    537323       125      2662         0     35045     13310    529318   no data   no data  --
352.10/88.38	c  N st    58    701307       125      2662         0     62882     13310   1204203   no data   no data  --
419.09/105.11	c  N st    59    805984       125      2662         0     56942     13310   1003286   no data   no data  --
419.09/105.11	c  S st    59    805984       125      2662         0     56942     13310   1003286   no data   no data  --
419.89/105.30	c  S st    59    806488       125      2662         0     57439     13310   1016714   no data   no data  --
419.89/105.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
419.89/105.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
419.89/105.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
419.89/105.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.89/105.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.89/105.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
419.89/105.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
445.00/111.61	c lits-rem:      1693  cl-subs:     5071  v-elim:      0  v-fix:    0  time: 24.90 s
445.00/111.61	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
445.00/111.62	c vivif2 --  cl tried    52368 cl shrink        0 lits rem          0 time: 0.04
445.80/111.89	c asymm  cl-useful: 0/2291/2662 lits-rem:0 time: 1.05
445.80/111.89	c calculated reachability. Time: 0.00
445.80/111.89	c  N st    59    806488       125      2662         0     52368     13310    890144   no data   no data  --
630.83/158.20	c  F st    60   1071878       125      2662         0     67971     13310   1208586   no data   no data  --
630.83/158.20	c  N st    60   1071878       125      2662         0     67971     13310   1208586   no data   no data  --
636.06/159.53	c Decided on static restart strategy
655.14/164.36	c  N st    70   1100180       125      2662         0     52531     13310    798642   no data   no data  --
685.44/171.92	c  N st    72   1136172       125      2662         0     43336     13310    532089   no data   no data  --
709.77/178.05	c  N st    73   1168565       125      2662         0     73788     13310   1356283   no data   no data  --
745.71/187.05	c  N st    74   1209733       125      2662         0     68311     13310   1189349   no data   no data  --
745.71/187.05	c  S st    74   1209733       125      2662         0     68311     13310   1189349   no data   no data  --
746.45/187.28	c  S st    74   1210234       125      2662         0     68801     13310   1202424   no data   no data  --
746.45/187.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
746.45/187.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
746.85/187.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
746.85/187.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
746.85/187.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
746.85/187.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
746.85/187.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
779.55/195.58	c lits-rem:      1547  cl-subs:     4854  v-elim:      0  v-fix:    0  time: 32.77 s
779.55/195.58	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
779.95/195.60	c vivif2 --  cl tried    63947 cl shrink        0 lits rem          0 time: 0.05
781.14/195.90	c asymm  cl-useful: 0/1943/2662 lits-rem:0 time: 1.20
781.14/195.90	c calculated reachability. Time: 0.00
781.14/195.90	c  N st    74   1210234       125      2662         0     63947     13310   1069755   no data   no data  --
854.11/214.22	c  N st    75   1283116       125      2662         0     87209     13310   1679247   no data   no data  --
965.01/242.07	c  N st    76   1392439       125      2662         0     48959     13310    600513   no data   no data  --
1107.31/277.71	c  N st    77   1556423       125      2662         0     53602     13310    677560   no data   no data  --
1239.30/310.89	c  N st    78   1710235       125      2662         0     93695     13310   1696669   no data   no data  --
1239.30/310.90	c  S st    78   1710235       125      2662         0     93695     13310   1696669   no data   no data  --
1240.92/311.30	c  S st    78   1710740       125      2662         0     94184     13310   1709836   no data   no data  --
1240.92/311.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1240.92/311.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1241.34/311.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.24
1241.68/311.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1241.68/311.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1241.68/311.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1241.68/311.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1386.08/347.68	c lits-rem:      4952  cl-subs:    10433  v-elim:      0  v-fix:    0  time: 144.49 s
1386.08/347.68	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1386.42/347.70	c vivif2 --  cl tried    83751 cl shrink        0 lits rem          0 time: 0.08
1387.22/347.94	c asymm  cl-useful: 0/719/2662 lits-rem:0 time: 0.98
1387.22/347.94	c calculated reachability. Time: 0.00
1387.22/347.94	c  N st    78   1710740       125      2662         0     83751     13310   1462195   no data   no data  --
1744.90/437.66	c  N st    79   2079704       125      2662         0     95151     13310   1638768   no data   no data  --
1882.86/472.21	c  N st    80   2210741       125      2662         0     99401     13310   1769855   no data   no data  --
1882.86/472.21	c  S st    80   2210741       125      2662         0     99401     13310   1769855   no data   no data  --
1884.06/472.56	c  S st    80   2211246       125      2662         0     99889     13310   1782580   no data   no data  --
1884.06/472.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1884.06/472.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1884.46/472.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1884.46/472.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1884.46/472.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1884.46/472.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1884.46/472.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2010.45/504.22	c lits-rem:      2061  cl-subs:     8657  v-elim:      0  v-fix:    0  time: 125.73 s
2010.45/504.22	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2010.45/504.24	c vivif2 --  cl tried    91232 cl shrink        0 lits rem          0 time: 0.09
2012.45/504.70	c asymm  cl-useful: 0/1474/2662 lits-rem:0 time: 1.85
2012.45/504.71	c calculated reachability. Time: 0.00
2012.45/504.71	c  N st    80   2211246       125      2662         0     91232     13310   1559930   no data   no data  --
2564.69/643.29	c  N st    81   2711250       125      2662         0    113920     13310   2030871   no data   no data  --
2564.69/643.29	c  S st    81   2711250       125      2662         0    113920     13310   2030871   no data   no data  --
2566.28/643.68	c  S st    81   2711757       125      2662         0    114410     13310   2044054   no data   no data  --
2566.28/643.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2566.28/643.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2566.68/643.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2567.08/643.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2567.08/643.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2567.08/643.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2567.08/643.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2741.71/687.61	c lits-rem:      2726  cl-subs:    12089  v-elim:      0  v-fix:    0  time: 174.55 s
2741.71/687.61	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2741.71/687.63	c vivif2 --  cl tried   102321 cl shrink        0 lits rem          0 time: 0.10
2743.71/688.12	c asymm  cl-useful: 0/1014/2662 lits-rem:0 time: 1.95
2743.71/688.12	c calculated reachability. Time: 0.00
2743.71/688.12	c  N st    81   2711757       125      2662         0    102321     13310   1762667   no data   no data  --
3420.79/857.96	c  N st    82   3211758       125      2662         0     79494     13310   1021873   no data   no data  --
3420.79/857.96	c  S st    82   3211758       125      2662         0     79494     13310   1021873   no data   no data  --
3421.55/858.19	c  S st    82   3212259       125      2662         0     79981     13310   1034880   no data   no data  --
3421.95/858.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3421.95/858.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3421.95/858.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3421.95/858.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3421.95/858.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3421.95/858.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3421.95/858.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3442.72/863.48	c lits-rem:       542  cl-subs:     2029  v-elim:      0  v-fix:    0  time: 20.76 s
3442.72/863.48	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3442.72/863.49	c vivif2 --  cl tried    77952 cl shrink        0 lits rem          0 time: 0.05
3443.88/863.79	c asymm  cl-useful: 0/1474/2662 lits-rem:0 time: 1.22
3444.28/863.80	c calculated reachability. Time: 0.00
3444.28/863.80	c  N st    82   3212259       125      2662         0     77952     13310    987226   no data   no data  --
4197.88/1052.80	c  N st    83   3712260       125      2662         0     88397     13310   1166218   no data   no data  --
4197.88/1052.80	c  S st    83   3712260       125      2662         0     88397     13310   1166218   no data   no data  --
4198.68/1053.07	c  S st    83   3712761       125      2662         0     88880     13310   1179081   no data   no data  --
4198.68/1053.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4198.68/1053.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4199.08/1053.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
4199.08/1053.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4199.08/1053.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4199.08/1053.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4199.08/1053.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4232.97/1061.60	c lits-rem:       799  cl-subs:     2742  v-elim:      0  v-fix:    0  time: 33.66 s
4232.97/1061.60	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
4232.97/1061.62	c vivif2 --  cl tried    86138 cl shrink        0 lits rem          0 time: 0.06
4234.17/1061.96	c asymm  cl-useful: 0/1166/2662 lits-rem:0 time: 1.35
4234.17/1061.96	c calculated reachability. Time: 0.00
4234.17/1061.96	c  N st    83   3712761       125      2662         0     86138     13310   1112096   no data   no data  --
4293.61/1076.86	c  F st    84   3751563       125      2662         0    122182     13310   2079267   no data   no data  --
4293.61/1076.86	c  N st    84   3751563       125      2662         0    122182     13310   2079267   no data   no data  --
4303.95/1079.49	c Decided on static restart strategy
4353.80/1091.94	c  N st    94   3779868       125      2662         0    148845     13310   2787552   no data   no data  --
4408.41/1105.61	c  N st    96   3815862       125      2662         0    103570     13310   1565253   no data   no data  --
4451.51/1116.46	c  N st    97   3848255       125      2662         0    133927     13310   2388573   no data   no data  --
4520.46/1133.78	c  N st    98   3896844       125      2662         0     99140     13310   1435213   no data   no data  --
4624.53/1159.85	c  N st    99   3969727       125      2662         0     86008     13310   1054788   no data   no data  --
4775.65/1197.78	c  N st   100   4079050       125      2662         0    105871     13310   1561749   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-3368921-1305405968/watcher-3368921-1305405968 -o /tmp/evaluation-result-3368921-1305405968/solver-3368921-1305405968 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368921-1305405968.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.40 7.79 7.95 6/386 11904
/proc/meminfo: memFree=14889520/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 413 0 0 0 1 0 0 0 25 0 4 0 730827455 52465664 353 33554432000 4194304 4650419 140737347014992 18446744073709551615 46999697901484 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11904/statm: 12809 353 303 112 0 7774 0
[pid=11904/tid=11905] ppid=11902 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730827456 52465664 358 33554432000 4194304 4650419 140737347014992 18446744073709551615 216730225750 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730827456 52465664 358 33554432000 4194304 4650419 140737347014992 18446744073709551615 216730225750 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 4 0 0 0 1 0 0 0 25 0 4 0 730827456 52465664 358 33554432000 4194304 4650419 140737347014992 18446744073709551615 216735178683 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0269051 s]
/proc/loadavg: 6.40 7.79 7.95 6/386 11904
/proc/meminfo: memFree=14889520/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=306704 CPUtime=0.07 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 980 0 0 0 7 0 0 0 25 0 4 0 730827455 314064896 884 33554432000 4194304 4650419 140737347014992 18446744073709551615 216735221943 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 76676 884 368 112 0 71641 0
[pid=11904/tid=11905] ppid=11902 vsize=306704 CPUtime=0.01 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) D 11902 11904 11857 0 -1 4202560 163 0 0 0 1 0 0 0 18 0 4 0 730827456 314064896 884 33554432000 4194304 4650419 140737347014992 18446744073709551615 216735221895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=306704 CPUtime=0.01 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) S 11902 11904 11857 0 -1 4202560 144 0 0 0 1 0 0 0 18 0 4 0 730827456 314064896 884 33554432000 4194304 4650419 140737347014992 18446744073709551615 216735283694 0 0 4096 2 18446604457322560576 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=306704 CPUtime=0.02 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) S 11902 11904 11857 0 -1 4202560 139 0 0 0 2 0 0 0 18 0 4 0 730827456 314064896 884 33554432000 4194304 4650419 140737347014992 18446744073709551615 216735283694 0 0 4096 2 18446604457322560576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 306704

[startup+0.114398 s]
/proc/loadavg: 6.40 7.79 7.95 6/386 11904
/proc/meminfo: memFree=14889520/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=282384 CPUtime=0.42 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 1953 0 0 0 42 0 0 0 25 0 4 0 730827455 289161216 1778 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 70596 1778 389 112 0 65561 0
[pid=11904/tid=11905] ppid=11902 vsize=282384 CPUtime=0.09 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 468 0 0 0 9 0 0 0 18 0 4 0 730827456 289161216 1778 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=282384 CPUtime=0.1 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 418 0 0 0 10 0 0 0 18 0 4 0 730827456 289161216 1778 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=282384 CPUtime=0.11 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 241 0 0 0 11 0 0 0 18 0 4 0 730827456 289161216 1778 33554432000 4194304 4650419 140737347014992 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282384

[startup+0.300365 s]
/proc/loadavg: 6.40 7.79 7.95 6/386 11904
/proc/meminfo: memFree=14889520/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=283828 CPUtime=1.17 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 3183 0 0 0 116 1 0 0 25 0 4 0 730827455 290639872 2374 33554432000 4194304 4650419 140737347014992 18446744073709551615 4334261 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 70957 2374 391 112 0 65922 0
[pid=11904/tid=11905] ppid=11902 vsize=283828 CPUtime=0.28 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 801 0 0 0 28 0 0 0 18 0 4 0 730827456 290639872 2374 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365398 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=283828 CPUtime=0.29 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 711 0 0 0 29 0 0 0 18 0 4 0 730827456 290639872 2374 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=283828 CPUtime=0.29 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 540 0 0 0 29 0 0 0 18 0 4 0 730827456 290639872 2374 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283828

[startup+0.700296 s]
/proc/loadavg: 6.40 7.79 7.95 6/386 11904
/proc/meminfo: memFree=14889520/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=285476 CPUtime=2.77 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 5724 0 0 0 276 1 0 0 25 0 4 0 730827455 292327424 2773 33554432000 4194304 4650419 140737347014992 18446744073709551615 4331850 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 71369 2773 391 112 0 66334 0
[pid=11904/tid=11905] ppid=11902 vsize=285476 CPUtime=0.68 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 1471 0 0 0 68 0 0 0 18 0 4 0 730827456 292327424 2773 33554432000 4194304 4650419 140737347014992 18446744073709551615 4360531 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=285476 CPUtime=0.69 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 1346 0 0 0 69 0 0 0 18 0 4 0 730827456 292327424 2774 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=285476 CPUtime=0.69 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 1154 0 0 0 69 0 0 0 18 0 4 0 730827456 292327424 2774 33554432000 4194304 4650419 140737347014992 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285476

[startup+1.50116 s]
/proc/loadavg: 6.40 7.79 7.95 9/390 11908
/proc/meminfo: memFree=14869028/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=277572 CPUtime=5.96 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 11474 0 0 0 594 2 0 0 25 0 4 0 730827455 284233728 6293 33554432000 4194304 4650419 140737347014992 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 69393 6293 393 112 0 64358 0
[pid=11904/tid=11905] ppid=11902 vsize=277572 CPUtime=1.48 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 3482 0 0 0 148 0 0 0 20 0 4 0 730827456 284233728 6293 33554432000 4194304 4650419 140737347014992 18446744073709551615 4439082 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=277572 CPUtime=1.48 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 2252 0 0 0 148 0 0 0 20 0 4 0 730827456 284233728 6293 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365453 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=277572 CPUtime=1.49 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 2041 0 0 0 149 0 0 0 20 0 4 0 730827456 284233728 6293 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 277572

[startup+3.10088 s]
/proc/loadavg: 6.40 7.79 7.95 9/390 11908
/proc/meminfo: memFree=14826736/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=285368 CPUtime=12.35 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 18963 0 0 0 1231 4 0 0 25 0 4 0 730827455 292216832 12114 33554432000 4194304 4650419 140737347014992 18446744073709551615 4439636 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 71342 12114 393 112 0 66307 0
[pid=11904/tid=11905] ppid=11902 vsize=285368 CPUtime=3.07 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 4644 0 0 0 307 0 0 0 25 0 4 0 730827456 292216832 12114 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=285368 CPUtime=3.08 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 4449 0 0 0 308 0 0 0 25 0 4 0 730827456 292216832 12114 33554432000 4194304 4650419 140737347014992 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=285368 CPUtime=3.09 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 4744 0 0 0 308 1 0 0 25 0 4 0 730827456 292216832 12114 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 285368

[startup+6.30033 s]
/proc/loadavg: 6.52 7.79 7.95 9/390 11908
/proc/meminfo: memFree=14793020/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=276732 CPUtime=25.11 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 28694 0 0 0 2504 7 0 0 25 0 4 0 730827455 283373568 15410 33554432000 4194304 4650419 140737347014992 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 69183 15410 393 112 0 64148 0
[pid=11904/tid=11905] ppid=11902 vsize=276732 CPUtime=6.27 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 7516 0 0 0 626 1 0 0 25 0 4 0 730827456 283373568 15410 33554432000 4194304 4650419 140737347014992 18446744073709551615 4334389 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=276732 CPUtime=6.28 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 7563 0 0 0 627 1 0 0 25 0 4 0 730827456 283373568 15410 33554432000 4194304 4650419 140737347014992 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=276732 CPUtime=6.29 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 6479 0 0 0 628 1 0 0 25 0 4 0 730827456 283373568 15410 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 276732

[startup+12.7002 s]
/proc/loadavg: 6.64 7.79 7.95 9/390 11908
/proc/meminfo: memFree=14746084/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=292672 CPUtime=50.62 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 41410 0 0 0 5052 10 0 0 25 0 4 0 730827455 299696128 19177 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 73168 19177 393 112 0 68133 0
[pid=11904/tid=11905] ppid=11902 vsize=292672 CPUtime=12.67 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 11623 0 0 0 1265 2 0 0 25 0 4 0 730827456 299696128 19177 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=292672 CPUtime=12.68 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 10720 0 0 0 1266 2 0 0 25 0 4 0 730827456 299696128 19177 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=292672 CPUtime=12.68 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 9497 0 0 0 1266 2 0 0 25 0 4 0 730827456 299696128 19177 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 292672

[startup+25.501 s]
/proc/loadavg: 6.94 7.80 7.95 9/390 11908
/proc/meminfo: memFree=14694780/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=303296 CPUtime=101.66 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 63328 0 0 0 10150 16 0 0 25 0 4 0 730827455 310575104 26584 33554432000 4194304 4650419 140737347014992 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 75824 26584 393 112 0 70789 0
[pid=11904/tid=11905] ppid=11902 vsize=303296 CPUtime=25.48 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 18116 0 0 0 2544 4 0 0 25 0 4 0 730827456 310575104 26584 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=303296 CPUtime=25.49 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 17259 0 0 0 2545 4 0 0 25 0 4 0 730827456 310575104 26584 33554432000 4194304 4650419 140737347014992 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=303296 CPUtime=25.48 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 12555 0 0 0 2545 3 0 0 25 0 4 0 730827456 310575104 26584 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 303296

[startup+51.1005 s]
/proc/loadavg: 7.43 7.85 7.97 9/390 11909
/proc/meminfo: memFree=14642668/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=307888 CPUtime=203.75 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 97264 0 0 0 20347 28 0 0 25 0 4 0 730827455 315277312 32075 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 76972 32076 393 112 0 71937 0
[pid=11904/tid=11905] ppid=11902 vsize=307888 CPUtime=51.08 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 28548 0 0 0 5102 6 0 0 25 0 4 0 730827456 315277312 32076 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=307888 CPUtime=51.09 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 26782 0 0 0 5102 7 0 0 25 0 4 0 730827456 315277312 32077 33554432000 4194304 4650419 140737347014992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=307888 CPUtime=51.08 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 18286 0 0 0 5102 6 0 0 25 0 4 0 730827456 315277312 32077 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 307888

[startup+102.315 s]
/proc/loadavg: 7.81 7.89 7.97 9/390 11910
/proc/meminfo: memFree=14579412/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=335816 CPUtime=407.97 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 150898 0 0 0 40753 44 0 0 25 0 4 0 730827455 343875584 40203 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 83954 40203 393 112 0 78919 0
[pid=11904/tid=11905] ppid=11902 vsize=335816 CPUtime=102.29 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 43390 0 0 0 10219 10 0 0 25 0 4 0 730827456 343875584 40203 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=335816 CPUtime=102.3 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 42430 0 0 0 10218 12 0 0 25 0 4 0 730827456 343875584 40204 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=335816 CPUtime=102.29 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 28417 0 0 0 10220 9 0 0 25 0 4 0 730827456 343875584 40204 33554432000 4194304 4650419 140737347014992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.97
Current children cumulated vsize (KiB) 335816

[startup+162.301 s]

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

[pid=11904] ppid=11902 vsize=611748 CPUtime=2800.33 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 455014 0 0 0 279856 177 0 0 25 0 4 0 730827455 626429952 100110 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 152937 100110 393 112 0 147902 0
[pid=11904/tid=11905] ppid=11902 vsize=611748 CPUtime=702.29 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 122408 0 0 0 70187 42 0 0 25 0 4 0 730827456 626429952 100110 33554432000 4194304 4650419 140737347014992 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=611748 CPUtime=702.29 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 135229 0 0 0 70175 54 0 0 25 0 4 0 730827456 626429952 100110 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=611748 CPUtime=702.27 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 87771 0 0 0 70188 39 0 0 25 0 4 0 730827456 626429952 100110 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2800.33
Current children cumulated vsize (KiB) 611748

[startup+762.314 s]
/proc/loadavg: 8.06 8.07 8.01 9/390 11928
/proc/meminfo: memFree=14096816/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=585172 CPUtime=3039.62 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 479960 0 0 0 303774 188 0 0 25 0 4 0 730827455 599216128 102247 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 146293 102247 393 112 0 141258 0
[pid=11904/tid=11905] ppid=11902 vsize=585172 CPUtime=762.31 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 130650 0 0 0 76185 46 0 0 25 0 4 0 730827456 599216128 102247 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=585172 CPUtime=762.31 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 144133 0 0 0 76173 58 0 0 25 0 4 0 730827456 599216128 102247 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=585172 CPUtime=762.29 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 89773 0 0 0 76189 40 0 0 25 0 4 0 730827456 599216128 102247 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3039.62
Current children cumulated vsize (KiB) 585172

[startup+822.301 s]
/proc/loadavg: 8.06 8.07 8.01 9/390 11930
/proc/meminfo: memFree=14092700/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=546768 CPUtime=3278.81 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 497427 0 0 0 327684 197 0 0 25 0 4 0 730827455 559890432 101411 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 136692 101411 393 112 0 131657 0
[pid=11904/tid=11905] ppid=11902 vsize=546768 CPUtime=822.29 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 130999 0 0 0 82183 46 0 0 25 0 4 0 730827456 559890432 101411 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=546768 CPUtime=822.3 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 151420 0 0 0 82169 61 0 0 25 0 4 0 730827456 559890432 101411 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=546768 CPUtime=822.27 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 92638 0 0 0 82186 41 0 0 25 0 4 0 730827456 559890432 101411 33554432000 4194304 4650419 140737347014992 18446744073709551615 4438402 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3278.81
Current children cumulated vsize (KiB) 546768

[startup+882.301 s]
/proc/loadavg: 8.16 8.09 8.02 9/390 11931
/proc/meminfo: memFree=14043812/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=573264 CPUtime=3518.04 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 518943 0 0 0 351597 207 0 0 25 0 4 0 730827455 587022336 103120 33554432000 4194304 4650419 140737347014992 18446744073709551615 4367245 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 143316 103120 393 112 0 138281 0
[pid=11904/tid=11905] ppid=11902 vsize=573264 CPUtime=882.29 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 135074 0 0 0 88181 48 0 0 25 0 4 0 730827456 587022336 103120 33554432000 4194304 4650419 140737347014992 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=573264 CPUtime=882.3 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 160482 0 0 0 88165 65 0 0 25 0 4 0 730827456 587022336 103120 33554432000 4194304 4650419 140737347014992 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=573264 CPUtime=882.28 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 96721 0 0 0 88184 44 0 0 25 0 4 0 730827456 587022336 103120 33554432000 4194304 4650419 140737347014992 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3518.04
Current children cumulated vsize (KiB) 573264

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 8.02 9/390 11942
/proc/meminfo: memFree=14046068/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=573840 CPUtime=3757.29 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 536397 0 0 0 375515 214 0 0 25 0 4 0 730827455 587612160 104173 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 143460 104173 393 112 0 138425 0
[pid=11904/tid=11905] ppid=11902 vsize=573840 CPUtime=942.29 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 135228 0 0 0 94181 48 0 0 25 0 4 0 730827456 587612160 104173 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=573840 CPUtime=942.3 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 167910 0 0 0 94162 68 0 0 25 0 4 0 730827456 587612160 104173 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=573840 CPUtime=942.27 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 102862 0 0 0 94181 46 0 0 25 0 4 0 730827456 587612160 104173 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3757.29
Current children cumulated vsize (KiB) 573840

[startup+1002.3 s]
/proc/loadavg: 8.22 8.11 8.03 9/390 11943
/proc/meminfo: memFree=14042580/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=586992 CPUtime=3996.52 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 557993 0 0 0 399428 224 0 0 25 0 4 0 730827455 601079808 104755 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 146748 104755 393 112 0 141713 0
[pid=11904/tid=11905] ppid=11902 vsize=586992 CPUtime=1002.29 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 140335 0 0 0 100179 50 0 0 25 0 4 0 730827456 601079808 104755 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=586992 CPUtime=1002.31 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 175573 0 0 0 100160 71 0 0 25 0 4 0 730827456 601079808 104755 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=586992 CPUtime=1002.27 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 105656 0 0 0 100179 48 0 0 25 0 4 0 730827456 601079808 104755 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3996.52
Current children cumulated vsize (KiB) 586992

[startup+1062.3 s]
/proc/loadavg: 8.27 8.14 8.04 9/390 11945
/proc/meminfo: memFree=14026808/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=613252 CPUtime=4235.77 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 576359 0 0 0 423344 233 0 0 25 0 4 0 730827455 627970048 108028 33554432000 4194304 4650419 140737347014992 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 153313 108028 393 112 0 148278 0
[pid=11904/tid=11905] ppid=11902 vsize=613252 CPUtime=1062.3 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 143731 0 0 0 106178 52 0 0 25 0 4 0 730827456 627970048 108028 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=613252 CPUtime=1062.3 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 179891 0 0 0 106157 73 0 0 25 0 4 0 730827456 627970048 108028 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=613252 CPUtime=1062.26 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 110115 0 0 0 106177 49 0 0 25 0 4 0 730827456 627970048 108028 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4235.77
Current children cumulated vsize (KiB) 613252

[startup+1122.3 s]
/proc/loadavg: 8.21 8.14 8.04 9/390 11947
/proc/meminfo: memFree=14013020/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=561096 CPUtime=4475 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 595236 0 0 0 447257 243 0 0 25 0 4 0 730827455 574562304 108354 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 140274 108354 393 112 0 135239 0
[pid=11904/tid=11905] ppid=11902 vsize=561096 CPUtime=1122.29 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 147826 0 0 0 112175 54 0 0 25 0 4 0 730827456 574562304 108354 33554432000 4194304 4650419 140737347014992 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=561096 CPUtime=1122.3 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 187054 0 0 0 112153 77 0 0 25 0 4 0 730827456 574562304 108354 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=561096 CPUtime=1122.26 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 115666 0 0 0 112175 51 0 0 25 0 4 0 730827456 574562304 108354 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4475
Current children cumulated vsize (KiB) 561096

[startup+1182.3 s]
/proc/loadavg: 8.31 8.18 8.06 9/390 11948
/proc/meminfo: memFree=13977528/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=652880 CPUtime=4714.25 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 615919 0 0 0 471170 255 0 0 25 0 4 0 730827455 668549120 117848 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 163220 117848 393 112 0 158185 0
[pid=11904/tid=11905] ppid=11902 vsize=652880 CPUtime=1182.3 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 152835 0 0 0 118173 57 0 0 25 0 4 0 730827456 668549120 117848 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=652880 CPUtime=1182.31 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 194305 0 0 0 118150 81 0 0 25 0 4 0 730827456 668549120 117848 33554432000 4194304 4650419 140737347014992 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=652880 CPUtime=1182.27 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 117231 0 0 0 118174 53 0 0 25 0 4 0 730827456 668549120 117848 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4714.25
Current children cumulated vsize (KiB) 652880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.28 8.18 8.06 7/389 11950
/proc/meminfo: memFree=13977132/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=652936 CPUtime=4800.39 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 625601 0 0 0 479780 259 0 0 25 0 4 0 730827455 668606464 123274 33554432000 4194304 4650419 140737347014992 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 163234 123274 393 112 0 158199 0
[pid=11904/tid=11905] ppid=11902 vsize=652936 CPUtime=1203.9 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 154354 0 0 0 120333 57 0 0 25 0 4 0 730827456 668606464 123274 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=652936 CPUtime=1203.92 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 197735 0 0 0 120310 82 0 0 25 0 4 0 730827456 668606464 123274 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=652936 CPUtime=1203.87 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 119083 0 0 0 120334 53 0 0 25 0 4 0 730827456 668606464 123274 33554432000 4194304 4650419 140737347014992 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 652936

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

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

[startup+1203.9 s]
/proc/loadavg: 8.28 8.18 8.06 7/389 11950
/proc/meminfo: memFree=13977132/32951124 swapFree=65586204/67111528
[pid=11904] ppid=11902 vsize=652936 CPUtime=4800.39 cores=1,3,5,7
/proc/11904/stat : 11904 (strangenight1-m) R 11902 11904 11857 0 -1 4202496 625601 0 0 0 479780 259 0 0 25 0 4 0 730827455 668606464 123274 33554432000 4194304 4650419 140737347014992 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11904/statm: 163234 123274 393 112 0 158199 0
[pid=11904/tid=11905] ppid=11902 vsize=652936 CPUtime=1203.9 cores=1,3,5,7
/proc/11904/task/11905/stat : 11905 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 154354 0 0 0 120333 57 0 0 25 0 4 0 730827456 668606464 123274 33554432000 4194304 4650419 140737347014992 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11904/tid=11906] ppid=11902 vsize=652936 CPUtime=1203.92 cores=1,3,5,7
/proc/11904/task/11906/stat : 11906 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 197735 0 0 0 120310 82 0 0 25 0 4 0 730827456 668606464 123274 33554432000 4194304 4650419 140737347014992 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=652936 CPUtime=1203.87 cores=1,3,5,7
/proc/11904/task/11907/stat : 11907 (strangenight1-m) R 11902 11904 11857 0 -1 4202560 119083 0 0 0 120334 53 0 0 25 0 4 0 730827456 668606464 123274 33554432000 4194304 4650419 140737347014992 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 652936

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.94
CPU time (s): 4800.46
CPU user time (s): 4797.85
CPU system time (s): 2.6166
CPU usage (%): 398.728
Max. virtual memory (cumulated for all children) (KiB): 736668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.85
system time used= 2.6166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 625602
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= 521
involuntary context switches= 33121

runsolver used 4.30234 second user time and 10.9783 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 22:46:08
IDJOB=3368921
IDBENCH=82930
IDSOLVER=1846
FILE ID=node119/3368921-1305405968
RUNJOBID= node119-1305405968-11879
PBS_JOBID= 13324506
Free space on /tmp= 73188 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368921-1305405968/watcher-3368921-1305405968 -o /tmp/evaluation-result-3368921-1305405968/solver-3368921-1305405968 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368921-1305405968.cnf

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

MD5SUM BENCH= ac9c61f9177fd0d9da068d938bec80ff
RANDOM SEED=563847577

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.815
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.815
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.67
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.815
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.815
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.815
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:      14890684 kB
Buffers:        284288 kB
Cached:        4559552 kB
SwapCached:       4756 kB
Active:       14708856 kB
Inactive:      3017988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14890684 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           12592 kB
Writeback:          16 kB
AnonPages:    12881660 kB
Mapped:          30356 kB
Slab:           210588 kB
PageTables:      56796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102545756 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= 73184 MiB
End job on node119 at 2011-05-14 23:06:14