Trace number 3175314

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.38 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S549184435-037.UNKNOWN.cnf
MD5SUMab99d3f634575de78557b69bc7096528
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.2033
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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-3175314-1304113091.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:        1704
0.00/0.00	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.00	c -- vars added        400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1704/1704 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:    400 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:     11  v-fix:    0  time:  0.00 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:     201 undec:      50 neg:     149
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       389      1698         0         0      5156         0   no data   no data  --
0.17/0.05	c Decided on static restart strategy
0.40/0.14	c  N st     8      4916       389      1698         0      4809      5156     92747   no data   no data  --
1.17/0.37	c  N st    10     11302       389      1698         0      4463      5156     65544   no data   no data  --
2.37/0.62	c  N st    11     17046       389      1698         0     10068      5156    181222   no data   no data  --
3.99/1.00	c  F st    12     25001       389      1698         0     12299      5156    214428   no data   no data  --
3.99/1.00	c  N st    12     25001       389      1698         0     12299      5156    214428   no data   no data  --
4.77/1.24	c Decided on static restart strategy
4.77/1.24	c  N st    18     30001       389      1698         0     10617      5156    174256   no data   no data  --
4.77/1.24	c  S st    18     30001       389      1698         0     10617      5156    174256   no data   no data  --
4.77/1.27	c  S st    18     30508       389      1698         0     11122      5156    184496   no data   no data  --
4.77/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
4.77/1.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.45	c lits-rem:       214  cl-subs:      627  v-elim:      0  v-fix:    0  time:  0.68 s
5.57/1.46	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.03
5.57/1.46	c calculated reachability. Time: 0.00
5.57/1.46	c  N st    18     30508       389      1698         0     10495      5156    171227   no data   no data  --
7.17/1.84	c  N st    20     37619       389      1698         0      9740      5156    138997   no data   no data  --
8.79/2.21	c  N st    21     44018       389      1698         0     15953      5156    256367   no data   no data  --
9.16/2.33	c  S st    22     45763       389      1698         0      8961      5156    109097   no data   no data  --
9.16/2.35	c  S st    22     46269       389      1698         0      9467      5156    119022   no data   no data  --
9.16/2.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.16/2.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.16/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.16/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
9.16/2.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.43	c lits-rem:        40  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.28 s
9.56/2.43	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
9.56/2.43	c vivif2 --  cl tried     9340 cl shrink        0 lits rem          0 time: 0.00
9.56/2.44	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.03
9.56/2.44	c calculated reachability. Time: 0.00
9.56/2.44	c  N st    22     46269       389      1698         0      9340      5156    116642   no data   no data  --
13.18/3.33	c  N st    23     60667       389      1698         0     13699      5156    196255   no data   no data  --
15.56/3.99	c  N st    24     69407       389      1698         0     11474      5156    140728   no data   no data  --
15.56/3.99	c  S st    24     69407       389      1698         0     11474      5156    140728   no data   no data  --
15.95/4.02	c  S st    24     69908       389      1698         0     11974      5156    150573   no data   no data  --
15.95/4.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.95/4.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.95/4.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.95/4.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.95/4.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.95/4.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
15.95/4.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.35/4.17	c lits-rem:        56  cl-subs:      218  v-elim:      0  v-fix:    0  time:  0.56 s
16.35/4.17	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
16.35/4.17	c vivif2 --  cl tried    11756 cl shrink        0 lits rem          0 time: 0.01
16.35/4.18	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.03
16.35/4.18	c calculated reachability. Time: 0.00
16.35/4.18	c  N st    24     69908       389      1698         0     11756      5156    146550   no data   no data  --
21.56/5.44	c  F st    25     87501       389      1698         0     17155      5156    250059   no data   no data  --
21.56/5.44	c  N st    25     87501       389      1698         0     17155      5156    250059   no data   no data  --
23.14/5.86	c Decided on static restart strategy
24.34/6.12	c  N st    32     95543       389      1698         0     24986      5156    407700   no data   no data  --
27.13/6.82	c  N st    34    104863       389      1698         0     21425      5156    325068   no data   no data  --
27.13/6.82	c  S st    34    104863       389      1698         0     21425      5156    325068   no data   no data  --
27.13/6.88	c  S st    34    105369       389      1698         0     21929      5156    334677   no data   no data  --
27.13/6.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.13/6.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.13/6.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.13/6.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.13/6.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.13/6.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
27.13/6.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.36/7.63	c lits-rem:       295  cl-subs:     1198  v-elim:      0  v-fix:    0  time:  2.94 s
30.36/7.63	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
30.36/7.63	c vivif2 --  cl tried    20731 cl shrink        0 lits rem          0 time: 0.01
30.36/7.65	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.06
30.36/7.65	c calculated reachability. Time: 0.00
30.36/7.65	c  N st    34    105369       389      1698         0     20731      5156    310532   no data   no data  --
33.13/8.36	c  N st    35    114968       389      1698         0     16510      5156    208162   no data   no data  --
37.92/9.55	c  N st    36    129367       389      1698         0     15919      5156    182468   no data   no data  --
44.71/11.28	c  N st    37    150963       389      1698         0     21459      5156    290144   no data   no data  --
47.11/11.88	c  S st    38    158054       389      1698         0     28362      5156    434319   no data   no data  --
47.51/11.95	c  S st    38    158556       389      1698         0     28863      5156    443952   no data   no data  --
47.51/11.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.51/11.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.51/11.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
47.51/11.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.51/11.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
47.51/11.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.11/13.30	c lits-rem:       602  cl-subs:     1289  v-elim:      0  v-fix:    0  time:  5.30 s
53.11/13.30	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
53.11/13.31	c vivif2 --  cl tried    27574 cl shrink        0 lits rem          0 time: 0.02
53.11/13.33	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.08
53.11/13.33	c calculated reachability. Time: 0.00
53.11/13.33	c  N st    38    158556       389      1698         0     27574      5156    416197   no data   no data  --
71.47/17.97	c  N st    39    207144       389      1698         0     22128      5156    267483   no data   no data  --
83.86/21.05	c  N st    40    237834       389      1698         0     32477      5156    454795   no data   no data  --
83.86/21.05	c  S st    40    237834       389      1698         0     32477      5156    454795   no data   no data  --
84.26/21.14	c  S st    40    238334       389      1698         0     32974      5156    464954   no data   no data  --
84.26/21.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
84.26/21.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.26/21.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
84.26/21.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.26/21.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.26/21.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
84.26/21.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.25/22.66	c lits-rem:       769  cl-subs:     2212  v-elim:      0  v-fix:    0  time:  5.93 s
90.25/22.66	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
90.25/22.66	c vivif2 --  cl tried    30762 cl shrink        0 lits rem          0 time: 0.02
90.25/22.68	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.10
90.25/22.68	c calculated reachability. Time: 0.00
90.25/22.68	c  N st    40    238334       389      1698         0     30762      5156    423635   no data   no data  --
120.61/30.28	c  F st    41    306250       389      1698         0     32660      5156    417314   no data   no data  --
120.61/30.28	c  N st    41    306250       389      1698         0     32660      5156    417314   no data   no data  --
123.41/30.97	c Decided on static restart strategy
134.19/33.69	c  N st    51    334555       389      1698         0     36874      5156    497052   no data   no data  --
145.78/36.58	c  N st    53    357501       389      1698         0     34863      5156    436514   no data   no data  --
145.78/36.58	c  S st    53    357501       389      1698         0     34863      5156    436514   no data   no data  --
146.18/36.67	c  S st    53    358003       389      1698         0     35364      5156    446409   no data   no data  --
146.18/36.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.18/36.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.18/36.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
146.58/36.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.58/36.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.58/36.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
146.58/36.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.17/38.12	c lits-rem:       628  cl-subs:     2046  v-elim:      0  v-fix:    0  time:  5.69 s
152.17/38.12	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
152.17/38.13	c vivif2 --  cl tried    33318 cl shrink        0 lits rem          0 time: 0.02
152.17/38.15	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.10
152.17/38.16	c calculated reachability. Time: 0.00
152.17/38.16	c  N st    53    358003       389      1698         0     33318      5156    409525   no data   no data  --
168.95/42.37	c  N st    54    390395       389      1698         0     39495      5156    533295   no data   no data  --
201.30/50.42	c  N st    55    438984       389      1698         0     33164      5156    366811   no data   no data  --
244.44/61.26	c  N st    56    511866       389      1698         0     46647      5156    620826   no data   no data  --
258.84/64.86	c  N st    57    537006       389      1698         0     41009      5156    509441   no data   no data  --
258.84/64.86	c  S st    57    537006       389      1698         0     41009      5156    509441   no data   no data  --
259.24/64.96	c  S st    57    537510       389      1698         0     41509      5156    519702   no data   no data  --
259.24/64.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
259.24/64.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
259.24/64.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
259.24/64.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.24/64.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.24/64.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
259.24/64.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
266.02/66.65	c lits-rem:       846  cl-subs:     1806  v-elim:      0  v-fix:    0  time:  6.63 s
266.02/66.65	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
266.02/66.66	c vivif2 --  cl tried    39703 cl shrink        0 lits rem          0 time: 0.02
266.02/66.69	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.14
266.02/66.69	c calculated reachability. Time: 0.00
266.02/66.69	c  N st    57    537510       389      1698         0     39703      5156    484154   no data   no data  --
381.88/95.62	c  N st    58    701494       389      1698         0     68267      5156    958976   no data   no data  --
455.37/114.07	c  N st    59    806266       389      1698         0     62571      5156    859370   no data   no data  --
455.37/114.07	c  S st    59    806266       389      1698         0     62571      5156    859370   no data   no data  --
456.17/114.25	c  S st    59    806769       389      1698         0     63073      5156    870021   no data   no data  --
456.17/114.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
456.17/114.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
456.17/114.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
456.58/114.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
456.58/114.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
456.58/114.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
456.58/114.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
470.54/117.86	c lits-rem:      1396  cl-subs:     5622  v-elim:      0  v-fix:    0  time: 14.22 s
470.54/117.86	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
470.54/117.87	c vivif2 --  cl tried    57451 cl shrink        0 lits rem          0 time: 0.04
470.94/117.94	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.27
470.94/117.94	c calculated reachability. Time: 0.00
470.94/117.94	c  N st    59    806769       389      1698         0     57451      5156    766440   no data   no data  --
682.65/170.96	c  F st    60   1071875       389      1698         0     72914      5156    991161   no data   no data  --
682.65/170.96	c  N st    60   1071875       389      1698         0     72914      5156    991161   no data   no data  --
687.86/172.26	c Decided on static restart strategy
709.83/177.78	c  N st    70   1100181       389      1698         0     57089      5156    664960   no data   no data  --
742.98/186.01	c  N st    72   1136173       389      1698         0     47535      5156    451464   no data   no data  --
770.13/192.82	c  N st    73   1168565       389      1698         0     79166      5156   1119062   no data   no data  --
808.10/202.33	c  N st    74   1210153       389      1698         0     73794      5156    959699   no data   no data  --
808.10/202.33	c  S st    74   1210153       389      1698         0     73794      5156    959699   no data   no data  --
808.88/202.56	c  S st    74   1210660       389      1698         0     74298      5156    969847   no data   no data  --
808.88/202.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
808.88/202.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
809.28/202.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
809.28/202.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
809.28/202.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.28/202.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
809.28/202.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
827.67/207.20	c lits-rem:      1394  cl-subs:     4838  v-elim:      0  v-fix:    0  time: 18.26 s
827.67/207.20	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
827.67/207.21	c vivif2 --  cl tried    69460 cl shrink        0 lits rem          0 time: 0.05
828.07/207.32	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.44
828.07/207.33	c calculated reachability. Time: 0.00
828.07/207.33	c  N st    74   1210660       389      1698         0     69460      5156    883412   no data   no data  --
902.76/226.10	c  N st    75   1283543       389      1698         0     93456      5156   1364112   no data   no data  --
1017.81/254.89	c  N st    76   1392866       389      1698         0     54175      5156    524983   no data   no data  --
1182.00/295.93	c  N st    77   1556850       389      1698         0     58582      5156    567795   no data   no data  --
1341.37/335.88	c  N st    78   1710660       389      1698         0     99920      5156   1376021   no data   no data  --
1341.37/335.88	c  S st    78   1710660       389      1698         0     99920      5156   1376021   no data   no data  --
1342.97/336.23	c  S st    78   1711162       389      1698         0    100422      5156   1386686   no data   no data  --
1342.97/336.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1342.97/336.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1342.97/336.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1343.37/336.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1343.37/336.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1343.37/336.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
1343.37/336.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1379.33/345.40	c lits-rem:       318  cl-subs:    10779  v-elim:      0  v-fix:    0  time: 36.20 s
1379.33/345.40	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
1379.74/345.41	c vivif2 --  cl tried    89643 cl shrink        0 lits rem          0 time: 0.06
1380.11/345.54	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.52
1380.11/345.54	c calculated reachability. Time: 0.00
1380.11/345.54	c  N st    78   1711162       389      1698         0     89643      5156   1197171   no data   no data  --
1754.42/439.26	c  N st    79   2080126       389      1698         0    101750      5156   1375083   no data   no data  --
1911.43/478.56	c  N st    80   2211163       389      1698         0    105709      5156   1444681   no data   no data  --
1911.43/478.56	c  S st    80   2211163       389      1698         0    105709      5156   1444681   no data   no data  --
1913.00/478.95	c  S st    80   2211665       389      1698         0    106203      5156   1455308   no data   no data  --
1913.00/478.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1913.00/478.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1913.40/479.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1913.40/479.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1913.40/479.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1913.40/479.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
1913.40/479.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1947.75/487.67	c lits-rem:       227  cl-subs:     8193  v-elim:      0  v-fix:    0  time: 34.38 s
1947.75/487.67	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
1947.75/487.68	c vivif2 --  cl tried    98010 cl shrink        0 lits rem          0 time: 0.07
1948.55/487.83	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.58
1948.55/487.83	c calculated reachability. Time: 0.00
1948.55/487.83	c  N st    80   2211665       389      1698         0     98010      5156   1304397   no data   no data  --
2544.95/637.15	c  N st    81   2711667       389      1698         0    121407      5156   1661557   no data   no data  --
2544.95/637.15	c  S st    81   2711667       389      1698         0    121407      5156   1661557   no data   no data  --
2546.55/637.59	c  S st    81   2712168       389      1698         0    121905      5156   1671884   no data   no data  --
2546.95/637.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2546.95/637.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2546.95/637.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2547.34/637.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2547.34/637.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2547.34/637.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
2547.34/637.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2598.48/650.53	c lits-rem:       416  cl-subs:    12346  v-elim:      0  v-fix:    0  time: 51.17 s
2598.48/650.53	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
2598.48/650.55	c vivif2 --  cl tried   109559 cl shrink        0 lits rem          0 time: 0.07
2599.27/650.71	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.66
2599.27/650.72	c calculated reachability. Time: 0.00
2599.27/650.72	c  N st    81   2712168       389      1698         0    109559      5156   1458611   no data   no data  --
3271.98/819.18	c  N st    82   3212170       389      1698         0     85632      5156    836209   no data   no data  --
3271.98/819.18	c  S st    82   3212170       389      1698         0     85632      5156    836209   no data   no data  --
3273.59/819.52	c  S st    82   3212672       389      1698         0     86133      5156    846885   no data   no data  --
3273.59/819.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3273.59/819.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3273.59/819.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
3273.97/819.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3273.97/819.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3273.97/819.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
3273.97/819.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3290.76/823.81	c lits-rem:       617  cl-subs:     2226  v-elim:      0  v-fix:    0  time: 16.76 s
3290.76/823.81	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
3290.76/823.82	c vivif2 --  cl tried    83907 cl shrink        0 lits rem          0 time: 0.05
3291.16/823.95	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.53
3291.16/823.95	c calculated reachability. Time: 0.00
3291.16/823.95	c  N st    82   3212672       389      1698         0     83907      5156    810838   no data   no data  --
4038.54/1011.03	c  N st    83   3712674       389      1698         0     94475      5156    937994   no data   no data  --
4038.54/1011.03	c  S st    83   3712674       389      1698         0     94475      5156    937994   no data   no data  --
4039.74/1011.34	c  S st    83   3713179       389      1698         0     94974      5156    948987   no data   no data  --
4039.74/1011.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4039.74/1011.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4039.74/1011.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
4040.14/1011.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4040.14/1011.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4040.14/1011.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
4040.14/1011.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4054.53/1015.04	c lits-rem:       686  cl-subs:     3835  v-elim:      0  v-fix:    0  time: 14.44 s
4054.53/1015.04	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
4054.53/1015.05	c vivif2 --  cl tried    91139 cl shrink        0 lits rem          0 time: 0.05
4054.93/1015.16	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.45
4054.93/1015.16	c calculated reachability. Time: 0.00
4054.93/1015.17	c  N st    83   3713179       389      1698         0     91139      5156    886290   no data   no data  --
4112.86/1029.63	c  F st    84   3751563       389      1698         0    128158      5156   1672664   no data   no data  --
4112.86/1029.63	c  N st    84   3751563       389      1698         0    128158      5156   1672664   no data   no data  --
4124.42/1032.50	c Decided on static restart strategy
4163.98/1042.49	c  N st    94   3779867       389      1698         0    155582      5156   2241380   no data   no data  --
4217.10/1055.78	c  N st    96   3815861       389      1698         0    108489      5156   1197638   no data   no data  --
4271.05/1069.26	c  N st    97   3848254       389      1698         0    139659      5156   1825791   no data   no data  --
4360.51/1091.69	c  N st    98   3896845       389      1698         0    103713      5156   1106446   no data   no data  --
4499.14/1126.35	c  N st    99   3969728       389      1698         0     90064      5156    819559   no data   no data  --
4684.10/1172.69	c  N st   100   4079051       389      1698         0    110214      5156   1208498   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-3175314-1304113091/watcher-3175314-1304113091 -o /tmp/evaluation-result-3175314-1304113091/solver-3175314-1304113091 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175314-1304113091.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.79 8.02 8.03 6/180 3857
/proc/meminfo: memFree=30288300/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 522909827 52465664 356 33554432000 4194304 4650419 140733329476192 18446744073709551615 222921777083 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 12809 356 306 112 0 7774 0
[pid=3857/tid=3858] ppid=3855 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522909827 52465664 356 33554432000 4194304 4650419 140733329476192 18446744073709551615 47803642230706 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522909827 52465664 356 33554432000 4194304 4650419 140733329476192 18446744073709551615 47803642230704 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522909827 52465664 356 33554432000 4194304 4650419 140733329476192 18446744073709551615 222916824150 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.051117 s]
/proc/loadavg: 7.79 8.02 8.03 6/180 3857
/proc/meminfo: memFree=30288300/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=282460 CPUtime=0.17 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 1339 0 0 0 17 0 0 0 25 0 4 0 522909827 289239040 1224 33554432000 4194304 4650419 140733329476192 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 70615 1224 390 112 0 65580 0
[pid=3857/tid=3858] ppid=3855 vsize=282460 CPUtime=0.04 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 252 0 0 0 4 0 0 0 18 0 4 0 522909827 289239040 1224 33554432000 4194304 4650419 140733329476192 18446744073709551615 222921473803 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=282460 CPUtime=0.04 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 235 0 0 0 4 0 0 0 25 0 4 0 522909827 289239040 1224 33554432000 4194304 4650419 140733329476192 18446744073709551615 222921882143 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=282460 CPUtime=0.04 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 164 0 0 0 4 0 0 0 25 0 4 0 522909827 289239040 1224 33554432000 4194304 4650419 140733329476192 18446744073709551615 222921882094 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 282460

[startup+0.10746 s]
/proc/loadavg: 7.79 8.02 8.03 6/180 3857
/proc/meminfo: memFree=30288300/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=282608 CPUtime=0.4 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 1629 0 0 0 40 0 0 0 25 0 4 0 522909827 289390592 1514 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 70652 1514 391 112 0 65617 0
[pid=3857/tid=3858] ppid=3855 vsize=282608 CPUtime=0.1 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 308 0 0 0 10 0 0 0 18 0 4 0 522909827 289390592 1514 33554432000 4194304 4650419 140733329476192 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=282608 CPUtime=0.09 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 315 0 0 0 9 0 0 0 25 0 4 0 522909827 289390592 1515 33554432000 4194304 4650419 140733329476192 18446744073709551615 4315467 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=282608 CPUtime=0.09 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 244 0 0 0 9 0 0 0 25 0 4 0 522909827 289390592 1515 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282608

[startup+0.300425 s]
/proc/loadavg: 7.79 8.02 8.03 6/180 3857
/proc/meminfo: memFree=30288300/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=283800 CPUtime=1.17 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 2580 0 0 0 117 0 0 0 25 0 4 0 522909827 290611200 1986 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 70950 1986 393 112 0 65915 0
[pid=3857/tid=3858] ppid=3855 vsize=283800 CPUtime=0.29 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 542 0 0 0 29 0 0 0 18 0 4 0 522909827 290611200 1986 33554432000 4194304 4650419 140733329476192 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=283800 CPUtime=0.29 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 560 0 0 0 29 0 0 0 25 0 4 0 522909827 290611200 1986 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=283800 CPUtime=0.29 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 468 0 0 0 29 0 0 0 25 0 4 0 522909827 290611200 1986 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366882 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283800

[startup+0.700354 s]
/proc/loadavg: 7.79 8.02 8.03 6/180 3857
/proc/meminfo: memFree=30288300/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=285196 CPUtime=2.77 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 4370 0 0 0 277 0 0 0 25 0 4 0 522909827 292040704 2344 33554432000 4194304 4650419 140733329476192 18446744073709551615 4306746 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 71299 2344 393 112 0 66264 0
[pid=3857/tid=3858] ppid=3855 vsize=285196 CPUtime=0.69 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 1058 0 0 0 69 0 0 0 18 0 4 0 522909827 292040704 2344 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=285196 CPUtime=0.69 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 909 0 0 0 69 0 0 0 25 0 4 0 522909827 292040704 2344 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=285196 CPUtime=0.69 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 914 0 0 0 69 0 0 0 25 0 4 0 522909827 292040704 2344 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285196

[startup+1.50021 s]
/proc/loadavg: 7.79 8.02 8.03 9/184 3861
/proc/meminfo: memFree=30277724/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=285976 CPUtime=5.97 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 7718 0 0 0 596 1 0 0 25 0 4 0 522909827 292839424 4266 33554432000 4194304 4650419 140733329476192 18446744073709551615 4360470 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 71494 4266 395 112 0 66459 0
[pid=3857/tid=3858] ppid=3855 vsize=285976 CPUtime=1.49 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 1613 0 0 0 149 0 0 0 19 0 4 0 522909827 292839424 4266 33554432000 4194304 4650419 140733329476192 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=285976 CPUtime=1.49 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 1548 0 0 0 149 0 0 0 25 0 4 0 522909827 292839424 4266 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=285976 CPUtime=1.48 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 1433 0 0 0 148 0 0 0 25 0 4 0 522909827 292839424 4266 33554432000 4194304 4650419 140733329476192 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285976

[startup+3.10092 s]
/proc/loadavg: 7.79 8.02 8.03 9/184 3861
/proc/meminfo: memFree=30260240/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=293880 CPUtime=12.36 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 15468 0 0 0 1235 1 0 0 25 0 4 0 522909827 300933120 8907 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 73470 8907 395 112 0 68435 0
[pid=3857/tid=3858] ppid=3855 vsize=293880 CPUtime=3.09 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 3574 0 0 0 309 0 0 0 25 0 4 0 522909827 300933120 8907 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=293880 CPUtime=3.08 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 3983 0 0 0 308 0 0 0 25 0 4 0 522909827 300933120 8907 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=293880 CPUtime=3.07 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 3745 0 0 0 307 0 0 0 25 0 4 0 522909827 300933120 8907 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 293880

[startup+6.30033 s]
/proc/loadavg: 7.89 8.04 8.03 9/184 3861
/proc/meminfo: memFree=30240492/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=294500 CPUtime=25.14 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 22446 0 0 0 2511 3 0 0 25 0 4 0 522909827 301568000 12381 33554432000 4194304 4650419 140733329476192 18446744073709551615 4514716 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 73625 12381 395 112 0 68590 0
[pid=3857/tid=3858] ppid=3855 vsize=294500 CPUtime=6.29 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 5872 0 0 0 628 1 0 0 25 0 4 0 522909827 301568000 12381 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=294500 CPUtime=6.29 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 5965 0 0 0 628 1 0 0 25 0 4 0 522909827 301568000 12381 33554432000 4194304 4650419 140733329476192 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=294500 CPUtime=6.25 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 5141 0 0 0 625 0 0 0 25 0 4 0 522909827 301568000 12381 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 294500

[startup+12.7012 s]
/proc/loadavg: 7.89 8.04 8.03 9/184 3861
/proc/meminfo: memFree=30210592/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=303908 CPUtime=50.71 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 34493 0 0 0 5066 5 0 0 25 0 4 0 522909827 311201792 16548 33554432000 4194304 4650419 140733329476192 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 75977 16548 395 112 0 70942 0
[pid=3857/tid=3858] ppid=3855 vsize=303908 CPUtime=12.68 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 9075 0 0 0 1267 1 0 0 25 0 4 0 522909827 311201792 16548 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=303908 CPUtime=12.68 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 8294 0 0 0 1267 1 0 0 25 0 4 0 522909827 311201792 16548 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=303908 CPUtime=12.62 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 7798 0 0 0 1261 1 0 0 25 0 4 0 522909827 311201792 16548 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 303908

[startup+25.5008 s]
/proc/loadavg: 7.92 8.03 8.03 9/184 3862
/proc/meminfo: memFree=30186376/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=306312 CPUtime=101.84 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 51865 0 0 0 10175 9 0 0 25 0 4 0 522909827 313663488 21870 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 76578 21870 395 112 0 71543 0
[pid=3857/tid=3858] ppid=3855 vsize=306312 CPUtime=25.49 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 14153 0 0 0 2547 2 0 0 25 0 4 0 522909827 313663488 21870 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=306312 CPUtime=25.48 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 13307 0 0 0 2546 2 0 0 25 0 4 0 522909827 313663488 21870 33554432000 4194304 4650419 140733329476192 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=306312 CPUtime=25.35 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 10813 0 0 0 2533 2 0 0 25 0 4 0 522909827 313663488 21870 33554432000 4194304 4650419 140733329476192 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 306312

[startup+51.1011 s]
/proc/loadavg: 7.65 7.96 8.01 9/184 3893
/proc/meminfo: memFree=30597388/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=307276 CPUtime=204.1 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 78310 0 0 0 20392 18 0 0 25 0 4 0 522909827 314650624 27517 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 76819 27517 395 112 0 71784 0
[pid=3857/tid=3858] ppid=3855 vsize=307276 CPUtime=51.09 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 21523 0 0 0 5105 4 0 0 25 0 4 0 522909827 314650624 27517 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=307276 CPUtime=51.08 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 20769 0 0 0 5104 4 0 0 25 0 4 0 522909827 314650624 27517 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=307276 CPUtime=50.8 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 15680 0 0 0 5077 3 0 0 25 0 4 0 522909827 314650624 27517 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 307276

[startup+102.307 s]
/proc/loadavg: 7.96 8.00 8.01 9/184 3895
/proc/meminfo: memFree=30527352/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=309644 CPUtime=408.65 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 116883 0 0 0 40834 31 0 0 25 0 4 0 522909827 317075456 32483 33554432000 4194304 4650419 140733329476192 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 77411 32483 395 112 0 72376 0
[pid=3857/tid=3858] ppid=3855 vsize=309644 CPUtime=102.3 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 34078 0 0 0 10222 8 0 0 25 0 4 0 522909827 317075456 32483 33554432000 4194304 4650419 140733329476192 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=309644 CPUtime=102.29 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 30500 0 0 0 10221 8 0 0 25 0 4 0 522909827 317075456 32483 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=309644 CPUtime=101.72 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 22775 0 0 0 10166 6 0 0 25 0 4 0 522909827 317075456 32483 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 309644

[startup+162.301 s]

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

[pid=3857] ppid=3855 vsize=448312 CPUtime=2805.4 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 393722 0 0 0 280378 162 0 0 25 0 4 0 522909827 459071488 74490 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 112078 74490 395 112 0 107043 0
[pid=3857/tid=3858] ppid=3855 vsize=448312 CPUtime=702.3 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 109855 0 0 0 70185 45 0 0 25 0 4 0 522909827 459071488 74490 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=448312 CPUtime=702.31 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 107560 0 0 0 70187 44 0 0 25 0 4 0 522909827 459071488 74490 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=448312 CPUtime=698.45 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 67041 0 0 0 69819 26 0 0 25 0 4 0 522909827 459071488 74490 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 448312

[startup+762.307 s]
/proc/loadavg: 8.09 8.10 8.04 9/184 3912
/proc/meminfo: memFree=30210624/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=413296 CPUtime=3045.1 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 415828 0 0 0 304338 172 0 0 25 0 4 0 522909827 423215104 71690 33554432000 4194304 4650419 140733329476192 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 103324 71690 395 112 0 98289 0
[pid=3857/tid=3858] ppid=3855 vsize=413296 CPUtime=762.31 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 115718 0 0 0 76183 48 0 0 25 0 4 0 522909827 423215104 71690 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=413296 CPUtime=762.32 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 112854 0 0 0 76185 47 0 0 25 0 4 0 522909827 423215104 71690 33554432000 4194304 4650419 140733329476192 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=413296 CPUtime=758.13 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 71780 0 0 0 75785 28 0 0 25 0 4 0 522909827 423215104 71690 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 413296

[startup+822.301 s]
/proc/loadavg: 8.19 8.12 8.05 9/184 3914
/proc/meminfo: memFree=30184644/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=502688 CPUtime=3284.75 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 438267 0 0 0 328292 183 0 0 25 0 4 0 522909827 514752512 77746 33554432000 4194304 4650419 140733329476192 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 125672 77746 395 112 0 120637 0
[pid=3857/tid=3858] ppid=3855 vsize=502688 CPUtime=822.31 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 123362 0 0 0 82180 51 0 0 25 0 4 0 522909827 514752512 77746 33554432000 4194304 4650419 140733329476192 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=502688 CPUtime=822.31 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 118067 0 0 0 82182 49 0 0 25 0 4 0 522909827 514752512 77746 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=502688 CPUtime=817.79 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 76286 0 0 0 81748 31 0 0 25 0 4 0 522909827 514752512 77746 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 502688

[startup+882.301 s]
/proc/loadavg: 8.15 8.13 8.05 9/184 3916
/proc/meminfo: memFree=30154564/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=505896 CPUtime=3524.43 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 459286 0 0 0 352248 195 0 0 25 0 4 0 522909827 518037504 82188 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 126474 82188 395 112 0 121439 0
[pid=3857/tid=3858] ppid=3855 vsize=505896 CPUtime=882.31 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 130104 0 0 0 88176 55 0 0 25 0 4 0 522909827 518037504 82188 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=505896 CPUtime=882.31 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 123816 0 0 0 88179 52 0 0 25 0 4 0 522909827 518037504 82188 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=505896 CPUtime=877.47 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 79820 0 0 0 87713 34 0 0 25 0 4 0 522909827 518037504 82188 33554432000 4194304 4650419 140733329476192 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 505896

[startup+942.301 s]
/proc/loadavg: 8.21 8.15 8.06 9/184 3917
/proc/meminfo: memFree=30150880/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=506172 CPUtime=3764.11 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 476799 0 0 0 376204 207 0 0 25 0 4 0 522909827 518320128 81022 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 126543 81022 395 112 0 121508 0
[pid=3857/tid=3858] ppid=3855 vsize=506172 CPUtime=942.31 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 135389 0 0 0 94174 57 0 0 25 0 4 0 522909827 518320128 81022 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=506172 CPUtime=942.31 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 128787 0 0 0 94176 55 0 0 25 0 4 0 522909827 518320128 81022 33554432000 4194304 4650419 140733329476192 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=506172 CPUtime=937.14 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 81692 0 0 0 93679 35 0 0 25 0 4 0 522909827 518320128 81022 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 506172

[startup+1002.3 s]
/proc/loadavg: 8.19 8.15 8.07 9/184 3919
/proc/meminfo: memFree=30128628/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=506420 CPUtime=4003.79 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 494849 0 0 0 400162 217 0 0 25 0 4 0 522909827 518574080 85367 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 126605 85367 395 112 0 121570 0
[pid=3857/tid=3858] ppid=3855 vsize=506420 CPUtime=1002.31 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 139852 0 0 0 100171 60 0 0 25 0 4 0 522909827 518574080 85367 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=506420 CPUtime=1002.32 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 133976 0 0 0 100174 58 0 0 25 0 4 0 522909827 518574080 85367 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=506420 CPUtime=996.81 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 84879 0 0 0 99644 37 0 0 25 0 4 0 522909827 518574080 85367 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 506420

[startup+1062.3 s]
/proc/loadavg: 8.18 8.15 8.07 9/184 3920
/proc/meminfo: memFree=30131044/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=506684 CPUtime=4243.46 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 514269 0 0 0 424120 226 0 0 25 0 4 0 522909827 518844416 83977 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 126671 83977 395 112 0 121636 0
[pid=3857/tid=3858] ppid=3855 vsize=506684 CPUtime=1062.31 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 147445 0 0 0 106169 62 0 0 25 0 4 0 522909827 518844416 83977 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=506684 CPUtime=1062.32 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 138275 0 0 0 106171 61 0 0 25 0 4 0 522909827 518844416 83977 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=506684 CPUtime=1056.49 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 87409 0 0 0 105610 39 0 0 25 0 4 0 522909827 518844416 83977 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 506684

[startup+1122.3 s]
/proc/loadavg: 8.13 8.14 8.07 9/184 3922
/proc/meminfo: memFree=30096868/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=581332 CPUtime=4483.14 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 532022 0 0 0 448079 235 0 0 25 0 4 0 522909827 595283968 87564 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 145333 87564 395 112 0 140298 0
[pid=3857/tid=3858] ppid=3855 vsize=581332 CPUtime=1122.31 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 151457 0 0 0 112166 65 0 0 25 0 4 0 522909827 595283968 87564 33554432000 4194304 4650419 140733329476192 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=581332 CPUtime=1122.32 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 144529 0 0 0 112168 64 0 0 25 0 4 0 522909827 595283968 87564 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=581332 CPUtime=1116.15 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 90972 0 0 0 111575 40 0 0 25 0 4 0 522909827 595283968 87564 33554432000 4194304 4650419 140733329476192 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 581332

[startup+1182.3 s]
/proc/loadavg: 8.14 8.14 8.08 9/184 3924
/proc/meminfo: memFree=30100020/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=571000 CPUtime=4722.82 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 547482 0 0 0 472038 244 0 0 25 0 4 0 522909827 584704000 86868 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 142750 86868 395 112 0 137715 0
[pid=3857/tid=3858] ppid=3855 vsize=571000 CPUtime=1182.31 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 156269 0 0 0 118164 67 0 0 25 0 4 0 522909827 584704000 86868 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=571000 CPUtime=1182.32 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 149022 0 0 0 118166 66 0 0 25 0 4 0 522909827 584704000 86868 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=571000 CPUtime=1175.83 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 93837 0 0 0 117541 42 0 0 25 0 4 0 522909827 584704000 86868 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 571000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.14 8.08 9/184 3924
/proc/meminfo: memFree=30092680/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=571048 CPUtime=4800.34 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 552643 0 0 0 479786 248 0 0 25 0 4 0 522909827 584753152 89018 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 142762 89018 395 112 0 137727 0
[pid=3857/tid=3858] ppid=3855 vsize=571048 CPUtime=1201.72 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 157326 0 0 0 120104 68 0 0 25 0 4 0 522909827 584753152 89019 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=571048 CPUtime=1201.73 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 151165 0 0 0 120105 68 0 0 25 0 4 0 522909827 584753152 89019 33554432000 4194304 4650419 140733329476192 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=571048 CPUtime=1195.12 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 95506 0 0 0 119469 43 0 0 25 0 4 0 522909827 584753152 89019 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 571048

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.16 8.14 8.08 9/184 3924
/proc/meminfo: memFree=30092680/32951124 swapFree=67110188/67111528
[pid=3857] ppid=3855 vsize=571048 CPUtime=4800.34 cores=1,3,5,7
/proc/3857/stat : 3857 (strangenight1-m) R 3855 3857 3446 0 -1 4202496 552643 0 0 0 479786 248 0 0 25 0 4 0 522909827 584753152 89018 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3857/statm: 142762 89018 395 112 0 137727 0
[pid=3857/tid=3858] ppid=3855 vsize=571048 CPUtime=1201.72 cores=1,3,5,7
/proc/3857/task/3858/stat : 3858 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 157326 0 0 0 120104 68 0 0 25 0 4 0 522909827 584753152 89019 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3857/tid=3859] ppid=3855 vsize=571048 CPUtime=1201.73 cores=1,3,5,7
/proc/3857/task/3859/stat : 3859 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 151165 0 0 0 120105 68 0 0 25 0 4 0 522909827 584753152 89019 33554432000 4194304 4650419 140733329476192 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3857/tid=3860] ppid=3855 vsize=571048 CPUtime=1195.12 cores=1,3,5,7
/proc/3857/task/3860/stat : 3860 (strangenight1-m) R 3855 3857 3446 0 -1 4202560 95506 0 0 0 119469 43 0 0 25 0 4 0 522909827 584753152 89019 33554432000 4194304 4650419 140733329476192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 571048

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.38
CPU user time (s): 4797.88
CPU system time (s): 2.49562
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 582508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.88
system time used= 2.49562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 552644
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= 305
involuntary context switches= 20867

runsolver used 1.69974 second user time and 4.87126 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 23:38:11
IDJOB=3175314
IDBENCH=82932
IDSOLVER=1588
FILE ID=node109/3175314-1304113091
RUNJOBID= node109-1304110683-3636
PBS_JOBID= 13170674
Free space on /tmp= 72380 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S549184435-037.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175314-1304113091/watcher-3175314-1304113091 -o /tmp/evaluation-result-3175314-1304113091/solver-3175314-1304113091 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175314-1304113091.cnf

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

MD5SUM BENCH= ab99d3f634575de78557b69bc7096528
RANDOM SEED=326271508

node109.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      30288588 kB
Buffers:        741536 kB
Cached:        1005204 kB
SwapCached:        712 kB
Active:         611472 kB
Inactive:      1662312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30288588 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            6268 kB
Writeback:           0 kB
AnonPages:      526584 kB
Mapped:          15432 kB
Slab:           324368 kB
PageTables:       5724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   734220 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= 72372 MiB
End job on node109 at 2011-04-29 23:58:15