Trace number 3175345

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? (TO) 4800.37 1201.73

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.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-3175345-1304119802.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	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
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:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     198 undec:      52 neg:     200
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       432      1900         0         0      5805         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.00/0.15	c  N st     8      4920       432      1900         0      4828      5805    104566   no data   no data  --
0.00/0.39	c  N st    10     11304       432      1900         0      4450      5805     69963   no data   no data  --
0.00/0.63	c  N st    11     17048       432      1900         0     10052      5805    191742   no data   no data  --
3.99/1.03	c  F st    12     25001       432      1900         0     12366      5805    243998   no data   no data  --
3.99/1.03	c  N st    12     25001       432      1900         0     12366      5805    243998   no data   no data  --
4.79/1.29	c Decided on static restart strategy
4.79/1.29	c  N st    18     30001       432      1900         0     10609      5805    180054   no data   no data  --
4.79/1.29	c  S st    18     30001       432      1900         0     10609      5805    180054   no data   no data  --
5.17/1.32	c  S st    18     30502       432      1900         0     11108      5805    190947   no data   no data  --
5.17/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
5.17/1.33	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.70 s
5.97/1.51	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.03
5.97/1.51	c calculated reachability. Time: 0.00
5.97/1.51	c  N st    18     30502       432      1900         0     10370      5805    174331   no data   no data  --
7.59/1.91	c  N st    20     37613       432      1900         0      9602      5805    140343   no data   no data  --
8.77/2.28	c  N st    21     44012       432      1900         0     15819      5805    271227   no data   no data  --
9.57/2.41	c  S st    22     45754       432      1900         0      8843      5805    113778   no data   no data  --
9.57/2.44	c  S st    22     46256       432      1900         0      9345      5805    123887   no data   no data  --
9.57/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.57/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.57/2.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
9.57/2.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.51	c lits-rem:        41  cl-subs:      147  v-elim:      0  v-fix:    0  time:  0.28 s
9.96/2.51	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
9.96/2.51	c vivif2 --  cl tried     9198 cl shrink        0 lits rem          0 time: 0.01
9.96/2.52	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.03
9.96/2.52	c calculated reachability. Time: 0.00
9.96/2.52	c  N st    22     46256       432      1900         0      9198      5805    121051   no data   no data  --
13.56/3.47	c  N st    23     60653       432      1900         0     13512      5805    207450   no data   no data  --
16.38/4.11	c  N st    24     69385       432      1900         0     11315      5805    150644   no data   no data  --
16.38/4.11	c  S st    24     69385       432      1900         0     11315      5805    150644   no data   no data  --
16.38/4.15	c  S st    24     69885       432      1900         0     11814      5805    161268   no data   no data  --
16.38/4.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.38/4.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.38/4.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
16.38/4.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.38/4.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.38/4.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
16.38/4.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.16/4.30	c lits-rem:       115  cl-subs:      236  v-elim:      0  v-fix:    0  time:  0.60 s
17.16/4.30	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
17.16/4.31	c vivif2 --  cl tried    11578 cl shrink        0 lits rem          0 time: 0.00
17.16/4.31	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.04
17.16/4.31	c calculated reachability. Time: 0.00
17.16/4.31	c  N st    24     69885       432      1900         0     11578      5805    156385   no data   no data  --
21.95/5.52	c  F st    25     87503       432      1900         0     17103      5805    265412   no data   no data  --
21.95/5.52	c  N st    25     87503       432      1900         0     17103      5805    265412   no data   no data  --
23.15/5.89	c Decided on static restart strategy
24.35/6.11	c  N st    32     95546       432      1900         0     24976      5805    437607   no data   no data  --
26.75/6.76	c  N st    34    104828       432      1900         0     21353      5805    343744   no data   no data  --
26.75/6.76	c  S st    34    104828       432      1900         0     21353      5805    343744   no data   no data  --
27.15/6.82	c  S st    34    105333       432      1900         0     21858      5805    354231   no data   no data  --
27.15/6.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.15/6.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.15/6.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.15/6.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.15/6.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.15/6.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
27.15/6.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.33/7.61	c lits-rem:       361  cl-subs:      954  v-elim:      0  v-fix:    0  time:  3.07 s
30.33/7.61	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
30.33/7.61	c vivif2 --  cl tried    20904 cl shrink        0 lits rem          0 time: 0.02
30.33/7.63	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.06
30.33/7.63	c calculated reachability. Time: 0.00
30.33/7.63	c  N st    34    105333       432      1900         0     20904      5805    332031   no data   no data  --
33.55/8.49	c  N st    35    114931       432      1900         0     16593      5805    223363   no data   no data  --
39.12/9.81	c  N st    36    129329       432      1900         0     16023      5805    198712   no data   no data  --
45.92/11.58	c  N st    37    150924       432      1900         0     21466      5805    312409   no data   no data  --
48.71/12.21	c  S st    38    157999       432      1900         0     28296      5805    455621   no data   no data  --
48.71/12.28	c  S st    38    158503       432      1900         0     28797      5805    466593   no data   no data  --
48.71/12.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
48.71/12.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.71/12.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
49.11/12.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.11/12.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.11/12.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
49.11/12.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.70/13.73	c lits-rem:      1134  cl-subs:     1960  v-elim:      0  v-fix:    0  time:  5.71 s
54.70/13.73	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
54.70/13.74	c vivif2 --  cl tried    26837 cl shrink        0 lits rem          0 time: 0.02
54.70/13.76	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.08
54.70/13.76	c calculated reachability. Time: 0.00
54.70/13.76	c  N st    38    158503       432      1900         0     26837      5805    424142   no data   no data  --
74.68/18.74	c  N st    39    207094       432      1900         0     21616      5805    277293   no data   no data  --
86.28/21.65	c  N st    40    237755       432      1900         0     32079      5805    501891   no data   no data  --
86.28/21.65	c  S st    40    237755       432      1900         0     32079      5805    501891   no data   no data  --
86.69/21.75	c  S st    40    238259       432      1900         0     32582      5805    512712   no data   no data  --
86.69/21.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
86.69/21.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.69/21.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
86.69/21.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.69/21.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.69/21.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
86.69/21.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
92.65/23.28	c lits-rem:       971  cl-subs:     1274  v-elim:      0  v-fix:    0  time:  5.98 s
92.65/23.28	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
92.65/23.29	c vivif2 --  cl tried    31308 cl shrink        0 lits rem          0 time: 0.02
93.05/23.31	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.10
93.05/23.31	c calculated reachability. Time: 0.00
93.05/23.31	c  N st    40    238259       432      1900         0     31308      5805    485486   no data   no data  --
123.01/30.86	c  F st    41    306252       432      1900         0     33263      5805    481833   no data   no data  --
123.01/30.86	c  N st    41    306252       432      1900         0     33263      5805    481833   no data   no data  --
125.83/31.53	c Decided on static restart strategy
136.99/34.39	c  N st    51    334554       432      1900         0     37429      5805    541329   no data   no data  --
148.58/37.26	c  N st    53    357389       432      1900         0     35250      5805    485011   no data   no data  --
148.58/37.26	c  S st    53    357389       432      1900         0     35250      5805    485011   no data   no data  --
148.98/37.35	c  S st    53    357893       432      1900         0     35752      5805    495398   no data   no data  --
148.98/37.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
148.98/37.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
148.98/37.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
148.98/37.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
148.98/37.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
148.98/37.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
148.98/37.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
155.37/38.90	c lits-rem:      1024  cl-subs:     1718  v-elim:      0  v-fix:    0  time:  6.08 s
155.37/38.90	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
155.37/38.91	c vivif2 --  cl tried    34034 cl shrink        0 lits rem          0 time: 0.02
155.37/38.94	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.12
155.37/38.94	c calculated reachability. Time: 0.00
155.37/38.94	c  N st    53    357893       432      1900         0     34034      5805    459679   no data   no data  --
171.34/42.98	c  N st    54    390286       432      1900         0     40155      5805    577844   no data   no data  --
197.70/49.53	c  N st    55    438875       432      1900         0     33925      5805    415448   no data   no data  --
239.26/59.94	c  N st    56    511757       432      1900         0     47385      5805    664398   no data   no data  --
253.65/63.55	c  N st    57    536839       432      1900         0     41682      5805    551645   no data   no data  --
253.65/63.55	c  S st    57    536839       432      1900         0     41682      5805    551645   no data   no data  --
254.03/63.66	c  S st    57    537341       432      1900         0     42183      5805    562765   no data   no data  --
254.03/63.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
254.03/63.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
254.03/63.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
254.03/63.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
254.03/63.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.03/63.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
254.03/63.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
261.22/65.48	c lits-rem:       539  cl-subs:     1849  v-elim:      0  v-fix:    0  time:  7.12 s
261.22/65.48	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
261.22/65.48	c vivif2 --  cl tried    40334 cl shrink        0 lits rem          0 time: 0.02
261.62/65.52	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.15
261.62/65.52	c calculated reachability. Time: 0.00
261.62/65.52	c  N st    57    537341       432      1900         0     40334      5805    525912   no data   no data  --
375.47/94.07	c  N st    58    701326       432      1900         0     69146      5805   1103712   no data   no data  --
450.99/112.93	c  N st    59    806011       432      1900         0     62994      5805    900030   no data   no data  --
450.99/112.93	c  S st    59    806011       432      1900         0     62994      5805    900030   no data   no data  --
451.77/113.11	c  S st    59    806513       432      1900         0     63494      5805    910979   no data   no data  --
451.77/113.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
451.77/113.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
451.77/113.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
451.77/113.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
451.77/113.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
451.77/113.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
451.77/113.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
466.95/116.93	c lits-rem:      2193  cl-subs:     5864  v-elim:      0  v-fix:    0  time: 15.02 s
466.95/116.93	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
466.95/116.94	c vivif2 --  cl tried    57630 cl shrink        0 lits rem          0 time: 0.04
467.35/117.00	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.25
467.35/117.00	c calculated reachability. Time: 0.00
467.35/117.00	c  N st    59    806513       432      1900         0     57630      5805    801019   no data   no data  --
673.87/168.72	c  F st    60   1071877       432      1900         0     73808      5805   1121799   no data   no data  --
673.87/168.72	c  N st    60   1071877       432      1900         0     73808      5805   1121799   no data   no data  --
679.06/170.02	c Decided on static restart strategy
699.04/175.05	c  N st    70   1100179       432      1900         0     57768      5805    708335   no data   no data  --
730.98/183.02	c  N st    72   1136172       432      1900         0     48091      5805    489134   no data   no data  --
757.35/189.66	c  N st    73   1168564       432      1900         0     79616      5805   1201136   no data   no data  --
792.11/198.31	c  N st    74   1209770       432      1900         0     74053      5805   1083626   no data   no data  --
792.11/198.31	c  S st    74   1209770       432      1900         0     74053      5805   1083626   no data   no data  --
792.91/198.52	c  S st    74   1210273       432      1900         0     74556      5805   1094000   no data   no data  --
792.91/198.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
792.91/198.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
792.91/198.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
793.30/198.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
793.30/198.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
793.30/198.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
793.30/198.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
808.08/202.36	c lits-rem:       486  cl-subs:     4621  v-elim:      0  v-fix:    0  time: 15.03 s
808.08/202.36	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
808.08/202.38	c vivif2 --  cl tried    69935 cl shrink        0 lits rem          0 time: 0.05
808.48/202.46	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.34
808.48/202.46	c calculated reachability. Time: 0.00
808.48/202.46	c  N st    74   1210273       432      1900         0     69935      5805    990774   no data   no data  --
889.58/222.77	c  N st    75   1283155       432      1900         0     94393      5805   1568408   no data   no data  --
993.83/248.82	c  N st    76   1392478       432      1900         0     54544      5805    548035   no data   no data  --
1157.61/289.84	c  N st    77   1556463       432      1900         0     59312      5805    616178   no data   no data  --
1318.19/330.01	c  N st    78   1710273       432      1900         0    101004      5805   1558191   no data   no data  --
1318.19/330.01	c  S st    78   1710273       432      1900         0    101004      5805   1558191   no data   no data  --
1319.39/330.34	c  S st    78   1710777       432      1900         0    101508      5805   1569457   no data   no data  --
1319.39/330.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1319.39/330.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1319.79/330.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1319.79/330.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1319.79/330.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1319.79/330.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
1319.79/330.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1357.35/339.81	c lits-rem:       566  cl-subs:     7290  v-elim:      0  v-fix:    0  time: 37.36 s
1357.35/339.81	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
1357.35/339.83	c vivif2 --  cl tried    94218 cl shrink        0 lits rem          0 time: 0.07
1357.74/339.94	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.47
1357.74/339.95	c calculated reachability. Time: 0.00
1357.74/339.95	c  N st    78   1710777       432      1900         0     94218      5805   1423024   no data   no data  --
1748.42/437.72	c  N st    79   2079741       432      1900         0    105652      5805   1565184   no data   no data  --
1901.03/476.00	c  N st    80   2210777       432      1900         0    110158      5805   1654660   no data   no data  --
1901.03/476.00	c  S st    80   2210777       432      1900         0    110158      5805   1654660   no data   no data  --
1903.01/476.40	c  S st    80   2211281       432      1900         0    110660      5805   1666000   no data   no data  --
1903.01/476.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1903.01/476.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1903.01/476.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
1903.41/476.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1903.41/476.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1903.41/476.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
1903.41/476.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1946.55/487.32	c lits-rem:       211  cl-subs:     7626  v-elim:      0  v-fix:    0  time: 43.13 s
1946.55/487.32	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
1946.55/487.34	c vivif2 --  cl tried   103034 cl shrink        0 lits rem          0 time: 0.08
1946.95/487.48	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.55
1946.95/487.48	c calculated reachability. Time: 0.00
1946.95/487.48	c  N st    80   2211281       432      1900         0    103034      5805   1508691   no data   no data  --
2548.13/637.95	c  N st    81   2711281       432      1900         0    125698      5805   1861483   no data   no data  --
2548.13/637.95	c  S st    81   2711281       432      1900         0    125698      5805   1861483   no data   no data  --
2550.13/638.44	c  S st    81   2711783       432      1900         0    126197      5805   1872243   no data   no data  --
2550.13/638.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2550.13/638.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2550.53/638.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.26
2550.53/638.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2550.53/638.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2550.53/638.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
2550.53/638.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2617.66/655.31	c lits-rem:       633  cl-subs:    10980  v-elim:      0  v-fix:    0  time: 66.81 s
2617.66/655.31	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
2617.66/655.33	c vivif2 --  cl tried   115217 cl shrink        0 lits rem          0 time: 0.09
2618.44/655.50	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.68
2618.44/655.50	c calculated reachability. Time: 0.00
2618.44/655.50	c  N st    81   2711783       432      1900         0    115217      5805   1662203   no data   no data  --
3283.55/822.06	c  N st    82   3211784       432      1900         0     91427      5805   1027661   no data   no data  --
3283.55/822.06	c  S st    82   3211784       432      1900         0     91427      5805   1027661   no data   no data  --
3284.75/822.39	c  S st    82   3212289       432      1900         0     91931      5805   1039442   no data   no data  --
3284.75/822.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3284.75/822.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3285.17/822.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
3285.17/822.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3285.17/822.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3285.17/822.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
3285.17/822.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3297.93/825.60	c lits-rem:       270  cl-subs:     2457  v-elim:      0  v-fix:    0  time: 12.48 s
3297.93/825.60	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
3297.93/825.62	c vivif2 --  cl tried    89474 cl shrink        0 lits rem          0 time: 0.06
3298.35/825.73	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.43
3298.35/825.73	c calculated reachability. Time: 0.00
3298.35/825.73	c  N st    82   3212289       432      1900         0     89474      5805    991542   no data   no data  --
4040.13/1011.46	c  N st    83   3712291       432      1900         0     99789      5805   1119595   no data   no data  --
4040.13/1011.46	c  S st    83   3712291       432      1900         0     99789      5805   1119595   no data   no data  --
4041.72/1011.80	c  S st    83   3712796       432      1900         0    100293      5805   1130815   no data   no data  --
4041.72/1011.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4041.72/1011.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4041.72/1011.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
4041.72/1011.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4041.72/1011.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4041.72/1011.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
4041.72/1011.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4056.10/1015.48	c lits-rem:       219  cl-subs:     4721  v-elim:      0  v-fix:    0  time: 14.35 s
4056.10/1015.48	c vivif2 --  cl tried     1900 cl shrink        0 lits rem          0 time: 0.00
4056.10/1015.49	c vivif2 --  cl tried    95572 cl shrink        0 lits rem          0 time: 0.06
4056.90/1015.62	c asymm  cl-useful: 0/1900/1900 lits-rem:0 time: 0.51
4056.90/1015.62	c calculated reachability. Time: 0.00
4056.90/1015.62	c  N st    83   3712796       432      1900         0     95572      5805   1049270   no data   no data  --
4117.63/1030.89	c  F st    84   3751564       432      1900         0    132861      5805   1865010   no data   no data  --
4117.63/1030.89	c  N st    84   3751564       432      1900         0    132861      5805   1865010   no data   no data  --
4129.61/1033.84	c Decided on static restart strategy
4187.53/1048.32	c  N st    94   3779868       432      1900         0    160241      5805   2438655   no data   no data  --
4244.66/1062.66	c  N st    96   3815862       432      1900         0    113185      5805   1380718   no data   no data  --
4300.60/1076.66	c  N st    97   3848254       432      1900         0    144577      5805   2079291   no data   no data  --
4388.48/1098.67	c  N st    98   3896844       432      1900         0    108580      5805   1290673   no data   no data  --
4505.10/1127.85	c  N st    99   3969726       432      1900         0     95222      5805    995238   no data   no data  --
4671.68/1169.56	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: 935)

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-3175345-1304119802/watcher-3175345-1304119802 -o /tmp/evaluation-result-3175345-1304119802/solver-3175345-1304119802 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175345-1304119802.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: 7.42 7.96 7.96 5/180 3705
/proc/meminfo: memFree=30984616/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 414 0 0 0 0 0 0 0 22 0 4 0 523579005 52465664 353 33554432000 4194304 4650419 140734463644736 18446744073709551615 47653596854188 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 12809 353 303 112 0 7774 0
[pid=3705/tid=3706] ppid=3703 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 523579005 52465664 353 33554432000 4194304 4650419 140734463644736 18446744073709551615 47653596854188 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 523579005 52465664 353 33554432000 4194304 4650419 140734463644736 18446744073709551615 47653596854194 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 523579005 52465664 357 33554432000 4194304 4650419 140734463644736 18446744073709551615 268267736150 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.085869 s]
/proc/loadavg: 7.42 7.96 7.96 5/180 3705
/proc/meminfo: memFree=30984616/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=284852 CPUtime=3.2 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 5019 0 0 0 320 0 0 0 18 0 4 0 523579005 291688448 2555 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 71213 2555 393 112 0 66178 0
[pid=3705/tid=3706] ppid=3703 vsize=284852 CPUtime=0.8 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1235 0 0 0 80 0 0 0 19 0 4 0 523579005 291688448 2555 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=284852 CPUtime=0.8 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1134 0 0 0 80 0 0 0 19 0 4 0 523579005 291688448 2555 33554432000 4194304 4650419 140734463644736 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=284852 CPUtime=0.79 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1061 0 0 0 79 0 0 0 25 0 4 0 523579005 291688448 2555 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 284852

[startup+0.905853 s]
/proc/loadavg: 7.42 7.96 7.96 5/180 3705
/proc/meminfo: memFree=30984616/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=284852 CPUtime=3.59 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 5248 0 0 0 359 0 0 0 19 0 4 0 523579005 291688448 2784 33554432000 4194304 4650419 140734463644736 18446744073709551615 4310792 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 71213 2784 393 112 0 66178 0
[pid=3705/tid=3706] ppid=3703 vsize=284852 CPUtime=0.9 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1300 0 0 0 90 0 0 0 19 0 4 0 523579005 291688448 2784 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=284852 CPUtime=0.89 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1184 0 0 0 89 0 0 0 19 0 4 0 523579005 291688448 2784 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=284852 CPUtime=0.89 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1109 0 0 0 89 0 0 0 25 0 4 0 523579005 291688448 2784 33554432000 4194304 4650419 140734463644736 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 284852

[startup+1.00583 s]
/proc/loadavg: 7.42 7.96 7.96 5/180 3705
/proc/meminfo: memFree=30984616/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=284852 CPUtime=3.99 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 5464 0 0 0 399 0 0 0 19 0 4 0 523579005 291688448 3000 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 71213 3000 394 112 0 66178 0
[pid=3705/tid=3706] ppid=3703 vsize=284852 CPUtime=1 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1377 0 0 0 100 0 0 0 19 0 4 0 523579005 291688448 3000 33554432000 4194304 4650419 140734463644736 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=284852 CPUtime=0.99 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1223 0 0 0 99 0 0 0 19 0 4 0 523579005 291688448 3000 33554432000 4194304 4650419 140734463644736 18446744073709551615 4313440 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=284852 CPUtime=0.99 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1165 0 0 0 99 0 0 0 25 0 4 0 523579005 291688448 3000 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 284852

[startup+1.10582 s]
/proc/loadavg: 7.42 7.96 7.96 5/180 3705
/proc/meminfo: memFree=30984616/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=285440 CPUtime=4.39 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 6210 0 0 0 439 0 0 0 19 0 4 0 523579005 292290560 2839 33554432000 4194304 4650419 140734463644736 18446744073709551615 4514565 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 71360 2839 394 112 0 66325 0
[pid=3705/tid=3706] ppid=3703 vsize=285440 CPUtime=1.1 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1596 0 0 0 110 0 0 0 19 0 4 0 523579005 292290560 2839 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=285440 CPUtime=1.09 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1301 0 0 0 109 0 0 0 19 0 4 0 523579005 292290560 2839 33554432000 4194304 4650419 140734463644736 18446744073709551615 4333957 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=285440 CPUtime=1.09 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1357 0 0 0 109 0 0 0 25 0 4 0 523579005 292290560 2839 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 285440

[startup+1.50075 s]
/proc/loadavg: 7.42 7.96 7.96 5/180 3705
/proc/meminfo: memFree=30984616/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=285500 CPUtime=5.97 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 8202 0 0 0 597 0 0 0 20 0 4 0 523579005 292352000 4517 33554432000 4194304 4650419 140734463644736 18446744073709551615 268272347957 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 71375 4517 395 112 0 66340 0
[pid=3705/tid=3706] ppid=3703 vsize=285500 CPUtime=1.49 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1777 0 0 0 149 0 0 0 19 0 4 0 523579005 292352000 4517 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=285500 CPUtime=1.49 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1653 0 0 0 149 0 0 0 20 0 4 0 523579005 292352000 4517 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=285500 CPUtime=1.48 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 1527 0 0 0 148 0 0 0 25 0 4 0 523579005 292352000 4517 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285500

[startup+3.10047 s]
/proc/loadavg: 7.62 7.99 7.97 9/184 3709
/proc/meminfo: memFree=30918468/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=284780 CPUtime=12.36 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 15956 0 0 0 1234 2 0 0 25 0 4 0 523579005 291614720 9091 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 71195 9091 395 112 0 66160 0
[pid=3705/tid=3706] ppid=3703 vsize=284780 CPUtime=3.09 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 3920 0 0 0 309 0 0 0 25 0 4 0 523579005 291614720 9091 33554432000 4194304 4650419 140734463644736 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=284780 CPUtime=3.08 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 4214 0 0 0 308 0 0 0 25 0 4 0 523579005 291614720 9092 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=284780 CPUtime=3.08 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 3506 0 0 0 308 0 0 0 25 0 4 0 523579005 291614720 9092 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 284780

[startup+6.3069 s]
/proc/loadavg: 7.65 7.99 7.97 9/184 3709
/proc/meminfo: memFree=30894324/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=289628 CPUtime=25.16 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 24190 0 0 0 2513 3 0 0 25 0 4 0 523579005 296579072 11972 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 72407 11972 395 112 0 67372 0
[pid=3705/tid=3706] ppid=3703 vsize=289628 CPUtime=6.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 6555 0 0 0 629 1 0 0 25 0 4 0 523579005 296579072 11972 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=289628 CPUtime=6.26 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 6736 0 0 0 626 0 0 0 25 0 4 0 523579005 296579072 11972 33554432000 4194304 4650419 140734463644736 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=289628 CPUtime=6.29 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 4720 0 0 0 628 1 0 0 25 0 4 0 523579005 296579072 11972 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 289628

[startup+12.7008 s]
/proc/loadavg: 7.76 8.01 7.98 9/184 3709
/proc/meminfo: memFree=30864048/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=290348 CPUtime=50.71 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 36711 0 0 0 5065 6 0 0 25 0 4 0 523579005 297316352 17085 33554432000 4194304 4650419 140734463644736 18446744073709551615 4439636 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 72587 17085 395 112 0 67552 0
[pid=3705/tid=3706] ppid=3703 vsize=290348 CPUtime=12.69 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 10158 0 0 0 1267 2 0 0 25 0 4 0 523579005 297316352 17085 33554432000 4194304 4650419 140734463644736 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=290348 CPUtime=12.62 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 9252 0 0 0 1262 0 0 0 25 0 4 0 523579005 297316352 17085 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=290348 CPUtime=12.68 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 6825 0 0 0 1267 1 0 0 25 0 4 0 523579005 297316352 17085 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 290348

[startup+25.5005 s]
/proc/loadavg: 7.80 8.01 7.98 9/184 3710
/proc/meminfo: memFree=30797724/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=307668 CPUtime=101.84 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 56776 0 0 0 10172 12 0 0 25 0 4 0 523579005 315052032 26285 33554432000 4194304 4650419 140734463644736 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 76917 26285 395 112 0 71882 0
[pid=3705/tid=3706] ppid=3703 vsize=307668 CPUtime=25.49 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 15401 0 0 0 2546 3 0 0 25 0 4 0 523579005 315052032 26285 33554432000 4194304 4650419 140734463644736 18446744073709551615 4303912 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=307668 CPUtime=25.35 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 14929 0 0 0 2533 2 0 0 25 0 4 0 523579005 315052032 26285 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=307668 CPUtime=25.48 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 10574 0 0 0 2546 2 0 0 25 0 4 0 523579005 315052032 26285 33554432000 4194304 4650419 140734463644736 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 307668

[startup+51.1009 s]
/proc/loadavg: 8.01 8.04 7.99 9/184 3710
/proc/meminfo: memFree=30760452/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=321856 CPUtime=204.1 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 78906 0 0 0 20392 18 0 0 25 0 4 0 523579005 329580544 29201 33554432000 4194304 4650419 140734463644736 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 80464 29201 395 112 0 75429 0
[pid=3705/tid=3706] ppid=3703 vsize=321856 CPUtime=51.09 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 21558 0 0 0 5104 5 0 0 25 0 4 0 523579005 329580544 29201 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=321856 CPUtime=50.82 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 20450 0 0 0 5078 4 0 0 25 0 4 0 523579005 329580544 29201 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=321856 CPUtime=51.08 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 13734 0 0 0 5105 3 0 0 25 0 4 0 523579005 329580544 29201 33554432000 4194304 4650419 140734463644736 18446744073709551615 4333519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 321856

[startup+102.301 s]
/proc/loadavg: 8.18 8.08 8.00 9/184 3712
/proc/meminfo: memFree=30721612/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=323152 CPUtime=408.62 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 119949 0 0 0 40830 32 0 0 25 0 4 0 523579005 330907648 34690 33554432000 4194304 4650419 140734463644736 18446744073709551615 4330612 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 80788 34690 395 112 0 75753 0
[pid=3705/tid=3706] ppid=3703 vsize=323152 CPUtime=102.29 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 34017 0 0 0 10220 9 0 0 25 0 4 0 523579005 330907648 34690 33554432000 4194304 4650419 140734463644736 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=323152 CPUtime=101.73 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 30218 0 0 0 10166 7 0 0 25 0 4 0 523579005 330907648 34690 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=323152 CPUtime=102.28 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 21278 0 0 0 10222 6 0 0 25 0 4 0 523579005 330907648 34690 33554432000 4194304 4650419 140734463644736 18446744073709551615 4476201 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 323152

[startup+162.301 s]

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

[pid=3705] ppid=3703 vsize=471080 CPUtime=2805.39 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 439398 0 0 0 280369 170 0 0 25 0 4 0 523579005 482385920 78188 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 117770 78188 395 112 0 112735 0
[pid=3705/tid=3706] ppid=3703 vsize=471080 CPUtime=702.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 118853 0 0 0 70186 44 0 0 25 0 4 0 523579005 482385920 78188 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=471080 CPUtime=698.46 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 116995 0 0 0 69802 44 0 0 25 0 4 0 523579005 482385920 78188 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=471080 CPUtime=702.29 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 76900 0 0 0 70195 34 0 0 25 0 4 0 523579005 482385920 78188 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 471080

[startup+762.3 s]
/proc/loadavg: 8.17 8.07 8.01 9/184 3729
/proc/meminfo: memFree=30345164/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=487140 CPUtime=3045.06 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 457725 0 0 0 304328 178 0 0 25 0 4 0 523579005 498831360 80958 33554432000 4194304 4650419 140734463644736 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 121785 80958 395 112 0 116750 0
[pid=3705/tid=3706] ppid=3703 vsize=487140 CPUtime=762.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 122791 0 0 0 76184 46 0 0 25 0 4 0 523579005 498831360 80958 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=487140 CPUtime=758.13 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 124135 0 0 0 75766 47 0 0 25 0 4 0 523579005 498831360 80958 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=487140 CPUtime=762.29 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 79983 0 0 0 76194 35 0 0 25 0 4 0 523579005 498831360 80958 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 487140

[startup+822.301 s]
/proc/loadavg: 8.28 8.12 8.03 9/184 3731
/proc/meminfo: memFree=30340532/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=499624 CPUtime=3284.75 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 474956 0 0 0 328287 188 0 0 25 0 4 0 523579005 511614976 81416 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 124906 81416 395 112 0 119871 0
[pid=3705/tid=3706] ppid=3703 vsize=499624 CPUtime=822.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 128361 0 0 0 82182 48 0 0 25 0 4 0 523579005 511614976 81416 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=499624 CPUtime=817.81 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 128457 0 0 0 81731 50 0 0 25 0 4 0 523579005 511614976 81416 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=499624 CPUtime=822.3 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 82824 0 0 0 82193 37 0 0 25 0 4 0 523579005 511614976 81416 33554432000 4194304 4650419 140734463644736 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 499624

[startup+882.301 s]
/proc/loadavg: 8.22 8.12 8.03 9/184 3732
/proc/meminfo: memFree=30281460/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=512232 CPUtime=3524.42 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 491004 0 0 0 352248 194 0 0 25 0 4 0 523579005 524525568 90146 33554432000 4194304 4650419 140734463644736 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 128058 90146 395 112 0 123023 0
[pid=3705/tid=3706] ppid=3703 vsize=512232 CPUtime=882.31 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 132609 0 0 0 88181 50 0 0 25 0 4 0 523579005 524525568 90146 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364796 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=512232 CPUtime=877.48 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 131628 0 0 0 87697 51 0 0 25 0 4 0 523579005 524525568 90146 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365366 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=512232 CPUtime=882.3 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 85913 0 0 0 88191 39 0 0 25 0 4 0 523579005 524525568 90146 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 512232

[startup+942.3 s]
/proc/loadavg: 8.15 8.12 8.03 9/184 3734
/proc/meminfo: memFree=30247552/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=578092 CPUtime=3764.11 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 510026 0 0 0 376208 203 0 0 25 0 4 0 523579005 591966208 94415 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 144523 94415 395 112 0 139488 0
[pid=3705/tid=3706] ppid=3703 vsize=578092 CPUtime=942.31 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 138456 0 0 0 94178 53 0 0 25 0 4 0 523579005 591966208 94415 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=578092 CPUtime=937.15 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 134481 0 0 0 93664 51 0 0 25 0 4 0 523579005 591966208 94415 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=578092 CPUtime=942.31 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 90289 0 0 0 94190 41 0 0 25 0 4 0 523579005 591966208 94415 33554432000 4194304 4650419 140734463644736 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 578092

[startup+1002.3 s]
/proc/loadavg: 8.05 8.09 8.03 9/184 3736
/proc/meminfo: memFree=30258656/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=512860 CPUtime=4003.78 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 529007 0 0 0 400164 214 0 0 25 0 4 0 523579005 525168640 93460 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 128215 93460 395 112 0 123180 0
[pid=3705/tid=3706] ppid=3703 vsize=512860 CPUtime=1002.31 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 144798 0 0 0 100175 56 0 0 25 0 4 0 523579005 525168640 93460 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=512860 CPUtime=996.83 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 140562 0 0 0 99628 55 0 0 25 0 4 0 523579005 525168640 93460 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=512860 CPUtime=1002.3 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 93826 0 0 0 100187 43 0 0 25 0 4 0 523579005 525168640 93460 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 512860

[startup+1062.31 s]
/proc/loadavg: 8.02 8.07 8.02 9/184 3737
/proc/meminfo: memFree=30225756/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=565840 CPUtime=4243.48 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 544308 0 0 0 424125 223 0 0 25 0 4 0 523579005 579420160 93543 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 141460 93543 395 112 0 136425 0
[pid=3705/tid=3706] ppid=3703 vsize=565840 CPUtime=1062.32 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 149859 0 0 0 106173 59 0 0 25 0 4 0 523579005 579420160 93543 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=565840 CPUtime=1056.5 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 141644 0 0 0 105595 55 0 0 25 0 4 0 523579005 579420160 93543 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=565840 CPUtime=1062.3 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 98110 0 0 0 106184 46 0 0 25 0 4 0 523579005 579420160 93543 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 565840

[startup+1122.3 s]
/proc/loadavg: 8.04 8.07 8.02 9/184 3739
/proc/meminfo: memFree=30238368/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=500520 CPUtime=4483.13 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 562731 0 0 0 448082 231 0 0 25 0 4 0 523579005 512532480 95058 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 125130 95058 395 112 0 120095 0
[pid=3705/tid=3706] ppid=3703 vsize=500520 CPUtime=1122.32 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 153818 0 0 0 112171 61 0 0 25 0 4 0 523579005 512532480 95058 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=500520 CPUtime=1116.16 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 146645 0 0 0 111558 58 0 0 25 0 4 0 523579005 512532480 95058 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=500520 CPUtime=1122.3 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 103250 0 0 0 112182 48 0 0 25 0 4 0 523579005 512532480 95058 33554432000 4194304 4650419 140734463644736 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 500520

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/184 3740
/proc/meminfo: memFree=30229144/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=487744 CPUtime=4722.81 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 580621 0 0 0 472039 242 0 0 25 0 4 0 523579005 499449856 94489 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 121936 94489 395 112 0 116901 0
[pid=3705/tid=3706] ppid=3703 vsize=487744 CPUtime=1182.31 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 157992 0 0 0 118169 62 0 0 25 0 4 0 523579005 499449856 94489 33554432000 4194304 4650419 140734463644736 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=487744 CPUtime=1175.84 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 151056 0 0 0 117523 61 0 0 25 0 4 0 523579005 499449856 94489 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=487744 CPUtime=1182.31 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 106549 0 0 0 118180 51 0 0 25 0 4 0 523579005 499449856 94489 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 487744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.10 8.03 7/183 3742
/proc/meminfo: memFree=30237684/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=500644 CPUtime=4800.32 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 585657 0 0 0 479788 244 0 0 25 0 4 0 523579005 512659456 96243 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 125161 96243 395 112 0 120126 0
[pid=3705/tid=3706] ppid=3703 vsize=500644 CPUtime=1201.72 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 159207 0 0 0 120109 63 0 0 25 0 4 0 523579005 512659456 96243 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=500644 CPUtime=1195.14 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 151216 0 0 0 119453 61 0 0 25 0 4 0 523579005 512659456 96243 33554432000 4194304 4650419 140734463644736 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=500644 CPUtime=1201.71 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 108331 0 0 0 120120 51 0 0 25 0 4 0 523579005 512659456 96243 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 500644

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

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

[startup+1201.7 s]
/proc/loadavg: 8.14 8.10 8.03 7/183 3742
/proc/meminfo: memFree=30237684/32950928 swapFree=67111464/67111528
[pid=3705] ppid=3703 vsize=500644 CPUtime=4800.32 cores=1,3,5,7
/proc/3705/stat : 3705 (strangenight1-m) R 3703 3705 2758 0 -1 4202496 585657 0 0 0 479788 244 0 0 25 0 4 0 523579005 512659456 96243 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3705/statm: 125161 96243 395 112 0 120126 0
[pid=3705/tid=3706] ppid=3703 vsize=500644 CPUtime=1201.72 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 159207 0 0 0 120109 63 0 0 25 0 4 0 523579005 512659456 96243 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3705/tid=3707] ppid=3703 vsize=500644 CPUtime=1195.14 cores=1,3,5,7
/proc/3705/task/3707/stat : 3707 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 151216 0 0 0 119453 61 0 0 25 0 4 0 523579005 512659456 96243 33554432000 4194304 4650419 140734463644736 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=500644 CPUtime=1201.71 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (strangenight1-m) R 3703 3705 2758 0 -1 4202560 108331 0 0 0 120120 51 0 0 25 0 4 0 523579005 512659456 96243 33554432000 4194304 4650419 140734463644736 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 500644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.37
CPU user time (s): 4797.91
CPU system time (s): 2.46462
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 629640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.91
system time used= 2.46462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585659
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= 453
involuntary context switches= 20544

runsolver used 1.9577 second user time and 4.6073 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-30 01:30:02
IDJOB=3175345
IDBENCH=82963
IDSOLVER=1588
FILE ID=node122/3175345-1304119802
RUNJOBID= node122-1304119802-3683
PBS_JOBID= 13170682
Free space on /tmp= 71660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175345-1304119802/watcher-3175345-1304119802 -o /tmp/evaluation-result-3175345-1304119802/solver-3175345-1304119802 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175345-1304119802.cnf

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

MD5SUM BENCH= afacdefc4a366ba0b827e7e74ce8af4c
RANDOM SEED=2073454613

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30985640 kB
Buffers:        280108 kB
Cached:        1280864 kB
SwapCached:         64 kB
Active:         132432 kB
Inactive:      1495148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30985640 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           12608 kB
Writeback:           0 kB
AnonPages:       66496 kB
Mapped:          15456 kB
Slab:           272696 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   274296 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= 71652 MiB
End job on node122 at 2011-04-30 01:50:06