Trace number 3369069

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.33 1203.14

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1744841484-003.SATISFIABLE.cnf
MD5SUMdfb1a270a60c2005459af6275114712d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014996
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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-3369069-1305411408.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2982/2982 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:    700 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     29  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:     300 undec:      78 neg:     322
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.03	c  B st     0         0       671      2929         0         0      8946         0   no data   no data  --
0.36/0.11	c Decided on static restart strategy
0.36/0.18	c  N st     8      4916       671      2929         0      4866      8946    149580   no data   no data  --
1.56/0.46	c  N st    10     11299       671      2929         0      4519      8946     94240   no data   no data  --
2.76/0.76	c  N st    11     17042       671      2929         0     10223      8946    278920   no data   no data  --
4.75/1.21	c  F st    12     25002       671      2929         0     12498      8946    345867   no data   no data  --
4.75/1.21	c  N st    12     25002       671      2929         0     12498      8946    345867   no data   no data  --
5.54/1.47	c Decided on static restart strategy
5.54/1.47	c  N st    18     30001       671      2929         0     10757      8946    263167   no data   no data  --
5.54/1.47	c  S st    18     30001       671      2929         0     10757      8946    263167   no data   no data  --
5.54/1.49	c  S st    18     30502       671      2929         0     11257      8946    276272   no data   no data  --
5.94/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.94/1.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.94/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.94/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.94/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.94/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
5.94/1.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.15/1.81	c lits-rem:       120  cl-subs:      218  v-elim:      0  v-fix:    0  time:  1.22 s
7.15/1.82	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.04
7.15/1.82	c calculated reachability. Time: 0.00
7.15/1.82	c  N st    18     30502       671      2929         0     11039      8946    267679   no data   no data  --
8.78/2.27	c  N st    20     37612       671      2929         0     10270      8946    222454   no data   no data  --
10.74/2.70	c  N st    21     44012       671      2929         0     16609      8946    427760   no data   no data  --
11.13/2.83	c  S st    22     45753       671      2929         0      9494      8946    167766   no data   no data  --
11.13/2.86	c  S st    22     46255       671      2929         0      9995      8946    181415   no data   no data  --
11.13/2.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.13/2.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.13/2.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.13/2.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.13/2.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.13/2.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
11.13/2.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.93/3.03	c lits-rem:        21  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.64 s
11.93/3.03	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
11.93/3.03	c vivif2 --  cl tried     9948 cl shrink        0 lits rem          0 time: 0.00
11.93/3.04	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.04
11.93/3.04	c calculated reachability. Time: 0.00
11.93/3.04	c  N st    22     46255       671      2929         0      9948      8946    179652   no data   no data  --
15.92/4.06	c  N st    23     60652       671      2929         0     14320      8946    299425   no data   no data  --
18.71/4.79	c  N st    24     69382       671      2929         0     12100      8946    219196   no data   no data  --
18.71/4.79	c  S st    24     69382       671      2929         0     12100      8946    219196   no data   no data  --
19.11/4.82	c  S st    24     69883       671      2929         0     12601      8946    232878   no data   no data  --
19.11/4.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.11/4.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.11/4.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.11/4.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.11/4.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.11/4.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
19.11/4.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.30/5.11	c lits-rem:        43  cl-subs:       98  v-elim:      0  v-fix:    0  time:  1.11 s
20.30/5.11	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
20.30/5.11	c vivif2 --  cl tried    12503 cl shrink        0 lits rem          0 time: 0.01
20.30/5.12	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.04
20.30/5.12	c calculated reachability. Time: 0.00
20.30/5.12	c  N st    24     69883       671      2929         0     12503      8946    229839   no data   no data  --
25.50/6.48	c  F st    25     87500       671      2929         0     18059      8946    400760   no data   no data  --
25.50/6.48	c  N st    25     87500       671      2929         0     18059      8946    400760   no data   no data  --
27.08/6.89	c Decided on static restart strategy
28.28/7.17	c  N st    32     95539       671      2929         0     13141      8946    207794   no data   no data  --
31.07/7.87	c  N st    34    104824       671      2929         0     22268      8946    493786   no data   no data  --
31.07/7.87	c  S st    34    104824       671      2929         0     22268      8946    493786   no data   no data  --
31.47/7.93	c  S st    34    105328       671      2929         0     22771      8946    506296   no data   no data  --
31.47/7.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.47/7.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.47/7.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.47/7.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.47/7.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.47/7.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
31.47/7.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
37.07/9.35	c lits-rem:       409  cl-subs:      520  v-elim:      0  v-fix:    0  time:  5.57 s
37.07/9.35	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
37.07/9.36	c vivif2 --  cl tried    22251 cl shrink        0 lits rem          0 time: 0.02
37.07/9.38	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.08
37.07/9.38	c calculated reachability. Time: 0.00
37.07/9.38	c  N st    34    105328       671      2929         0     22251      8946    487161   no data   no data  --
40.65/10.25	c  N st    35    114927       671      2929         0     17933      8946    340158   no data   no data  --
46.24/11.63	c  N st    36    129325       671      2929         0     17365      8946    299098   no data   no data  --
54.23/13.69	c  N st    37    150920       671      2929         0     22877      8946    454336   no data   no data  --
56.64/14.31	c  S st    38    157992       671      2929         0     29875      8946    678161   no data   no data  --
57.06/14.38	c  S st    38    158496       671      2929         0     30378      8946    691947   no data   no data  --
57.06/14.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.06/14.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.06/14.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
57.41/14.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.41/14.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.41/14.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
57.41/14.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
65.00/16.36	c lits-rem:       567  cl-subs:      697  v-elim:      0  v-fix:    0  time:  7.79 s
65.00/16.36	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
65.00/16.37	c vivif2 --  cl tried    29681 cl shrink        0 lits rem          0 time: 0.03
65.00/16.40	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.11
65.00/16.40	c calculated reachability. Time: 0.00
65.00/16.40	c  N st    38    158496       671      2929         0     29681      8946    666843   no data   no data  --
88.53/22.21	c  N st    39    207084       671      2929         0     24294      8946    454876   no data   no data  --
101.69/25.51	c  N st    40    237745       671      2929         0     34751      8946    781035   no data   no data  --
101.69/25.51	c  S st    40    237745       671      2929         0     34751      8946    781035   no data   no data  --
101.69/25.59	c  S st    40    238245       671      2929         0     35251      8946    794842   no data   no data  --
102.09/25.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
102.09/25.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.09/25.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
102.09/25.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.09/25.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.09/25.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
102.09/25.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
112.07/28.11	c lits-rem:      1072  cl-subs:     1188  v-elim:      0  v-fix:    0  time:  9.88 s
112.07/28.11	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
112.07/28.12	c vivif2 --  cl tried    34063 cl shrink        0 lits rem          0 time: 0.04
112.07/28.15	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.13
112.07/28.15	c calculated reachability. Time: 0.00
112.07/28.15	c  N st    40    238245       671      2929         0     34063      8946    751826   no data   no data  --
144.00/36.11	c  F st    41    306250       671      2929         0     35982      8946    752804   no data   no data  --
144.00/36.11	c  N st    41    306250       671      2929         0     35982      8946    752804   no data   no data  --
146.78/36.82	c Decided on static restart strategy
157.17/39.40	c  N st    51    334558       671      2929         0     40299      8946    829546   no data   no data  --
169.13/42.44	c  N st    53    357368       671      2929         0     38128      8946    729863   no data   no data  --
169.13/42.44	c  S st    53    357368       671      2929         0     38128      8946    729863   no data   no data  --
169.53/42.53	c  S st    53    357871       671      2929         0     38631      8946    743156   no data   no data  --
169.53/42.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
169.53/42.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
169.53/42.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
169.53/42.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
169.53/42.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
169.53/42.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
169.53/42.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
177.91/44.61	c lits-rem:       567  cl-subs:     1134  v-elim:      0  v-fix:    0  time:  8.14 s
177.91/44.61	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
177.91/44.62	c vivif2 --  cl tried    37497 cl shrink        0 lits rem          0 time: 0.03
177.91/44.66	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.15
177.91/44.66	c calculated reachability. Time: 0.00
177.91/44.66	c  N st    53    357871       671      2929         0     37497      8946    702977   no data   no data  --
197.08/49.43	c  N st    54    390264       671      2929         0     43775      8946    904152   no data   no data  --
223.83/56.17	c  N st    55    438854       671      2929         0     37357      8946    628696   no data   no data  --
267.72/67.14	c  N st    56    511737       671      2929         0     51268      8946   1018840   no data   no data  --
283.24/71.01	c  N st    57    536808       671      2929         0     45342      8946    816731   no data   no data  --
283.24/71.01	c  S st    57    536808       671      2929         0     45342      8946    816731   no data   no data  --
283.64/71.12	c  S st    57    537311       671      2929         0     45845      8946    830761   no data   no data  --
283.64/71.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
283.64/71.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
283.64/71.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
283.64/71.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
283.64/71.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
283.64/71.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
283.64/71.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
293.22/73.55	c lits-rem:       570  cl-subs:     1468  v-elim:      0  v-fix:    0  time:  9.50 s
293.22/73.55	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
293.22/73.56	c vivif2 --  cl tried    44377 cl shrink        0 lits rem          0 time: 0.04
293.63/73.61	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.18
293.63/73.61	c calculated reachability. Time: 0.00
293.63/73.61	c  N st    57    537311       671      2929         0     44377      8946    783846   no data   no data  --
402.14/100.89	c  N st    58    701295       671      2929         0     38321      8946    519620   no data   no data  --
483.53/121.24	c  N st    59    805967       671      2929         0     67305      8946   1420340   no data   no data  --
483.53/121.24	c  S st    59    805967       671      2929         0     67305      8946   1420340   no data   no data  --
484.33/121.45	c  S st    59    806467       671      2929         0     67804      8946   1434725   no data   no data  --
484.33/121.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
484.33/121.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
484.33/121.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
484.73/121.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
484.73/121.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
484.73/121.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
484.73/121.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
508.28/127.44	c lits-rem:        66  cl-subs:     3407  v-elim:      0  v-fix:    0  time: 23.58 s
508.28/127.44	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
508.28/127.46	c vivif2 --  cl tried    64397 cl shrink        0 lits rem          0 time: 0.06
508.69/127.54	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.31
508.69/127.54	c calculated reachability. Time: 0.00
508.69/127.54	c  N st    59    806467       671      2929         0     64397      8946   1320824   no data   no data  --
727.32/182.31	c  F st    60   1071875       671      2929         0     80673      8946   1721393   no data   no data  --
727.32/182.31	c  N st    60   1071875       671      2929         0     80673      8946   1721393   no data   no data  --
732.11/183.57	c Decided on static restart strategy
750.08/188.05	c  N st    70   1100175       671      2929         0     64382      8946   1113046   no data   no data  --
783.18/196.34	c  N st    72   1136168       671      2929         0     54725      8946    817321   no data   no data  --
811.12/203.32	c  N st    73   1168562       671      2929         0     86589      8946   1810018   no data   no data  --
848.21/212.66	c  N st    74   1209700       671      2929         0     80653      8946   1610840   no data   no data  --
848.21/212.66	c  S st    74   1209700       671      2929         0     80653      8946   1610840   no data   no data  --
849.01/212.88	c  S st    74   1210202       671      2929         0     81155      8946   1625366   no data   no data  --
849.01/212.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
849.01/212.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
849.41/212.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
849.41/212.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
849.41/212.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
849.41/212.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
849.41/212.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
884.52/221.76	c lits-rem:       223  cl-subs:     4672  v-elim:      0  v-fix:    0  time: 35.02 s
884.52/221.76	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
884.52/221.78	c vivif2 --  cl tried    76483 cl shrink        0 lits rem          0 time: 0.08
884.92/221.90	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.48
885.32/221.90	c calculated reachability. Time: 0.00
885.32/221.90	c  N st    74   1210202       671      2929         0     76483      8946   1464216   no data   no data  --
963.13/241.44	c  N st    75   1283084       671      2929         0     52811      8946    679862   no data   no data  --
1080.03/270.70	c  N st    76   1392407       671      2929         0     60917      8946    909072   no data   no data  --
1261.98/316.35	c  N st    77   1556393       671      2929         0     65756      8946    979784   no data   no data  --
1424.76/357.19	c  N st    78   1710203       671      2929         0    108163      8946   2323229   no data   no data  --
1424.76/357.19	c  S st    78   1710203       671      2929         0    108163      8946   2323229   no data   no data  --
1426.40/357.53	c  S st    78   1710705       671      2929         0    108665      8946   2337639   no data   no data  --
1426.40/357.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1426.40/357.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1426.76/357.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1426.76/357.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1426.76/357.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1426.76/357.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
1426.76/357.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1486.22/372.52	c lits-rem:       342  cl-subs:     4915  v-elim:      0  v-fix:    0  time: 59.22 s
1486.22/372.52	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
1486.22/372.55	c vivif2 --  cl tried   103750 cl shrink        0 lits rem          0 time: 0.11
1487.02/372.72	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.68
1487.02/372.72	c calculated reachability. Time: 0.00
1487.02/372.72	c  N st    78   1710705       671      2929         0    103750      8946   2177447   no data   no data  --
1916.33/480.34	c  N st    79   2079669       671      2929         0    114659      8946   2362120   no data   no data  --
2064.75/517.51	c  N st    80   2210705       671      2929         0    118686      8946   2441558   no data   no data  --
2064.75/517.51	c  S st    80   2210705       671      2929         0    118686      8946   2441558   no data   no data  --
2066.34/517.91	c  S st    80   2211212       671      2929         0    119193      8946   2457118   no data   no data  --
2066.34/517.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2066.34/517.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2066.34/517.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
2066.76/518.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2066.76/518.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2066.76/518.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
2066.76/518.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2164.90/542.64	c lits-rem:       156  cl-subs:     8366  v-elim:      0  v-fix:    0  time: 98.06 s
2164.90/542.64	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
2164.90/542.67	c vivif2 --  cl tried   110827 cl shrink        0 lits rem          0 time: 0.12
2165.69/542.85	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.72
2165.69/542.86	c calculated reachability. Time: 0.00
2165.69/542.86	c  N st    80   2211212       671      2929         0    110827      8946   2198860   no data   no data  --
2891.46/724.76	c  N st    81   2711214       671      2929         0    134710      8946   2773238   no data   no data  --
2891.46/724.76	c  S st    81   2711214       671      2929         0    134710      8946   2773238   no data   no data  --
2893.45/725.22	c  S st    81   2711717       671      2929         0    135213      8946   2788208   no data   no data  --
2893.45/725.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2893.45/725.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2893.85/725.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.29
2893.85/725.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2893.85/725.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2893.85/725.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
2893.85/725.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3037.13/761.24	c lits-rem:       777  cl-subs:    10849  v-elim:      0  v-fix:    0  time: 142.99 s
3037.13/761.24	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
3037.13/761.27	c vivif2 --  cl tried   124364 cl shrink        0 lits rem          0 time: 0.12
3037.89/761.47	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.82
3037.89/761.48	c calculated reachability. Time: 0.00
3037.89/761.48	c  N st    81   2711717       671      2929         0    124364      8946   2466597   no data   no data  --
3754.48/941.07	c  N st    82   3211718       671      2929         0    100622      8946   1580738   no data   no data  --
3754.48/941.07	c  S st    82   3211718       671      2929         0    100622      8946   1580738   no data   no data  --
3755.68/941.36	c  S st    82   3212223       671      2929         0    101124      8946   1596154   no data   no data  --
3755.68/941.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3755.68/941.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3756.08/941.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
3756.08/941.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3756.08/941.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3756.08/941.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
3756.08/941.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3774.83/946.12	c lits-rem:      1119  cl-subs:     2287  v-elim:      0  v-fix:    0  time: 18.54 s
3774.83/946.12	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
3774.83/946.14	c vivif2 --  cl tried    98837 cl shrink        0 lits rem          0 time: 0.08
3775.63/946.30	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.62
3775.63/946.30	c calculated reachability. Time: 0.00
3775.63/946.30	c  N st    82   3212223       671      2929         0     98837      8946   1525959   no data   no data  --
4530.53/1135.57	c  N st    83   3712224       671      2929         0    109677      8946   1826281   no data   no data  --
4530.53/1135.57	c  S st    83   3712224       671      2929         0    109677      8946   1826281   no data   no data  --
4531.73/1135.89	c  S st    83   3712727       671      2929         0    110179      8946   1841029   no data   no data  --
4531.73/1135.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4531.73/1135.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4532.13/1135.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4532.53/1136.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4532.53/1136.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4532.53/1136.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
4532.53/1136.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4559.68/1142.85	c lits-rem:       640  cl-subs:     2544  v-elim:      0  v-fix:    0  time: 27.27 s
4559.68/1142.85	c vivif2 --  cl tried     2929 cl shrink        0 lits rem          0 time: 0.00
4559.68/1142.88	c vivif2 --  cl tried   107635 cl shrink        0 lits rem          0 time: 0.10
4560.45/1143.05	c asymm  cl-useful: 0/2929/2929 lits-rem:0 time: 0.69
4560.45/1143.05	c calculated reachability. Time: 0.00
4560.45/1143.05	c  N st    83   3712727       671      2929         0    107635      8946   1755805   no data   no data  --
4634.70/1161.69	c  F st    84   3751562       671      2929         0    145843      8946   3014539   no data   no data  --
4634.70/1161.69	c  N st    84   3751562       671      2929         0    145843      8946   3014539   no data   no data  --
4648.22/1165.02	c Decided on static restart strategy
4692.52/1176.15	c  N st    94   3779867       671      2929         0     90111      8946   1059663   no data   no data  --
4742.39/1188.62	c  N st    96   3815861       671      2929         0    125425      8946   2171792   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-3369069-1305411408/watcher-3369069-1305411408 -o /tmp/evaluation-result-3369069-1305411408/solver-3369069-1305411408 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369069-1305411408.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: 8.08 6.83 3.65 6/317 10707
/proc/meminfo: memFree=22547604/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 731371259 52465664 352 33554432000 4194304 4650419 140735947815216 18446744073709551615 252458122225 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 12809 352 303 112 0 7774 0
[pid=10707/tid=10708] ppid=10705 vsize=216572 CPUtime=0 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 156 0 0 0 0 0 0 0 25 0 4 0 731371259 221769728 836 33554432000 4194304 4650419 140735947815216 18446744073709551615 252458170911 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=216572 CPUtime=0 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 97 0 0 0 0 0 0 0 25 0 4 0 731371259 221769728 836 33554432000 4194304 4650419 140735947815216 18446744073709551615 252458170911 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=216572 CPUtime=0 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 97 0 0 0 0 0 0 0 25 0 4 0 731371259 221769728 839 33554432000 4194304 4650419 140735947815216 18446744073709551615 252458170911 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.082479 s]
/proc/loadavg: 8.08 6.83 3.65 6/317 10707
/proc/meminfo: memFree=22547604/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=282940 CPUtime=0.29 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 1808 0 0 0 29 0 0 0 25 0 4 0 731371259 289730560 1678 33554432000 4194304 4650419 140735947815216 18446744073709551615 4315064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 70735 1679 391 112 0 65700 0
[pid=10707/tid=10708] ppid=10705 vsize=282940 CPUtime=0.07 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 402 0 0 0 7 0 0 0 25 0 4 0 731371259 289730560 1679 33554432000 4194304 4650419 140735947815216 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=282940 CPUtime=0.06 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 314 0 0 0 6 0 0 0 25 0 4 0 731371259 289730560 1679 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=282940 CPUtime=0.07 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 215 0 0 0 7 0 0 0 25 0 4 0 731371259 289730560 1679 33554432000 4194304 4650419 140735947815216 18446744073709551615 4360522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 282940

[startup+0.100475 s]
/proc/loadavg: 8.08 6.83 3.65 6/317 10707
/proc/meminfo: memFree=22547604/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=282940 CPUtime=0.36 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 1917 0 0 0 36 0 0 0 25 0 4 0 731371259 289730560 1787 33554432000 4194304 4650419 140735947815216 18446744073709551615 4354963 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 70735 1788 391 112 0 65700 0
[pid=10707/tid=10708] ppid=10705 vsize=282940 CPUtime=0.09 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 432 0 0 0 9 0 0 0 25 0 4 0 731371259 289730560 1788 33554432000 4194304 4650419 140735947815216 18446744073709551615 4314855 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=282940 CPUtime=0.08 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 345 0 0 0 8 0 0 0 25 0 4 0 731371259 289730560 1788 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=282940 CPUtime=0.08 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 242 0 0 0 8 0 0 0 25 0 4 0 731371259 289730560 1788 33554432000 4194304 4650419 140735947815216 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282940

[startup+0.300438 s]
/proc/loadavg: 8.08 6.83 3.65 6/317 10707
/proc/meminfo: memFree=22547604/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=284512 CPUtime=1.16 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 3118 0 0 0 116 0 0 0 25 0 4 0 731371259 291340288 2282 33554432000 4194304 4650419 140735947815216 18446744073709551615 4333937 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 71128 2282 393 112 0 66093 0
[pid=10707/tid=10708] ppid=10705 vsize=284512 CPUtime=0.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 748 0 0 0 29 0 0 0 25 0 4 0 731371259 291340288 2282 33554432000 4194304 4650419 140735947815216 18446744073709551615 4304216 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=284512 CPUtime=0.28 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 610 0 0 0 28 0 0 0 25 0 4 0 731371259 291340288 2282 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=284512 CPUtime=0.28 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 548 0 0 0 28 0 0 0 25 0 4 0 731371259 291340288 2282 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284512

[startup+0.700365 s]
/proc/loadavg: 8.08 6.83 3.65 6/317 10707
/proc/meminfo: memFree=22547604/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=285680 CPUtime=2.76 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 4936 0 0 0 275 1 0 0 25 0 4 0 731371259 292536320 3044 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 71420 3044 393 112 0 66385 0
[pid=10707/tid=10708] ppid=10705 vsize=285680 CPUtime=0.69 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 1194 0 0 0 69 0 0 0 25 0 4 0 731371259 292536320 3044 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=285680 CPUtime=0.68 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 1061 0 0 0 68 0 0 0 25 0 4 0 731371259 292536320 3044 33554432000 4194304 4650419 140735947815216 18446744073709551615 4328352 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=285680 CPUtime=0.68 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 987 0 0 0 68 0 0 0 25 0 4 0 731371259 292536320 3044 33554432000 4194304 4650419 140735947815216 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285680

[startup+1.50022 s]
/proc/loadavg: 8.08 6.85 3.67 9/321 10711
/proc/meminfo: memFree=22534924/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=287352 CPUtime=5.94 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 8513 0 0 0 593 1 0 0 25 0 4 0 731371259 294248448 3663 33554432000 4194304 4650419 140735947815216 18446744073709551615 4477519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 71838 3663 395 112 0 66803 0
[pid=10707/tid=10708] ppid=10705 vsize=287352 CPUtime=1.48 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 2065 0 0 0 148 0 0 0 25 0 4 0 731371259 294248448 3663 33554432000 4194304 4650419 140735947815216 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=287352 CPUtime=1.46 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 1984 0 0 0 146 0 0 0 25 0 4 0 731371259 294248448 3663 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=287352 CPUtime=1.48 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 1856 0 0 0 148 0 0 0 25 0 4 0 731371259 294248448 3663 33554432000 4194304 4650419 140735947815216 18446744073709551615 4333355 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 287352

[startup+3.10092 s]
/proc/loadavg: 8.08 6.85 3.67 9/321 10711
/proc/meminfo: memFree=22520536/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=286468 CPUtime=12.33 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 18351 0 0 0 1230 3 0 0 25 0 4 0 731371259 293343232 10934 33554432000 4194304 4650419 140735947815216 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 71617 10934 395 112 0 66582 0
[pid=10707/tid=10708] ppid=10705 vsize=286468 CPUtime=3.08 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 4142 0 0 0 308 0 0 0 25 0 4 0 731371259 293343232 10934 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=286468 CPUtime=3.06 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 4339 0 0 0 305 1 0 0 25 0 4 0 731371259 293343232 10934 33554432000 4194304 4650419 140735947815216 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=286468 CPUtime=3.07 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 4609 0 0 0 307 0 0 0 25 0 4 0 731371259 293343232 10934 33554432000 4194304 4650419 140735947815216 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 286468

[startup+6.30032 s]
/proc/loadavg: 8.07 6.87 3.70 9/321 10711
/proc/meminfo: memFree=22487920/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=304828 CPUtime=25.1 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 27006 0 0 0 2505 5 0 0 25 0 4 0 731371259 312143872 14340 33554432000 4194304 4650419 140735947815216 18446744073709551615 4360525 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 76207 14341 395 112 0 71172 0
[pid=10707/tid=10708] ppid=10705 vsize=304828 CPUtime=6.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 6459 0 0 0 628 1 0 0 25 0 4 0 731371259 312143872 14341 33554432000 4194304 4650419 140735947815216 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=304828 CPUtime=6.22 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 6613 0 0 0 620 2 0 0 25 0 4 0 731371259 312143872 14341 33554432000 4194304 4650419 140735947815216 18446744073709551615 4316048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=304828 CPUtime=6.27 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 6344 0 0 0 627 0 0 0 25 0 4 0 731371259 312143872 14341 33554432000 4194304 4650419 140735947815216 18446744073709551615 4316029 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 304828

[startup+12.7011 s]
/proc/loadavg: 8.06 6.89 3.72 9/321 10711
/proc/meminfo: memFree=22482640/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=305020 CPUtime=50.63 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 40594 0 0 0 5055 8 0 0 25 0 4 0 731371259 312340480 20559 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 76255 20559 395 112 0 71220 0
[pid=10707/tid=10708] ppid=10705 vsize=305020 CPUtime=12.69 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 9826 0 0 0 1267 2 0 0 25 0 4 0 731371259 312340480 20559 33554432000 4194304 4650419 140735947815216 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=305020 CPUtime=12.55 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 10179 0 0 0 1253 2 0 0 25 0 4 0 731371259 312340480 20559 33554432000 4194304 4650419 140735947815216 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=305020 CPUtime=12.68 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 9199 0 0 0 1267 1 0 0 25 0 4 0 731371259 312340480 20559 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 305020

[startup+25.5007 s]
/proc/loadavg: 8.12 6.96 3.79 9/321 10711
/proc/meminfo: memFree=22459812/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=373840 CPUtime=101.69 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 60797 0 0 0 10156 13 0 0 25 0 4 0 731371259 382812160 27847 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 93460 27847 395 112 0 88425 0
[pid=10707/tid=10708] ppid=10705 vsize=373840 CPUtime=25.49 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 13700 0 0 0 2547 2 0 0 25 0 4 0 731371259 382812160 27847 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=373840 CPUtime=25.21 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 15930 0 0 0 2517 4 0 0 25 0 4 0 731371259 382812160 27847 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=373840 CPUtime=25.48 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 13943 0 0 0 2545 3 0 0 25 0 4 0 731371259 382812160 27847 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 373840

[startup+51.101 s]
/proc/loadavg: 8.14 7.06 3.91 9/321 10712
/proc/meminfo: memFree=22387116/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=401104 CPUtime=203.85 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 91849 0 0 0 20361 24 0 0 25 0 4 0 731371259 410730496 39497 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 100276 39497 395 112 0 95241 0
[pid=10707/tid=10708] ppid=10705 vsize=401104 CPUtime=51.09 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 22599 0 0 0 5104 5 0 0 25 0 4 0 731371259 410730496 39497 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364539 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=401104 CPUtime=50.56 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 23381 0 0 0 5049 7 0 0 25 0 4 0 731371259 410730496 39497 33554432000 4194304 4650419 140735947815216 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=401104 CPUtime=51.08 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 18867 0 0 0 5104 4 0 0 25 0 4 0 731371259 410730496 39497 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 401104

[startup+102.311 s]
/proc/loadavg: 8.11 7.21 4.13 9/321 10713
/proc/meminfo: memFree=22333276/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=434260 CPUtime=408.17 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 123682 0 0 0 40782 35 0 0 25 0 4 0 731371259 444682240 51786 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 108565 51786 395 112 0 103530 0
[pid=10707/tid=10708] ppid=10705 vsize=434260 CPUtime=102.3 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 35691 0 0 0 10220 10 0 0 25 0 4 0 731371259 444682240 51786 33554432000 4194304 4650419 140735947815216 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=434260 CPUtime=101.25 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 32557 0 0 0 10115 10 0 0 25 0 4 0 731371259 444682240 51786 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=434260 CPUtime=102.29 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 25062 0 0 0 10223 6 0 0 25 0 4 0 731371259 444682240 51786 33554432000 4194304 4650419 140735947815216 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 434260

[startup+162.3 s]

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

[pid=10707] ppid=10705 vsize=626488 CPUtime=2802.08 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 338513 0 0 0 280082 126 0 0 25 0 4 0 731371259 641523712 108376 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 156622 108376 395 112 0 151587 0
[pid=10707/tid=10708] ppid=10705 vsize=626488 CPUtime=702.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 92942 0 0 0 70195 34 0 0 25 0 4 0 731371259 641523712 108376 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=626488 CPUtime=695.16 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 80684 0 0 0 69488 28 0 0 25 0 4 0 731371259 641523712 108376 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=626488 CPUtime=702.3 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 55309 0 0 0 70208 22 0 0 25 0 4 0 731371259 641523712 108376 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.08
Current children cumulated vsize (KiB) 626488

[startup+762.311 s]
/proc/loadavg: 8.21 8.04 6.15 9/321 10762
/proc/meminfo: memFree=22267988/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=742904 CPUtime=3041.52 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 353059 0 0 0 304019 133 0 0 25 0 4 0 731371259 760733696 113991 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 185726 113991 395 112 0 180691 0
[pid=10707/tid=10708] ppid=10705 vsize=742904 CPUtime=762.3 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 98483 0 0 0 76194 36 0 0 25 0 4 0 731371259 760733696 113991 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=742904 CPUtime=754.56 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 83149 0 0 0 75427 29 0 0 25 0 4 0 731371259 760733696 113991 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=742904 CPUtime=762.31 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 59448 0 0 0 76207 24 0 0 25 0 4 0 731371259 760733696 113991 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.52
Current children cumulated vsize (KiB) 742904

[startup+822.3 s]
/proc/loadavg: 8.21 8.07 6.28 9/321 10764
/proc/meminfo: memFree=22266456/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=646392 CPUtime=3280.87 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 376530 0 0 0 327944 143 0 0 25 0 4 0 731371259 661905408 105359 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 161598 105359 395 112 0 156563 0
[pid=10707/tid=10708] ppid=10705 vsize=646392 CPUtime=822.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 102760 0 0 0 82191 38 0 0 25 0 4 0 731371259 661905408 105360 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=646392 CPUtime=813.95 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 88353 0 0 0 81363 32 0 0 25 0 4 0 731371259 661905408 105360 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=646392 CPUtime=822.3 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 64357 0 0 0 82204 26 0 0 25 0 4 0 731371259 661905408 105360 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.87
Current children cumulated vsize (KiB) 646392

[startup+882.301 s]
/proc/loadavg: 8.14 8.07 6.39 9/321 10765
/proc/meminfo: memFree=22199596/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=693616 CPUtime=3520.27 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 392521 0 0 0 351873 154 0 0 25 0 4 0 731371259 710262784 113403 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365308 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 173404 113403 395 112 0 168369 0
[pid=10707/tid=10708] ppid=10705 vsize=693616 CPUtime=882.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 106063 0 0 0 88189 40 0 0 25 0 4 0 731371259 710262784 113403 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=693616 CPUtime=873.34 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 93066 0 0 0 87299 35 0 0 25 0 4 0 731371259 710262784 113403 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=693616 CPUtime=882.31 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 67650 0 0 0 88203 28 0 0 25 0 4 0 731371259 710262784 113403 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.27
Current children cumulated vsize (KiB) 693616

[startup+942.301 s]
/proc/loadavg: 8.05 8.05 6.48 9/321 10767
/proc/meminfo: memFree=22148972/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=658832 CPUtime=3759.67 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 411603 0 0 0 375805 162 0 0 25 0 4 0 731371259 674643968 112163 33554432000 4194304 4650419 140735947815216 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 164708 112163 395 112 0 159673 0
[pid=10707/tid=10708] ppid=10705 vsize=658832 CPUtime=942.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 109243 0 0 0 94188 41 0 0 25 0 4 0 731371259 674643968 112163 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=658832 CPUtime=932.73 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 96033 0 0 0 93238 35 0 0 25 0 4 0 731371259 674643968 112163 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=658832 CPUtime=942.31 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 73185 0 0 0 94200 31 0 0 25 0 4 0 731371259 674643968 112163 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.67
Current children cumulated vsize (KiB) 658832

[startup+1002.3 s]
/proc/loadavg: 8.08 8.06 6.58 9/321 10768
/proc/meminfo: memFree=22119436/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=757892 CPUtime=3999.07 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 426049 0 0 0 399736 171 0 0 25 0 4 0 731371259 776081408 116200 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 189473 116200 395 112 0 184438 0
[pid=10707/tid=10708] ppid=10705 vsize=757892 CPUtime=1002.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 114864 0 0 0 100185 44 0 0 25 0 4 0 731371259 776081408 116200 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=757892 CPUtime=992.12 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 99920 0 0 0 99174 38 0 0 25 0 4 0 731371259 776081408 116200 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=757892 CPUtime=1002.31 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 75678 0 0 0 100200 31 0 0 25 0 4 0 731371259 776081408 116200 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.07
Current children cumulated vsize (KiB) 757892

[startup+1062.3 s]
/proc/loadavg: 8.03 8.05 6.67 9/321 10770
/proc/meminfo: memFree=22033608/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=789644 CPUtime=4238.46 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 445944 0 0 0 423668 178 0 0 25 0 4 0 731371259 808595456 133377 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 197411 133377 395 112 0 192376 0
[pid=10707/tid=10708] ppid=10705 vsize=789644 CPUtime=1062.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 121082 0 0 0 106184 45 0 0 25 0 4 0 731371259 808595456 133377 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=789644 CPUtime=1051.51 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 103229 0 0 0 105112 39 0 0 25 0 4 0 731371259 808595456 133377 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=789644 CPUtime=1062.31 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 81483 0 0 0 106197 34 0 0 25 0 4 0 731371259 808595456 133377 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.46
Current children cumulated vsize (KiB) 789644

[startup+1122.3 s]
/proc/loadavg: 8.11 8.06 6.76 9/321 10772
/proc/meminfo: memFree=22061972/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=802676 CPUtime=4477.86 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 458553 0 0 0 447600 186 0 0 25 0 4 0 731371259 821940224 123116 33554432000 4194304 4650419 140735947815216 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 200669 123116 395 112 0 195634 0
[pid=10707/tid=10708] ppid=10705 vsize=802676 CPUtime=1122.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 123615 0 0 0 112182 47 0 0 25 0 4 0 731371259 821940224 123116 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=802676 CPUtime=1110.91 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 107116 0 0 0 111049 42 0 0 25 0 4 0 731371259 821940224 123116 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=802676 CPUtime=1122.31 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 83019 0 0 0 112196 35 0 0 25 0 4 0 731371259 821940224 123116 33554432000 4194304 4650419 140735947815216 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.86
Current children cumulated vsize (KiB) 802676

[startup+1182.3 s]
/proc/loadavg: 8.04 8.05 6.83 9/321 10773
/proc/meminfo: memFree=22044828/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=713208 CPUtime=4717.26 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 476038 0 0 0 471531 195 0 0 25 0 4 0 731371259 730324992 127672 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 178302 127672 395 112 0 173267 0
[pid=10707/tid=10708] ppid=10705 vsize=713208 CPUtime=1182.29 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 128184 0 0 0 118179 50 0 0 25 0 4 0 731371259 730324992 127672 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=713208 CPUtime=1170.31 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 109992 0 0 0 116988 43 0 0 25 0 4 0 731371259 730324992 127672 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=713208 CPUtime=1182.31 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 86500 0 0 0 118194 37 0 0 25 0 4 0 731371259 730324992 127672 33554432000 4194304 4650419 140735947815216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.26
Current children cumulated vsize (KiB) 713208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.10 8.06 6.86 9/321 10774
/proc/meminfo: memFree=22006376/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=815800 CPUtime=4800.26 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 481283 0 0 0 479828 198 0 0 25 0 4 0 731371259 835379200 132030 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 203950 132030 395 112 0 198915 0
[pid=10707/tid=10708] ppid=10705 vsize=815800 CPUtime=1203.1 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 130418 0 0 0 120259 51 0 0 25 0 4 0 731371259 835379200 132032 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=815800 CPUtime=1190.89 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 110958 0 0 0 119045 44 0 0 25 0 4 0 731371259 835379200 132032 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=815800 CPUtime=1203.12 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 86905 0 0 0 120275 37 0 0 25 0 4 0 731371259 835379200 132032 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 815800

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

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

[startup+1203.1 s]
/proc/loadavg: 8.10 8.06 6.86 9/321 10774
/proc/meminfo: memFree=22006376/32951124 swapFree=59305796/67111528
[pid=10707] ppid=10705 vsize=815800 CPUtime=4800.26 cores=0,2,4,6
/proc/10707/stat : 10707 (strangenight1-m) R 10705 10707 10621 0 -1 4202496 481283 0 0 0 479828 198 0 0 25 0 4 0 731371259 835379200 132030 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 203950 132030 395 112 0 198915 0
[pid=10707/tid=10708] ppid=10705 vsize=815800 CPUtime=1203.1 cores=0,2,4,6
/proc/10707/task/10708/stat : 10708 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 130418 0 0 0 120259 51 0 0 25 0 4 0 731371259 835379200 132032 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10707/tid=10709] ppid=10705 vsize=815800 CPUtime=1190.89 cores=0,2,4,6
/proc/10707/task/10709/stat : 10709 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 110958 0 0 0 119045 44 0 0 25 0 4 0 731371259 835379200 132032 33554432000 4194304 4650419 140735947815216 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=815800 CPUtime=1203.12 cores=0,2,4,6
/proc/10707/task/10710/stat : 10710 (strangenight1-m) R 10705 10707 10621 0 -1 4202560 86905 0 0 0 120275 37 0 0 25 0 4 0 731371259 835379200 132032 33554432000 4194304 4650419 140735947815216 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 815800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.33
CPU user time (s): 4798.32
CPU system time (s): 2.01069
CPU usage (%): 398.984
Max. virtual memory (cumulated for all children) (KiB): 864256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.32
system time used= 2.01069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 481285
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= 494
involuntary context switches= 24652

runsolver used 3.43048 second user time and 8.62269 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 00:16:48
IDJOB=3369069
IDBENCH=83078
IDSOLVER=1846
FILE ID=node111/3369069-1305411408
RUNJOBID= node111-1305410850-10639
PBS_JOBID= 13324532
Free space on /tmp= 73668 MiB

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

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

MD5SUM BENCH= dfb1a270a60c2005459af6275114712d
RANDOM SEED=1432317713

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      22547892 kB
Buffers:        264312 kB
Cached:        6508224 kB
SwapCached:      13720 kB
Active:        1318876 kB
Inactive:      8868988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22547892 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            6224 kB
Writeback:           0 kB
AnonPages:     3410900 kB
Mapped:          13288 kB
Slab:           114892 kB
PageTables:      37408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53802368 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= 73664 MiB
End job on node111 at 2011-05-15 00:36:53