Trace number 3175344

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1573194644-097.UNKNOWN.cnf
MD5SUM94cfc1731e7c76d51d00543dd5d14f85
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark122.003
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175344-1304119802.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     15  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     212 undec:      47 neg:     191
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       435      1899         0         0      5764         0   no data   no data  --
0.11/0.06	c Decided on static restart strategy
0.38/0.14	c  N st     8      4919       435      1899         0      4819      5764    102909   no data   no data  --
1.18/0.39	c  N st    10     11301       435      1899         0      4460      5764     68696   no data   no data  --
2.37/0.64	c  N st    11     17045       435      1899         0     10071      5764    193226   no data   no data  --
3.99/1.03	c  F st    12     25002       435      1899         0     12372      5764    247878   no data   no data  --
3.99/1.03	c  N st    12     25002       435      1899         0     12372      5764    247878   no data   no data  --
4.77/1.28	c Decided on static restart strategy
4.77/1.28	c  N st    18     30000       435      1899         0     10639      5764    182132   no data   no data  --
4.77/1.28	c  S st    18     30000       435      1899         0     10639      5764    182132   no data   no data  --
5.17/1.31	c  S st    18     30501       435      1899         0     11139      5764    191963   no data   no data  --
5.17/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
5.17/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.49	c lits-rem:       211  cl-subs:      688  v-elim:      0  v-fix:    0  time:  0.68 s
5.57/1.50	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.03
5.57/1.50	c calculated reachability. Time: 0.00
5.57/1.50	c  N st    18     30501       435      1899         0     10451      5763    176787   no data   no data  --
7.56/1.90	c  N st    20     37612       435      1899         0      9665      5763    143157   no data   no data  --
8.79/2.28	c  N st    21     44012       435      1899         0     15903      5763    271081   no data   no data  --
9.56/2.41	c  S st    22     45751       435      1899         0      8893      5763    114298   no data   no data  --
9.56/2.44	c  S st    22     46258       435      1899         0      9400      5763    125091   no data   no data  --
9.56/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.56/2.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
9.56/2.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.52	c lits-rem:        47  cl-subs:      190  v-elim:      0  v-fix:    0  time:  0.30 s
9.96/2.52	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
9.96/2.52	c vivif2 --  cl tried     9210 cl shrink        0 lits rem          0 time: 0.00
9.96/2.53	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.02
9.96/2.53	c calculated reachability. Time: 0.00
9.96/2.53	c  N st    22     46258       435      1899         0      9210      5763    121868   no data   no data  --
13.55/3.41	c  N st    23     60655       435      1899         0     13511      5763    204752   no data   no data  --
15.96/4.07	c  N st    24     69387       435      1899         0     11336      5763    149104   no data   no data  --
15.96/4.07	c  S st    24     69387       435      1899         0     11336      5763    149104   no data   no data  --
16.36/4.10	c  S st    24     69890       435      1899         0     11839      5763    160240   no data   no data  --
16.36/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.36/4.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.36/4.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
16.36/4.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.36/4.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
16.36/4.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.26	c lits-rem:        63  cl-subs:      134  v-elim:      0  v-fix:    0  time:  0.59 s
16.76/4.26	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
16.76/4.26	c vivif2 --  cl tried    11705 cl shrink        0 lits rem          0 time: 0.01
16.76/4.27	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.03
16.76/4.27	c calculated reachability. Time: 0.00
16.76/4.27	c  N st    24     69890       435      1899         0     11705      5763    157504   no data   no data  --
21.96/5.54	c  F st    25     87501       435      1899         0     17155      5763    274614   no data   no data  --
21.96/5.54	c  N st    25     87501       435      1899         0     17155      5763    274614   no data   no data  --
23.54/5.95	c Decided on static restart strategy
24.74/6.22	c  N st    32     95542       435      1899         0     25002      5763    437761   no data   no data  --
27.54/6.90	c  N st    34    104835       435      1899         0     21366      5763    330142   no data   no data  --
27.54/6.90	c  S st    34    104835       435      1899         0     21366      5763    330142   no data   no data  --
27.54/6.95	c  S st    34    105336       435      1899         0     21864      5763    340838   no data   no data  --
27.54/6.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.54/6.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.54/6.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.54/6.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.54/6.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.54/6.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
27.54/6.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.76/7.71	c lits-rem:       708  cl-subs:     1684  v-elim:      0  v-fix:    0  time:  2.96 s
30.76/7.71	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
30.76/7.72	c vivif2 --  cl tried    20180 cl shrink        0 lits rem          0 time: 0.01
30.76/7.73	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.06
30.76/7.73	c calculated reachability. Time: 0.00
30.76/7.73	c  N st    34    105336       435      1899         0     20180      5763    307502   no data   no data  --
33.53/8.45	c  N st    35    114934       435      1899         0     15956      5763    211415   no data   no data  --
38.33/9.69	c  N st    36    129332       435      1899         0     15382      5763    179448   no data   no data  --
45.92/11.57	c  N st    37    150928       435      1899         0     20859      5763    287032   no data   no data  --
48.72/12.21	c  S st    38    158005       435      1899         0     27763      5763    443216   no data   no data  --
48.72/12.27	c  S st    38    158512       435      1899         0     28268      5763    454441   no data   no data  --
48.72/12.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
48.72/12.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.72/12.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
49.11/12.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.11/12.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.11/12.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
49.11/12.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.90/13.57	c lits-rem:       917  cl-subs:     1271  v-elim:      0  v-fix:    0  time:  5.09 s
53.90/13.57	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
53.90/13.58	c vivif2 --  cl tried    26997 cl shrink        0 lits rem          0 time: 0.02
54.31/13.60	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.08
54.31/13.60	c calculated reachability. Time: 0.00
54.31/13.60	c  N st    38    158512       435      1899         0     26997      5763    425369   no data   no data  --
73.89/18.50	c  N st    39    207101       435      1899         0     21663      5763    276061   no data   no data  --
87.07/21.87	c  N st    40    237770       435      1899         0     31991      5763    494784   no data   no data  --
87.07/21.87	c  S st    40    237770       435      1899         0     31991      5763    494784   no data   no data  --
87.49/21.96	c  S st    40    238275       435      1899         0     32496      5763    505505   no data   no data  --
87.49/21.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
87.49/21.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.49/21.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
87.49/21.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.49/21.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.49/21.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
87.49/21.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
94.26/23.64	c lits-rem:       400  cl-subs:     2236  v-elim:      0  v-fix:    0  time:  6.59 s
94.26/23.64	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
94.26/23.64	c vivif2 --  cl tried    30260 cl shrink        0 lits rem          0 time: 0.02
94.26/23.67	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.10
94.26/23.67	c calculated reachability. Time: 0.00
94.26/23.67	c  N st    40    238275       435      1899         0     30260      5763    455888   no data   no data  --
126.22/31.61	c  F st    41    306250       435      1899         0     32095      5763    435714   no data   no data  --
126.22/31.61	c  N st    41    306250       435      1899         0     32095      5763    435714   no data   no data  --
128.62/32.20	c Decided on static restart strategy
139.41/34.92	c  N st    51    334556       435      1899         0     36452      5763    527981   no data   no data  --
150.18/37.68	c  N st    53    357413       435      1899         0     34445      5763    473775   no data   no data  --
150.18/37.68	c  S st    53    357413       435      1899         0     34445      5763    473775   no data   no data  --
150.58/37.77	c  S st    53    357915       435      1899         0     34946      5763    484886   no data   no data  --
150.58/37.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
150.58/37.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.58/37.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
150.58/37.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.58/37.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.58/37.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
150.58/37.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
156.59/39.24	c lits-rem:       909  cl-subs:     1306  v-elim:      0  v-fix:    0  time:  5.78 s
156.59/39.24	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
156.59/39.25	c vivif2 --  cl tried    33640 cl shrink        0 lits rem          0 time: 0.02
156.59/39.28	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.11
156.59/39.28	c calculated reachability. Time: 0.00
156.59/39.28	c  N st    53    357915       435      1899         0     33640      5763    455643   no data   no data  --
172.56/43.24	c  N st    54    390309       435      1899         0     39961      5763    595952   no data   no data  --
200.93/50.33	c  N st    55    438898       435      1899         0     33600      5763    415490   no data   no data  --
240.08/60.18	c  N st    56    511782       435      1899         0     46871      5763    670223   no data   no data  --
254.88/63.82	c  N st    57    536872       435      1899         0     41200      5763    517932   no data   no data  --
254.88/63.82	c  S st    57    536872       435      1899         0     41200      5763    517932   no data   no data  --
255.26/63.93	c  S st    57    537374       435      1899         0     41701      5763    528837   no data   no data  --
255.26/63.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
255.26/63.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
255.26/63.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
255.26/63.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
255.26/63.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.26/63.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
255.26/63.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
261.65/65.57	c lits-rem:       648  cl-subs:     1834  v-elim:      0  v-fix:    0  time:  6.40 s
261.65/65.57	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
261.65/65.57	c vivif2 --  cl tried    39867 cl shrink        0 lits rem          0 time: 0.02
262.05/65.61	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.14
262.05/65.61	c calculated reachability. Time: 0.00
262.05/65.61	c  N st    57    537374       435      1899         0     39867      5763    497804   no data   no data  --
373.12/93.44	c  N st    58    701360       435      1899         0     69016      5763   1123605   no data   no data  --
449.42/112.54	c  N st    59    806062       435      1899         0     62991      5763    926867   no data   no data  --
449.42/112.54	c  S st    59    806062       435      1899         0     62991      5763    926867   no data   no data  --
450.22/112.73	c  S st    59    806566       435      1899         0     63494      5763    937908   no data   no data  --
450.22/112.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
450.22/112.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
450.22/112.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
450.22/112.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
450.22/112.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.22/112.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
450.22/112.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
462.99/115.93	c lits-rem:       997  cl-subs:     3797  v-elim:      0  v-fix:    0  time: 12.53 s
462.99/115.93	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
462.99/115.94	c vivif2 --  cl tried    59697 cl shrink        0 lits rem          0 time: 0.04
463.39/116.01	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.27
463.39/116.01	c calculated reachability. Time: 0.00
463.39/116.01	c  N st    59    806566       435      1899         0     59697      5763    864280   no data   no data  --
680.32/170.32	c  F st    60   1071875       435      1899         0     75324      5763   1101962   no data   no data  --
680.32/170.32	c  N st    60   1071875       435      1899         0     75324      5763   1101962   no data   no data  --
686.30/171.84	c Decided on static restart strategy
705.88/176.75	c  N st    70   1100182       435      1899         0     59320      5763    746314   no data   no data  --
740.63/185.46	c  N st    72   1136178       435      1899         0     49717      5763    523276   no data   no data  --
768.20/192.30	c  N st    73   1168570       435      1899         0     81101      5763   1206829   no data   no data  --
808.16/202.37	c  N st    74   1209849       435      1899         0     75493      5763   1061179   no data   no data  --
808.16/202.37	c  S st    74   1209849       435      1899         0     75493      5763   1061179   no data   no data  --
809.34/202.66	c  S st    74   1210351       435      1899         0     75994      5763   1071901   no data   no data  --
809.34/202.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
809.34/202.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
809.74/202.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
809.74/202.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
809.74/202.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.74/202.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
809.74/202.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
826.52/206.92	c lits-rem:       205  cl-subs:     5051  v-elim:      0  v-fix:    0  time: 16.67 s
826.52/206.92	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
826.52/206.94	c vivif2 --  cl tried    70943 cl shrink        0 lits rem          0 time: 0.05
826.92/207.02	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.34
826.92/207.02	c calculated reachability. Time: 0.00
826.92/207.02	c  N st    74   1210351       435      1899         0     70943      5763    971633   no data   no data  --
903.22/226.17	c  N st    75   1283235       435      1899         0     47729      5763    432002   no data   no data  --
1009.49/252.72	c  N st    76   1392558       435      1899         0     55647      5763    580748   no data   no data  --
1165.26/291.72	c  N st    77   1556545       435      1899         0     60424      5763    644389   no data   no data  --
1318.66/330.16	c  N st    78   1710354       435      1899         0    101788      5763   1506936   no data   no data  --
1318.66/330.16	c  S st    78   1710354       435      1899         0    101788      5763   1506936   no data   no data  --
1320.26/330.56	c  S st    78   1710855       435      1899         0    102285      5763   1517822   no data   no data  --
1320.26/330.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1320.26/330.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1320.66/330.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1320.66/330.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1320.66/330.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1320.66/330.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
1320.66/330.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1365.80/341.93	c lits-rem:      1443  cl-subs:    10969  v-elim:      0  v-fix:    0  time: 44.98 s
1365.80/341.93	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
1365.80/341.95	c vivif2 --  cl tried    91316 cl shrink        0 lits rem          0 time: 0.07
1366.22/342.08	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.52
1366.22/342.08	c calculated reachability. Time: 0.00
1366.22/342.08	c  N st    78   1710855       435      1899         0     91316      5763   1304382   no data   no data  --
1766.48/442.28	c  N st    79   2079820       435      1899         0    102793      5763   1410291   no data   no data  --
1916.66/479.83	c  N st    80   2210857       435      1899         0    107120      5763   1566017   no data   no data  --
1916.66/479.83	c  S st    80   2210857       435      1899         0    107120      5763   1566017   no data   no data  --
1917.86/480.19	c  S st    80   2211359       435      1899         0    107621      5763   1577485   no data   no data  --
1918.26/480.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1918.26/480.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1918.26/480.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1918.66/480.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1918.66/480.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1918.66/480.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
1918.66/480.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1961.40/491.06	c lits-rem:       151  cl-subs:     8671  v-elim:      0  v-fix:    0  time: 42.98 s
1961.40/491.06	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
1961.40/491.08	c vivif2 --  cl tried    98950 cl shrink        0 lits rem          0 time: 0.08
1962.20/491.22	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.55
1962.20/491.22	c calculated reachability. Time: 0.00
1962.20/491.22	c  N st    80   2211359       435      1899         0     98950      5763   1399741   no data   no data  --
2636.89/660.15	c  N st    81   2711360       435      1899         0    122201      5763   1771027   no data   no data  --
2636.89/660.15	c  S st    81   2711360       435      1899         0    122201      5763   1771027   no data   no data  --
2638.49/660.58	c  S st    81   2711862       435      1899         0    122703      5763   1781933   no data   no data  --
2638.49/660.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2638.49/660.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2638.89/660.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2639.28/660.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2639.28/660.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2639.28/660.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
2639.28/660.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2693.63/674.38	c lits-rem:       172  cl-subs:    11872  v-elim:      0  v-fix:    0  time: 54.61 s
2693.63/674.38	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
2694.00/674.41	c vivif2 --  cl tried   110831 cl shrink        0 lits rem          0 time: 0.09
2694.40/674.57	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.65
2694.40/674.57	c calculated reachability. Time: 0.00
2694.40/674.57	c  N st    81   2711862       435      1899         0    110831      5763   1559762   no data   no data  --
3386.27/847.79	c  N st    82   3211864       435      1899         0     87409      5763    921586   no data   no data  --
3386.27/847.79	c  S st    82   3211864       435      1899         0     87409      5763    921586   no data   no data  --
3387.49/848.09	c  S st    82   3212369       435      1899         0     87912      5763    933138   no data   no data  --
3387.49/848.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3387.49/848.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3387.89/848.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3387.89/848.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3387.89/848.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3387.89/848.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
3387.89/848.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3400.66/851.33	c lits-rem:       998  cl-subs:     2034  v-elim:      0  v-fix:    0  time: 12.60 s
3400.66/851.33	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
3400.66/851.34	c vivif2 --  cl tried    85878 cl shrink        0 lits rem          0 time: 0.05
3401.07/851.45	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.44
3401.07/851.45	c calculated reachability. Time: 0.00
3401.07/851.45	c  N st    82   3212369       435      1899         0     85878      5763    895428   no data   no data  --
4114.88/1030.12	c  N st    83   3712370       435      1899         0     96917      5763   1069456   no data   no data  --
4114.88/1030.12	c  S st    83   3712370       435      1899         0     96917      5763   1069456   no data   no data  --
4116.07/1030.43	c  S st    83   3712876       435      1899         0     97423      5763   1081136   no data   no data  --
4116.07/1030.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4116.07/1030.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4116.07/1030.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
4116.47/1030.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4116.47/1030.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4116.47/1030.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
4116.47/1030.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4128.85/1033.68	c lits-rem:       398  cl-subs:     2817  v-elim:      0  v-fix:    0  time: 12.61 s
4128.85/1033.68	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
4128.85/1033.69	c vivif2 --  cl tried    94606 cl shrink        0 lits rem          0 time: 0.06
4129.65/1033.81	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.48
4129.65/1033.81	c calculated reachability. Time: 0.00
4129.65/1033.81	c  N st    83   3712876       435      1899         0     94606      5763   1024713   no data   no data  --
4183.21/1047.26	c  F st    84   3751562       435      1899         0    132027      5763   1867211   no data   no data  --
4183.21/1047.26	c  N st    84   3751562       435      1899         0    132027      5763   1867211   no data   no data  --
4194.37/1050.00	c Decided on static restart strategy
4239.92/1061.49	c  N st    94   3779863       435      1899         0    159436      5763   2461302   no data   no data  --
4293.05/1074.76	c  N st    96   3815857       435      1899         0    112108      5763   1396027   no data   no data  --
4348.96/1088.77	c  N st    97   3848250       435      1899         0    143524      5763   2085827   no data   no data  --
4425.26/1107.89	c  N st    98   3896840       435      1899         0    107129      5763   1262509   no data   no data  --
4536.70/1135.73	c  N st    99   3969723       435      1899         0     93482      5763    947844   no data   no data  --
4710.09/1179.16	c  N st   100   4079047       435      1899         0    113614      5763   1356949   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-3175344-1304119802/watcher-3175344-1304119802 -o /tmp/evaluation-result-3175344-1304119802/solver-3175344-1304119802 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175344-1304119802.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.42 7.96 7.96 3/172 3697
/proc/meminfo: memFree=30987284/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 523579004 52465664 352 33554432000 4194304 4650419 140736786605776 18446744073709551615 268272745457 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 12809 352 303 112 0 7774 0
[pid=3697/tid=3698] ppid=3695 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 523579004 52465664 357 33554432000 4194304 4650419 140736786605776 18446744073709551615 47021999798198 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 523579004 52465664 357 33554432000 4194304 4650419 140736786605776 18446744073709551615 268267736150 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 523579004 52465664 357 33554432000 4194304 4650419 140736786605776 18446744073709551615 268267736150 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.033889 s]
/proc/loadavg: 7.42 7.96 7.96 3/172 3697
/proc/meminfo: memFree=30987284/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=282340 CPUtime=0.11 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 1302 0 0 0 11 0 0 0 24 0 4 0 523579004 289116160 1166 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 70585 1166 390 112 0 65550 0
[pid=3697/tid=3698] ppid=3695 vsize=282340 CPUtime=0.02 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 252 0 0 0 2 0 0 0 25 0 4 0 523579004 289116160 1166 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=282340 CPUtime=0.02 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 238 0 0 0 2 0 0 0 18 0 4 0 523579004 289116160 1166 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=282340 CPUtime=0.02 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 158 0 0 0 2 0 0 0 25 0 4 0 523579004 289116160 1166 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 282340

[startup+0.100877 s]
/proc/loadavg: 7.42 7.96 7.96 3/172 3697
/proc/meminfo: memFree=30987284/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=282472 CPUtime=0.38 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 1642 0 0 0 38 0 0 0 24 0 4 0 523579004 289251328 1506 33554432000 4194304 4650419 140736786605776 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 70618 1506 391 112 0 65583 0
[pid=3697/tid=3698] ppid=3695 vsize=282472 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 340 0 0 0 9 0 0 0 25 0 4 0 523579004 289251328 1506 33554432000 4194304 4650419 140736786605776 18446744073709551615 4314837 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=282472 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 324 0 0 0 9 0 0 0 18 0 4 0 523579004 289251328 1506 33554432000 4194304 4650419 140736786605776 18446744073709551615 4367388 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=282472 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 244 0 0 0 9 0 0 0 25 0 4 0 523579004 289251328 1506 33554432000 4194304 4650419 140736786605776 18446744073709551615 4367372 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282472

[startup+0.300842 s]
/proc/loadavg: 7.42 7.96 7.96 3/172 3697
/proc/meminfo: memFree=30987284/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=283668 CPUtime=1.18 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 2701 0 0 0 118 0 0 0 25 0 4 0 523579004 290476032 2053 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 70917 2053 393 112 0 65882 0
[pid=3697/tid=3698] ppid=3695 vsize=283668 CPUtime=0.29 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 599 0 0 0 29 0 0 0 25 0 4 0 523579004 290476032 2053 33554432000 4194304 4650419 140736786605776 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=283668 CPUtime=0.29 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 589 0 0 0 29 0 0 0 18 0 4 0 523579004 290476032 2053 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=283668 CPUtime=0.29 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 514 0 0 0 29 0 0 0 25 0 4 0 523579004 290476032 2053 33554432000 4194304 4650419 140736786605776 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283668

[startup+0.700771 s]
/proc/loadavg: 7.42 7.96 7.96 3/172 3697
/proc/meminfo: memFree=30987284/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=285004 CPUtime=2.77 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 4584 0 0 0 277 0 0 0 25 0 4 0 523579004 291844096 2417 33554432000 4194304 4650419 140736786605776 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 71251 2417 393 112 0 66216 0
[pid=3697/tid=3698] ppid=3695 vsize=285004 CPUtime=0.69 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 969 0 0 0 69 0 0 0 25 0 4 0 523579004 291844096 2417 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=285004 CPUtime=0.69 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 1122 0 0 0 69 0 0 0 18 0 4 0 523579004 291844096 2417 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=285004 CPUtime=0.69 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 980 0 0 0 69 0 0 0 25 0 4 0 523579004 291844096 2417 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285004

[startup+1.50063 s]
/proc/loadavg: 7.62 7.99 7.97 9/184 3709
/proc/meminfo: memFree=30966960/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=290532 CPUtime=5.97 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 8098 0 0 0 596 1 0 0 25 0 4 0 523579004 297504768 4476 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 72633 4476 395 112 0 67598 0
[pid=3697/tid=3698] ppid=3695 vsize=290532 CPUtime=1.48 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 1697 0 0 0 148 0 0 0 25 0 4 0 523579004 297504768 4476 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=290532 CPUtime=1.49 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 1707 0 0 0 149 0 0 0 19 0 4 0 523579004 297504768 4476 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=290532 CPUtime=1.49 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 1504 0 0 0 149 0 0 0 25 0 4 0 523579004 297504768 4476 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 290532

[startup+3.10035 s]
/proc/loadavg: 7.62 7.99 7.97 9/184 3709
/proc/meminfo: memFree=30939060/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=282824 CPUtime=12.36 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 15690 0 0 0 1234 2 0 0 25 0 4 0 523579004 289611776 9047 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 70706 9047 395 112 0 65671 0
[pid=3697/tid=3698] ppid=3695 vsize=282824 CPUtime=3.07 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 3839 0 0 0 307 0 0 0 25 0 4 0 523579004 289611776 9047 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=282824 CPUtime=3.08 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 4206 0 0 0 308 0 0 0 25 0 4 0 523579004 289611776 9047 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=282824 CPUtime=3.09 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 3474 0 0 0 309 0 0 0 25 0 4 0 523579004 289611776 9047 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 282824

[startup+6.30078 s]
/proc/loadavg: 7.62 7.99 7.97 9/184 3709
/proc/meminfo: memFree=30894944/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=284492 CPUtime=25.14 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 23946 0 0 0 2511 3 0 0 25 0 4 0 523579004 291319808 12258 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 71123 12258 395 112 0 66088 0
[pid=3697/tid=3698] ppid=3695 vsize=284492 CPUtime=6.26 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 6435 0 0 0 626 0 0 0 25 0 4 0 523579004 291319808 12258 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=284492 CPUtime=6.29 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 6737 0 0 0 628 1 0 0 25 0 4 0 523579004 291319808 12258 33554432000 4194304 4650419 140736786605776 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=284492 CPUtime=6.29 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 4630 0 0 0 629 0 0 0 25 0 4 0 523579004 291319808 12258 33554432000 4194304 4650419 140736786605776 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 284492

[startup+12.7006 s]
/proc/loadavg: 7.76 8.01 7.98 9/184 3709
/proc/meminfo: memFree=30863552/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=294428 CPUtime=50.71 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 36636 0 0 0 5065 6 0 0 25 0 4 0 523579004 301494272 16915 33554432000 4194304 4650419 140736786605776 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 73607 16915 395 112 0 68572 0
[pid=3697/tid=3698] ppid=3695 vsize=294428 CPUtime=12.62 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 9982 0 0 0 1261 1 0 0 25 0 4 0 523579004 301494272 16915 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=294428 CPUtime=12.68 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 9481 0 0 0 1267 1 0 0 25 0 4 0 523579004 301494272 16915 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=294428 CPUtime=12.68 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 6685 0 0 0 1268 0 0 0 25 0 4 0 523579004 301494272 16915 33554432000 4194304 4650419 140736786605776 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 294428

[startup+25.5004 s]
/proc/loadavg: 7.80 8.01 7.98 9/184 3710
/proc/meminfo: memFree=30796856/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=301088 CPUtime=101.85 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 55164 0 0 0 10173 12 0 0 25 0 4 0 523579004 308314112 22711 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 75272 22711 395 112 0 70237 0
[pid=3697/tid=3698] ppid=3695 vsize=301088 CPUtime=25.37 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 15494 0 0 0 2534 3 0 0 25 0 4 0 523579004 308314112 22711 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=301088 CPUtime=25.48 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 14979 0 0 0 2545 3 0 0 25 0 4 0 523579004 308314112 22711 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=301088 CPUtime=25.49 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 9265 0 0 0 2548 1 0 0 25 0 4 0 523579004 308314112 22711 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 301088

[startup+51.1008 s]
/proc/loadavg: 8.01 8.04 7.99 9/184 3710
/proc/meminfo: memFree=30759084/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=294620 CPUtime=204.13 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 82516 0 0 0 20392 21 0 0 25 0 4 0 523579004 301690880 29119 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365280 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 73655 29119 395 112 0 68620 0
[pid=3697/tid=3698] ppid=3695 vsize=294620 CPUtime=50.84 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 23377 0 0 0 5079 5 0 0 25 0 4 0 523579004 301690880 29119 33554432000 4194304 4650419 140736786605776 18446744073709551615 4367295 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=294620 CPUtime=51.08 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 23505 0 0 0 5102 6 0 0 25 0 4 0 523579004 301690880 29119 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=294620 CPUtime=51.08 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 13345 0 0 0 5106 2 0 0 25 0 4 0 523579004 301690880 29119 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 294620

[startup+102.307 s]
/proc/loadavg: 8.18 8.08 8.00 9/184 3712
/proc/meminfo: memFree=30716404/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=315756 CPUtime=408.68 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 125063 0 0 0 40836 32 0 0 25 0 4 0 523579004 323334144 33879 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 78939 33879 395 112 0 73904 0
[pid=3697/tid=3698] ppid=3695 vsize=315756 CPUtime=101.78 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 35429 0 0 0 10169 9 0 0 25 0 4 0 523579004 323334144 33879 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=315756 CPUtime=102.29 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 34984 0 0 0 10219 10 0 0 25 0 4 0 523579004 323334144 33879 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=315756 CPUtime=102.29 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 21142 0 0 0 10225 4 0 0 25 0 4 0 523579004 323334144 33879 33554432000 4194304 4650419 140736786605776 18446744073709551615 4438487 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.68
Current children cumulated vsize (KiB) 315756

[startup+162.301 s]

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

[pid=3697] ppid=3695 vsize=571716 CPUtime=2805.45 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 409202 0 0 0 280413 132 0 0 25 0 4 0 523579004 585437184 74212 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 142929 74212 395 112 0 137894 0
[pid=3697/tid=3698] ppid=3695 vsize=571716 CPUtime=698.53 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 126985 0 0 0 69811 42 0 0 25 0 4 0 523579004 585437184 74212 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=571716 CPUtime=702.3 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 126776 0 0 0 70189 41 0 0 25 0 4 0 523579004 585437184 74212 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=571716 CPUtime=702.3 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 58903 0 0 0 70211 19 0 0 25 0 4 0 523579004 585437184 74212 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.45
Current children cumulated vsize (KiB) 571716

[startup+762.306 s]
/proc/loadavg: 8.17 8.07 8.01 9/184 3729
/proc/meminfo: memFree=30344792/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=596392 CPUtime=3045.15 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 432970 0 0 0 304370 145 0 0 25 0 4 0 523579004 610705408 79761 33554432000 4194304 4650419 140736786605776 18446744073709551615 4313440 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 149098 79761 395 112 0 144063 0
[pid=3697/tid=3698] ppid=3695 vsize=596392 CPUtime=758.2 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 135073 0 0 0 75775 45 0 0 25 0 4 0 523579004 610705408 79761 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=596392 CPUtime=762.3 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 134270 0 0 0 76185 45 0 0 25 0 4 0 523579004 610705408 79761 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=596392 CPUtime=762.3 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 61232 0 0 0 76210 20 0 0 25 0 4 0 523579004 610705408 79761 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.15
Current children cumulated vsize (KiB) 596392

[startup+822.301 s]
/proc/loadavg: 8.28 8.12 8.03 9/184 3731
/proc/meminfo: memFree=30343508/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=573468 CPUtime=3284.81 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 453220 0 0 0 328329 152 0 0 25 0 4 0 523579004 587231232 79585 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 143367 79585 395 112 0 138332 0
[pid=3697/tid=3698] ppid=3695 vsize=573468 CPUtime=817.87 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 144807 0 0 0 81739 48 0 0 25 0 4 0 523579004 587231232 79585 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=573468 CPUtime=822.3 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 140816 0 0 0 82182 48 0 0 25 0 4 0 523579004 587231232 79586 33554432000 4194304 4650419 140736786605776 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=573468 CPUtime=822.3 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 63654 0 0 0 82209 21 0 0 25 0 4 0 523579004 587231232 79586 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.81
Current children cumulated vsize (KiB) 573468

[startup+882.301 s]
/proc/loadavg: 8.22 8.12 8.03 9/184 3732
/proc/meminfo: memFree=30280716/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=578092 CPUtime=3524.48 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 479013 0 0 0 352286 162 0 0 25 0 4 0 523579004 591966208 86905 33554432000 4194304 4650419 140736786605776 18446744073709551615 4368288 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 144523 86905 395 112 0 139488 0
[pid=3697/tid=3698] ppid=3695 vsize=578092 CPUtime=877.54 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 150022 0 0 0 87704 50 0 0 25 0 4 0 523579004 591966208 86905 33554432000 4194304 4650419 140736786605776 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=578092 CPUtime=882.3 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 150615 0 0 0 88178 52 0 0 25 0 4 0 523579004 591966208 86905 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=578092 CPUtime=882.31 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 67640 0 0 0 88208 23 0 0 25 0 4 0 523579004 591966208 86905 33554432000 4194304 4650419 140736786605776 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.48
Current children cumulated vsize (KiB) 578092

[startup+942.3 s]
/proc/loadavg: 8.15 8.12 8.03 9/184 3734
/proc/meminfo: memFree=30249288/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=578396 CPUtime=3764.15 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 500352 0 0 0 376243 172 0 0 25 0 4 0 523579004 592277504 90795 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 144599 90795 395 112 0 139564 0
[pid=3697/tid=3698] ppid=3695 vsize=578396 CPUtime=937.21 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 156056 0 0 0 93668 53 0 0 25 0 4 0 523579004 592277504 90795 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=578396 CPUtime=942.31 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 156410 0 0 0 94175 56 0 0 25 0 4 0 523579004 592277504 90795 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=578396 CPUtime=942.3 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 71230 0 0 0 94206 24 0 0 25 0 4 0 523579004 592277504 90795 33554432000 4194304 4650419 140736786605776 18446744073709551615 4334280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 578396

[startup+1002.3 s]
/proc/loadavg: 8.05 8.09 8.03 9/184 3736
/proc/meminfo: memFree=30258284/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=578740 CPUtime=4003.83 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 521548 0 0 0 400202 181 0 0 25 0 4 0 523579004 592629760 89299 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 144685 89299 395 112 0 139650 0
[pid=3697/tid=3698] ppid=3695 vsize=578740 CPUtime=996.88 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 163370 0 0 0 99632 56 0 0 25 0 4 0 523579004 592629760 89299 33554432000 4194304 4650419 140736786605776 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=578740 CPUtime=1002.31 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 162226 0 0 0 100173 58 0 0 25 0 4 0 523579004 592629760 89299 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=578740 CPUtime=1002.3 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 73212 0 0 0 100205 25 0 0 25 0 4 0 523579004 592629760 89299 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 578740

[startup+1062.3 s]
/proc/loadavg: 8.02 8.07 8.02 9/184 3737
/proc/meminfo: memFree=30226996/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=584356 CPUtime=4243.5 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 540819 0 0 0 424161 189 0 0 25 0 4 0 523579004 598380544 97135 33554432000 4194304 4650419 140736786605776 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 146089 97135 395 112 0 141054 0
[pid=3697/tid=3698] ppid=3695 vsize=584356 CPUtime=1056.55 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 169193 0 0 0 105597 58 0 0 25 0 4 0 523579004 598380544 97135 33554432000 4194304 4650419 140736786605776 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=584356 CPUtime=1062.31 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 166491 0 0 0 106171 60 0 0 25 0 4 0 523579004 598380544 97135 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=584356 CPUtime=1062.3 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 76947 0 0 0 106203 27 0 0 25 0 4 0 523579004 598380544 97135 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.5
Current children cumulated vsize (KiB) 584356

[startup+1122.3 s]
/proc/loadavg: 8.04 8.07 8.02 9/184 3739
/proc/meminfo: memFree=30237748/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=584684 CPUtime=4483.17 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 563027 0 0 0 448119 198 0 0 25 0 4 0 523579004 598716416 92664 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 146171 92664 395 112 0 141136 0
[pid=3697/tid=3698] ppid=3695 vsize=584684 CPUtime=1116.21 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 175817 0 0 0 111561 60 0 0 25 0 4 0 523579004 598716416 92664 33554432000 4194304 4650419 140736786605776 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=584684 CPUtime=1122.31 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 174686 0 0 0 112168 63 0 0 25 0 4 0 523579004 598716416 92664 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=584684 CPUtime=1122.31 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 78669 0 0 0 112203 28 0 0 25 0 4 0 523579004 598716416 92664 33554432000 4194304 4650419 140736786605776 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 584684

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/184 3740
/proc/meminfo: memFree=30230260/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=584924 CPUtime=4722.85 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 585548 0 0 0 472078 207 0 0 25 0 4 0 523579004 598962176 95198 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 146231 95198 395 112 0 141196 0
[pid=3697/tid=3698] ppid=3695 vsize=584924 CPUtime=1175.89 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 182736 0 0 0 117526 63 0 0 25 0 4 0 523579004 598962176 95198 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=584924 CPUtime=1182.31 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 181242 0 0 0 118165 66 0 0 25 0 4 0 523579004 598962176 95198 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=584924 CPUtime=1182.31 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 82266 0 0 0 118201 30 0 0 25 0 4 0 523579004 598962176 95198 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 584924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.10 8.03 9/184 3741
/proc/meminfo: memFree=30235460/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=584968 CPUtime=4800.36 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 590805 0 0 0 479826 210 0 0 25 0 4 0 523579004 599007232 91739 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 146242 91739 395 112 0 141207 0
[pid=3697/tid=3698] ppid=3695 vsize=584968 CPUtime=1195.18 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 183903 0 0 0 119454 64 0 0 25 0 4 0 523579004 599007232 91739 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=584968 CPUtime=1201.72 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 183739 0 0 0 120105 67 0 0 25 0 4 0 523579004 599007232 91739 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=584968 CPUtime=1201.71 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 82799 0 0 0 120141 30 0 0 25 0 4 0 523579004 599007232 91739 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 584968

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

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

[startup+1201.7 s]
/proc/loadavg: 8.14 8.10 8.03 9/184 3741
/proc/meminfo: memFree=30235460/32950928 swapFree=67111464/67111528
[pid=3697] ppid=3695 vsize=584968 CPUtime=4800.36 cores=0,2,4,6
/proc/3697/stat : 3697 (strangenight1-m) R 3695 3697 2758 0 -1 4202496 590805 0 0 0 479826 210 0 0 25 0 4 0 523579004 599007232 91739 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3697/statm: 146242 91739 395 112 0 141207 0
[pid=3697/tid=3698] ppid=3695 vsize=584968 CPUtime=1195.18 cores=0,2,4,6
/proc/3697/task/3698/stat : 3698 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 183903 0 0 0 119454 64 0 0 25 0 4 0 523579004 599007232 91739 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3697/tid=3699] ppid=3695 vsize=584968 CPUtime=1201.72 cores=0,2,4,6
/proc/3697/task/3699/stat : 3699 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 183739 0 0 0 120105 67 0 0 25 0 4 0 523579004 599007232 91739 33554432000 4194304 4650419 140736786605776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3697/tid=3700] ppid=3695 vsize=584968 CPUtime=1201.71 cores=0,2,4,6
/proc/3697/task/3700/stat : 3700 (strangenight1-m) R 3695 3697 2758 0 -1 4202560 82799 0 0 0 120141 30 0 0 25 0 4 0 523579004 599007232 91739 33554432000 4194304 4650419 140736786605776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 584968

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.41
CPU user time (s): 4798.29
CPU system time (s): 2.12168
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 636700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.29
system time used= 2.12168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 590805
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= 211
involuntary context switches= 31594

runsolver used 1.84272 second user time and 4.5963 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-30 01:30:02
IDJOB=3175344
IDBENCH=82962
IDSOLVER=1588
FILE ID=node122/3175344-1304119802
RUNJOBID= node122-1304119802-3682
PBS_JOBID= 13170682
Free space on /tmp= 71664 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1573194644-097.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175344-1304119802/watcher-3175344-1304119802 -o /tmp/evaluation-result-3175344-1304119802/solver-3175344-1304119802 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175344-1304119802.cnf

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

MD5SUM BENCH= 94cfc1731e7c76d51d00543dd5d14f85
RANDOM SEED=2073454613

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30987448 kB
Buffers:        280108 kB
Cached:        1280864 kB
SwapCached:         64 kB
Active:         126092 kB
Inactive:      1499252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30987448 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           12608 kB
Writeback:           0 kB
AnonPages:       64556 kB
Mapped:          14680 kB
Slab:           272696 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71652 MiB
End job on node122 at 2011-04-30 01:50:06