Trace number 3368954

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.42 1203.63

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368954-1305407544.cnf'
0.00/0.01	c -- header says num vars:            450
0.00/0.01	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
1.17/0.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
1.17/0.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.17/0.38	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.01 s
1.17/0.38	c Finding binary XORs  T:     0.00 s  found:       0
1.17/0.38	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.17/0.38	c calculated reachability. Time: 0.00
1.17/0.38	c Calc default polars -  time:   0.00 s pos:     198 undec:      52 neg:     200
1.17/0.38	c =========================================================================================
1.17/0.38	c types(t): F = full restart, N = normal restart
1.17/0.38	c types(t): S = simplification begin/end, E = solution found
1.17/0.38	c restart types(rt): st = static, dy = dynamic
1.17/0.38	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.17/0.38	c  B st     0         0       432      1900         0         0      5805         0   no data   no data  --
1.57/0.90	c Decided on static restart strategy
1.57/0.90	c  N st     8      4920       432      1900         0      4828      5805    104566   no data   no data  --
1.57/0.90	c  N st    10     11304       432      1900         0      4450      5805     69963   no data   no data  --
1.57/0.90	c  N st    11     17048       432      1900         0     10052      5805    191742   no data   no data  --
4.38/1.10	c  F st    12     25001       432      1900         0     12366      5805    243998   no data   no data  --
4.38/1.10	c  N st    12     25001       432      1900         0     12366      5805    243998   no data   no data  --
5.18/1.30	c Decided on static restart strategy
5.18/1.30	c  N st    18     30001       432      1900         0     10609      5805    180054   no data   no data  --
5.18/1.30	c  S st    18     30001       432      1900         0     10609      5805    180054   no data   no data  --
5.57/1.40	c  S st    18     30502       432      1900         0     11108      5805    190947   no data   no data  --
5.57/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.57/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
5.57/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.50	c lits-rem:       298  cl-subs:      738  v-elim:      0  v-fix:    0  time:  0.69 s
5.97/1.60	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.03
5.97/1.60	c calculated reachability. Time: 0.00
5.97/1.60	c  N st    18     30502       432      1900         0     10370      5805    174331   no data   no data  --
7.56/1.90	c  N st    20     37613       432      1900         0      9602      5805    140343   no data   no data  --
8.76/2.26	c  N st    21     44012       432      1900         0     15819      5805    271227   no data   no data  --
9.16/2.39	c  S st    22     45754       432      1900         0      8843      5805    113778   no data   no data  --
9.56/2.42	c  S st    22     46256       432      1900         0      9345      5805    123887   no data   no data  --
9.56/2.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.56/2.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
9.56/2.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.50	c lits-rem:        41  cl-subs:      147  v-elim:      0  v-fix:    0  time:  0.27 s
9.56/2.50	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
9.96/2.50	c vivif2 --  cl tried     9198 cl shrink        0 lits rem          0 time: 0.00
9.96/2.50	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.03
9.96/2.50	c calculated reachability. Time: 0.00
9.96/2.50	c  N st    22     46256       432      1900         0      9198      5805    121051   no data   no data  --
13.55/3.45	c  N st    23     60653       432      1900         0     13512      5805    207450   no data   no data  --
15.94/4.08	c  N st    24     69385       432      1900         0     11315      5805    150644   no data   no data  --
15.94/4.08	c  S st    24     69385       432      1900         0     11315      5805    150644   no data   no data  --
16.34/4.11	c  S st    24     69885       432      1900         0     11814      5805    161268   no data   no data  --
16.34/4.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.34/4.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.34/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
16.34/4.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.34/4.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
16.34/4.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.73/4.27	c lits-rem:       115  cl-subs:      236  v-elim:      0  v-fix:    0  time:  0.59 s
16.73/4.27	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
16.73/4.27	c vivif2 --  cl tried    11578 cl shrink        0 lits rem          0 time: 0.01
16.73/4.28	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.03
16.73/4.28	c calculated reachability. Time: 0.00
16.73/4.28	c  N st    24     69885       432      1900         0     11578      5805    156385   no data   no data  --
21.53/5.48	c  F st    25     87503       432      1900         0     17103      5805    265412   no data   no data  --
21.53/5.48	c  N st    25     87503       432      1900         0     17103      5805    265412   no data   no data  --
23.13/5.84	c Decided on static restart strategy
23.95/6.06	c  N st    32     95546       432      1900         0     24976      5805    437607   no data   no data  --
26.72/6.71	c  N st    34    104828       432      1900         0     21353      5805    343744   no data   no data  --
26.72/6.71	c  S st    34    104828       432      1900         0     21353      5805    343744   no data   no data  --
26.72/6.77	c  S st    34    105333       432      1900         0     21858      5805    354231   no data   no data  --
26.72/6.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26.72/6.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.72/6.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
26.72/6.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.72/6.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.72/6.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
26.72/6.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.90/7.55	c lits-rem:       361  cl-subs:      954  v-elim:      0  v-fix:    0  time:  3.05 s
29.90/7.55	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
29.90/7.56	c vivif2 --  cl tried    20904 cl shrink        0 lits rem          0 time: 0.01
29.90/7.57	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.06
29.90/7.57	c calculated reachability. Time: 0.00
29.90/7.57	c  N st    34    105333       432      1900         0     20904      5805    332031   no data   no data  --
33.49/8.43	c  N st    35    114931       432      1900         0     16593      5805    223363   no data   no data  --
38.67/9.75	c  N st    36    129329       432      1900         0     16023      5805    198712   no data   no data  --
45.88/11.51	c  N st    37    150924       432      1900         0     21466      5805    312409   no data   no data  --
48.25/12.13	c  S st    38    157999       432      1900         0     28296      5805    455621   no data   no data  --
48.66/12.21	c  S st    38    158503       432      1900         0     28797      5805    466593   no data   no data  --
48.66/12.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.66/12.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.66/12.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
48.66/12.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.66/12.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.66/12.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
48.66/12.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.23/13.66	c lits-rem:      1134  cl-subs:     1960  v-elim:      0  v-fix:    0  time:  5.69 s
54.23/13.66	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
54.23/13.66	c vivif2 --  cl tried    26837 cl shrink        0 lits rem          0 time: 0.02
54.23/13.68	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.08
54.23/13.68	c calculated reachability. Time: 0.00
54.23/13.68	c  N st    38    158503       432      1900         0     26837      5805    424142   no data   no data  --
74.18/18.64	c  N st    39    207094       432      1900         0     21616      5805    277293   no data   no data  --
85.79/21.53	c  N st    40    237755       432      1900         0     32079      5805    501891   no data   no data  --
85.79/21.53	c  S st    40    237755       432      1900         0     32079      5805    501891   no data   no data  --
86.14/21.64	c  S st    40    238259       432      1900         0     32582      5805    512712   no data   no data  --
86.14/21.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
86.14/21.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.14/21.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
86.14/21.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.14/21.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.14/21.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
86.14/21.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
92.13/23.15	c lits-rem:       971  cl-subs:     1274  v-elim:      0  v-fix:    0  time:  5.92 s
92.13/23.15	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
92.13/23.16	c vivif2 --  cl tried    31308 cl shrink        0 lits rem          0 time: 0.02
92.13/23.18	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.09
92.13/23.18	c calculated reachability. Time: 0.00
92.13/23.18	c  N st    40    238259       432      1900         0     31308      5805    485486   no data   no data  --
122.04/30.66	c  F st    41    306252       432      1900         0     33263      5805    481833   no data   no data  --
122.04/30.66	c  N st    41    306252       432      1900         0     33263      5805    481833   no data   no data  --
124.86/31.34	c Decided on static restart strategy
136.00/34.18	c  N st    51    334554       432      1900         0     37429      5805    541329   no data   no data  --
147.56/37.03	c  N st    53    357389       432      1900         0     35250      5805    485011   no data   no data  --
147.56/37.03	c  S st    53    357389       432      1900         0     35250      5805    485011   no data   no data  --
147.96/37.12	c  S st    53    357893       432      1900         0     35752      5805    495398   no data   no data  --
147.96/37.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
147.96/37.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
147.96/37.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
147.96/37.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.96/37.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.96/37.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
147.96/37.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
153.94/38.66	c lits-rem:      1024  cl-subs:     1718  v-elim:      0  v-fix:    0  time:  6.01 s
153.94/38.66	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
153.94/38.66	c vivif2 --  cl tried    34034 cl shrink        0 lits rem          0 time: 0.02
153.94/38.69	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.11
153.94/38.69	c calculated reachability. Time: 0.00
153.94/38.69	c  N st    53    357893       432      1900         0     34034      5805    459679   no data   no data  --
170.29/42.72	c  N st    54    390286       432      1900         0     40155      5805    577844   no data   no data  --
196.21/49.23	c  N st    55    438875       432      1900         0     33925      5805    415448   no data   no data  --
237.70/59.65	c  N st    56    511757       432      1900         0     47385      5805    664398   no data   no data  --
252.08/63.24	c  N st    57    536839       432      1900         0     41682      5805    551645   no data   no data  --
252.08/63.24	c  S st    57    536839       432      1900         0     41682      5805    551645   no data   no data  --
252.50/63.35	c  S st    57    537341       432      1900         0     42183      5805    562765   no data   no data  --
252.50/63.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
252.50/63.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
252.50/63.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
252.50/63.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
252.50/63.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.50/63.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
252.50/63.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
259.63/65.14	c lits-rem:       539  cl-subs:     1849  v-elim:      0  v-fix:    0  time:  7.04 s
259.63/65.14	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
259.63/65.15	c vivif2 --  cl tried    40334 cl shrink        0 lits rem          0 time: 0.03
259.63/65.19	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.15
259.63/65.19	c calculated reachability. Time: 0.00
259.63/65.19	c  N st    57    537341       432      1900         0     40334      5805    525912   no data   no data  --
373.31/93.61	c  N st    58    701326       432      1900         0     69146      5805   1103712   no data   no data  --
448.30/112.40	c  N st    59    806011       432      1900         0     62994      5805    900030   no data   no data  --
448.30/112.40	c  S st    59    806011       432      1900         0     62994      5805    900030   no data   no data  --
448.70/112.58	c  S st    59    806513       432      1900         0     63494      5805    910979   no data   no data  --
448.70/112.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
448.70/112.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
449.10/112.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.09
449.10/112.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
449.10/112.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
449.10/112.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
449.10/112.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
463.85/116.37	c lits-rem:      2193  cl-subs:     5864  v-elim:      0  v-fix:    0  time: 14.86 s
463.85/116.37	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
463.85/116.38	c vivif2 --  cl tried    57630 cl shrink        0 lits rem          0 time: 0.04
464.25/116.44	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.25
464.25/116.44	c calculated reachability. Time: 0.00
464.25/116.44	c  N st    59    806513       432      1900         0     57630      5805    801019   no data   no data  --
669.29/167.85	c  F st    60   1071877       432      1900         0     73808      5805   1121799   no data   no data  --
669.29/167.85	c  N st    60   1071877       432      1900         0     73808      5805   1121799   no data   no data  --
674.42/169.15	c Decided on static restart strategy
694.37/174.17	c  N st    70   1100179       432      1900         0     57768      5805    708335   no data   no data  --
726.33/182.12	c  N st    72   1136172       432      1900         0     48091      5805    489134   no data   no data  --
752.23/188.69	c  N st    73   1168564       432      1900         0     79616      5805   1201136   no data   no data  --
786.51/197.28	c  N st    74   1209770       432      1900         0     74053      5805   1083626   no data   no data  --
786.51/197.28	c  S st    74   1209770       432      1900         0     74053      5805   1083626   no data   no data  --
787.32/197.49	c  S st    74   1210273       432      1900         0     74556      5805   1094000   no data   no data  --
787.32/197.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
787.32/197.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
787.74/197.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
787.74/197.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
787.74/197.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
787.74/197.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
787.74/197.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
802.86/201.32	c lits-rem:       486  cl-subs:     4621  v-elim:      0  v-fix:    0  time: 15.00 s
802.86/201.32	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
802.86/201.34	c vivif2 --  cl tried    69935 cl shrink        0 lits rem          0 time: 0.05
803.25/201.42	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.34
803.25/201.42	c calculated reachability. Time: 0.00
803.25/201.42	c  N st    74   1210273       432      1900         0     69935      5805    990774   no data   no data  --
883.84/221.62	c  N st    75   1283155       432      1900         0     94393      5805   1568408   no data   no data  --
987.51/247.67	c  N st    76   1392478       432      1900         0     54544      5805    548035   no data   no data  --
1150.24/288.43	c  N st    77   1556463       432      1900         0     59312      5805    616178   no data   no data  --
1309.82/328.47	c  N st    78   1710273       432      1900         0    101004      5805   1558191   no data   no data  --
1309.82/328.47	c  S st    78   1710273       432      1900         0    101004      5805   1558191   no data   no data  --
1311.37/328.81	c  S st    78   1710777       432      1900         0    101508      5805   1569457   no data   no data  --
1311.37/328.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1311.37/328.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1311.37/328.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
1311.77/328.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1311.77/328.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1311.77/328.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
1311.77/328.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1348.88/338.23	c lits-rem:       566  cl-subs:     7290  v-elim:      0  v-fix:    0  time: 37.12 s
1348.88/338.23	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
1348.88/338.25	c vivif2 --  cl tried    94218 cl shrink        0 lits rem          0 time: 0.08
1349.30/338.36	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.48
1349.30/338.37	c calculated reachability. Time: 0.00
1349.30/338.37	c  N st    78   1710777       432      1900         0     94218      5805   1423024   no data   no data  --
1736.92/435.56	c  N st    79   2079741       432      1900         0    105652      5805   1565184   no data   no data  --
1889.26/473.77	c  N st    80   2210777       432      1900         0    110158      5805   1654660   no data   no data  --
1889.26/473.77	c  S st    80   2210777       432      1900         0    110158      5805   1654660   no data   no data  --
1890.86/474.16	c  S st    80   2211281       432      1900         0    110660      5805   1666000   no data   no data  --
1890.86/474.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1890.86/474.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1891.26/474.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
1891.26/474.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1891.26/474.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1891.26/474.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
1891.26/474.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1933.54/484.82	c lits-rem:       211  cl-subs:     7626  v-elim:      0  v-fix:    0  time: 42.03 s
1933.54/484.82	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
1933.54/484.84	c vivif2 --  cl tried   103034 cl shrink        0 lits rem          0 time: 0.08
1933.94/484.98	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.54
1933.94/484.98	c calculated reachability. Time: 0.00
1933.94/484.98	c  N st    80   2211281       432      1900         0    103034      5805   1508691   no data   no data  --
2531.40/634.75	c  N st    81   2711281       432      1900         0    125698      5805   1861483   no data   no data  --
2531.40/634.75	c  S st    81   2711281       432      1900         0    125698      5805   1861483   no data   no data  --
2533.41/635.24	c  S st    81   2711783       432      1900         0    126197      5805   1872243   no data   no data  --
2533.41/635.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2533.41/635.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2533.84/635.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.25
2533.84/635.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2533.84/635.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2533.84/635.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
2533.84/635.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2599.98/651.96	c lits-rem:       633  cl-subs:    10980  v-elim:      0  v-fix:    0  time: 66.12 s
2599.98/651.96	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
2599.98/651.98	c vivif2 --  cl tried   115217 cl shrink        0 lits rem          0 time: 0.09
2600.78/652.15	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.69
2600.78/652.16	c calculated reachability. Time: 0.00
2600.78/652.16	c  N st    81   2711783       432      1900         0    115217      5805   1662203   no data   no data  --
3261.25/817.75	c  N st    82   3211784       432      1900         0     91427      5805   1027661   no data   no data  --
3261.25/817.75	c  S st    82   3211784       432      1900         0     91427      5805   1027661   no data   no data  --
3262.44/818.04	c  S st    82   3212289       432      1900         0     91931      5805   1039442   no data   no data  --
3262.44/818.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3262.44/818.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3262.44/818.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3262.84/818.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3262.84/818.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3262.84/818.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
3262.84/818.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3273.62/820.89	c lits-rem:       270  cl-subs:     2457  v-elim:      0  v-fix:    0  time: 11.04 s
3273.62/820.89	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
3274.02/820.90	c vivif2 --  cl tried    89474 cl shrink        0 lits rem          0 time: 0.06
3274.42/821.01	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.45
3274.42/821.02	c calculated reachability. Time: 0.00
3274.42/821.02	c  N st    82   3212289       432      1900         0     89474      5805    991542   no data   no data  --
4016.26/1007.01	c  N st    83   3712291       432      1900         0     99789      5805   1119595   no data   no data  --
4016.26/1007.01	c  S st    83   3712291       432      1900         0     99789      5805   1119595   no data   no data  --
4017.43/1007.35	c  S st    83   3712796       432      1900         0    100293      5805   1130815   no data   no data  --
4017.43/1007.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4017.43/1007.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4017.83/1007.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
4017.83/1007.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4017.83/1007.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4017.83/1007.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
4017.83/1007.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4032.19/1011.05	c lits-rem:       219  cl-subs:     4721  v-elim:      0  v-fix:    0  time: 14.36 s
4032.19/1011.05	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
4032.19/1011.06	c vivif2 --  cl tried    95572 cl shrink        0 lits rem          0 time: 0.06
4032.59/1011.19	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.51
4032.59/1011.19	c calculated reachability. Time: 0.00
4032.59/1011.19	c  N st    83   3712796       432      1900         0     95572      5805   1049270   no data   no data  --
4093.21/1026.33	c  F st    84   3751564       432      1900         0    132861      5805   1865010   no data   no data  --
4093.21/1026.33	c  N st    84   3751564       432      1900         0    132861      5805   1865010   no data   no data  --
4104.77/1029.25	c Decided on static restart strategy
4160.22/1043.16	c  N st    94   3779868       432      1900         0    160241      5805   2438655   no data   no data  --
4219.24/1057.99	c  N st    96   3815862       432      1900         0    113185      5805   1380718   no data   no data  --
4274.69/1071.89	c  N st    97   3848254       432      1900         0    144577      5805   2079291   no data   no data  --
4362.02/1093.71	c  N st    98   3896844       432      1900         0    108580      5805   1290673   no data   no data  --
4477.67/1122.75	c  N st    99   3969726       432      1900         0     95222      5805    995238   no data   no data  --
4643.20/1164.27	c  N st   100   4079050       432      1900         0    116087      5805   1487594   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-3368954-1305407544/watcher-3368954-1305407544 -o /tmp/evaluation-result-3368954-1305407544/solver-3368954-1305407544 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368954-1305407544.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.13 8.17 8.02 6/357 13498
/proc/meminfo: memFree=21295356/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 652352110 52465664 352 33554432000 4194304 4650419 140736106872448 18446744073709551615 47278501607346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 12809 352 303 112 0 7774 0
[pid=13498/tid=13499] ppid=13496 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652352110 52465664 352 33554432000 4194304 4650419 140736106872448 18446744073709551615 47278501607336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652352110 52465664 352 33554432000 4194304 4650419 140736106872448 18446744073709551615 47278501607336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652352110 52465664 352 33554432000 4194304 4650419 140736106872448 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.163243 s]
/proc/loadavg: 8.13 8.17 8.02 6/357 13498
/proc/meminfo: memFree=21295356/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=283064 CPUtime=0.63 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 2145 0 0 0 63 0 0 0 18 0 4 0 652352110 289857536 1601 33554432000 4194304 4650419 140736106872448 18446744073709551615 4330741 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 70766 1601 393 112 0 65731 0
[pid=13498/tid=13499] ppid=13496 vsize=283064 CPUtime=0.15 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 461 0 0 0 15 0 0 0 18 0 4 0 652352110 289857536 1601 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=283064 CPUtime=0.16 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 409 0 0 0 16 0 0 0 18 0 4 0 652352110 289857536 1601 33554432000 4194304 4650419 140736106872448 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=283064 CPUtime=0.14 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 389 0 0 0 14 0 0 0 25 0 4 0 652352110 289857536 1601 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 283064

[startup+0.200236 s]
/proc/loadavg: 8.13 8.17 8.02 6/357 13498
/proc/meminfo: memFree=21295356/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=283280 CPUtime=0.77 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 2340 0 0 0 77 0 0 0 18 0 4 0 652352110 290078720 1663 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 70820 1663 393 112 0 65785 0
[pid=13498/tid=13499] ppid=13496 vsize=283280 CPUtime=0.19 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 488 0 0 0 19 0 0 0 18 0 4 0 652352110 290078720 1663 33554432000 4194304 4650419 140736106872448 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=283280 CPUtime=0.19 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 522 0 0 0 19 0 0 0 18 0 4 0 652352110 290078720 1663 33554432000 4194304 4650419 140736106872448 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=283280 CPUtime=0.18 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 418 0 0 0 18 0 0 0 25 0 4 0 652352110 290078720 1663 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283280

[startup+0.300217 s]
/proc/loadavg: 8.13 8.17 8.02 6/357 13498
/proc/meminfo: memFree=21295356/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=283440 CPUtime=1.17 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 2707 0 0 0 117 0 0 0 18 0 4 0 652352110 290242560 2030 33554432000 4194304 4650419 140736106872448 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 70860 2030 393 112 0 65825 0
[pid=13498/tid=13499] ppid=13496 vsize=283440 CPUtime=0.29 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 580 0 0 0 29 0 0 0 18 0 4 0 652352110 290242560 2030 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=283440 CPUtime=0.29 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 615 0 0 0 29 0 0 0 18 0 4 0 652352110 290242560 2030 33554432000 4194304 4650419 140736106872448 18446744073709551615 4332860 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=283440 CPUtime=0.28 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 511 0 0 0 28 0 0 0 25 0 4 0 652352110 290242560 2030 33554432000 4194304 4650419 140736106872448 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283440

[startup+1.00309 s]
/proc/loadavg: 8.13 8.17 8.02 6/357 13498
/proc/meminfo: memFree=21295356/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=284924 CPUtime=3.98 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 5471 0 0 0 397 1 0 0 19 0 4 0 652352110 291762176 2991 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 71231 2991 394 112 0 66196 0
[pid=13498/tid=13499] ppid=13496 vsize=284924 CPUtime=0.99 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 1311 0 0 0 99 0 0 0 19 0 4 0 652352110 291762176 2991 33554432000 4194304 4650419 140736106872448 18446744073709551615 218905387015 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=284924 CPUtime=0.99 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 1308 0 0 0 99 0 0 0 19 0 4 0 652352110 291762176 2991 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=284924 CPUtime=0.98 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 1166 0 0 0 98 0 0 0 25 0 4 0 652352110 291762176 2991 33554432000 4194304 4650419 140736106872448 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 284924

[startup+1.501 s]
/proc/loadavg: 8.13 8.17 8.02 6/357 13498
/proc/meminfo: memFree=21295356/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=285372 CPUtime=5.97 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 8209 0 0 0 596 1 0 0 20 0 4 0 652352110 292220928 4505 33554432000 4194304 4650419 140736106872448 18446744073709551615 4369179 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 71343 4505 395 112 0 66308 0
[pid=13498/tid=13499] ppid=13496 vsize=285372 CPUtime=1.49 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 1725 0 0 0 149 0 0 0 19 0 4 0 652352110 292220928 4505 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=285372 CPUtime=1.49 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 1742 0 0 0 149 0 0 0 19 0 4 0 652352110 292220928 4505 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=285372 CPUtime=1.48 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 1529 0 0 0 148 0 0 0 25 0 4 0 652352110 292220928 4505 33554432000 4194304 4650419 140736106872448 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285372

[startup+3.10071 s]
/proc/loadavg: 8.12 8.16 8.02 9/361 13502
/proc/meminfo: memFree=21232160/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=303972 CPUtime=12.35 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 15986 0 0 0 1232 3 0 0 25 0 4 0 652352110 311267328 9026 33554432000 4194304 4650419 140736106872448 18446744073709551615 4363584 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 75993 9026 395 112 0 70958 0
[pid=13498/tid=13499] ppid=13496 vsize=303972 CPUtime=3.09 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 3835 0 0 0 309 0 0 0 25 0 4 0 652352110 311267328 9026 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=303972 CPUtime=3.09 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 4368 0 0 0 309 0 0 0 25 0 4 0 652352110 311267328 9026 33554432000 4194304 4650419 140736106872448 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=303972 CPUtime=3.06 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 3538 0 0 0 305 1 0 0 25 0 4 0 652352110 311267328 9026 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 303972

[startup+6.30114 s]
/proc/loadavg: 8.12 8.16 8.02 9/361 13502
/proc/meminfo: memFree=21200548/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=322416 CPUtime=25.12 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 24821 0 0 0 2508 4 0 0 25 0 4 0 652352110 330153984 13214 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 80604 13214 395 112 0 75569 0
[pid=13498/tid=13499] ppid=13496 vsize=322416 CPUtime=6.29 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 6504 0 0 0 629 0 0 0 25 0 4 0 652352110 330153984 13214 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=322416 CPUtime=6.29 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 7076 0 0 0 628 1 0 0 25 0 4 0 652352110 330153984 13214 33554432000 4194304 4650419 140736106872448 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=322416 CPUtime=6.22 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 4744 0 0 0 621 1 0 0 25 0 4 0 652352110 330153984 13214 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 322416

[startup+12.714 s]
/proc/loadavg: 8.10 8.16 8.02 9/361 13502
/proc/meminfo: memFree=21158732/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=323236 CPUtime=50.69 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 36740 0 0 0 5062 7 0 0 25 0 4 0 652352110 330993664 18000 33554432000 4194304 4650419 140736106872448 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 80809 18000 395 112 0 75774 0
[pid=13498/tid=13499] ppid=13496 vsize=323236 CPUtime=12.7 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 10250 0 0 0 1269 1 0 0 25 0 4 0 652352110 330993664 18000 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=323236 CPUtime=12.71 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 9748 0 0 0 1269 2 0 0 25 0 4 0 652352110 330993664 18000 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=323236 CPUtime=12.55 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 5943 0 0 0 1254 1 0 0 25 0 4 0 652352110 330993664 18000 33554432000 4194304 4650419 140736106872448 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 323236

[startup+25.5007 s]
/proc/loadavg: 8.08 8.15 8.01 9/361 13502
/proc/meminfo: memFree=21108264/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=324660 CPUtime=101.7 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 55165 0 0 0 10159 11 0 0 25 0 4 0 652352110 332451840 24132 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 81165 24132 395 112 0 76130 0
[pid=13498/tid=13499] ppid=13496 vsize=324660 CPUtime=25.49 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 16779 0 0 0 2547 2 0 0 25 0 4 0 652352110 332451840 24132 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=324660 CPUtime=25.49 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 15380 0 0 0 2546 3 0 0 25 0 4 0 652352110 332451840 24132 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=324660 CPUtime=25.2 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 6651 0 0 0 2519 1 0 0 25 0 4 0 652352110 332451840 24132 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 324660

[startup+51.101 s]
/proc/loadavg: 8.13 8.15 8.02 9/361 13503
/proc/meminfo: memFree=21064048/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=326440 CPUtime=203.83 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 80187 0 0 0 20364 19 0 0 25 0 4 0 652352110 334274560 27804 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 81610 27804 395 112 0 76575 0
[pid=13498/tid=13499] ppid=13496 vsize=326440 CPUtime=51.1 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 23684 0 0 0 5106 4 0 0 25 0 4 0 652352110 334274560 27807 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=326440 CPUtime=51.1 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 23733 0 0 0 5105 5 0 0 25 0 4 0 652352110 334274560 27807 33554432000 4194304 4650419 140736106872448 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=326440 CPUtime=50.51 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 7694 0 0 0 5049 2 0 0 25 0 4 0 652352110 334274560 27808 33554432000 4194304 4650419 140736106872448 18446744073709551615 4330612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 326440

[startup+102.301 s]
/proc/loadavg: 8.05 8.13 8.01 9/361 13504
/proc/meminfo: memFree=21022988/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=328984 CPUtime=408.01 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 120283 0 0 0 40768 33 0 0 25 0 4 0 652352110 336879616 34394 33554432000 4194304 4650419 140736106872448 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 82246 34394 395 112 0 77211 0
[pid=13498/tid=13499] ppid=13496 vsize=328984 CPUtime=102.29 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 38123 0 0 0 10220 9 0 0 25 0 4 0 652352110 336879616 34394 33554432000 4194304 4650419 140736106872448 18446744073709551615 4332074 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=328984 CPUtime=102.28 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 35352 0 0 0 10220 8 0 0 25 0 4 0 652352110 336879616 34394 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=328984 CPUtime=101.1 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 9204 0 0 0 10107 3 0 0 25 0 4 0 652352110 336879616 34394 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 328984

[startup+162.314 s]

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

[pid=13498] ppid=13496 vsize=565252 CPUtime=2561.7 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 387630 0 0 0 256026 144 0 0 25 0 4 0 652352110 578818048 80301 33554432000 4194304 4650419 140736106872448 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 141313 80301 395 112 0 136278 0
[pid=13498/tid=13499] ppid=13496 vsize=565252 CPUtime=642.31 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 115450 0 0 0 64187 44 0 0 25 0 4 0 652352110 578818048 80301 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=565252 CPUtime=642.3 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 125899 0 0 0 64188 42 0 0 25 0 4 0 652352110 578818048 80301 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=565252 CPUtime=634.75 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 20667 0 0 0 63466 9 0 0 25 0 4 0 652352110 578818048 80301 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2561.7
Current children cumulated vsize (KiB) 565252

[startup+702.301 s]
/proc/loadavg: 8.03 8.09 8.03 9/361 13520
/proc/meminfo: memFree=20656076/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=541616 CPUtime=2801.03 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 409666 0 0 0 279947 156 0 0 25 0 4 0 652352110 554614784 81814 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 135404 81814 395 112 0 130369 0
[pid=13498/tid=13499] ppid=13496 vsize=541616 CPUtime=702.32 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 122999 0 0 0 70184 48 0 0 25 0 4 0 652352110 554614784 81816 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=541616 CPUtime=702.32 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 133230 0 0 0 70186 46 0 0 25 0 4 0 652352110 554614784 81816 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=541616 CPUtime=694.05 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 20970 0 0 0 69396 9 0 0 25 0 4 0 652352110 554614784 81816 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.03
Current children cumulated vsize (KiB) 541616

[startup+762.301 s]
/proc/loadavg: 8.01 8.07 8.02 9/361 13522
/proc/meminfo: memFree=20617112/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=541704 CPUtime=3040.3 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 428603 0 0 0 303866 164 0 0 25 0 4 0 652352110 554704896 89221 33554432000 4194304 4650419 140736106872448 18446744073709551615 4313071 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 135426 89221 395 112 0 130391 0
[pid=13498/tid=13499] ppid=13496 vsize=541704 CPUtime=762.32 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 129106 0 0 0 76181 51 0 0 25 0 4 0 652352110 554704896 89221 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=541704 CPUtime=762.31 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 139964 0 0 0 76182 49 0 0 25 0 4 0 652352110 554704896 89221 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=541704 CPUtime=753.33 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 21191 0 0 0 75324 9 0 0 25 0 4 0 652352110 554704896 89221 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.3
Current children cumulated vsize (KiB) 541704

[startup+822.314 s]
/proc/loadavg: 8.00 8.06 8.02 9/361 13524
/proc/meminfo: memFree=20627864/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=567072 CPUtime=3279.64 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 446235 0 0 0 327792 172 0 0 25 0 4 0 652352110 580681728 82121 33554432000 4194304 4650419 140736106872448 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 141768 82121 395 112 0 136733 0
[pid=13498/tid=13499] ppid=13496 vsize=567072 CPUtime=822.32 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 134178 0 0 0 82180 52 0 0 25 0 4 0 652352110 580681728 82121 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=567072 CPUtime=822.32 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 146458 0 0 0 82180 52 0 0 25 0 4 0 652352110 580681728 82121 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=567072 CPUtime=812.64 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 21398 0 0 0 81254 10 0 0 25 0 4 0 652352110 580681728 82121 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.64
Current children cumulated vsize (KiB) 567072

[startup+882.3 s]
/proc/loadavg: 8.06 8.06 8.02 9/361 13525
/proc/meminfo: memFree=20577980/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=554852 CPUtime=3518.89 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 470036 0 0 0 351707 182 0 0 25 0 4 0 652352110 568168448 87845 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 138713 87845 395 112 0 133678 0
[pid=13498/tid=13499] ppid=13496 vsize=554852 CPUtime=882.31 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 142801 0 0 0 88175 56 0 0 25 0 4 0 652352110 568168448 87845 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=554852 CPUtime=882.31 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 155233 0 0 0 88176 55 0 0 25 0 4 0 652352110 568168448 87845 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=554852 CPUtime=871.93 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 21620 0 0 0 87183 10 0 0 25 0 4 0 652352110 568168448 87845 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.89
Current children cumulated vsize (KiB) 554852

[startup+942.3 s]
/proc/loadavg: 8.11 8.08 8.02 9/361 13527
/proc/meminfo: memFree=20567024/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=555412 CPUtime=3758.18 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 487261 0 0 0 375628 190 0 0 25 0 4 0 652352110 568741888 95406 33554432000 4194304 4650419 140736106872448 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 138853 95406 395 112 0 133818 0
[pid=13498/tid=13499] ppid=13496 vsize=555412 CPUtime=942.31 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 148685 0 0 0 94173 58 0 0 25 0 4 0 652352110 568741888 95406 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=555412 CPUtime=942.31 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 160224 0 0 0 94173 58 0 0 25 0 4 0 652352110 568741888 95406 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=555412 CPUtime=931.21 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 21800 0 0 0 93111 10 0 0 25 0 4 0 652352110 568741888 95406 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.18
Current children cumulated vsize (KiB) 555412

[startup+1002.3 s]
/proc/loadavg: 8.10 8.08 8.02 9/361 13528
/proc/meminfo: memFree=20583244/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=568292 CPUtime=3997.49 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 502936 0 0 0 399550 199 0 0 25 0 4 0 652352110 581931008 89754 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 142073 89754 395 112 0 137038 0
[pid=13498/tid=13499] ppid=13496 vsize=568292 CPUtime=1002.32 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 151745 0 0 0 100172 60 0 0 25 0 4 0 652352110 581931008 89754 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=568292 CPUtime=1002.31 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 166359 0 0 0 100170 61 0 0 25 0 4 0 652352110 581931008 89754 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=568292 CPUtime=990.51 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 21850 0 0 0 99041 10 0 0 25 0 4 0 652352110 581931008 89755 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.49
Current children cumulated vsize (KiB) 568292

[startup+1062.3 s]
/proc/loadavg: 8.16 8.10 8.03 9/361 13530
/proc/meminfo: memFree=20559416/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=568924 CPUtime=4236.78 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 520999 0 0 0 423472 206 0 0 25 0 4 0 652352110 582578176 91653 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 142231 91653 395 112 0 137196 0
[pid=13498/tid=13499] ppid=13496 vsize=568924 CPUtime=1062.32 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 158087 0 0 0 106169 63 0 0 25 0 4 0 652352110 582578176 91653 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=568924 CPUtime=1062.31 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 172148 0 0 0 106168 63 0 0 25 0 4 0 652352110 582578176 91653 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=568924 CPUtime=1049.8 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 21988 0 0 0 104970 10 0 0 25 0 4 0 652352110 582578176 91653 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.78
Current children cumulated vsize (KiB) 568924

[startup+1122.3 s]
/proc/loadavg: 8.18 8.11 8.04 9/361 13532
/proc/meminfo: memFree=20561988/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=556360 CPUtime=4476.09 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 541157 0 0 0 447390 219 0 0 25 0 4 0 652352110 569712640 92418 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 139090 92418 395 112 0 134055 0
[pid=13498/tid=13499] ppid=13496 vsize=556360 CPUtime=1122.32 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 164512 0 0 0 112165 67 0 0 25 0 4 0 652352110 569712640 92418 33554432000 4194304 4650419 140736106872448 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=556360 CPUtime=1122.32 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 179545 0 0 0 112165 67 0 0 25 0 4 0 652352110 569712640 92418 33554432000 4194304 4650419 140736106872448 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=556360 CPUtime=1109.09 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 22091 0 0 0 110899 10 0 0 25 0 4 0 652352110 569712640 92418 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.09
Current children cumulated vsize (KiB) 556360

[startup+1182.3 s]
/proc/loadavg: 8.20 8.12 8.04 9/361 13533
/proc/meminfo: memFree=20551420/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=556536 CPUtime=4715.38 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 558253 0 0 0 471309 229 0 0 25 0 4 0 652352110 569892864 95349 33554432000 4194304 4650419 140736106872448 18446744073709551615 4333838 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 139134 95349 395 112 0 134099 0
[pid=13498/tid=13499] ppid=13496 vsize=556536 CPUtime=1182.33 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 169264 0 0 0 118163 70 0 0 25 0 4 0 652352110 569892864 95349 33554432000 4194304 4650419 140736106872448 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=556536 CPUtime=1182.32 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 186678 0 0 0 118161 71 0 0 25 0 4 0 652352110 569892864 95349 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=556536 CPUtime=1168.38 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 22091 0 0 0 116828 10 0 0 25 0 4 0 652352110 569892864 95349 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.38
Current children cumulated vsize (KiB) 556536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.14 8.11 8.04 5/356 13535
/proc/meminfo: memFree=20917124/32951124 swapFree=65581052/67111528
[pid=13498] ppid=13496 vsize=568080 CPUtime=4800.35 cores=1,3,5,7
/proc/13498/stat : 13498 (strangenight1-m) R 13496 13498 13351 0 -1 4202496 565030 0 0 0 479804 231 0 0 25 0 4 0 652352110 581713920 94828 33554432000 4194304 4650419 140736106872448 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13498/statm: 142020 94828 395 112 0 136985 0
[pid=13498/tid=13499] ppid=13496 vsize=568080 CPUtime=1203.64 cores=1,3,5,7
/proc/13498/task/13499/stat : 13499 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 169264 0 0 0 120294 70 0 0 25 0 4 0 652352110 581713920 94830 33554432000 4194304 4650419 140736106872448 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13498/tid=13500] ppid=13496 vsize=568080 CPUtime=1203.63 cores=1,3,5,7
/proc/13498/task/13500/stat : 13500 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 189521 0 0 0 120291 72 0 0 25 0 4 0 652352110 581713920 94830 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13498/tid=13501] ppid=13496 vsize=568080 CPUtime=1189.44 cores=1,3,5,7
/proc/13498/task/13501/stat : 13501 (strangenight1-m) R 13496 13498 13351 0 -1 4202560 23350 0 0 0 118933 11 0 0 25 0 4 0 652352110 581713920 94830 33554432000 4194304 4650419 140736106872448 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 568080

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.63
CPU time (s): 4800.42
CPU user time (s): 4798.09
CPU system time (s): 2.33365
CPU usage (%): 398.827
Max. virtual memory (cumulated for all children) (KiB): 660484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.09
system time used= 2.33364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 565032
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= 185
involuntary context switches= 32539

runsolver used 3.98639 second user time and 10.2184 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 23:12:24
IDJOB=3368954
IDBENCH=82963
IDSOLVER=1846
FILE ID=node137/3368954-1305407544
RUNJOBID= node137-1305406338-13370
PBS_JOBID= 13324510
Free space on /tmp= 73668 MiB

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

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

MD5SUM BENCH= afacdefc4a366ba0b827e7e74ce8af4c
RANDOM SEED=1882211468

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21295636 kB
Buffers:        279944 kB
Cached:        3705876 kB
SwapCached:      36328 kB
Active:        1626836 kB
Inactive:      9804088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21295636 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           12484 kB
Writeback:           0 kB
AnonPages:     7418568 kB
Mapped:          19712 kB
Slab:           119848 kB
PageTables:      38332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75987000 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 node137 at 2011-05-14 23:32:30