Trace number 3368756

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.27 1203.36

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S899463426-096.UNKNOWN.cnf
MD5SUMbf57ee4f209393e8d4bc647eb9e177d4
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 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-3368756-1305402240.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	c -- header says num clauses:        2982
0.00/0.00	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.00	c -- vars added        700
0.00/0.01	c Parsing time:  0.01 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.17/0.06	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.01 s
0.17/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.17/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.17/0.06	c calculated reachability. Time: 0.00
0.17/0.06	c Calc default polars -  time:   0.00 s pos:     307 undec:      71 neg:     322
0.17/0.06	c =========================================================================================
0.17/0.06	c types(t): F = full restart, N = normal restart
0.17/0.06	c types(t): S = simplification begin/end, E = solution found
0.17/0.06	c restart types(rt): st = static, dy = dynamic
0.17/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.17/0.06	c  B st     0         0       682      2976         0         0      9037         0   no data   no data  --
0.17/0.07	c Decided on static restart strategy
0.55/0.17	c  N st     8      4921       682      2976         0      4865      9037    143192   no data   no data  --
1.51/0.45	c  N st    10     11305       682      2976         0      4513      9037     97005   no data   no data  --
2.71/0.76	c  N st    11     17048       682      2976         0     10179      9037    290906   no data   no data  --
4.70/1.24	c  F st    12     25001       682      2976         0     12481      9037    343263   no data   no data  --
4.70/1.24	c  N st    12     25001       682      2976         0     12481      9037    343263   no data   no data  --
5.89/1.50	c Decided on static restart strategy
5.89/1.50	c  N st    18     30001       682      2976         0     10729      9037    253231   no data   no data  --
5.89/1.50	c  S st    18     30001       682      2976         0     10729      9037    253231   no data   no data  --
5.89/1.53	c  S st    18     30506       682      2976         0     11234      9037    266445   no data   no data  --
5.89/1.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.89/1.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.89/1.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.89/1.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.89/1.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.89/1.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
5.89/1.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.10/1.83	c lits-rem:       227  cl-subs:      343  v-elim:      0  v-fix:    0  time:  1.10 s
7.10/1.83	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.04
7.10/1.83	c calculated reachability. Time: 0.00
7.10/1.83	c  N st    18     30506       682      2976         0     10891      9037    253675   no data   no data  --
8.73/2.27	c  N st    20     37617       682      2976         0     10130      9037    213690   no data   no data  --
10.68/2.71	c  N st    21     44018       682      2976         0     16478      9037    419920   no data   no data  --
11.09/2.83	c  S st    22     45759       682      2976         0      9366      9037    166603   no data   no data  --
11.09/2.85	c  S st    22     46262       682      2976         0      9868      9037    180365   no data   no data  --
11.09/2.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.09/2.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.09/2.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
11.09/2.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.09/2.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.09/2.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
11.09/2.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.89/3.00	c lits-rem:        47  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.56 s
11.89/3.00	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
11.89/3.00	c vivif2 --  cl tried     9843 cl shrink        0 lits rem          0 time: 0.01
11.89/3.01	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.03
11.89/3.01	c calculated reachability. Time: 0.00
11.89/3.01	c  N st    22     46262       682      2976         0      9843      9037    179368   no data   no data  --
15.47/3.97	c  N st    23     60661       682      2976         0     14186      9037    305967   no data   no data  --
18.26/4.64	c  N st    24     69395       682      2976         0     11978      9037    222549   no data   no data  --
18.26/4.64	c  S st    24     69395       682      2976         0     11978      9037    222549   no data   no data  --
18.26/4.68	c  S st    24     69898       682      2976         0     12481      9037    237330   no data   no data  --
18.26/4.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.26/4.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.26/4.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.26/4.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.26/4.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.26/4.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
18.26/4.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.46/4.97	c lits-rem:        53  cl-subs:      176  v-elim:      0  v-fix:    0  time:  1.12 s
19.46/4.97	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
19.46/4.97	c vivif2 --  cl tried    12305 cl shrink        0 lits rem          0 time: 0.01
19.46/4.98	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.04
19.46/4.98	c calculated reachability. Time: 0.00
19.46/4.98	c  N st    24     69898       682      2976         0     12305      9037    231209   no data   no data  --
25.05/6.33	c  F st    25     87500       682      2976         0     17805      9037    391066   no data   no data  --
25.05/6.33	c  N st    25     87500       682      2976         0     17805      9037    391066   no data   no data  --
26.63/6.75	c Decided on static restart strategy
27.83/7.01	c  N st    32     95541       682      2976         0     25739      9037    613273   no data   no data  --
30.66/7.73	c  N st    34    104848       682      2976         0     22103      9037    482047   no data   no data  --
30.66/7.73	c  S st    34    104848       682      2976         0     22103      9037    482047   no data   no data  --
30.66/7.79	c  S st    34    105350       682      2976         0     22603      9037    495354   no data   no data  --
30.66/7.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.66/7.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.02/7.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.02/7.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.02/7.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.02/7.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
31.02/7.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.21/9.10	c lits-rem:       592  cl-subs:      779  v-elim:      0  v-fix:    0  time:  5.12 s
36.21/9.10	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
36.21/9.10	c vivif2 --  cl tried    21824 cl shrink        0 lits rem          0 time: 0.02
36.21/9.12	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.08
36.21/9.13	c calculated reachability. Time: 0.00
36.21/9.13	c  N st    34    105350       682      2976         0     21824      9037    469443   no data   no data  --
39.79/10.02	c  N st    35    114949       682      2976         0     17528      9037    326529   no data   no data  --
44.99/11.38	c  N st    36    129348       682      2976         0     16929      9037    284422   no data   no data  --
53.37/13.49	c  N st    37    150945       682      2976         0     22415      9037    445637   no data   no data  --
56.58/14.22	c  S st    38    158025       682      2976         0     29396      9037    661986   no data   no data  --
56.58/14.29	c  S st    38    158529       682      2976         0     29900      9037    675837   no data   no data  --
56.58/14.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.58/14.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.58/14.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
56.99/14.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.99/14.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.99/14.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
56.99/14.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
64.55/16.29	c lits-rem:       364  cl-subs:      892  v-elim:      0  v-fix:    0  time:  7.85 s
64.55/16.29	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
64.55/16.30	c vivif2 --  cl tried    29008 cl shrink        0 lits rem          0 time: 0.03
64.94/16.32	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.10
64.94/16.32	c calculated reachability. Time: 0.00
64.94/16.32	c  N st    38    158529       682      2976         0     29008      9037    642887   no data   no data  --
84.49/21.24	c  N st    39    207118       682      2976         0     23651      9037    415664   no data   no data  --
98.05/24.69	c  N st    40    237793       682      2976         0     34208      9037    727878   no data   no data  --
98.05/24.69	c  S st    40    237793       682      2976         0     34208      9037    727878   no data   no data  --
98.45/24.79	c  S st    40    238296       682      2976         0     34711      9037    741620   no data   no data  --
98.45/24.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
98.45/24.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
98.85/24.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
98.85/24.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.85/24.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.85/24.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
98.85/24.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
107.23/26.97	c lits-rem:       204  cl-subs:      718  v-elim:      0  v-fix:    0  time:  8.54 s
107.23/26.97	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
107.23/26.98	c vivif2 --  cl tried    33993 cl shrink        0 lits rem          0 time: 0.03
107.63/27.01	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.13
107.63/27.01	c calculated reachability. Time: 0.00
107.63/27.01	c  N st    40    238296       682      2976         0     33993      9037    717477   no data   no data  --
141.55/35.51	c  F st    41    306251       682      2976         0     35838      9037    716784   no data   no data  --
141.55/35.51	c  N st    41    306251       682      2976         0     35838      9037    716784   no data   no data  --
144.36/36.22	c Decided on static restart strategy
156.31/39.21	c  N st    51    334555       682      2976         0     40094      9037    789175   no data   no data  --
168.28/42.24	c  N st    53    357444       682      2976         0     38006      9037    705281   no data   no data  --
168.28/42.24	c  S st    53    357444       682      2976         0     38006      9037    705281   no data   no data  --
168.68/42.33	c  S st    53    357946       682      2976         0     38508      9037    719868   no data   no data  --
168.68/42.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
168.68/42.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
168.68/42.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
168.68/42.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
168.68/42.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.68/42.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
168.68/42.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
176.65/44.35	c lits-rem:       565  cl-subs:     1114  v-elim:      0  v-fix:    0  time:  7.90 s
176.65/44.35	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
176.65/44.36	c vivif2 --  cl tried    37394 cl shrink        0 lits rem          0 time: 0.03
177.05/44.40	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.16
177.05/44.40	c calculated reachability. Time: 0.00
177.05/44.40	c  N st    53    357946       682      2976         0     37394      9037    685626   no data   no data  --
197.80/49.66	c  N st    54    390339       682      2976         0     43608      9037    851459   no data   no data  --
228.52/57.38	c  N st    55    438927       682      2976         0     37466      9037    655565   no data   no data  --
273.61/68.65	c  N st    56    511809       682      2976         0     51143      9037   1040700   no data   no data  --
287.98/72.20	c  N st    57    536919       682      2976         0     45284      9037    812450   no data   no data  --
287.98/72.20	c  S st    57    536919       682      2976         0     45284      9037    812450   no data   no data  --
288.38/72.32	c  S st    57    537426       682      2976         0     45791      9037    825537   no data   no data  --
288.38/72.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
288.38/72.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
288.38/72.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
288.38/72.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
288.38/72.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
288.38/72.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
288.38/72.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.97/74.76	c lits-rem:       454  cl-subs:     1298  v-elim:      0  v-fix:    0  time:  9.54 s
297.97/74.76	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
297.97/74.77	c vivif2 --  cl tried    44493 cl shrink        0 lits rem          0 time: 0.04
298.39/74.82	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.19
298.39/74.82	c calculated reachability. Time: 0.00
298.39/74.82	c  N st    57    537426       682      2976         0     44493      9037    786807   no data   no data  --
422.03/105.85	c  N st    58    701412       682      2976         0     38557      9037    513781   no data   no data  --
504.67/126.57	c  N st    59    806140       682      2976         0     67721      9037   1411687   no data   no data  --
504.67/126.57	c  S st    59    806140       682      2976         0     67721      9037   1411687   no data   no data  --
505.43/126.77	c  S st    59    806642       682      2976         0     68221      9037   1425531   no data   no data  --
505.43/126.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
505.43/126.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
505.83/126.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
505.83/126.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
505.83/126.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
505.83/126.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
505.83/126.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
524.58/131.60	c lits-rem:        54  cl-subs:     2980  v-elim:      0  v-fix:    0  time: 18.93 s
524.99/131.60	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
524.99/131.61	c vivif2 --  cl tried    65241 cl shrink        0 lits rem          0 time: 0.06
524.99/131.69	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.33
525.39/131.70	c calculated reachability. Time: 0.00
525.39/131.70	c  N st    59    806642       682      2976         0     65241      9037   1328395   no data   no data  --
773.15/193.88	c  F st    60   1071875       682      2976         0     80960      9037   1633109   no data   no data  --
773.15/193.88	c  N st    60   1071875       682      2976         0     80960      9037   1633109   no data   no data  --
780.34/195.63	c Decided on static restart strategy
799.49/200.43	c  N st    70   1100183       682      2976         0     64830      9037   1114647   no data   no data  --
832.20/208.69	c  N st    72   1136178       682      2976         0     55087      9037    798908   no data   no data  --
867.32/217.49	c  N st    73   1168574       682      2976         0     86977      9037   1735682   no data   no data  --
911.21/228.48	c  N st    74   1209963       682      2976         0     81368      9037   1590023   no data   no data  --
911.21/228.48	c  S st    74   1209963       682      2976         0     81368      9037   1590023   no data   no data  --
912.43/228.71	c  S st    74   1210464       682      2976         0     81869      9037   1603692   no data   no data  --
912.43/228.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
912.43/228.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
912.43/228.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
912.85/228.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
912.85/228.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
912.85/228.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
912.85/228.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
939.52/235.54	c lits-rem:       220  cl-subs:     3534  v-elim:      0  v-fix:    0  time: 26.85 s
939.52/235.54	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
939.52/235.56	c vivif2 --  cl tried    78335 cl shrink        0 lits rem          0 time: 0.08
939.92/235.67	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.45
939.92/235.68	c calculated reachability. Time: 0.00
939.92/235.68	c  N st    74   1210464       682      2976         0     78335      9037   1491652   no data   no data  --
1020.13/255.70	c  N st    75   1283346       682      2976         0     54598      9037    721771   no data   no data  --
1125.06/282.08	c  N st    76   1392669       682      2976         0     62539      9037    917890   no data   no data  --
1289.45/323.24	c  N st    77   1556653       682      2976         0     67641      9037   1043849   no data   no data  --
1478.17/370.55	c  N st    78   1710465       682      2976         0    109196      9037   2149843   no data   no data  --
1478.17/370.55	c  S st    78   1710465       682      2976         0    109196      9037   2149843   no data   no data  --
1479.36/370.88	c  S st    78   1710969       682      2976         0    109700      9037   2163864   no data   no data  --
1479.36/370.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1479.36/370.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1479.76/370.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1480.16/371.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1480.16/371.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1480.16/371.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
1480.16/371.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1557.17/390.40	c lits-rem:       207  cl-subs:     8017  v-elim:      0  v-fix:    0  time: 77.30 s
1557.17/390.40	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
1557.59/390.42	c vivif2 --  cl tried   101683 cl shrink        0 lits rem          0 time: 0.09
1558.01/390.58	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.62
1558.01/390.58	c calculated reachability. Time: 0.00
1558.01/390.58	c  N st    78   1710969       682      2976         0    101683      9037   1941504   no data   no data  --
2008.83/503.54	c  N st    79   2079936       682      2976         0    113704      9037   2323484   no data   no data  --
2158.05/540.93	c  N st    80   2210971       682      2976         0    118190      9037   2453863   no data   no data  --
2158.05/540.93	c  S st    80   2210971       682      2976         0    118190      9037   2453863   no data   no data  --
2159.29/541.29	c  S st    80   2211474       682      2976         0    118693      9037   2469278   no data   no data  --
2159.65/541.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2159.65/541.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2159.65/541.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
2160.05/541.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2160.05/541.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2160.05/541.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
2160.05/541.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2228.28/558.55	c lits-rem:        24  cl-subs:     5747  v-elim:      0  v-fix:    0  time: 68.24 s
2228.28/558.55	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
2228.28/558.58	c vivif2 --  cl tried   112946 cl shrink        0 lits rem          0 time: 0.12
2229.10/558.76	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.72
2229.10/558.77	c calculated reachability. Time: 0.00
2229.10/558.77	c  N st    80   2211474       682      2976         0    112946      9037   2292069   no data   no data  --
2838.74/711.56	c  N st    81   2711474       682      2976         0    136053      9037   2861765   no data   no data  --
2838.74/711.56	c  S st    81   2711474       682      2976         0    136053      9037   2861765   no data   no data  --
2840.73/712.01	c  S st    81   2711976       682      2976         0    136554      9037   2876864   no data   no data  --
2840.73/712.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2840.73/712.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2841.13/712.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.30
2841.13/712.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2841.13/712.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2841.13/712.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
2841.13/712.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2952.05/739.94	c lits-rem:       282  cl-subs:     7824  v-elim:      0  v-fix:    0  time: 110.68 s
2952.05/739.94	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
2952.05/739.98	c vivif2 --  cl tried   128730 cl shrink        0 lits rem          0 time: 0.14
2952.85/740.18	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.80
2952.85/740.18	c calculated reachability. Time: 0.00
2952.85/740.18	c  N st    81   2711976       682      2976         0    128730      9037   2648374   no data   no data  --
3653.06/915.60	c  N st    82   3211977       682      2976         0    104498      9037   1658267   no data   no data  --
3653.06/915.60	c  S st    82   3211977       682      2976         0    104498      9037   1658267   no data   no data  --
3654.27/915.91	c  S st    82   3212483       682      2976         0    105004      9037   1673046   no data   no data  --
3654.27/915.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3654.27/915.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3654.27/915.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
3654.67/916.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3654.67/916.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3654.67/916.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
3654.67/916.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3679.80/922.30	c lits-rem:       141  cl-subs:     3922  v-elim:      0  v-fix:    0  time: 25.02 s
3679.80/922.30	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
3679.80/922.33	c vivif2 --  cl tried   101082 cl shrink        0 lits rem          0 time: 0.09
3680.20/922.48	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.61
3680.20/922.48	c calculated reachability. Time: 0.00
3680.20/922.48	c  N st    82   3212483       682      2976         0    101082      9037   1565025   no data   no data  --
4485.38/1124.23	c  N st    83   3712485       682      2976         0    112759      9037   1816471   no data   no data  --
4485.38/1124.23	c  S st    83   3712485       682      2976         0    112759      9037   1816471   no data   no data  --
4486.54/1124.53	c  S st    83   3712989       682      2976         0    113262      9037   1830916   no data   no data  --
4486.54/1124.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4486.54/1124.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4486.94/1124.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
4486.94/1124.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4486.94/1124.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4486.94/1124.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
4486.94/1124.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4512.88/1131.10	c lits-rem:       104  cl-subs:     3000  v-elim:      0  v-fix:    0  time: 25.69 s
4512.88/1131.10	c vivif2 --  cl tried     2976 cl shrink        0 lits rem          0 time: 0.00
4512.88/1131.12	c vivif2 --  cl tried   110262 cl shrink        0 lits rem          0 time: 0.10
4513.28/1131.29	c asymm  cl-useful: 0/2976/2976 lits-rem:0 time: 0.66
4513.28/1131.29	c calculated reachability. Time: 0.00
4513.28/1131.29	c  N st    83   3712989       682      2976         0    110262      9037   1738679   no data   no data  --
4585.50/1149.38	c  F st    84   3751562       682      2976         0    148137      9037   2932313   no data   no data  --
4585.50/1149.38	c  N st    84   3751562       682      2976         0    148137      9037   2932313   no data   no data  --
4597.07/1152.23	c Decided on static restart strategy
4642.15/1163.52	c  N st    94   3779871       682      2976         0     92283      9037   1097988   no data   no data  --
4695.63/1177.00	c  N st    96   3815864       682      2976         0    127536      9037   2098904   no data   no data  --
4761.04/1193.42	c  N st    97   3848257       682      2976         0    159240      9037   3023992   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-3368756-1305402240/watcher-3368756-1305402240 -o /tmp/evaluation-result-3368756-1305402240/solver-3368756-1305402240 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368756-1305402240.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: 7.66 8.01 7.99 6/320 7678
/proc/meminfo: memFree=11154540/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=273872 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 856 0 0 0 0 0 0 0 25 0 4 0 651826385 280444928 781 33554432000 4194304 4650419 140733809805280 18446744073709551615 212436122143 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 68468 782 343 112 0 63433 0
[pid=7678/tid=7679] ppid=7676 vsize=290528 CPUtime=0 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 163 0 0 0 0 0 0 0 25 0 4 0 651826386 297500672 970 33554432000 4194304 4650419 140733809805280 18446744073709551615 4516430 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=290528 CPUtime=0 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 206 0 0 0 0 0 0 0 25 0 4 0 651826386 297500672 974 33554432000 4194304 4650419 140733809805280 18446744073709551615 212435713803 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=290528 CPUtime=0 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 108 0 0 0 0 0 0 0 25 0 4 0 651826386 297500672 978 33554432000 4194304 4650419 140733809805280 18446744073709551615 212435682112 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0661479 s]
/proc/loadavg: 7.66 8.01 7.99 6/320 7678
/proc/meminfo: memFree=11154540/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=282916 CPUtime=0.17 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 1691 0 0 0 17 0 0 0 25 0 4 0 651826385 289705984 1554 33554432000 4194304 4650419 140733809805280 18446744073709551615 4334396 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 70729 1554 390 112 0 65694 0
[pid=7678/tid=7679] ppid=7676 vsize=282916 CPUtime=0.05 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 354 0 0 0 5 0 0 0 25 0 4 0 651826386 289705984 1554 33554432000 4194304 4650419 140733809805280 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=282916 CPUtime=0.05 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 377 0 0 0 5 0 0 0 25 0 4 0 651826386 289705984 1555 33554432000 4194304 4650419 140733809805280 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=282916 CPUtime=0 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 142 0 0 0 0 0 0 0 25 0 4 0 651826386 289705984 1556 33554432000 4194304 4650419 140733809805280 18446744073709551615 212436122094 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 282916

[startup+0.160099 s]
/proc/loadavg: 7.66 8.01 7.99 6/320 7678
/proc/meminfo: memFree=11154540/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=283084 CPUtime=0.55 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 2180 0 0 0 55 0 0 0 25 0 4 0 651826385 289878016 2043 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 70771 2043 391 112 0 65736 0
[pid=7678/tid=7679] ppid=7676 vsize=283084 CPUtime=0.15 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 467 0 0 0 15 0 0 0 25 0 4 0 651826386 289878016 2043 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=283084 CPUtime=0.14 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 487 0 0 0 14 0 0 0 25 0 4 0 651826386 289878016 2043 33554432000 4194304 4650419 140733809805280 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=283084 CPUtime=0.09 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 278 0 0 0 9 0 0 0 25 0 4 0 651826386 289878016 2043 33554432000 4194304 4650419 140733809805280 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 283084

[startup+0.301074 s]
/proc/loadavg: 7.66 8.01 7.99 6/320 7678
/proc/meminfo: memFree=11154540/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=284392 CPUtime=1.11 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 3158 0 0 0 111 0 0 0 25 0 4 0 651826385 291217408 2316 33554432000 4194304 4650419 140733809805280 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 71098 2317 393 112 0 66063 0
[pid=7678/tid=7679] ppid=7676 vsize=284392 CPUtime=0.29 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 686 0 0 0 29 0 0 0 25 0 4 0 651826386 291217408 2318 33554432000 4194304 4650419 140733809805280 18446744073709551615 212435677893 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=284392 CPUtime=0.28 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 738 0 0 0 28 0 0 0 25 0 4 0 651826386 291217408 2328 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=284392 CPUtime=0.24 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 517 0 0 0 24 0 0 0 25 0 4 0 651826386 291217408 2328 33554432000 4194304 4650419 140733809805280 18446744073709551615 4334635 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 284392

[startup+0.700998 s]
/proc/loadavg: 7.66 8.01 7.99 6/320 7678
/proc/meminfo: memFree=11154540/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=285416 CPUtime=2.71 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 4984 0 0 0 270 1 0 0 25 0 4 0 651826385 292265984 3072 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 71354 3072 393 112 0 66319 0
[pid=7678/tid=7679] ppid=7676 vsize=285416 CPUtime=0.68 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 1128 0 0 0 68 0 0 0 25 0 4 0 651826386 292265984 3072 33554432000 4194304 4650419 140733809805280 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=285416 CPUtime=0.68 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 1201 0 0 0 68 0 0 0 25 0 4 0 651826386 292265984 3072 33554432000 4194304 4650419 140733809805280 18446744073709551615 4328275 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=285416 CPUtime=0.63 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 954 0 0 0 63 0 0 0 25 0 4 0 651826386 292265984 3072 33554432000 4194304 4650419 140733809805280 18446744073709551615 4229498 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 285416

[startup+1.50085 s]
/proc/loadavg: 7.66 8.01 7.99 9/324 7682
/proc/meminfo: memFree=11135040/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=286972 CPUtime=5.89 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 8559 0 0 0 588 1 0 0 25 0 4 0 651826385 293859328 3659 33554432000 4194304 4650419 140733809805280 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 71743 3659 394 112 0 66708 0
[pid=7678/tid=7679] ppid=7676 vsize=286972 CPUtime=1.48 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 2062 0 0 0 148 0 0 0 25 0 4 0 651826386 293859328 3659 33554432000 4194304 4650419 140733809805280 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=286972 CPUtime=1.48 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 2143 0 0 0 148 0 0 0 25 0 4 0 651826386 293859328 3659 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=286972 CPUtime=1.42 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 1788 0 0 0 142 0 0 0 25 0 4 0 651826386 293859328 3659 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 286972

[startup+3.10055 s]
/proc/loadavg: 7.66 8.01 7.99 9/324 7682
/proc/meminfo: memFree=11104040/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=274456 CPUtime=12.28 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 18748 0 0 0 1224 4 0 0 25 0 4 0 651826385 281042944 10756 33554432000 4194304 4650419 140733809805280 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 68614 10756 395 112 0 63579 0
[pid=7678/tid=7679] ppid=7676 vsize=274456 CPUtime=3.09 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 4414 0 0 0 308 1 0 0 25 0 4 0 651826386 281042944 10756 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=274456 CPUtime=3.08 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 4884 0 0 0 308 0 0 0 25 0 4 0 651826386 281042944 10756 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=274456 CPUtime=3 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 4108 0 0 0 300 0 0 0 25 0 4 0 651826386 281042944 10756 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 274456

[startup+6.30094 s]
/proc/loadavg: 7.69 8.01 7.99 10/324 7682
/proc/meminfo: memFree=11052556/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=274052 CPUtime=25.05 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 27245 0 0 0 2499 6 0 0 25 0 4 0 651826385 280629248 15121 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 68513 15121 395 112 0 63478 0
[pid=7678/tid=7679] ppid=7676 vsize=274052 CPUtime=6.28 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 7646 0 0 0 627 1 0 0 25 0 4 0 651826386 280629248 15121 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=274052 CPUtime=6.28 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 6012 0 0 0 628 0 0 0 25 0 4 0 651826386 280629248 15121 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=274052 CPUtime=6.18 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 6156 0 0 0 617 1 0 0 25 0 4 0 651826386 280629248 15121 33554432000 4194304 4650419 140733809805280 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 274052

[startup+12.7007 s]
/proc/loadavg: 7.96 8.05 8.01 9/324 7683
/proc/meminfo: memFree=11003360/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=290348 CPUtime=50.58 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 40595 0 0 0 5049 9 0 0 25 0 4 0 651826385 297316352 20459 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 72587 20459 395 112 0 67552 0
[pid=7678/tid=7679] ppid=7676 vsize=290348 CPUtime=12.68 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 12004 0 0 0 1266 2 0 0 25 0 4 0 651826386 297316352 20459 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=290348 CPUtime=12.68 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 9241 0 0 0 1267 1 0 0 25 0 4 0 651826386 297316352 20459 33554432000 4194304 4650419 140733809805280 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=290348 CPUtime=12.51 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 8102 0 0 0 1250 1 0 0 25 0 4 0 651826386 297316352 20459 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 290348

[startup+25.5003 s]
/proc/loadavg: 7.97 8.05 8.01 10/324 7683
/proc/meminfo: memFree=10933668/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=370280 CPUtime=101.65 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 62562 0 0 0 10151 14 0 0 25 0 4 0 651826385 379166720 33410 33554432000 4194304 4650419 140733809805280 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 92570 33410 395 112 0 87535 0
[pid=7678/tid=7679] ppid=7676 vsize=370280 CPUtime=25.48 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 19209 0 0 0 2544 4 0 0 25 0 4 0 651826386 379166720 33410 33554432000 4194304 4650419 140733809805280 18446744073709551615 4504179 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=370280 CPUtime=25.47 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 13038 0 0 0 2545 2 0 0 25 0 4 0 651826386 379166720 33410 33554432000 4194304 4650419 140733809805280 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=370280 CPUtime=25.18 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 11818 0 0 0 2516 2 0 0 25 0 4 0 651826386 379166720 33410 33554432000 4194304 4650419 140733809805280 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 370280

[startup+51.1004 s]
/proc/loadavg: 7.98 8.05 8.00 10/324 7684
/proc/meminfo: memFree=10874832/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=391356 CPUtime=203.79 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 91831 0 0 0 20357 22 0 0 25 0 4 0 651826385 400748544 42494 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 97839 42494 395 112 0 92804 0
[pid=7678/tid=7679] ppid=7676 vsize=391356 CPUtime=51.08 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 27445 0 0 0 5102 6 0 0 25 0 4 0 651826386 400748544 42494 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=391356 CPUtime=51.08 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 24385 0 0 0 5102 6 0 0 25 0 4 0 651826386 400748544 42494 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=391356 CPUtime=50.52 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 13100 0 0 0 5050 2 0 0 25 0 4 0 651826386 400748544 42494 33554432000 4194304 4650419 140733809805280 18446744073709551615 4332995 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 391356

[startup+102.312 s]
/proc/loadavg: 8.08 8.07 8.01 10/324 7685
/proc/meminfo: memFree=10823344/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=393392 CPUtime=408.11 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 125232 0 0 0 40777 34 0 0 25 0 4 0 651826385 402833408 52938 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 98348 52938 395 112 0 93313 0
[pid=7678/tid=7679] ppid=7676 vsize=393392 CPUtime=102.3 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 31775 0 0 0 10222 8 0 0 25 0 4 0 651826386 402833408 52939 33554432000 4194304 4650419 140733809805280 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=393392 CPUtime=102.29 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 38864 0 0 0 10217 12 0 0 25 0 4 0 651826386 402833408 52939 33554432000 4194304 4650419 140733809805280 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=393392 CPUtime=101.22 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 18888 0 0 0 10118 4 0 0 25 0 4 0 651826386 402833408 52939 33554432000 4194304 4650419 140733809805280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 393392

[startup+162.3 s]

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

[pid=7678] ppid=7676 vsize=631936 CPUtime=2802.03 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 392828 0 0 0 280069 134 0 0 25 0 4 0 651826385 647102464 114195 33554432000 4194304 4650419 140733809805280 18446744073709551615 4334219 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 157984 114195 395 112 0 152949 0
[pid=7678/tid=7679] ppid=7676 vsize=631936 CPUtime=702.29 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 81639 0 0 0 70200 29 0 0 25 0 4 0 651826386 647102464 114195 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=631936 CPUtime=702.3 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 152879 0 0 0 70177 53 0 0 25 0 4 0 651826386 647102464 114195 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=631936 CPUtime=695.22 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 44111 0 0 0 69510 12 0 0 25 0 4 0 651826386 647102464 114195 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2802.03
Current children cumulated vsize (KiB) 631936

[startup+762.311 s]
/proc/loadavg: 8.16 8.12 8.04 10/324 7703
/proc/meminfo: memFree=10387420/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=632176 CPUtime=3041.46 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 415931 0 0 0 304004 142 0 0 25 0 4 0 651826385 647348224 117266 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 158044 117266 395 112 0 153009 0
[pid=7678/tid=7679] ppid=7676 vsize=632176 CPUtime=762.29 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 88809 0 0 0 76197 32 0 0 25 0 4 0 651826386 647348224 117266 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=632176 CPUtime=762.32 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 160200 0 0 0 76176 56 0 0 25 0 4 0 651826386 647348224 117266 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=632176 CPUtime=754.63 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 44209 0 0 0 75451 12 0 0 25 0 4 0 651826386 647348224 117266 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3041.46
Current children cumulated vsize (KiB) 632176

[startup+822.301 s]
/proc/loadavg: 8.06 8.10 8.04 10/324 7704
/proc/meminfo: memFree=10366444/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=749076 CPUtime=3280.82 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 440402 0 0 0 327928 154 0 0 25 0 4 0 651826385 767053824 124794 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 187269 124794 395 112 0 182234 0
[pid=7678/tid=7679] ppid=7676 vsize=749076 CPUtime=822.28 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 96434 0 0 0 82192 36 0 0 25 0 4 0 651826386 767053824 124794 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=749076 CPUtime=822.31 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 169953 0 0 0 82171 60 0 0 25 0 4 0 651826386 767053824 124794 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=749076 CPUtime=814.03 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 47254 0 0 0 81389 14 0 0 25 0 4 0 651826386 767053824 124794 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.82
Current children cumulated vsize (KiB) 749076

[startup+882.301 s]
/proc/loadavg: 8.12 8.11 8.04 10/324 7706
/proc/meminfo: memFree=10334564/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=738196 CPUtime=3520.2 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 467506 0 0 0 351855 165 0 0 25 0 4 0 651826385 755912704 129879 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 184549 129879 395 112 0 179514 0
[pid=7678/tid=7679] ppid=7676 vsize=738196 CPUtime=882.28 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 107012 0 0 0 88189 39 0 0 25 0 4 0 651826386 755912704 129879 33554432000 4194304 4650419 140733809805280 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=738196 CPUtime=882.31 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 177748 0 0 0 88168 63 0 0 25 0 4 0 651826386 755912704 129879 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=738196 CPUtime=873.41 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 50434 0 0 0 87326 15 0 0 25 0 4 0 651826386 755912704 129879 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.2
Current children cumulated vsize (KiB) 738196

[startup+942.3 s]
/proc/loadavg: 8.04 8.08 8.04 10/324 7707
/proc/meminfo: memFree=10317928/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=783592 CPUtime=3759.6 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 492294 0 0 0 375784 176 0 0 25 0 4 0 651826385 802398208 133185 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 195898 133185 395 112 0 190863 0
[pid=7678/tid=7679] ppid=7676 vsize=783592 CPUtime=942.28 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 115818 0 0 0 94185 43 0 0 25 0 4 0 651826386 802398208 133185 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=783592 CPUtime=942.32 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 185755 0 0 0 94165 67 0 0 25 0 4 0 651826386 802398208 133185 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=783592 CPUtime=932.82 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 50868 0 0 0 93267 15 0 0 25 0 4 0 651826386 802398208 133185 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.6
Current children cumulated vsize (KiB) 783592

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.03 10/324 7709
/proc/meminfo: memFree=10301292/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=797264 CPUtime=3998.99 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 511717 0 0 0 399714 185 0 0 25 0 4 0 651826385 816398336 139129 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 199316 139129 395 112 0 194281 0
[pid=7678/tid=7679] ppid=7676 vsize=797264 CPUtime=1002.28 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 123940 0 0 0 100181 47 0 0 25 0 4 0 651826386 816398336 139129 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=797264 CPUtime=1002.31 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 193007 0 0 0 100162 69 0 0 25 0 4 0 651826386 816398336 139129 33554432000 4194304 4650419 140733809805280 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=797264 CPUtime=992.22 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 51155 0 0 0 99206 16 0 0 25 0 4 0 651826386 816398336 139129 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.99
Current children cumulated vsize (KiB) 797264

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 8.03 10/324 7720
/proc/meminfo: memFree=10253736/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=797480 CPUtime=4238.36 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 538459 0 0 0 423639 197 0 0 25 0 4 0 651826385 816619520 146828 33554432000 4194304 4650419 140733809805280 18446744073709551615 4229498 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 199370 146828 395 112 0 194335 0
[pid=7678/tid=7679] ppid=7676 vsize=797480 CPUtime=1062.26 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 131816 0 0 0 106175 51 0 0 25 0 4 0 651826386 816619520 146828 33554432000 4194304 4650419 140733809805280 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=797480 CPUtime=1062.31 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 201136 0 0 0 106158 73 0 0 25 0 4 0 651826386 816619520 146828 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=797480 CPUtime=1051.62 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 54912 0 0 0 105145 17 0 0 25 0 4 0 651826386 816619520 146828 33554432000 4194304 4650419 140733809805280 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.36
Current children cumulated vsize (KiB) 797480

[startup+1122.3 s]
/proc/loadavg: 8.06 8.08 8.03 10/324 7721
/proc/meminfo: memFree=10234600/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=834064 CPUtime=4477.77 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 560054 0 0 0 447570 207 0 0 25 0 4 0 651826385 854081536 144900 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 208516 144900 395 112 0 203481 0
[pid=7678/tid=7679] ppid=7676 vsize=834064 CPUtime=1122.26 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 140630 0 0 0 112172 54 0 0 25 0 4 0 651826386 854081536 144900 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=834064 CPUtime=1122.32 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 204655 0 0 0 112156 76 0 0 25 0 4 0 651826386 854081536 144900 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=834064 CPUtime=1111.02 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 57151 0 0 0 111084 18 0 0 25 0 4 0 651826386 854081536 144900 33554432000 4194304 4650419 140733809805280 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.77
Current children cumulated vsize (KiB) 834064

[startup+1182.3 s]
/proc/loadavg: 8.05 8.08 8.03 10/324 7725
/proc/meminfo: memFree=10226264/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=888168 CPUtime=4717.16 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 581246 0 0 0 471499 217 0 0 25 0 4 0 651826385 909484032 149088 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 222042 149088 395 112 0 217007 0
[pid=7678/tid=7679] ppid=7676 vsize=888168 CPUtime=1182.27 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 146139 0 0 0 118169 58 0 0 25 0 4 0 651826386 909484032 149088 33554432000 4194304 4650419 140733809805280 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=888168 CPUtime=1182.31 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 210811 0 0 0 118153 78 0 0 25 0 4 0 651826386 909484032 149088 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=888168 CPUtime=1170.42 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 58971 0 0 0 117023 19 0 0 25 0 4 0 651826386 909484032 149088 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.16
Current children cumulated vsize (KiB) 888168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.45 8.17 8.06 6/319 7727
/proc/meminfo: memFree=10569604/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=820820 CPUtime=4800.2 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 591164 0 0 0 479799 221 0 0 25 0 4 0 651826385 840519680 146990 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 205205 146990 395 112 0 200170 0
[pid=7678/tid=7679] ppid=7676 vsize=820820 CPUtime=1203.28 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 149257 0 0 0 120269 59 0 0 25 0 4 0 651826386 840519680 146991 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=820820 CPUtime=1203.2 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 213441 0 0 0 120240 80 0 0 25 0 4 0 651826386 840519680 146991 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=820820 CPUtime=1190.55 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 60706 0 0 0 119036 19 0 0 25 0 4 0 651826386 840519680 146991 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 820820

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

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

[startup+1203.3 s]
/proc/loadavg: 8.45 8.17 8.06 6/319 7727
/proc/meminfo: memFree=10569604/32951124 swapFree=67093864/67111528
[pid=7678] ppid=7676 vsize=820820 CPUtime=4800.2 cores=0,2,4,6
/proc/7678/stat : 7678 (strangenight1-m) R 7676 7678 7247 0 -1 4202496 591164 0 0 0 479799 221 0 0 25 0 4 0 651826385 840519680 146990 33554432000 4194304 4650419 140733809805280 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7678/statm: 205205 146990 395 112 0 200170 0
[pid=7678/tid=7679] ppid=7676 vsize=820820 CPUtime=1203.28 cores=0,2,4,6
/proc/7678/task/7679/stat : 7679 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 149257 0 0 0 120269 59 0 0 25 0 4 0 651826386 840519680 146991 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7678/tid=7680] ppid=7676 vsize=820820 CPUtime=1203.2 cores=0,2,4,6
/proc/7678/task/7680/stat : 7680 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 213441 0 0 0 120240 80 0 0 25 0 4 0 651826386 840519680 146991 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7678/tid=7681] ppid=7676 vsize=820820 CPUtime=1190.55 cores=0,2,4,6
/proc/7678/task/7681/stat : 7681 (strangenight1-m) R 7676 7678 7247 0 -1 4202560 60706 0 0 0 119036 19 0 0 25 0 4 0 651826386 840519680 146991 33554432000 4194304 4650419 140733809805280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 820820

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.36
CPU time (s): 4800.27
CPU user time (s): 4798.02
CPU system time (s): 2.24466
CPU usage (%): 398.906
Max. virtual memory (cumulated for all children) (KiB): 1043132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.02
system time used= 2.24466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 591167
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= 455
involuntary context switches= 34877

runsolver used 3.43448 second user time and 8.65668 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 21:44:00
IDJOB=3368756
IDBENCH=82765
IDSOLVER=1846
FILE ID=node102/3368756-1305402240
RUNJOBID= node102-1305401035-7561
PBS_JOBID= 13324460
Free space on /tmp= 73532 MiB

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

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

MD5SUM BENCH= bf57ee4f209393e8d4bc647eb9e177d4
RANDOM SEED=1780643471

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11155688 kB
Buffers:        254192 kB
Cached:        2799924 kB
SwapCached:       1128 kB
Active:       19520756 kB
Inactive:      1980868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11155688 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           12452 kB
Writeback:           0 kB
AnonPages:    18446628 kB
Mapped:          26520 kB
Slab:           176964 kB
PageTables:      52972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59128484 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= 73532 MiB
End job on node102 at 2011-05-14 22:04:06