Trace number 3368907

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.33 1203.44

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S252359291-002.SATISFIABLE.cnf
MD5SUMe7d056c40976f07c31ebd30dc9590b89
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009998
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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.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-3368907-1305405787.cnf'
0.00/0.01	c -- header says num vars:            600
0.00/0.01	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.01
3.42/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.42/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.42/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.42/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
3.42/0.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.42/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.01 s
3.42/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.42/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.42/0.90	c calculated reachability. Time: 0.00
3.42/0.90	c Calc default polars -  time:   0.00 s pos:     282 undec:      78 neg:     240
3.42/0.90	c =========================================================================================
3.42/0.90	c types(t): F = full restart, N = normal restart
3.42/0.90	c types(t): S = simplification begin/end, E = solution found
3.42/0.90	c restart types(rt): st = static, dy = dynamic
3.42/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.42/0.90	c  B st     0         0       586      2538         0         0      7695         0   no data   no data  --
3.42/0.90	c Decided on static restart strategy
3.42/0.90	c  N st     8      4915       586      2538         0      4861      7695    134327   no data   no data  --
3.42/0.90	c  N st    10     11297       586      2538         0      4517      7695     88008   no data   no data  --
3.42/0.90	c  N st    11     17041       586      2538         0     10206      7695    252745   no data   no data  --
4.37/1.15	c  F st    12     25000       586      2538         0     12484      7695    306246   no data   no data  --
4.37/1.15	c  N st    12     25000       586      2538         0     12484      7695    306246   no data   no data  --
5.56/1.42	c Decided on static restart strategy
5.56/1.42	c  N st    18     30000       586      2538         0     10733      7695    231197   no data   no data  --
5.56/1.42	c  S st    18     30000       586      2538         0     10733      7695    231197   no data   no data  --
5.56/1.45	c  S st    18     30510       586      2538         0     11241      7695    244413   no data   no data  --
5.56/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.56/1.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
5.56/1.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.77/1.71	c lits-rem:       125  cl-subs:      284  v-elim:      0  v-fix:    0  time:  0.99 s
6.77/1.72	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.03
6.77/1.72	c calculated reachability. Time: 0.00
6.77/1.72	c  N st    18     30510       586      2538         0     10957      7695    235457   no data   no data  --
8.35/2.16	c  N st    20     37620       586      2538         0     10181      7695    191618   no data   no data  --
9.95/2.58	c  N st    21     44019       586      2538         0     16503      7695    365686   no data   no data  --
10.75/2.71	c  S st    22     45766       586      2538         0      9401      7695    149196   no data   no data  --
10.75/2.74	c  S st    22     46267       586      2538         0      9902      7695    161158   no data   no data  --
10.75/2.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.75/2.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.75/2.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.75/2.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.75/2.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
10.75/2.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.16/2.86	c lits-rem:        17  cl-subs:       57  v-elim:      0  v-fix:    0  time:  0.46 s
11.16/2.86	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
11.16/2.86	c vivif2 --  cl tried     9845 cl shrink        0 lits rem          0 time: 0.01
11.16/2.87	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.03
11.16/2.87	c calculated reachability. Time: 0.00
11.16/2.87	c  N st    22     46267       586      2538         0      9845      7695    159606   no data   no data  --
15.54/3.90	c  N st    23     60664       586      2538         0     14231      7695    269244   no data   no data  --
17.93/4.55	c  N st    24     69400       586      2538         0     12004      7695    197986   no data   no data  --
17.93/4.55	c  S st    24     69400       586      2538         0     12004      7695    197986   no data   no data  --
17.93/4.58	c  S st    24     69901       586      2538         0     12505      7695    211078   no data   no data  --
17.93/4.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.93/4.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.93/4.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.93/4.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.93/4.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.93/4.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
17.93/4.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.12/4.83	c lits-rem:        89  cl-subs:       67  v-elim:      0  v-fix:    0  time:  0.94 s
19.12/4.83	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
19.12/4.83	c vivif2 --  cl tried    12438 cl shrink        0 lits rem          0 time: 0.01
19.12/4.84	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.04
19.12/4.85	c calculated reachability. Time: 0.00
19.12/4.85	c  N st    24     69901       586      2538         0     12438      7695    208955   no data   no data  --
24.31/6.19	c  F st    25     87500       586      2538         0     17863      7695    356930   no data   no data  --
24.31/6.19	c  N st    25     87500       586      2538         0     17863      7695    356930   no data   no data  --
26.30/6.62	c Decided on static restart strategy
27.10/6.87	c  N st    32     95537       586      2538         0     13023      7695    192036   no data   no data  --
30.29/7.60	c  N st    34    104852       586      2538         0     22220      7695    459315   no data   no data  --
30.29/7.60	c  S st    34    104852       586      2538         0     22220      7695    459315   no data   no data  --
30.29/7.66	c  S st    34    105354       586      2538         0     22722      7695    472398   no data   no data  --
30.29/7.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.29/7.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.29/7.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
30.29/7.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.29/7.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.29/7.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
30.29/7.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.48/8.95	c lits-rem:       332  cl-subs:      712  v-elim:      0  v-fix:    0  time:  5.04 s
35.48/8.95	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
35.48/8.95	c vivif2 --  cl tried    22010 cl shrink        0 lits rem          0 time: 0.02
35.48/8.97	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.08
35.48/8.97	c calculated reachability. Time: 0.00
35.48/8.97	c  N st    34    105354       586      2538         0     22010      7695    448451   no data   no data  --
39.06/9.87	c  N st    35    114952       586      2538         0     17663      7695    300848   no data   no data  --
44.26/11.12	c  N st    36    129349       586      2538         0     17060      7695    261442   no data   no data  --
52.23/13.14	c  N st    37    150945       586      2538         0     22485      7695    385626   no data   no data  --
55.03/13.83	c  S st    38    158032       586      2538         0     29427      7695    573787   no data   no data  --
55.03/13.90	c  S st    38    158534       586      2538         0     29929      7695    586742   no data   no data  --
55.03/13.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.03/13.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.45/13.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
55.45/13.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.45/13.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.45/13.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
55.45/13.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
62.60/15.70	c lits-rem:       924  cl-subs:     1587  v-elim:      0  v-fix:    0  time:  7.07 s
62.60/15.70	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
62.60/15.70	c vivif2 --  cl tried    28342 cl shrink        0 lits rem          0 time: 0.02
62.60/15.73	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.10
62.60/15.73	c calculated reachability. Time: 0.00
62.60/15.73	c  N st    38    158534       586      2538         0     28342      7695    546741   no data   no data  --
83.34/20.98	c  N st    39    207125       586      2538         0     23096      7695    359407   no data   no data  --
96.90/24.33	c  N st    40    237802       586      2538         0     33550      7695    628420   no data   no data  --
96.90/24.33	c  S st    40    237802       586      2538         0     33550      7695    628420   no data   no data  --
97.30/24.41	c  S st    40    238309       586      2538         0     34057      7695    641022   no data   no data  --
97.30/24.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
97.30/24.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
97.30/24.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
97.30/24.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.30/24.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.30/24.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
97.30/24.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
105.28/26.43	c lits-rem:       758  cl-subs:     1515  v-elim:      0  v-fix:    0  time:  7.91 s
105.28/26.43	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
105.28/26.43	c vivif2 --  cl tried    32542 cl shrink        0 lits rem          0 time: 0.02
105.28/26.46	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.11
105.28/26.46	c calculated reachability. Time: 0.00
105.28/26.46	c  N st    40    238309       586      2538         0     32542      7695    599044   no data   no data  --
135.59/34.03	c  F st    41    306252       586      2538         0     34461      7695    614985   no data   no data  --
135.59/34.03	c  N st    41    306252       586      2538         0     34461      7695    614985   no data   no data  --
145.56/36.59	c  N dy    72    326243       586      2538         0     30586      7695    427188     17.98     18.96  --
157.53/39.56	c  N dy   130    347723       586      2538         0     27142      7695    304470     17.52     18.45  --
162.32/40.76	c  S st   179    357463       586      2538         0     36792      7695    553175     17.58   no data  --
162.72/40.85	c  S st   179    357968       586      2538         0     37297      7695    565678     17.58   no data  --
162.72/40.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
162.72/40.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
162.72/40.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
162.72/40.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
162.72/40.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
162.72/40.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
162.72/40.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
169.52/42.53	c lits-rem:       676  cl-subs:      444  v-elim:      0  v-fix:    0  time:  6.59 s
169.52/42.53	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
169.52/42.54	c vivif2 --  cl tried    36853 cl shrink        0 lits rem          0 time: 0.02
169.52/42.57	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.13
169.52/42.57	c calculated reachability. Time: 0.00
169.52/42.57	c  N dy   179    357968       586      2538         0     36853      7695    552530     17.58   no data  --
181.87/45.63	c  N dy   267    378046       586      2538         0     31028      7695    374529     17.58     21.13  --
195.43/49.01	c  N dy   340    398209       586      2538         0     50960      7695    886989     17.54     18.61  --
207.00/51.97	c  N dy   451    418267       586      2538         0     44152      7695    694241     17.68     18.90  --
226.99/56.93	c  N dy   525    449391       586      2538         0     47154      7695    728358     17.49     18.42  --
239.73/60.20	c  N dy   628    469465       586      2538         0     38354      7695    497370     17.57     18.54  --
255.25/64.03	c  N dy   745    490142       586      2538         0     58832      7695   1043173     17.64     18.62  --
266.82/67.00	c  N dy   836    510207       586      2538         0     49026      7695    750891     17.65     19.29  --
281.19/70.54	c  N dy   925    530238       586      2538         0     38170      7695    444359     17.66     18.71  --
285.18/71.58	c  S st   979    536954       586      2538         0     44825      7695    620067     17.70     17.16  --
285.98/71.70	c  S st   979    537456       586      2538         0     45327      7695    633694     17.70   no data  --
285.98/71.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
285.98/71.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
285.98/71.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
285.98/71.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
285.98/71.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
285.98/71.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
285.98/71.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
293.55/73.68	c lits-rem:       666  cl-subs:      471  v-elim:      0  v-fix:    0  time:  7.75 s
293.55/73.68	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
293.55/73.69	c vivif2 --  cl tried    44856 cl shrink        0 lits rem          0 time: 0.03
293.95/73.73	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.16
293.95/73.73	c calculated reachability. Time: 0.00
293.95/73.73	c  N dy   979    537456       586      2538         0     44856      7695    619314     17.70   no data  --
309.52/77.60	c  N dy  1051    557761       586      2538         0     33273      7695    291338     17.70     18.72  --
321.47/80.69	c  N dy  1132    577993       586      2538         0     53282      7695    813956     17.71     18.76  --
337.03/84.58	c  N dy  1228    598552       586      2538         0     40983      7695    476602     17.74     18.77  --
352.20/88.36	c  N dy  1303    618634       586      2538         0     60839      7695    996373     17.72     18.71  --
366.97/92.02	c  N dy  1371    639885       586      2538         0     48229      7695    642253     17.70     18.78  --
384.53/96.47	c  N dy  1461    659899       586      2538         0     68030      7695   1162124     17.72     19.18  --
398.11/99.85	c  N dy  1544    680096       586      2538         0     53407      7695    763752     17.71     18.65  --
417.62/104.74	c  N dy  1637    700117       586      2538         0     37585      7695    323505     17.72     18.72  --
433.56/108.75	c  N dy  1696    720234       586      2538         0     57425      7695    836918     17.70     18.65  --
452.31/113.46	c  N dy  1798    740408       586      2538         0     40794      7695    386163     17.72     18.81  --
467.07/117.19	c  N dy  1868    760477       586      2538         0     60608      7695    897317     17.70     19.60  --
486.22/121.98	c  N dy  1960    781682       586      2538         0     44057      7695    451149     17.70     18.89  --
502.58/126.10	c  N dy  2037    802536       586      2538         0     64612      7695    983124     17.68     18.69  --
506.57/127.03	c  S st  2062    806184       586      2538         0     68227      7695   1080083     17.69   no data  --
507.38/127.21	c  S st  2062    806692       586      2538         0     68734      7695   1093428     17.69   no data  --
507.38/127.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
507.38/127.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
507.38/127.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
507.38/127.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
507.38/127.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
507.38/127.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
507.38/127.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
515.35/129.20	c lits-rem:       250  cl-subs:     1732  v-elim:      0  v-fix:    0  time:  7.67 s
515.35/129.20	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
515.35/129.22	c vivif2 --  cl tried    67002 cl shrink        0 lits rem          0 time: 0.06
515.75/129.31	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.37
515.75/129.31	c calculated reachability. Time: 0.00
515.75/129.31	c  N dy  2062    806692       586      2538         0     67002      7695   1049402     17.69   no data  --
536.09/134.43	c  N dy  2191    828763       586      2538         0     50322      7695    602829     17.73     18.78  --
553.24/138.74	c  N dy  2254    848843       586      2538         0     70139      7695   1115114     17.73     19.46  --
571.19/143.22	c  N dy  2341    868882       586      2538         0     50445      7695    578252     17.73     20.45  --
588.74/147.65	c  N dy  2430    888890       586      2538         0     70246      7695   1102660     17.75     21.98  --
607.89/152.40	c  N dy  2512    908972       586      2538         0     49550      7695    529507     17.75     18.87  --
625.44/156.81	c  N dy  2604    928992       586      2538         0     69357      7695   1054841     17.76     18.78  --
646.98/162.23	c  N dy  2727    949136       586      2538         0     47750      7695    473814     17.79     18.91  --
664.13/166.52	c  N dy  2826    969166       586      2538         0     67542      7695    996180     17.80     18.76  --
687.28/172.36	c  N dy  2934    989209       586      2538         0     44841      7695    375836     17.82     18.79  --
704.03/176.54	c  N dy  3045   1009216       586      2538         0     64631      7695    898070     17.85     22.15  --
728.36/182.66	c  N dy  3178   1029309       586      2538         0     84520      7695   1432810     17.88     18.86  --
745.51/186.97	c  N dy  3252   1049310       586      2538         0     60696      7695    762840     17.87     18.88  --
767.84/192.58	c  N dy  3357   1069312       586      2538         0     80492      7695   1287167     17.88     18.92  --
771.43/193.47	c  F st  3380   1071876       586      2538         0     83032      7695   1357049     17.89   no data  --
788.20/197.70	c  N dy  3427   1090442       586      2538         0     56876      7695    643230     17.88     18.87  --
809.33/202.94	c  N dy  3499   1111801       586      2538         0     77946      7695   1198110     17.88     18.83  --
832.51/208.74	c  N dy  3587   1131941       586      2538         0     52433      7695    509213     17.89     19.00  --
851.62/213.51	c  N dy  3677   1152232       586      2538         0     72499      7695   1042660     17.89     19.10  --
879.54/220.53	c  N dy  3792   1173252       586      2538         0     46835      7695    348653     17.91     18.98  --
897.09/224.97	c  N dy  3859   1193304       586      2538         0     66656      7695    864273     17.90     18.85  --
917.43/230.07	c  S st  3932   1210040       586      2538         0     83156      7695   1297867     17.91     16.94  --
918.63/230.30	c  S st  3932   1210545       586      2538         0     83659      7695   1311584     17.91   no data  --
918.63/230.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
918.63/230.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
918.63/230.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
918.63/230.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
918.63/230.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
918.63/230.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
918.63/230.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
928.62/232.82	c lits-rem:       379  cl-subs:     1951  v-elim:      0  v-fix:    0  time:  9.66 s
928.62/232.82	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
928.62/232.83	c vivif2 --  cl tried    81708 cl shrink        0 lits rem          0 time: 0.06
929.05/232.94	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.41
929.05/232.94	c calculated reachability. Time: 0.00
929.05/232.94	c  N dy  3932   1210545       586      2538         0     81708      7695   1259463     17.91   no data  --
953.33/239.03	c  N dy  4032   1230702       586      2538         0     54248      7695    525598     17.92     18.88  --
973.27/244.08	c  N dy  4121   1251659       586      2538         0     74966      7695   1068184     17.92     18.91  --
999.59/250.66	c  N dy  4201   1271749       586      2538         0     94837      7695   1586921     17.92     19.75  --
1017.95/255.29	c  N dy  4278   1291766       586      2538         0     66202      7695    816356     17.93     19.12  --
1048.66/262.95	c  N dy  4333   1316361       586      2538         0     90419      7695   1446177     17.91     18.98  --
1071.40/268.67	c  N dy  4417   1336402       586      2538         0     60814      7695    654419     17.92     20.09  --
1094.54/274.48	c  N dy  4536   1356886       586      2538         0     81083      7695   1194243     17.93     18.89  --
1122.86/281.57	c  N dy  4610   1376980       586      2538         0     50555      7695    364823     17.93     19.55  --
1142.40/286.41	c  N dy  4719   1398123       586      2538         0     71460      7695    920333     17.94     18.89  --
1166.73/292.56	c  N dy  4782   1418149       586      2538         0     91193      7695   1438016     17.93     20.52  --
1190.67/298.58	c  N dy  4854   1439172       586      2538         0     60590      7695    616134     17.92     19.13  --
1214.60/304.57	c  N dy  4945   1460549       586      2538         0     81686      7695   1168675     17.93     18.91  --
1244.13/311.96	c  N dy  5031   1480620       586      2538         0    101497      7695   1693491     17.93     19.62  --
1265.66/317.35	c  N dy  5136   1501801       586      2538         0     70095      7695    842577     17.94     18.90  --
1289.20/323.22	c  N dy  5181   1521856       586      2538         0     89848      7695   1352138     17.93     21.55  --
1318.72/330.69	c  N dy  5282   1542001       586      2538         0     56457      7695    463200     17.94     18.93  --
1339.05/335.72	c  N dy  5387   1562043       586      2538         0     76272      7695    995741     17.95     19.51  --
1368.97/343.26	c  N dy  5476   1583906       586      2538         0     97843      7695   1559145     17.95     18.96  --
1396.10/350.05	c  N dy  5582   1603930       586      2538         0     63313      7695    624328     17.96     21.24  --
1418.04/355.56	c  N dy  5665   1624022       586      2538         0     83149      7695   1146912     17.96     18.95  --
1450.36/363.66	c  N dy  5764   1644695       586      2538         0    103591      7695   1692433     17.96     19.00  --
1474.69/369.77	c  N dy  5867   1664738       586      2538         0     68069      7695    733501     17.97     21.04  --
1498.63/375.75	c  N dy  5947   1684887       586      2538         0     87949      7695   1253157     17.97     18.93  --
1533.32/384.40	c  N dy  6051   1705705       586      2538         0    108490      7695   1793845     17.98     19.01  --
1542.10/386.67	c  S st  6077   1710545       586      2538         0     56995      7695    414669     17.98     17.53  --
1542.50/386.80	c  S st  6077   1711048       586      2538         0     57495      7695    428784     17.98   no data  --
1542.50/386.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1542.50/386.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1542.91/386.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
1542.91/386.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1542.91/386.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1542.91/386.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
1542.91/386.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1548.88/388.33	c lits-rem:        60  cl-subs:       69  v-elim:      0  v-fix:    0  time:  5.93 s
1548.88/388.33	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
1548.88/388.34	c vivif2 --  cl tried    57426 cl shrink        0 lits rem          0 time: 0.02
1548.88/388.39	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.22
1548.88/388.39	c calculated reachability. Time: 0.00
1548.88/388.39	c  N dy  6077   1711048       586      2538         0     57426      7695    427004     17.98   no data  --
1569.66/393.55	c  N dy  6173   1731641       586      2538         0     77780      7695    968370     17.98     19.29  --
1597.94/400.66	c  N dy  6266   1751671       586      2538         0     97542      7695   1488742     17.99     22.04  --
1630.26/408.79	c  N dy  6354   1772219       586      2538         0     60553      7695    490207     17.99     19.04  --
1652.61/414.36	c  N dy  6448   1792948       586      2538         0     81047      7695   1032974     18.00     19.06  --
1680.91/421.46	c  N dy  6541   1813051       586      2538         0    100922      7695   1570749     18.01     18.97  --
1715.20/430.05	c  N dy  6647   1833337       586      2538         0     62696      7695    525736     18.01     19.12  --
1736.75/435.47	c  N dy  6725   1853359       586      2538         0     82474      7695   1048975     18.02     19.11  --
1766.28/442.88	c  N dy  6814   1873495       586      2538         0    102344      7695   1577717     18.02     18.98  --
1801.39/451.63	c  N dy  6899   1894289       586      2538         0     63610      7695    531363     18.03     19.04  --
1823.32/457.20	c  N dy  6954   1916337       586      2538         0     85324      7695   1100898     18.01     19.07  --
1852.84/464.58	c  N dy  7020   1936422       586      2538         0    105114      7695   1621950     18.01     20.69  --
1887.14/473.10	c  N dy  7128   1956544       586      2538         0     64792      7695    546398     18.02     19.19  --
1917.85/480.83	c  N dy  7187   1983996       586      2538         0     91792      7695   1238487     18.00     19.27  --
1950.99/489.15	c  N dy  7273   2004962       586      2538         0    112501      7695   1789024     18.01     19.34  --
1980.49/496.57	c  N dy  7366   2025043       586      2538         0     71117      7695    681996     18.01     20.10  --
2006.81/503.10	c  N dy  7418   2047363       586      2538         0     93075      7695   1248496     18.00     18.97  --
2041.91/511.94	c  N dy  7500   2068939       586      2538         0    114385      7695   1808663     18.00     19.05  --
2074.61/520.16	c  N dy  7575   2092720       586      2538         0     75750      7695    786491     17.99     19.09  --
2101.34/526.81	c  N dy  7661   2112725       586      2538         0     95509      7695   1307282     17.99     19.98  --
2139.66/536.41	c  N dy  7727   2136152       586      2538         0    118628      7695   1911690     17.98     18.94  --
2168.77/543.74	c  N dy  7816   2156193       586      2538         0     75268      7695    764426     17.99     23.35  --
2196.71/550.75	c  N dy  7920   2176761       586      2538         0     95604      7695   1302833     17.99     18.96  --
2241.76/562.08	c  N dy  7996   2203117       586      2538         0    121587      7695   1991231     17.99     18.96  --
2258.13/566.16	c  S st  8024   2211050       586      2538         0     65285      7695    478647     17.99     17.37  --
2258.91/566.32	c  S st  8024   2211555       586      2538         0     65787      7695    491585     17.99   no data  --
2258.91/566.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2258.91/566.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2258.91/566.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
2258.91/566.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2258.91/566.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2258.91/566.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
2258.91/566.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2265.70/568.01	c lits-rem:       149  cl-subs:       62  v-elim:      0  v-fix:    0  time:  6.53 s
2265.70/568.01	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
2265.70/568.02	c vivif2 --  cl tried    65725 cl shrink        0 lits rem          0 time: 0.03
2265.70/568.08	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.26
2265.70/568.08	c calculated reachability. Time: 0.00
2265.70/568.08	c  N dy  8024   2211555       586      2538         0     65725      7695    489716     17.99   no data  --
2290.82/574.33	c  N dy  8156   2231569       586      2538         0     85483      7695   1015702     18.00     21.81  --
2325.13/582.97	c  N dy  8256   2253944       586      2538         0    107592      7695   1608214     18.00     18.99  --
2364.62/592.88	c  N dy  8300   2275529       586      2538         0    128832      7695   2159678     17.99     18.95  --
2389.78/599.12	c  N dy  8412   2295543       586      2538         0     83496      7695    943797     18.00     19.11  --
2418.86/606.48	c  N dy  8489   2315638       586      2538         0    103291      7695   1465097     18.00     19.40  --
2459.56/616.62	c  N dy  8599   2337104       586      2538         0    124475      7695   2031992     18.01     19.06  --
2489.88/624.25	c  N dy  8686   2357148       586      2538         0     78169      7695    786288     18.01     19.45  --
2516.21/630.86	c  N dy  8719   2377584       586      2538         0     98183      7695   1287025     18.00     18.99  --
2550.11/639.31	c  N dy  8829   2397651       586      2538         0    117989      7695   1825929     18.01     19.88  --
2588.40/648.93	c  N dy  8910   2418116       586      2538         0     71107      7695    574336     18.01     19.06  --
2613.55/655.29	c  N dy  8976   2439089       586      2538         0     91766      7695   1112040     18.01     18.99  --
2645.04/663.18	c  N dy  9057   2459324       586      2538         0    111705      7695   1639535     18.01     18.96  --
2694.11/675.42	c  N dy  9121   2485495       586      2538         0     69518      7695    513194     18.00     18.96  --
2719.64/681.80	c  N dy  9199   2505700       586      2538         0     89433      7695   1038921     18.00     19.17  --
2751.96/689.98	c  N dy  9299   2526147       586      2538         0    109615      7695   1577453     18.01     18.96  --
2791.04/699.75	c  N dy  9405   2546185       586      2538         0    129407      7695   2107645     18.01     18.98  --
2824.59/708.14	c  N dy  9479   2566945       586      2538         0     80812      7695    784265     18.01     19.29  --
2851.67/714.96	c  N dy  9569   2586963       586      2538         0    100554      7695   1310124     18.02     19.11  --
2891.57/724.92	c  N dy  9575   2611318       586      2538         0    124446      7695   1920272     17.99     19.00  --
2931.85/735.05	c  N dy  9677   2631435       586      2538         0     74380      7695    606056     18.00     19.04  --
2957.78/741.53	c  N dy  9734   2652087       586      2538         0     94699      7695   1132661     17.99     19.03  --
2989.69/749.53	c  N dy  9795   2672124       586      2538         0    114457      7695   1650994     17.99     19.73  --
3031.98/760.12	c  N dy  9881   2692698       586      2538         0    134766      7695   2187091     17.99     19.07  --
3063.09/767.92	c  S st  9988   2711558       586      2538         0     82414      7695    794679     18.00   no data  --
3063.89/768.14	c  S st  9988   2712059       586      2538         0     82915      7695    808484     18.00   no data  --
3063.89/768.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3063.89/768.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3063.89/768.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3064.29/768.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3064.29/768.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3064.29/768.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
3064.29/768.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3075.05/770.96	c lits-rem:       901  cl-subs:      680  v-elim:      0  v-fix:    0  time: 10.97 s
3075.05/770.96	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
3075.05/770.97	c vivif2 --  cl tried    82235 cl shrink        0 lits rem          0 time: 0.04
3075.45/771.07	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.39
3075.45/771.07	c calculated reachability. Time: 0.00
3075.45/771.07	c  N dy  9988   2712059       586      2538         0     82235      7695    789865     18.00   no data  --
3105.77/778.68	c  N dy 10094   2732116       586      2538         0    102060      7695   1316648     18.00     20.34  --
3142.47/787.80	c  N dy 10158   2752159       586      2538         0    121796      7695   1830244     18.00     23.15  --
3186.75/798.93	c  N dy 10214   2773495       586      2538         0    142762      7695   2374911     18.00     19.12  --
3213.47/805.62	c  N dy 10303   2793756       586      2538         0     90823      7695   1003204     18.00     18.97  --
3245.00/813.55	c  N dy 10388   2813844       586      2538         0    110634      7695   1528802     18.00     19.77  --
3298.07/826.83	c  N dy 10480   2839953       586      2538         0    136368      7695   2202574     18.00     19.20  --
3332.74/835.59	c  N dy 10569   2860018       586      2538         0     83214      7695    781360     18.00     19.14  --
3361.46/842.76	c  N dy 10649   2880114       586      2538         0    103079      7695   1307556     18.00     24.38  --
3414.92/856.19	c  N dy 10734   2907030       586      2538         0    129527      7695   1989604     18.00     18.98  --
3468.77/869.69	c  N dy 10783   2927053       586      2538         0     75351      7695    552813     17.99     21.59  --
3498.68/877.15	c  N dy 10885   2947091       586      2538         0     95148      7695   1084577     18.00     20.88  --
3533.78/885.99	c  N dy 10997   2967398       586      2538         0    115177      7695   1617974     18.00     19.06  --
3575.66/896.47	c  N dy 11086   2987930       586      2538         0    135417      7695   2152911     18.00     19.02  --
3615.95/906.53	c  N dy 11151   3007970       586      2538         0     80217      7695    658321     18.00     19.38  --
3643.48/913.46	c  N dy 11243   3027971       586      2538         0     99970      7695   1178656     18.01     19.01  --
3682.17/923.14	c  N dy 11363   3049009       586      2538         0    120747      7695   1732875     18.01     19.08  --
3725.24/933.96	c  N dy 11451   3069022       586      2538         0    140478      7695   2259506     18.01     20.20  --
3765.13/943.93	c  N dy 11536   3089057       586      2538         0     84292      7695    748142     18.02     20.15  --
3795.06/951.42	c  N dy 11634   3109653       586      2538         0    104599      7695   1293592     18.02     19.15  --
3833.79/961.15	c  N dy 11757   3129978       586      2538         0    124653      7695   1829317     18.02     19.12  --
3873.28/971.02	c  N dy 11776   3151419       586      2538         0    145708      7695   2372615     18.01     19.01  --
3910.74/980.46	c  N dy 11877   3172162       586      2538         0     89280      7695    862413     18.01     19.13  --
3944.25/988.83	c  N dy 11948   3194026       586      2538         0    110825      7695   1436808     18.01     19.18  --
3979.74/997.74	c  S st 12041   3212060       586      2538         0    128609      7695   1903187     18.01     18.00  --
3981.35/998.15	c  S st 12041   3212565       586      2538         0    129113      7695   1917725     18.01   no data  --
3981.35/998.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3981.35/998.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3981.75/998.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.27
3981.75/998.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3981.75/998.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3982.15/998.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
3982.15/998.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4007.27/1004.62	c lits-rem:       359  cl-subs:     2895  v-elim:      0  v-fix:    0  time: 25.23 s
4007.27/1004.62	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
4007.27/1004.65	c vivif2 --  cl tried   126218 cl shrink        0 lits rem          0 time: 0.10
4008.07/1004.84	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.74
4008.07/1004.84	c calculated reachability. Time: 0.00
4008.07/1004.84	c  N dy 12041   3212565       586      2538         0    126218      7695   1840100     18.01   no data  --
4052.77/1016.01	c  N dy 12131   3232630       586      2538         0    146000      7695   2370646     18.02     20.65  --
4093.83/1026.38	c  N dy 12204   3252730       586      2538         0     87947      7695    805801     18.01     19.01  --
4125.74/1034.34	c  N dy 12286   3272942       586      2538         0    107860      7695   1328897     18.02     19.02  --
4172.02/1045.92	c  N dy 12374   3296374       586      2538         0    130906      7695   1929746     18.01     19.03  --
4218.29/1057.55	c  N dy 12445   3316961       586      2538         0    151226      7695   2475935     18.01     19.08  --
4252.59/1066.14	c  N dy 12518   3337801       586      2538         0     92931      7695    918696     18.01     19.08  --
4285.72/1074.46	c  N dy 12636   3357910       586      2538         0    112815      7695   1452878     18.01     18.98  --
4361.07/1093.38	c  N dy 12728   3391436       586      2538         0    145810      7695   2318803     18.01     19.20  --
4416.11/1107.19	c  N dy 12806   3411732       586      2538         0     85973      7695    714065     18.01     18.97  --
4445.23/1114.47	c  N dy 12858   3431921       586      2538         0    105847      7695   1233991     18.00     18.97  --
4482.33/1123.78	c  N dy 12949   3452390       586      2538         0    126067      7695   1778062     18.00     18.99  --
4529.80/1135.65	c  N dy 13030   3473860       586      2538         0    147230      7695   2336780     18.01     18.99  --
4574.08/1146.73	c  N dy 13126   3493895       586      2538         0     86162      7695    704256     18.01     20.26  --
4603.99/1154.28	c  N dy 13179   3514483       586      2538         0    106363      7695   1226596     18.00     19.00  --
4641.89/1163.76	c  N dy 13246   3534789       586      2538         0    126397      7695   1753805     18.00     19.19  --
4688.16/1175.34	c  N dy 13333   3555337       586      2538         0    146633      7695   2290525     18.00     18.96  --
4738.40/1187.91	c  N dy 13436   3575425       586      2538         0     84668      7695    645621     18.01     19.53  --
4769.13/1195.61	c  N dy 13585   3595675       586      2538         0    104692      7695   1190508     18.02     19.18  --

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-3368907-1305405787/watcher-3368907-1305405787 -o /tmp/evaluation-result-3368907-1305405787/solver-3368907-1305405787 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368907-1305405787.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.48 8.01 8.05 2/336 13097
/proc/meminfo: memFree=18169152/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 418 0 0 0 0 0 0 0 19 0 4 0 652176692 52465664 358 33554432000 4194304 4650419 140733520552512 18446744073709551615 228244348859 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 12809 358 306 112 0 7774 0
[pid=13097/tid=13098] ppid=13095 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 652176692 52465664 358 33554432000 4194304 4650419 140733520552512 18446744073709551615 46962001057305 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 652176692 52465664 358 33554432000 4194304 4650419 140733520552512 18446744073709551615 46962001057296 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 652176693 52465664 358 33554432000 4194304 4650419 140733520552512 18446744073709551615 228239379685 0 0 4096 2 0 0 0 -1 6 0 0 0

[startup+0.863429 s]
/proc/loadavg: 7.48 8.01 8.05 2/336 13097
/proc/meminfo: memFree=18169152/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=285764 CPUtime=3.42 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 5737 0 0 0 341 1 0 0 19 0 4 0 652176692 292622336 2772 33554432000 4194304 4650419 140733520552512 18446744073709551615 4333957 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 71441 2772 393 112 0 66406 0
[pid=13097/tid=13098] ppid=13095 vsize=285764 CPUtime=0.85 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1367 0 0 0 85 0 0 0 18 0 4 0 652176692 292622336 2772 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=285764 CPUtime=0.85 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1348 0 0 0 85 0 0 0 18 0 4 0 652176692 292622336 2772 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=285764 CPUtime=0.84 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1182 0 0 0 84 0 0 0 19 0 4 0 652176693 292622336 2772 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 285764

[startup+0.963412 s]
/proc/loadavg: 7.48 8.01 8.05 2/336 13097
/proc/meminfo: memFree=18169152/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=285764 CPUtime=3.82 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 5965 0 0 0 381 1 0 0 19 0 4 0 652176692 292622336 3000 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 71441 3000 393 112 0 66406 0
[pid=13097/tid=13098] ppid=13095 vsize=285764 CPUtime=0.95 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1422 0 0 0 95 0 0 0 19 0 4 0 652176692 292622336 3000 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=285764 CPUtime=0.95 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1406 0 0 0 95 0 0 0 19 0 4 0 652176692 292622336 3000 33554432000 4194304 4650419 140733520552512 18446744073709551615 4360321 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=285764 CPUtime=0.94 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1238 0 0 0 94 0 0 0 19 0 4 0 652176693 292622336 3000 33554432000 4194304 4650419 140733520552512 18446744073709551615 4334622 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 285764

[startup+1.00041 s]
/proc/loadavg: 7.48 8.01 8.05 2/336 13097
/proc/meminfo: memFree=18169152/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=285764 CPUtime=3.97 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 6047 0 0 0 396 1 0 0 19 0 4 0 652176692 292622336 3082 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 71441 3082 393 112 0 66406 0
[pid=13097/tid=13098] ppid=13095 vsize=285764 CPUtime=0.99 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1443 0 0 0 99 0 0 0 19 0 4 0 652176692 292622336 3082 33554432000 4194304 4650419 140733520552512 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=285764 CPUtime=0.99 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1426 0 0 0 99 0 0 0 19 0 4 0 652176692 292622336 3082 33554432000 4194304 4650419 140733520552512 18446744073709551615 4331089 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=285764 CPUtime=0.98 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1258 0 0 0 98 0 0 0 19 0 4 0 652176693 292622336 3082 33554432000 4194304 4650419 140733520552512 18446744073709551615 4314803 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 285764

[startup+1.10039 s]
/proc/loadavg: 7.48 8.01 8.05 2/336 13097
/proc/meminfo: memFree=18169152/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=285764 CPUtime=4.37 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 6297 0 0 0 436 1 0 0 19 0 4 0 652176692 292622336 3332 33554432000 4194304 4650419 140733520552512 18446744073709551615 4315103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 71441 3332 394 112 0 66406 0
[pid=13097/tid=13098] ppid=13095 vsize=285764 CPUtime=1.09 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1500 0 0 0 109 0 0 0 19 0 4 0 652176692 292622336 3332 33554432000 4194304 4650419 140733520552512 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=285764 CPUtime=1.09 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1480 0 0 0 109 0 0 0 19 0 4 0 652176692 292622336 3332 33554432000 4194304 4650419 140733520552512 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=285764 CPUtime=1.08 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1342 0 0 0 108 0 0 0 19 0 4 0 652176693 292622336 3332 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 285764

[startup+1.50032 s]
/proc/loadavg: 7.48 8.01 8.05 2/336 13097
/proc/meminfo: memFree=18169152/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=286592 CPUtime=5.97 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 9467 0 0 0 595 2 0 0 20 0 4 0 652176692 293470208 5050 33554432000 4194304 4650419 140733520552512 18446744073709551615 4438671 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 71648 5050 395 112 0 66613 0
[pid=13097/tid=13098] ppid=13095 vsize=286592 CPUtime=1.48 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1957 0 0 0 148 0 0 0 19 0 4 0 652176692 293470208 5050 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=286592 CPUtime=1.49 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1954 0 0 0 149 0 0 0 19 0 4 0 652176692 293470208 5050 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=286592 CPUtime=1.48 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 1714 0 0 0 148 0 0 0 20 0 4 0 652176693 293470208 5050 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286592

[startup+3.10104 s]
/proc/loadavg: 7.84 8.08 8.07 9/346 13110
/proc/meminfo: memFree=18087860/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=277504 CPUtime=12.34 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 17456 0 0 0 1231 3 0 0 25 0 4 0 652176692 284164096 10117 33554432000 4194304 4650419 140733520552512 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 69376 10117 395 112 0 64341 0
[pid=13097/tid=13098] ppid=13095 vsize=277504 CPUtime=3.08 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 4009 0 0 0 308 0 0 0 25 0 4 0 652176692 284164096 10117 33554432000 4194304 4650419 140733520552512 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=277504 CPUtime=3.08 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 4565 0 0 0 308 0 0 0 25 0 4 0 652176692 284164096 10117 33554432000 4194304 4650419 140733520552512 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=277504 CPUtime=3.05 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 3933 0 0 0 305 0 0 0 25 0 4 0 652176693 284164096 10117 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 277504

[startup+6.31248 s]
/proc/loadavg: 7.86 8.08 8.07 9/346 13110
/proc/meminfo: memFree=18058472/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=286948 CPUtime=25.15 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 26875 0 0 0 2511 4 0 0 25 0 4 0 652176692 293834752 14688 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365216 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 71737 14688 395 112 0 66702 0
[pid=13097/tid=13098] ppid=13095 vsize=286948 CPUtime=6.29 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 6948 0 0 0 629 0 0 0 25 0 4 0 652176692 293834752 14688 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=286948 CPUtime=6.29 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 6802 0 0 0 629 0 0 0 25 0 4 0 652176692 293834752 14688 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=286948 CPUtime=6.22 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 5823 0 0 0 622 0 0 0 25 0 4 0 652176693 293834752 14688 33554432000 4194304 4650419 140733520552512 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 286948

[startup+12.7004 s]
/proc/loadavg: 7.87 8.07 8.07 9/346 13110
/proc/meminfo: memFree=18024856/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=303472 CPUtime=50.64 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 39442 0 0 0 5057 7 0 0 25 0 4 0 652176692 310755328 19494 33554432000 4194304 4650419 140733520552512 18446744073709551615 4364427 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 75868 19494 395 112 0 70833 0
[pid=13097/tid=13098] ppid=13095 vsize=303472 CPUtime=12.68 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 9662 0 0 0 1267 1 0 0 25 0 4 0 652176692 310755328 19494 33554432000 4194304 4650419 140733520552512 18446744073709551615 4511549 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=303472 CPUtime=12.68 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 9838 0 0 0 1267 1 0 0 25 0 4 0 652176692 310755328 19494 33554432000 4194304 4650419 140733520552512 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=303472 CPUtime=12.56 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 8747 0 0 0 1255 1 0 0 25 0 4 0 652176693 310755328 19494 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 303472

[startup+25.5011 s]
/proc/loadavg: 7.89 8.07 8.07 9/346 13111
/proc/meminfo: memFree=17975188/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=294260 CPUtime=101.69 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 60344 0 0 0 10156 13 0 0 25 0 4 0 652176692 301322240 27773 33554432000 4194304 4650419 140733520552512 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 73565 27773 395 112 0 68530 0
[pid=13097/tid=13098] ppid=13095 vsize=294260 CPUtime=25.48 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 14464 0 0 0 2546 2 0 0 25 0 4 0 652176692 301322240 27773 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=294260 CPUtime=25.48 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 15889 0 0 0 2546 2 0 0 25 0 4 0 652176692 301322240 27773 33554432000 4194304 4650419 140733520552512 18446744073709551615 4334514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=294260 CPUtime=25.21 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 12267 0 0 0 2519 2 0 0 25 0 4 0 652176693 301322240 27773 33554432000 4194304 4650419 140733520552512 18446744073709551615 4332603 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 294260

[startup+51.1006 s]
/proc/loadavg: 8.00 8.08 8.07 9/346 13111
/proc/meminfo: memFree=17933000/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=371196 CPUtime=203.81 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 83252 0 0 0 20363 18 0 0 25 0 4 0 652176692 380104704 36128 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 92799 36128 395 112 0 87764 0
[pid=13097/tid=13098] ppid=13095 vsize=371196 CPUtime=51.08 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 21820 0 0 0 5104 4 0 0 25 0 4 0 652176692 380104704 36128 33554432000 4194304 4650419 140733520552512 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=371196 CPUtime=51.08 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 23660 0 0 0 5104 4 0 0 25 0 4 0 652176692 380104704 36128 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=371196 CPUtime=50.53 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 16802 0 0 0 5050 3 0 0 25 0 4 0 652176693 380104704 36128 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 371196

[startup+102.301 s]
/proc/loadavg: 8.11 8.10 8.07 9/346 13113
/proc/meminfo: memFree=17857456/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=447040 CPUtime=408.04 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 117103 0 0 0 40773 31 0 0 25 0 4 0 652176692 457768960 47508 33554432000 4194304 4650419 140733520552512 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 111760 47508 395 112 0 106725 0
[pid=13097/tid=13098] ppid=13095 vsize=447040 CPUtime=102.28 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 34078 0 0 0 10220 8 0 0 25 0 4 0 652176692 457768960 47508 33554432000 4194304 4650419 140733520552512 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=447040 CPUtime=102.28 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 31684 0 0 0 10220 8 0 0 25 0 4 0 652176692 457768960 47508 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=447040 CPUtime=101.17 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 21259 0 0 0 10112 5 0 0 25 0 4 0 652176693 457768960 47508 33554432000 4194304 4650419 140733520552512 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 447040

[startup+162.301 s]

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

[pid=13097] ppid=13095 vsize=560992 CPUtime=2562.07 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 305929 0 0 0 256097 110 0 0 25 0 4 0 652176692 574455808 89641 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 140248 89641 395 112 0 135213 0
[pid=13097/tid=13098] ppid=13095 vsize=560992 CPUtime=642.28 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 98404 0 0 0 64194 34 0 0 25 0 4 0 652176692 574455808 89641 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=560992 CPUtime=642.29 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 63355 0 0 0 64207 22 0 0 25 0 4 0 652176692 574455808 89641 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=560992 CPUtime=635.29 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 61671 0 0 0 63506 23 0 0 25 0 4 0 652176693 574455808 89641 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2562.07
Current children cumulated vsize (KiB) 560992

[startup+702.301 s]
/proc/loadavg: 8.08 8.10 8.09 9/346 13129
/proc/meminfo: memFree=17528520/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=574984 CPUtime=2801.41 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 315593 0 0 0 280028 113 0 0 25 0 4 0 652176692 588783616 93125 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 143746 93125 395 112 0 138711 0
[pid=13097/tid=13098] ppid=13095 vsize=574984 CPUtime=702.28 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 103386 0 0 0 70193 35 0 0 25 0 4 0 652176692 588783616 93125 33554432000 4194304 4650419 140733520552512 18446744073709551615 4363280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=574984 CPUtime=702.29 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 65268 0 0 0 70207 22 0 0 25 0 4 0 652176692 588783616 93125 33554432000 4194304 4650419 140733520552512 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=574984 CPUtime=694.65 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 64149 0 0 0 69440 25 0 0 25 0 4 0 652176693 588783616 93125 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.41
Current children cumulated vsize (KiB) 574984

[startup+762.301 s]
/proc/loadavg: 8.06 8.10 8.09 9/346 13130
/proc/meminfo: memFree=17558972/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=575112 CPUtime=3040.75 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 326170 0 0 0 303956 119 0 0 25 0 4 0 652176692 588914688 94198 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 143778 94198 395 112 0 138743 0
[pid=13097/tid=13098] ppid=13095 vsize=575112 CPUtime=762.28 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 111524 0 0 0 76190 38 0 0 25 0 4 0 652176692 588914688 94198 33554432000 4194304 4650419 140733520552512 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=575112 CPUtime=762.3 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 66926 0 0 0 76206 24 0 0 25 0 4 0 652176692 588914688 94198 33554432000 4194304 4650419 140733520552512 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=575112 CPUtime=753.99 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 64570 0 0 0 75374 25 0 0 25 0 4 0 652176693 588914688 94198 33554432000 4194304 4650419 140733520552512 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.75
Current children cumulated vsize (KiB) 575112

[startup+822.301 s]
/proc/loadavg: 8.13 8.11 8.09 9/346 13132
/proc/meminfo: memFree=17528416/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=509684 CPUtime=3280.1 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 336949 0 0 0 327886 124 0 0 25 0 4 0 652176692 521916416 93254 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 127421 93254 395 112 0 122386 0
[pid=13097/tid=13098] ppid=13095 vsize=509684 CPUtime=822.28 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 116071 0 0 0 82187 41 0 0 25 0 4 0 652176692 521916416 93254 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=509684 CPUtime=822.29 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 66934 0 0 0 82205 24 0 0 25 0 4 0 652176692 521916416 93254 33554432000 4194304 4650419 140733520552512 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=509684 CPUtime=813.34 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 67888 0 0 0 81308 26 0 0 25 0 4 0 652176693 521916416 93254 33554432000 4194304 4650419 140733520552512 18446744073709551615 4331060 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.1
Current children cumulated vsize (KiB) 509684

[startup+882.301 s]
/proc/loadavg: 8.11 8.10 8.09 9/346 13134
/proc/meminfo: memFree=17521780/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=626828 CPUtime=3519.42 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 352556 0 0 0 351812 130 0 0 25 0 4 0 652176692 641871872 95068 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 156707 95068 395 112 0 151672 0
[pid=13097/tid=13098] ppid=13095 vsize=626828 CPUtime=882.28 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 126955 0 0 0 88184 44 0 0 25 0 4 0 652176692 641871872 95068 33554432000 4194304 4650419 140733520552512 18446744073709551615 4363314 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=626828 CPUtime=882.3 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 67121 0 0 0 88206 24 0 0 25 0 4 0 652176692 641871872 95068 33554432000 4194304 4650419 140733520552512 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=626828 CPUtime=872.67 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 70737 0 0 0 87239 28 0 0 25 0 4 0 652176693 641871872 95068 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.42
Current children cumulated vsize (KiB) 626828

[startup+942.301 s]
/proc/loadavg: 8.11 8.10 8.09 9/346 13135
/proc/meminfo: memFree=17503376/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=597844 CPUtime=3758.78 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 364054 0 0 0 375741 137 0 0 25 0 4 0 652176692 612192256 99257 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 149461 99257 395 112 0 144426 0
[pid=13097/tid=13098] ppid=13095 vsize=597844 CPUtime=942.29 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 130665 0 0 0 94183 46 0 0 25 0 4 0 652176692 612192256 99257 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=597844 CPUtime=942.31 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 71155 0 0 0 94205 26 0 0 25 0 4 0 652176692 612192256 99257 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=597844 CPUtime=932.02 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 73246 0 0 0 93172 30 0 0 25 0 4 0 652176693 612192256 99257 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.78
Current children cumulated vsize (KiB) 597844

[startup+1002.3 s]
/proc/loadavg: 8.24 8.12 8.10 9/346 13137
/proc/meminfo: memFree=17487292/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=604452 CPUtime=3998.1 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 382842 0 0 0 399666 144 0 0 25 0 4 0 652176692 618958848 95723 33554432000 4194304 4650419 140733520552512 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 151113 95723 395 112 0 146078 0
[pid=13097/tid=13098] ppid=13095 vsize=604452 CPUtime=1002.29 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 137504 0 0 0 100180 49 0 0 25 0 4 0 652176692 618958848 95723 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=604452 CPUtime=1002.3 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 75586 0 0 0 100202 28 0 0 25 0 4 0 652176692 618958848 95723 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=604452 CPUtime=991.36 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 78391 0 0 0 99104 32 0 0 25 0 4 0 652176693 618958848 95723 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.1
Current children cumulated vsize (KiB) 604452

[startup+1062.31 s]
/proc/loadavg: 8.22 8.13 8.10 9/346 13138
/proc/meminfo: memFree=17480164/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=628572 CPUtime=4237.48 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 403115 0 0 0 423593 155 0 0 25 0 4 0 652176692 643657728 98826 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 157143 98826 395 112 0 152108 0
[pid=13097/tid=13098] ppid=13095 vsize=628572 CPUtime=1062.29 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 144346 0 0 0 106177 52 0 0 25 0 4 0 652176692 643657728 98826 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=628572 CPUtime=1062.31 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 80678 0 0 0 106201 30 0 0 25 0 4 0 652176692 643657728 98826 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=628572 CPUtime=1050.72 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 82758 0 0 0 105037 35 0 0 25 0 4 0 652176693 643657728 98826 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.48
Current children cumulated vsize (KiB) 628572

[startup+1122.3 s]
/proc/loadavg: 8.25 8.15 8.10 9/346 13149
/proc/meminfo: memFree=17457224/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=693604 CPUtime=4476.75 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 416185 0 0 0 447512 163 0 0 25 0 4 0 652176692 710250496 106622 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 173401 106622 395 112 0 168366 0
[pid=13097/tid=13098] ppid=13095 vsize=693604 CPUtime=1122.29 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 150493 0 0 0 112174 55 0 0 25 0 4 0 652176692 710250496 106622 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=693604 CPUtime=1122.28 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 84444 0 0 0 112194 34 0 0 25 0 4 0 652176692 710250496 106622 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=693604 CPUtime=1110.05 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 83792 0 0 0 110970 35 0 0 25 0 4 0 652176693 710250496 106622 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.75
Current children cumulated vsize (KiB) 693604

[startup+1182.3 s]
/proc/loadavg: 8.26 8.17 8.11 9/346 13151
/proc/meminfo: memFree=17445460/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=640752 CPUtime=4716.08 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 431131 0 0 0 471437 171 0 0 25 0 4 0 652176692 656130048 110292 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 160188 110292 395 112 0 155153 0
[pid=13097/tid=13098] ppid=13095 vsize=640752 CPUtime=1182.28 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 156957 0 0 0 118170 58 0 0 25 0 4 0 652176692 656130048 110292 33554432000 4194304 4650419 140733520552512 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=640752 CPUtime=1182.28 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 85569 0 0 0 118193 35 0 0 25 0 4 0 652176692 656130048 110292 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=640752 CPUtime=1169.4 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 87042 0 0 0 116903 37 0 0 25 0 4 0 652176693 656130048 110292 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.08
Current children cumulated vsize (KiB) 640752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.19 8.16 8.10 5/342 13152
/proc/meminfo: memFree=17714684/32951124 swapFree=67082152/67111528
[pid=13097] ppid=13095 vsize=640800 CPUtime=4800.26 cores=0,2,4,6
/proc/13097/stat : 13097 (strangenight1-m) R 13095 13097 13065 0 -1 4202496 435934 0 0 0 479853 173 0 0 25 0 4 0 652176692 656179200 111127 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13097/statm: 160200 111127 395 112 0 155165 0
[pid=13097/tid=13098] ppid=13095 vsize=640800 CPUtime=1203.4 cores=0,2,4,6
/proc/13097/task/13098/stat : 13098 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 159412 0 0 0 120280 60 0 0 25 0 4 0 652176692 656179200 111128 33554432000 4194304 4650419 140733520552512 18446744073709551615 4329860 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13097/tid=13099] ppid=13095 vsize=640800 CPUtime=1203.39 cores=0,2,4,6
/proc/13097/task/13099/stat : 13099 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 85754 0 0 0 120304 35 0 0 25 0 4 0 652176692 656179200 111128 33554432000 4194304 4650419 140733520552512 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13097/tid=13100] ppid=13095 vsize=640800 CPUtime=1190.27 cores=0,2,4,6
/proc/13097/task/13100/stat : 13100 (strangenight1-m) R 13095 13097 13065 0 -1 4202560 87042 0 0 0 118990 37 0 0 25 0 4 0 652176693 656179200 111128 33554432000 4194304 4650419 140733520552512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 640800

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.44
CPU time (s): 4800.33
CPU user time (s): 4798.58
CPU system time (s): 1.75273
CPU usage (%): 398.884
Max. virtual memory (cumulated for all children) (KiB): 742144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.58
system time used= 1.75273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 435936
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= 337
involuntary context switches= 24644

runsolver used 3.68544 second user time and 9.48656 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-14 22:43:07
IDJOB=3368907
IDBENCH=82916
IDSOLVER=1846
FILE ID=node136/3368907-1305405787
RUNJOBID= node136-1305405787-13083
PBS_JOBID= 13324500
Free space on /tmp= 72996 MiB

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

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

MD5SUM BENCH= e7d056c40976f07c31ebd30dc9590b89
RANDOM SEED=843837493

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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:      18169432 kB
Buffers:        295748 kB
Cached:        5028884 kB
SwapCached:       2740 kB
Active:       10551476 kB
Inactive:      3886924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18169432 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:     9112812 kB
Mapped:          27136 kB
Slab:           236848 kB
PageTables:      39496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69855228 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= 72988 MiB
End job on node136 at 2011-05-14 23:03:13