Trace number 3368953

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3368953-1305407544.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
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.37/0.11	c Decided on static restart strategy
0.37/0.15	c  N st     8      4919       435      1899         0      4819      5764    102909   no data   no data  --
1.16/0.39	c  N st    10     11301       435      1899         0      4460      5764     68696   no data   no data  --
2.36/0.64	c  N st    11     17045       435      1899         0     10071      5764    193226   no data   no data  --
3.98/1.04	c  F st    12     25002       435      1899         0     12372      5764    247878   no data   no data  --
3.98/1.04	c  N st    12     25002       435      1899         0     12372      5764    247878   no data   no data  --
4.76/1.29	c Decided on static restart strategy
4.76/1.29	c  N st    18     30000       435      1899         0     10639      5764    182132   no data   no data  --
4.76/1.29	c  S st    18     30000       435      1899         0     10639      5764    182132   no data   no data  --
5.15/1.32	c  S st    18     30501       435      1899         0     11139      5764    191963   no data   no data  --
5.15/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.15/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.15/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
5.15/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.49	c lits-rem:       211  cl-subs:      688  v-elim:      0  v-fix:    0  time:  0.66 s
5.95/1.50	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.03
5.95/1.50	c calculated reachability. Time: 0.00
5.95/1.50	c  N st    18     30501       435      1899         0     10451      5763    176787   no data   no data  --
7.55/1.91	c  N st    20     37612       435      1899         0      9665      5763    143157   no data   no data  --
8.79/2.29	c  N st    21     44012       435      1899         0     15903      5763    271081   no data   no data  --
9.54/2.42	c  S st    22     45751       435      1899         0      8893      5763    114298   no data   no data  --
9.54/2.45	c  S st    22     46258       435      1899         0      9400      5763    125091   no data   no data  --
9.54/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.54/2.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.54/2.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.54/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.54/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.54/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
9.54/2.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.53	c lits-rem:        47  cl-subs:      190  v-elim:      0  v-fix:    0  time:  0.28 s
9.94/2.53	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
9.94/2.53	c vivif2 --  cl tried     9210 cl shrink        0 lits rem          0 time: 0.00
9.94/2.54	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.03
9.94/2.54	c calculated reachability. Time: 0.00
9.94/2.54	c  N st    22     46258       435      1899         0      9210      5763    121868   no data   no data  --
13.53/3.42	c  N st    23     60655       435      1899         0     13511      5763    204752   no data   no data  --
15.92/4.08	c  N st    24     69387       435      1899         0     11336      5763    149104   no data   no data  --
15.92/4.08	c  S st    24     69387       435      1899         0     11336      5763    149104   no data   no data  --
16.32/4.11	c  S st    24     69890       435      1899         0     11839      5763    160240   no data   no data  --
16.32/4.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.32/4.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.32/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
16.32/4.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.32/4.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.32/4.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
16.32/4.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.72/4.27	c lits-rem:        63  cl-subs:      134  v-elim:      0  v-fix:    0  time:  0.58 s
16.72/4.27	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
16.72/4.27	c vivif2 --  cl tried    11705 cl shrink        0 lits rem          0 time: 0.01
16.72/4.28	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.03
16.72/4.28	c calculated reachability. Time: 0.00
16.72/4.28	c  N st    24     69890       435      1899         0     11705      5763    157504   no data   no data  --
21.95/5.56	c  F st    25     87501       435      1899         0     17155      5763    274614   no data   no data  --
21.95/5.56	c  N st    25     87501       435      1899         0     17155      5763    274614   no data   no data  --
23.50/5.97	c Decided on static restart strategy
24.70/6.23	c  N st    32     95542       435      1899         0     25002      5763    437761   no data   no data  --
27.48/6.92	c  N st    34    104835       435      1899         0     21366      5763    330142   no data   no data  --
27.48/6.92	c  S st    34    104835       435      1899         0     21366      5763    330142   no data   no data  --
27.48/6.98	c  S st    34    105336       435      1899         0     21864      5763    340838   no data   no data  --
27.48/6.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.48/6.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.48/6.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.89/7.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.89/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.89/7.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
27.89/7.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.72/7.73	c lits-rem:       708  cl-subs:     1684  v-elim:      0  v-fix:    0  time:  2.90 s
30.72/7.73	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
30.72/7.73	c vivif2 --  cl tried    20180 cl shrink        0 lits rem          0 time: 0.01
30.72/7.75	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.06
30.72/7.75	c calculated reachability. Time: 0.00
30.72/7.75	c  N st    34    105336       435      1899         0     20180      5763    307502   no data   no data  --
33.47/8.47	c  N st    35    114934       435      1899         0     15956      5763    211415   no data   no data  --
38.66/9.70	c  N st    36    129332       435      1899         0     15382      5763    179448   no data   no data  --
46.24/11.60	c  N st    37    150928       435      1899         0     20859      5763    287032   no data   no data  --
48.63/12.24	c  S st    38    158005       435      1899         0     27763      5763    443216   no data   no data  --
49.03/12.31	c  S st    38    158512       435      1899         0     28268      5763    454441   no data   no data  --
49.03/12.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.03/12.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.03/12.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
49.03/12.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.03/12.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.03/12.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
49.03/12.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.82/13.59	c lits-rem:       917  cl-subs:     1271  v-elim:      0  v-fix:    0  time:  5.01 s
53.82/13.59	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
53.82/13.59	c vivif2 --  cl tried    26997 cl shrink        0 lits rem          0 time: 0.02
54.22/13.61	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.08
54.22/13.61	c calculated reachability. Time: 0.00
54.22/13.61	c  N st    38    158512       435      1899         0     26997      5763    425369   no data   no data  --
73.77/18.53	c  N st    39    207101       435      1899         0     21663      5763    276061   no data   no data  --
86.93/21.88	c  N st    40    237770       435      1899         0     31991      5763    494784   no data   no data  --
86.93/21.88	c  S st    40    237770       435      1899         0     31991      5763    494784   no data   no data  --
87.34/21.97	c  S st    40    238275       435      1899         0     32496      5763    505505   no data   no data  --
87.34/21.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
87.34/21.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.34/21.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
87.34/22.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.34/22.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.34/22.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
87.34/22.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
94.11/23.65	c lits-rem:       400  cl-subs:     2236  v-elim:      0  v-fix:    0  time:  6.59 s
94.11/23.65	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
94.11/23.65	c vivif2 --  cl tried    30260 cl shrink        0 lits rem          0 time: 0.02
94.11/23.68	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.10
94.11/23.68	c calculated reachability. Time: 0.00
94.11/23.68	c  N st    40    238275       435      1899         0     30260      5763    455888   no data   no data  --
126.02/31.64	c  F st    41    306250       435      1899         0     32095      5763    435714   no data   no data  --
126.02/31.64	c  N st    41    306250       435      1899         0     32095      5763    435714   no data   no data  --
128.41/32.23	c Decided on static restart strategy
139.18/34.95	c  N st    51    334556       435      1899         0     36452      5763    527981   no data   no data  --
150.35/37.72	c  N st    53    357413       435      1899         0     34445      5763    473775   no data   no data  --
150.35/37.72	c  S st    53    357413       435      1899         0     34445      5763    473775   no data   no data  --
150.75/37.81	c  S st    53    357915       435      1899         0     34946      5763    484886   no data   no data  --
150.75/37.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
150.75/37.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.75/37.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
150.75/37.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.75/37.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.75/37.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
150.75/37.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
156.33/39.27	c lits-rem:       909  cl-subs:     1306  v-elim:      0  v-fix:    0  time:  5.70 s
156.33/39.27	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
156.33/39.28	c vivif2 --  cl tried    33640 cl shrink        0 lits rem          0 time: 0.02
156.74/39.31	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.11
156.74/39.31	c calculated reachability. Time: 0.00
156.74/39.31	c  N st    53    357915       435      1899         0     33640      5763    455643   no data   no data  --
172.29/43.27	c  N st    54    390309       435      1899         0     39961      5763    595952   no data   no data  --
200.62/50.37	c  N st    55    438898       435      1899         0     33600      5763    415490   no data   no data  --
240.10/60.23	c  N st    56    511782       435      1899         0     46871      5763    670223   no data   no data  --
254.51/63.89	c  N st    57    536872       435      1899         0     41200      5763    517932   no data   no data  --
254.51/63.89	c  S st    57    536872       435      1899         0     41200      5763    517932   no data   no data  --
255.25/64.00	c  S st    57    537374       435      1899         0     41701      5763    528837   no data   no data  --
255.25/64.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
255.25/64.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
255.25/64.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
255.25/64.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
255.25/64.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.25/64.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
255.25/64.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
261.24/65.59	c lits-rem:       648  cl-subs:     1834  v-elim:      0  v-fix:    0  time:  6.23 s
261.24/65.59	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
261.64/65.60	c vivif2 --  cl tried    39867 cl shrink        0 lits rem          0 time: 0.02
261.64/65.63	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.14
261.64/65.64	c calculated reachability. Time: 0.00
261.64/65.64	c  N st    57    537374       435      1899         0     39867      5763    497804   no data   no data  --
372.98/93.53	c  N st    58    701360       435      1899         0     69016      5763   1123605   no data   no data  --
449.52/112.74	c  N st    59    806062       435      1899         0     62991      5763    926867   no data   no data  --
449.52/112.74	c  S st    59    806062       435      1899         0     62991      5763    926867   no data   no data  --
450.32/112.93	c  S st    59    806566       435      1899         0     63494      5763    937908   no data   no data  --
450.32/112.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
450.32/112.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
450.32/112.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
450.32/112.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
450.32/112.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.32/112.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
450.32/112.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
463.08/116.12	c lits-rem:       997  cl-subs:     3797  v-elim:      0  v-fix:    0  time: 12.46 s
463.08/116.12	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
463.08/116.13	c vivif2 --  cl tried    59697 cl shrink        0 lits rem          0 time: 0.04
463.48/116.20	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.27
463.48/116.20	c calculated reachability. Time: 0.00
463.48/116.20	c  N st    59    806566       435      1899         0     59697      5763    864280   no data   no data  --
681.28/170.82	c  F st    60   1071875       435      1899         0     75324      5763   1101962   no data   no data  --
681.28/170.82	c  N st    60   1071875       435      1899         0     75324      5763   1101962   no data   no data  --
687.26/172.35	c Decided on static restart strategy
706.81/177.29	c  N st    70   1100182       435      1899         0     59320      5763    746314   no data   no data  --
741.91/186.06	c  N st    72   1136178       435      1899         0     49717      5763    523276   no data   no data  --
769.43/192.93	c  N st    73   1168570       435      1899         0     81101      5763   1206829   no data   no data  --
808.13/202.65	c  N st    74   1209849       435      1899         0     75493      5763   1061179   no data   no data  --
808.13/202.65	c  S st    74   1209849       435      1899         0     75493      5763   1061179   no data   no data  --
809.33/202.94	c  S st    74   1210351       435      1899         0     75994      5763   1071901   no data   no data  --
809.33/202.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
809.33/202.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
809.33/202.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
809.73/203.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
809.73/203.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.73/203.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
809.73/203.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
830.46/208.30	c lits-rem:       205  cl-subs:     5051  v-elim:      0  v-fix:    0  time: 21.01 s
830.46/208.30	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
830.86/208.31	c vivif2 --  cl tried    70943 cl shrink        0 lits rem          0 time: 0.06
831.26/208.41	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.42
831.26/208.42	c calculated reachability. Time: 0.00
831.26/208.42	c  N st    74   1210351       435      1899         0     70943      5763    971633   no data   no data  --
908.29/227.76	c  N st    75   1283235       435      1899         0     47729      5763    432002   no data   no data  --
1015.14/254.54	c  N st    76   1392558       435      1899         0     55647      5763    580748   no data   no data  --
1171.90/293.89	c  N st    77   1556545       435      1899         0     60424      5763    644389   no data   no data  --
1326.67/332.67	c  N st    78   1710354       435      1899         0    101788      5763   1506936   no data   no data  --
1326.67/332.67	c  S st    78   1710354       435      1899         0    101788      5763   1506936   no data   no data  --
1328.27/333.08	c  S st    78   1710855       435      1899         0    102285      5763   1517822   no data   no data  --
1328.27/333.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1328.27/333.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1328.67/333.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1328.67/333.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1328.67/333.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1328.67/333.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
1328.67/333.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1374.14/344.56	c lits-rem:      1443  cl-subs:    10969  v-elim:      0  v-fix:    0  time: 45.35 s
1374.14/344.56	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
1374.14/344.58	c vivif2 --  cl tried    91316 cl shrink        0 lits rem          0 time: 0.07
1374.94/344.71	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.53
1374.94/344.71	c calculated reachability. Time: 0.00
1374.94/344.71	c  N st    78   1710855       435      1899         0     91316      5763   1304382   no data   no data  --
1777.07/445.57	c  N st    79   2079820       435      1899         0    102793      5763   1410291   no data   no data  --
1928.20/483.48	c  N st    80   2210857       435      1899         0    107120      5763   1566017   no data   no data  --
1928.20/483.48	c  S st    80   2210857       435      1899         0    107120      5763   1566017   no data   no data  --
1929.79/483.84	c  S st    80   2211359       435      1899         0    107621      5763   1577485   no data   no data  --
1929.79/483.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1929.79/483.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1929.79/483.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1930.21/483.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1930.21/483.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1930.21/483.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
1930.21/483.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1974.09/494.92	c lits-rem:       151  cl-subs:     8671  v-elim:      0  v-fix:    0  time: 43.74 s
1974.09/494.92	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
1974.09/494.94	c vivif2 --  cl tried    98950 cl shrink        0 lits rem          0 time: 0.08
1974.51/495.08	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.55
1974.51/495.08	c calculated reachability. Time: 0.00
1974.51/495.08	c  N st    80   2211359       435      1899         0     98950      5763   1399741   no data   no data  --
2652.59/665.05	c  N st    81   2711360       435      1899         0    122201      5763   1771027   no data   no data  --
2652.59/665.05	c  S st    81   2711360       435      1899         0    122201      5763   1771027   no data   no data  --
2654.21/665.48	c  S st    81   2711862       435      1899         0    122703      5763   1781933   no data   no data  --
2654.21/665.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2654.21/665.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2654.63/665.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2654.98/665.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2654.98/665.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2654.98/665.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
2654.98/665.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2710.83/679.64	c lits-rem:       172  cl-subs:    11872  v-elim:      0  v-fix:    0  time: 55.93 s
2710.83/679.64	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
2710.83/679.66	c vivif2 --  cl tried   110831 cl shrink        0 lits rem          0 time: 0.08
2711.66/679.82	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.63
2711.66/679.82	c calculated reachability. Time: 0.00
2711.66/679.82	c  N st    81   2711862       435      1899         0    110831      5763   1559762   no data   no data  --
3408.09/854.42	c  N st    82   3211864       435      1899         0     87409      5763    921586   no data   no data  --
3408.09/854.43	c  S st    82   3211864       435      1899         0     87409      5763    921586   no data   no data  --
3409.33/854.73	c  S st    82   3212369       435      1899         0     87912      5763    933138   no data   no data  --
3409.33/854.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3409.33/854.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3409.33/854.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3409.68/854.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3409.68/854.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3409.68/854.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
3409.68/854.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3422.07/857.99	c lits-rem:       998  cl-subs:     2034  v-elim:      0  v-fix:    0  time: 12.69 s
3422.07/857.99	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
3422.07/858.00	c vivif2 --  cl tried    85878 cl shrink        0 lits rem          0 time: 0.05
3422.84/858.12	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.45
3422.84/858.12	c calculated reachability. Time: 0.00
3422.84/858.12	c  N st    82   3212369       435      1899         0     85878      5763    895428   no data   no data  --
4140.05/1037.96	c  N st    83   3712370       435      1899         0     96917      5763   1069456   no data   no data  --
4140.05/1037.96	c  S st    83   3712370       435      1899         0     96917      5763   1069456   no data   no data  --
4141.26/1038.27	c  S st    83   3712876       435      1899         0     97423      5763   1081136   no data   no data  --
4141.26/1038.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4141.26/1038.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4141.67/1038.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
4141.67/1038.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4141.67/1038.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4141.67/1038.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
4141.67/1038.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4154.41/1041.55	c lits-rem:       398  cl-subs:     2817  v-elim:      0  v-fix:    0  time: 12.74 s
4154.41/1041.55	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
4154.41/1041.57	c vivif2 --  cl tried    94606 cl shrink        0 lits rem          0 time: 0.06
4154.83/1041.69	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.48
4154.83/1041.70	c calculated reachability. Time: 0.00
4154.83/1041.70	c  N st    83   3712876       435      1899         0     94606      5763   1024713   no data   no data  --
4211.05/1055.79	c  F st    84   3751562       435      1899         0    132027      5763   1867211   no data   no data  --
4211.05/1055.80	c  N st    84   3751562       435      1899         0    132027      5763   1867211   no data   no data  --
4223.42/1058.84	c Decided on static restart strategy
4266.49/1069.67	c  N st    94   3779863       435      1899         0    159436      5763   2461302   no data   no data  --
4320.35/1083.16	c  N st    96   3815857       435      1899         0    112108      5763   1396027   no data   no data  --
4376.19/1097.14	c  N st    97   3848250       435      1899         0    143524      5763   2085827   no data   no data  --
4452.79/1116.40	c  N st    98   3896840       435      1899         0    107129      5763   1262509   no data   no data  --
4564.47/1144.36	c  N st    99   3969723       435      1899         0     93482      5763    947844   no data   no data  --
4739.18/1188.14	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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368953-1305407544/watcher-3368953-1305407544 -o /tmp/evaluation-result-3368953-1305407544/solver-3368953-1305407544 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368953-1305407544.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: 8.13 8.17 8.02 2/352 13468
/proc/meminfo: memFree=21299652/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 652352092 52465664 356 33554432000 4194304 4650419 140735078373200 18446744073709551615 47095803660210 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 12809 356 306 112 0 7774 0
[pid=13468/tid=13469] ppid=13466 vsize=282012 CPUtime=0 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 86 0 0 0 0 0 0 0 25 0 4 0 652352092 288780288 950 33554432000 4194304 4650419 140735078373200 18446744073709551615 218905836014 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=282012 CPUtime=0 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 205 0 0 0 0 0 0 0 25 0 4 0 652352092 288780288 951 33554432000 4194304 4650419 140735078373200 18446744073709551615 218905396455 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=282012 CPUtime=0 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 4 0 652352092 288780288 951 33554432000 4194304 4650419 140735078373200 18446744073709551615 218905391425 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0214319 s]
/proc/loadavg: 8.13 8.17 8.02 2/352 13468
/proc/meminfo: memFree=21299652/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=282064 CPUtime=0.05 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 1201 0 0 0 5 0 0 0 25 0 4 0 652352092 288833536 1073 33554432000 4194304 4650419 140735078373200 18446744073709551615 4334894 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 70516 1073 390 112 0 65481 0
[pid=13468/tid=13469] ppid=13466 vsize=282064 CPUtime=0.01 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 188 0 0 0 1 0 0 0 25 0 4 0 652352092 288833536 1073 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=282064 CPUtime=0.01 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 215 0 0 0 1 0 0 0 25 0 4 0 652352092 288833536 1073 33554432000 4194304 4650419 140735078373200 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=282064 CPUtime=0.01 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 136 0 0 0 1 0 0 0 25 0 4 0 652352092 288833536 1073 33554432000 4194304 4650419 140735078373200 18446744073709551615 4367287 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 282064

[startup+0.100421 s]
/proc/loadavg: 8.13 8.17 8.02 2/352 13468
/proc/meminfo: memFree=21299652/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=282200 CPUtime=0.37 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 1607 0 0 0 37 0 0 0 25 0 4 0 652352092 288972800 1479 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 70550 1479 391 112 0 65515 0
[pid=13468/tid=13469] ppid=13466 vsize=282200 CPUtime=0.08 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 288 0 0 0 8 0 0 0 25 0 4 0 652352092 288972800 1479 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=282200 CPUtime=0.09 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 300 0 0 0 9 0 0 0 25 0 4 0 652352092 288972800 1480 33554432000 4194304 4650419 140735078373200 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=282200 CPUtime=0.09 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 250 0 0 0 9 0 0 0 25 0 4 0 652352092 288972800 1480 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282200

[startup+0.30035 s]
/proc/loadavg: 8.13 8.17 8.02 2/352 13468
/proc/meminfo: memFree=21299652/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=283580 CPUtime=1.16 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 2668 0 0 0 116 0 0 0 25 0 4 0 652352092 290385920 2028 33554432000 4194304 4650419 140735078373200 18446744073709551615 4363441 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 70895 2028 393 112 0 65860 0
[pid=13468/tid=13469] ppid=13466 vsize=283580 CPUtime=0.28 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 535 0 0 0 28 0 0 0 25 0 4 0 652352092 290385920 2028 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=283580 CPUtime=0.28 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 582 0 0 0 28 0 0 0 25 0 4 0 652352092 290385920 2029 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=283580 CPUtime=0.29 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 520 0 0 0 29 0 0 0 25 0 4 0 652352092 290385920 2029 33554432000 4194304 4650419 140735078373200 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 283580

[startup+0.700279 s]
/proc/loadavg: 8.13 8.17 8.02 2/352 13468
/proc/meminfo: memFree=21299652/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=293388 CPUtime=2.77 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 4408 0 0 0 276 1 0 0 25 0 4 0 652352092 300429312 2503 33554432000 4194304 4650419 140735078373200 18446744073709551615 218905774263 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 73347 2511 393 112 0 68312 0
[pid=13468/tid=13469] ppid=13466 vsize=293388 CPUtime=0.68 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 908 0 0 0 68 0 0 0 25 0 4 0 652352092 300429312 2521 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=293388 CPUtime=0.68 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 1081 0 0 0 68 0 0 0 25 0 4 0 652352092 300429312 2523 33554432000 4194304 4650419 140735078373200 18446744073709551615 4349694 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=293388 CPUtime=0.69 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 1002 0 0 0 69 0 0 0 25 0 4 0 652352092 300429312 2524 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 293388

[startup+1.50113 s]
/proc/loadavg: 8.13 8.17 8.02 10/361 13502
/proc/meminfo: memFree=21281184/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=285704 CPUtime=5.95 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 8116 0 0 0 594 1 0 0 25 0 4 0 652352092 292560896 4425 33554432000 4194304 4650419 140735078373200 18446744073709551615 4371092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 71426 4425 395 112 0 66391 0
[pid=13468/tid=13469] ppid=13466 vsize=285704 CPUtime=1.47 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 1609 0 0 0 147 0 0 0 25 0 4 0 652352092 292560896 4425 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=285704 CPUtime=1.48 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 1706 0 0 0 148 0 0 0 25 0 4 0 652352092 292560896 4425 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=285704 CPUtime=1.49 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 1546 0 0 0 149 0 0 0 25 0 4 0 652352092 292560896 4425 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285704

[startup+3.10084 s]
/proc/loadavg: 8.12 8.16 8.02 9/361 13502
/proc/meminfo: memFree=21252788/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=304284 CPUtime=12.34 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 15618 0 0 0 1231 3 0 0 25 0 4 0 652352092 311586816 8832 33554432000 4194304 4650419 140735078373200 18446744073709551615 4328964 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 76071 8832 395 112 0 71036 0
[pid=13468/tid=13469] ppid=13466 vsize=304284 CPUtime=3.06 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 3612 0 0 0 306 0 0 0 25 0 4 0 652352092 311586816 8832 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=304284 CPUtime=3.08 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 4174 0 0 0 307 1 0 0 25 0 4 0 652352092 311586816 8832 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=304284 CPUtime=3.09 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 3553 0 0 0 309 0 0 0 25 0 4 0 652352092 311586816 8832 33554432000 4194304 4650419 140735078373200 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 304284

[startup+6.30027 s]
/proc/loadavg: 8.12 8.16 8.02 9/361 13502
/proc/meminfo: memFree=21208112/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=322676 CPUtime=25.1 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 23748 0 0 0 2506 4 0 0 25 0 4 0 652352092 330420224 13213 33554432000 4194304 4650419 140735078373200 18446744073709551615 4341281 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 80669 13213 395 112 0 75634 0
[pid=13468/tid=13469] ppid=13466 vsize=322676 CPUtime=6.22 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 6166 0 0 0 622 0 0 0 25 0 4 0 652352092 330420224 13213 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=322676 CPUtime=6.28 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 6811 0 0 0 627 1 0 0 25 0 4 0 652352092 330420224 13213 33554432000 4194304 4650419 140735078373200 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=322676 CPUtime=6.28 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 4743 0 0 0 628 0 0 0 25 0 4 0 652352092 330420224 13213 33554432000 4194304 4650419 140735078373200 18446744073709551615 4311045 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 322676

[startup+12.7011 s]
/proc/loadavg: 8.10 8.16 8.02 9/361 13502
/proc/meminfo: memFree=21169672/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=323532 CPUtime=50.62 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 36357 0 0 0 5054 8 0 0 25 0 4 0 652352092 331296768 17858 33554432000 4194304 4650419 140735078373200 18446744073709551615 4438944 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 80883 17858 395 112 0 75848 0
[pid=13468/tid=13469] ppid=13466 vsize=323532 CPUtime=12.54 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 9822 0 0 0 1253 1 0 0 25 0 4 0 652352092 331296768 17858 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=323532 CPUtime=12.68 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 9578 0 0 0 1266 2 0 0 25 0 4 0 652352092 331296768 17858 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=323532 CPUtime=12.68 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 6059 0 0 0 1268 0 0 0 25 0 4 0 652352092 331296768 17858 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 323532

[startup+25.5008 s]
/proc/loadavg: 8.08 8.15 8.01 9/361 13502
/proc/meminfo: memFree=21110000/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=334536 CPUtime=101.68 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 53655 0 0 0 10156 12 0 0 25 0 4 0 652352092 342564864 24411 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 83634 24411 395 112 0 78599 0
[pid=13468/tid=13469] ppid=13466 vsize=334536 CPUtime=25.2 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 14565 0 0 0 2518 2 0 0 25 0 4 0 652352092 342564864 24411 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=334536 CPUtime=25.48 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 15627 0 0 0 2544 4 0 0 25 0 4 0 652352092 342564864 24411 33554432000 4194304 4650419 140735078373200 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=334536 CPUtime=25.48 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 7728 0 0 0 2548 0 0 0 25 0 4 0 652352092 342564864 24411 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 334536

[startup+51.1011 s]
/proc/loadavg: 8.13 8.15 8.02 9/361 13503
/proc/meminfo: memFree=21067028/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=336044 CPUtime=203.81 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 81765 0 0 0 20360 21 0 0 25 0 4 0 652352092 344109056 31744 33554432000 4194304 4650419 140735078373200 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 84011 31744 395 112 0 78976 0
[pid=13468/tid=13469] ppid=13466 vsize=336044 CPUtime=50.52 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 23258 0 0 0 5047 5 0 0 25 0 4 0 652352092 344109056 31744 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=336044 CPUtime=51.08 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 23925 0 0 0 5102 6 0 0 25 0 4 0 652352092 344109056 31744 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=336044 CPUtime=51.08 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 10822 0 0 0 5107 1 0 0 25 0 4 0 652352092 344109056 31744 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 336044

[startup+102.314 s]
/proc/loadavg: 8.05 8.13 8.01 9/361 13504
/proc/meminfo: memFree=21021872/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=328736 CPUtime=408.08 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 117690 0 0 0 40778 30 0 0 25 0 4 0 652352092 336625664 34549 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 82184 34549 395 112 0 77149 0
[pid=13468/tid=13469] ppid=13466 vsize=328736 CPUtime=101.15 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 32477 0 0 0 10108 7 0 0 25 0 4 0 652352092 336625664 34549 33554432000 4194304 4650419 140735078373200 18446744073709551615 4367518 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=328736 CPUtime=102.29 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 35611 0 0 0 10221 8 0 0 25 0 4 0 652352092 336625664 34549 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=328736 CPUtime=102.3 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 12772 0 0 0 10228 2 0 0 25 0 4 0 652352092 336625664 34549 33554432000 4194304 4650419 140735078373200 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 328736

[startup+162.301 s]

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

[pid=13468] ppid=13466 vsize=580704 CPUtime=2562.05 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 363142 0 0 0 256082 123 0 0 25 0 4 0 652352092 594640896 78585 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 145176 78585 395 112 0 140141 0
[pid=13468/tid=13469] ppid=13466 vsize=580704 CPUtime=635.12 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 102873 0 0 0 63476 36 0 0 25 0 4 0 652352092 594640896 78587 33554432000 4194304 4650419 140735078373200 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=580704 CPUtime=642.3 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 119052 0 0 0 64192 38 0 0 25 0 4 0 652352092 594640896 78587 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=580704 CPUtime=642.32 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 27702 0 0 0 64224 8 0 0 25 0 4 0 652352092 594640896 78587 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2562.05
Current children cumulated vsize (KiB) 580704

[startup+702.301 s]
/proc/loadavg: 8.03 8.09 8.03 9/361 13520
/proc/meminfo: memFree=20651488/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=568888 CPUtime=2801.36 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 382293 0 0 0 280005 131 0 0 25 0 4 0 652352092 582541312 80725 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 142222 80725 395 112 0 137187 0
[pid=13468/tid=13469] ppid=13466 vsize=568888 CPUtime=694.44 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 109251 0 0 0 69405 39 0 0 25 0 4 0 652352092 582541312 80725 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=568888 CPUtime=702.3 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 124878 0 0 0 70189 41 0 0 25 0 4 0 652352092 582541312 80725 33554432000 4194304 4650419 140735078373200 18446744073709551615 4341607 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=568888 CPUtime=702.31 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 27705 0 0 0 70223 8 0 0 25 0 4 0 652352092 582541312 80725 33554432000 4194304 4650419 140735078373200 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.36
Current children cumulated vsize (KiB) 568888

[startup+762.313 s]
/proc/loadavg: 8.01 8.07 8.02 9/361 13522
/proc/meminfo: memFree=20616616/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=581408 CPUtime=3040.75 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 404199 0 0 0 303936 139 0 0 25 0 4 0 652352092 595361792 81671 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 145352 81671 395 112 0 140317 0
[pid=13468/tid=13469] ppid=13466 vsize=581408 CPUtime=753.8 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 116140 0 0 0 75338 42 0 0 25 0 4 0 652352092 595361792 81671 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=581408 CPUtime=762.31 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 133804 0 0 0 76188 43 0 0 25 0 4 0 652352092 595361792 81671 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=581408 CPUtime=762.32 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 27829 0 0 0 76224 8 0 0 25 0 4 0 652352092 595361792 81671 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.75
Current children cumulated vsize (KiB) 581408

[startup+822.3 s]
/proc/loadavg: 8.00 8.06 8.02 9/361 13524
/proc/meminfo: memFree=20628360/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=582208 CPUtime=3280.03 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 428543 0 0 0 327855 148 0 0 25 0 4 0 652352092 596180992 85905 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 145552 85905 395 112 0 140517 0
[pid=13468/tid=13469] ppid=13466 vsize=582208 CPUtime=813.11 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 125931 0 0 0 81266 45 0 0 25 0 4 0 652352092 596180992 85905 33554432000 4194304 4650419 140735078373200 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=582208 CPUtime=822.3 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 140393 0 0 0 82184 46 0 0 25 0 4 0 652352092 596180992 85905 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=582208 CPUtime=822.3 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 28781 0 0 0 82222 8 0 0 25 0 4 0 652352092 596180992 85905 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.03
Current children cumulated vsize (KiB) 582208

[startup+882.3 s]
/proc/loadavg: 8.06 8.06 8.02 9/361 13525
/proc/meminfo: memFree=20587404/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=583360 CPUtime=3519.36 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 449523 0 0 0 351780 156 0 0 25 0 4 0 652352092 597360640 90170 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 145840 90170 395 112 0 140805 0
[pid=13468/tid=13469] ppid=13466 vsize=583360 CPUtime=872.44 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 130543 0 0 0 87197 47 0 0 25 0 4 0 652352092 597360640 90170 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=583360 CPUtime=882.3 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 149983 0 0 0 88181 49 0 0 25 0 4 0 652352092 597360640 90170 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=583360 CPUtime=882.3 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 29079 0 0 0 88222 8 0 0 25 0 4 0 652352092 597360640 90170 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.36
Current children cumulated vsize (KiB) 583360

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 8.02 9/361 13527
/proc/meminfo: memFree=20557104/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=571096 CPUtime=3758.7 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 468125 0 0 0 375707 163 0 0 25 0 4 0 652352092 584802304 87902 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 142774 87902 395 112 0 137739 0
[pid=13468/tid=13469] ppid=13466 vsize=571096 CPUtime=931.8 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 136237 0 0 0 93130 50 0 0 25 0 4 0 652352092 584802304 87902 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=571096 CPUtime=942.3 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 155764 0 0 0 94179 51 0 0 25 0 4 0 652352092 584802304 87902 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=571096 CPUtime=942.3 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 29394 0 0 0 94221 9 0 0 25 0 4 0 652352092 584802304 87902 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.7
Current children cumulated vsize (KiB) 571096

[startup+1002.3 s]
/proc/loadavg: 8.17 8.09 8.03 9/361 13528
/proc/meminfo: memFree=20589816/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=585384 CPUtime=3998.04 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 487117 0 0 0 399632 172 0 0 25 0 4 0 652352092 599433216 87737 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 146346 87737 395 112 0 141311 0
[pid=13468/tid=13469] ppid=13466 vsize=585384 CPUtime=991.13 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 140644 0 0 0 99061 52 0 0 25 0 4 0 652352092 599433216 87737 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=585384 CPUtime=1002.3 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 161755 0 0 0 100176 54 0 0 25 0 4 0 652352092 599433216 87737 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=585384 CPUtime=1002.29 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 29785 0 0 0 100220 9 0 0 25 0 4 0 652352092 599433216 87737 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.04
Current children cumulated vsize (KiB) 585384

[startup+1062.3 s]
/proc/loadavg: 8.17 8.10 8.03 9/361 13530
/proc/meminfo: memFree=20560284/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=585552 CPUtime=4237.38 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 506023 0 0 0 423560 178 0 0 25 0 4 0 652352092 599605248 93751 33554432000 4194304 4650419 140735078373200 18446744073709551615 4328378 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 146388 93751 395 112 0 141353 0
[pid=13468/tid=13469] ppid=13466 vsize=585552 CPUtime=1050.48 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 147817 0 0 0 104995 53 0 0 25 0 4 0 652352092 599605248 93751 33554432000 4194304 4650419 140735078373200 18446744073709551615 4315467 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=585552 CPUtime=1062.3 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 166079 0 0 0 106174 56 0 0 25 0 4 0 652352092 599605248 93751 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=585552 CPUtime=1062.28 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 30349 0 0 0 106219 9 0 0 25 0 4 0 652352092 599605248 93751 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.38
Current children cumulated vsize (KiB) 585552

[startup+1122.3 s]
/proc/loadavg: 8.17 8.11 8.04 9/361 13532
/proc/meminfo: memFree=20561368/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=584316 CPUtime=4476.71 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 523024 0 0 0 447487 184 0 0 25 0 4 0 652352092 598339584 92461 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 146079 92461 395 112 0 141044 0
[pid=13468/tid=13469] ppid=13466 vsize=584316 CPUtime=1109.81 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 149360 0 0 0 110927 54 0 0 25 0 4 0 652352092 598339584 92461 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=584316 CPUtime=1122.31 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 174298 0 0 0 112172 59 0 0 25 0 4 0 652352092 598339584 92461 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=584316 CPUtime=1122.27 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 31521 0 0 0 112218 9 0 0 25 0 4 0 652352092 598339584 92461 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.71
Current children cumulated vsize (KiB) 584316

[startup+1182.3 s]
/proc/loadavg: 8.21 8.12 8.04 9/361 13533
/proc/meminfo: memFree=20552040/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=564304 CPUtime=4716.05 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 540239 0 0 0 471414 191 0 0 25 0 4 0 652352092 577847296 91563 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 141076 91563 395 112 0 136041 0
[pid=13468/tid=13469] ppid=13466 vsize=564304 CPUtime=1169.17 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 152835 0 0 0 116862 55 0 0 25 0 4 0 652352092 577847296 91563 33554432000 4194304 4650419 140735078373200 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=564304 CPUtime=1182.31 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 180491 0 0 0 118169 62 0 0 25 0 4 0 652352092 577847296 91563 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=564304 CPUtime=1182.26 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 32999 0 0 0 118216 10 0 0 25 0 4 0 652352092 577847296 91563 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.05
Current children cumulated vsize (KiB) 564304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.14 8.11 8.04 9/361 13534
/proc/meminfo: memFree=20555384/32951124 swapFree=65581052/67111528
[pid=13468] ppid=13466 vsize=576376 CPUtime=4800.27 cores=0,2,4,6
/proc/13468/stat : 13468 (strangenight1-m) R 13466 13468 13351 0 -1 4202496 546618 0 0 0 479833 194 0 0 25 0 4 0 652352092 590209024 91210 33554432000 4194304 4650419 140735078373200 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13468/statm: 144094 91210 395 112 0 139059 0
[pid=13468/tid=13469] ppid=13466 vsize=576376 CPUtime=1190.04 cores=0,2,4,6
/proc/13468/task/13469/stat : 13469 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 155514 0 0 0 118948 56 0 0 25 0 4 0 652352092 590209024 91211 33554432000 4194304 4650419 140735078373200 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13468/tid=13470] ppid=13466 vsize=576376 CPUtime=1203.43 cores=0,2,4,6
/proc/13468/task/13470/stat : 13470 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 181748 0 0 0 120281 62 0 0 25 0 4 0 652352092 590209024 91211 33554432000 4194304 4650419 140735078373200 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13468/tid=13471] ppid=13466 vsize=576376 CPUtime=1203.39 cores=0,2,4,6
/proc/13468/task/13471/stat : 13471 (strangenight1-m) R 13466 13468 13351 0 -1 4202560 34020 0 0 0 120329 10 0 0 25 0 4 0 652352092 590209024 91211 33554432000 4194304 4650419 140735078373200 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 576376

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.34
CPU user time (s): 4798.38
CPU system time (s): 1.9577
CPU usage (%): 398.882
Max. virtual memory (cumulated for all children) (KiB): 636548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.38
system time used= 1.9577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 546619
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= 255
involuntary context switches= 21497

runsolver used 3.82542 second user time and 9.43057 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 94cfc1731e7c76d51d00543dd5d14f85
RANDOM SEED=1882211468

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21299808 kB
Buffers:        279916 kB
Cached:        3705904 kB
SwapCached:      36328 kB
Active:        1623796 kB
Inactive:      9804020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21299808 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:            6276 kB
Writeback:           0 kB
AnonPages:     7415464 kB
Mapped:          19324 kB
Slab:           119848 kB
PageTables:      38720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75929504 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73664 MiB
End job on node137 at 2011-05-14 23:32:29