Trace number 3264533

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.32 1201.75

General information on the benchmark

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
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-3264533-1304178754.cnf'
0.00/0.00	c -- header says num vars:            260
0.00/0.00	c -- header says num clauses:         486
0.00/0.00	c -- clauses added:            0 learnts,          486 normals,            0 xors
0.00/0.00	c -- vars added        260
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       260        65       421         0      1102         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/65/65 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.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    260 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         2  cl-subs:        0  v-elim:     79  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      94 undec:      79 neg:      87
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       181       152       273         0      1376         0   no data   no data  --
0.00/0.80	c Decided on static restart strategy
0.00/0.80	c  N st     8      4918       181       152       273      4685      1376    160880   no data   no data  --
0.00/0.80	c  N st    10     11303       181       152       273      4352      1376    116306   no data   no data  --
0.00/0.80	c  N st    11     17046       181       152       273      9825      1376    280806   no data   no data  --
3.21/0.90	c  F st    12     25001       181       152       273     12104      1376    345392   no data   no data  --
3.21/0.90	c  N st    12     25001       181       152       273     12104      1376    345392   no data   no data  --
4.01/1.10	c Decided on static restart strategy
4.01/1.10	c  N st    18     30000       181       152       273     10360      1376    270840   no data   no data  --
4.01/1.10	c  S st    18     30000       181       152       273     10360      1376    270840   no data   no data  --
4.01/1.10	c  S st    18     30503       181       152       273     10853      1376    286226   no data   no data  --
4.01/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.01/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.01/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
4.40/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.20	c subs with bin:        0  lits-rem:         6  v-fix:    0  time:  0.09 s
4.40/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
4.40/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.37/1.62	c lits-rem:      1310  cl-subs:      363  v-elim:      1  v-fix:    0  time:  1.99 s
6.37/1.63	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.01
6.37/1.63	c calculated reachability. Time: 0.00
6.37/1.63	c  N st    18     30503       180       152       271     10490      1366    273218   no data   no data  --
7.58/1.91	c  N st    20     37615       180       152       271      9771      1366    240849   no data   no data  --
8.37/2.15	c  N st    21     44014       180       152       271     15842      1366    450632   no data   no data  --
8.77/2.24	c  S st    22     45754       180       152       271      8965      1366    191100   no data   no data  --
8.77/2.25	c  S st    22     46258       180       152       271      9454      1366    206592   no data   no data  --
8.77/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.77/2.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.77/2.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.77/2.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.77/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
8.77/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
8.77/2.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.17/2.34	c lits-rem:       256  cl-subs:       67  v-elim:      0  v-fix:    0  time:  0.26 s
9.17/2.34	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
9.17/2.34	c vivif2 --  cl tried     9387 cl shrink        0 lits rem          0 time: 0.01
9.17/2.35	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.01
9.17/2.35	c calculated reachability. Time: 0.00
9.17/2.35	c  N st    22     46258       180       152       271      9387      1366    204368   no data   no data  --
12.36/3.12	c  N st    23     60655       180       152       271     13708      1366    379552   no data   no data  --
13.96/3.59	c  N st    24     69387       180       152       271     11532      1366    259045   no data   no data  --
13.96/3.59	c  S st    24     69387       180       152       271     11532      1366    259045   no data   no data  --
14.36/3.61	c  S st    24     69889       180       152       271     12023      1366    274465   no data   no data  --
14.36/3.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.36/3.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.36/3.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
14.36/3.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.36/3.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
14.36/3.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
14.36/3.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.75/4.28	c lits-rem:       539  cl-subs:      130  v-elim:      0  v-fix:    0  time:  2.53 s
16.75/4.28	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
16.75/4.29	c vivif2 --  cl tried    11893 cl shrink        0 lits rem          0 time: 0.02
16.75/4.29	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.01
16.75/4.29	c calculated reachability. Time: 0.00
16.75/4.29	c  N st    24     69889       180       152       271     11893      1366    269988   no data   no data  --
20.76/5.26	c  F st    25     87501       180       152       271     17105      1366    456595   no data   no data  --
20.76/5.26	c  N st    25     87501       180       152       271     17105      1366    456595   no data   no data  --
21.95/5.54	c Decided on static restart strategy
22.74/5.72	c  N st    32     95539       180       152       271     24833      1366    698402   no data   no data  --
24.76/6.20	c  N st    34    104833       180       152       271     21371      1366    545192   no data   no data  --
24.76/6.20	c  S st    34    104833       180       152       271     21371      1366    545192   no data   no data  --
24.76/6.25	c  S st    34    105334       180       152       271     21865      1366    559954   no data   no data  --
24.76/6.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
24.76/6.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.76/6.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
24.76/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.16/6.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
25.16/6.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
25.16/6.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.74/7.75	c lits-rem:      1299  cl-subs:      690  v-elim:      0  v-fix:    0  time:  5.66 s
30.74/7.75	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
30.74/7.76	c vivif2 --  cl tried    21175 cl shrink        0 lits rem          0 time: 0.03
30.74/7.76	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.02
30.74/7.76	c calculated reachability. Time: 0.00
30.74/7.76	c  N st    34    105334       180       152       271     21175      1366    535636   no data   no data  --
32.73/8.26	c  N st    35    114932       180       152       271     16954      1366    393032   no data   no data  --
35.93/9.09	c  N st    36    129332       180       152       271     16308      1366    354400   no data   no data  --
41.12/10.36	c  N st    37    150930       180       152       271     21486      1366    506767   no data   no data  --
42.74/10.77	c  S st    38    158001       180       152       271     28197      1366    752971   no data   no data  --
43.12/10.83	c  S st    38    158502       180       152       271     28690      1366    767023   no data   no data  --
43.12/10.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.12/10.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.12/10.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.05
43.12/10.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.51/10.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.25 s
43.51/10.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
43.51/10.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.71/12.74	c lits-rem:      1246  cl-subs:     1181  v-elim:      0  v-fix:    0  time:  7.24 s
50.71/12.74	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
50.71/12.75	c vivif2 --  cl tried    27509 cl shrink        0 lits rem          0 time: 0.04
50.71/12.75	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.02
50.71/12.76	c calculated reachability. Time: 0.00
50.71/12.76	c  N st    38    158502       180       152       271     27509      1366    724041   no data   no data  --
65.89/16.54	c  N st    39    207090       180       152       271     22863      1366    530223   no data   no data  --
75.08/18.81	c  N st    40    237754       180       152       271     32936      1366    870273   no data   no data  --
75.08/18.81	c  S st    40    237754       180       152       271     32936      1366    870273   no data   no data  --
75.08/18.89	c  S st    40    238257       180       152       271     33434      1366    885280   no data   no data  --
75.08/18.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
75.08/18.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.47/18.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
75.47/18.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.87/19.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
75.87/19.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
75.87/19.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.85/21.58	c lits-rem:       882  cl-subs:     1107  v-elim:      0  v-fix:    0  time: 10.06 s
85.85/21.58	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
85.85/21.59	c vivif2 --  cl tried    32327 cl shrink        0 lits rem          0 time: 0.05
86.26/21.60	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.03
86.26/21.60	c calculated reachability. Time: 0.00
86.26/21.60	c  N st    40    238257       180       152       271     32327      1366    845008   no data   no data  --
111.01/27.81	c  F st    41    306250       180       152       271     34511      1366    877572   no data   no data  --
111.01/27.82	c  N st    41    306250       180       152       271     34511      1366    877572   no data   no data  --
112.62/28.26	c Decided on static restart strategy
119.40/29.97	c  N st    51    334552       180       152       271     38637      1366   1024357   no data   no data  --
126.60/31.74	c  N st    53    357385       180       152       271     36577      1366    912841   no data   no data  --
126.60/31.74	c  S st    53    357385       180       152       271     36577      1366    912841   no data   no data  --
126.99/31.82	c  S st    53    357890       180       152       271     37072      1366    927988   no data   no data  --
126.99/31.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
126.99/31.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
126.99/31.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.07
126.99/31.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.39/31.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.35 s
127.39/31.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
127.39/31.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.00/33.89	c lits-rem:      1740  cl-subs:      689  v-elim:      0  v-fix:    0  time:  7.76 s
135.00/33.89	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
135.38/33.91	c vivif2 --  cl tried    36383 cl shrink        0 lits rem          0 time: 0.05
135.38/33.92	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.04
135.38/33.92	c calculated reachability. Time: 0.00
135.38/33.92	c  N st    53    357890       180       152       271     36383      1366    902533   no data   no data  --
147.37/36.92	c  N st    54    390282       180       152       271     42420      1366   1075088   no data   no data  --
163.35/40.93	c  N st    55    438870       180       152       271     35992      1366    801117   no data   no data  --
190.91/47.84	c  N st    56    511752       180       152       271     49213      1366   1296955   no data   no data  --
200.50/50.28	c  N st    57    536835       180       152       271     43447      1366   1046610   no data   no data  --
200.50/50.28	c  S st    57    536835       180       152       271     43447      1366   1046610   no data   no data  --
200.92/50.36	c  S st    57    537338       180       152       271     43940      1366   1061429   no data   no data  --
200.92/50.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
200.92/50.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
200.92/50.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.09
201.30/50.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
201.30/50.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.33 s
201.30/50.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
201.30/50.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
209.29/52.41	c lits-rem:       546  cl-subs:     1168  v-elim:      0  v-fix:    0  time:  7.63 s
209.29/52.41	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
209.29/52.42	c vivif2 --  cl tried    42772 cl shrink        0 lits rem          0 time: 0.06
209.29/52.44	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.06
209.29/52.44	c calculated reachability. Time: 0.00
209.29/52.44	c  N st    57    537338       180       152       271     42772      1366   1019101   no data   no data  --
281.58/70.54	c  N st    58    701322       180       152       271     37487      1366    722029   no data   no data  --
329.11/82.48	c  N st    59    806007       180       152       271     65491      1366   1544552   no data   no data  --
329.11/82.48	c  S st    59    806007       180       152       271     65491      1366   1544552   no data   no data  --
329.91/82.62	c  S st    59    806511       180       152       271     65988      1366   1559497   no data   no data  --
329.91/82.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
329.91/82.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
329.91/82.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.16
330.31/82.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
330.72/82.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.48 s
330.72/82.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
330.72/82.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
356.28/89.25	c lits-rem:       724  cl-subs:     2508  v-elim:      0  v-fix:    0  time: 25.61 s
356.28/89.25	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
356.28/89.27	c vivif2 --  cl tried    63480 cl shrink        0 lits rem          0 time: 0.10
356.68/89.30	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.12
356.68/89.30	c calculated reachability. Time: 0.00
356.68/89.30	c  N st    59    806511       180       152       271     63480      1366   1487323   no data   no data  --
493.70/123.61	c  F st    60   1071876       180       152       271     79276      1366   1934590   no data   no data  --
493.70/123.61	c  N st    60   1071876       180       152       271     79276      1366   1934590   no data   no data  --
496.49/124.32	c Decided on static restart strategy
506.88/126.93	c  N st    70   1100177       180       152       271     63567      1366   1508867   no data   no data  --
522.85/130.91	c  N st    72   1136170       180       152       271     53960      1366   1081342   no data   no data  --
537.64/134.66	c  N st    73   1168562       180       152       271     85027      1366   2138342   no data   no data  --
558.41/139.84	c  N st    74   1209766       180       152       271     79568      1366   1997607   no data   no data  --
558.41/139.84	c  S st    74   1209766       180       152       271     79568      1366   1997607   no data   no data  --
558.81/139.98	c  S st    74   1210269       180       152       271     80062      1366   2013671   no data   no data  --
558.81/139.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
558.81/139.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
559.21/140.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.23
559.21/140.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
560.01/140.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.74 s
560.01/140.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
560.01/140.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
611.54/153.17	c lits-rem:      1596  cl-subs:     2727  v-elim:      0  v-fix:    0  time: 51.43 s
611.54/153.17	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
611.94/153.20	c vivif2 --  cl tried    77335 cl shrink        0 lits rem          0 time: 0.13
611.94/153.25	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.19
611.94/153.26	c calculated reachability. Time: 0.00
611.94/153.26	c  N st    74   1210269       180       152       271     77335      1366   1920615   no data   no data  --
654.68/163.95	c  N st    75   1283153       180       152       271     53941      1366   1082473   no data   no data  --
710.21/177.90	c  N st    76   1392476       180       152       271     61536      1366   1359306   no data   no data  --
795.28/199.10	c  N st    77   1556460       180       152       271     66476      1366   1441555   no data   no data  --
885.16/221.65	c  N st    78   1710273       180       152       271    108453      1366   3168022   no data   no data  --
885.16/221.65	c  S st    78   1710273       180       152       271    108453      1366   3168022   no data   no data  --
886.38/221.91	c  S st    78   1710779       180       152       271    108956      1366   3184151   no data   no data  --
886.38/221.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
886.38/221.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
886.75/222.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.38
887.16/222.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
888.76/222.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
888.76/222.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
888.76/222.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1213.51/303.87	c lits-rem:      1853  cl-subs:     2932  v-elim:      0  v-fix:    0  time: 324.65 s
1213.51/303.87	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
1213.91/303.92	c vivif2 --  cl tried   106024 cl shrink        0 lits rem          0 time: 0.19
1213.91/303.99	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.27
1213.91/303.99	c calculated reachability. Time: 0.00
1213.91/303.99	c  N st    78   1710779       180       152       271    106024      1366   3071351   no data   no data  --
1481.95/371.06	c  N st    79   2079743       180       152       271    117147      1366   3293973   no data   no data  --
1591.00/398.35	c  N st    80   2210782       180       152       271    121509      1366   3526079   no data   no data  --
1591.00/398.35	c  S st    80   2210782       180       152       271    121509      1366   3526079   no data   no data  --
1592.20/398.65	c  S st    80   2211285       180       152       271    122004      1366   3543634   no data   no data  --
1592.20/398.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1592.20/398.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1592.60/398.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.46
1593.00/398.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1594.99/399.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.82 s
1594.99/399.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
1594.99/399.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1977.68/495.18	c lits-rem:      1843  cl-subs:     4057  v-elim:      0  v-fix:    0  time: 382.66 s
1977.68/495.18	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
1978.08/495.23	c vivif2 --  cl tried   117947 cl shrink        0 lits rem          0 time: 0.20
1978.08/495.30	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.24
1978.48/495.30	c calculated reachability. Time: 0.00
1978.48/495.30	c  N st    80   2211285       180       152       271    117947      1366   3392149   no data   no data  --
2351.96/588.89	c  N st    81   2711286       180       152       271     71837      1366   1373651   no data   no data  --
2351.96/588.89	c  S st    81   2711286       180       152       271     71837      1366   1373651   no data   no data  --
2352.76/589.07	c  S st    81   2711787       180       152       271     72332      1366   1390452   no data   no data  --
2352.76/589.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2352.76/589.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2353.16/589.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.26
2353.16/589.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2353.98/589.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.46 s
2353.98/589.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
2353.98/589.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2364.74/592.04	c lits-rem:       172  cl-subs:      416  v-elim:      0  v-fix:    0  time: 10.93 s
2364.74/592.04	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
2364.74/592.07	c vivif2 --  cl tried    71916 cl shrink        0 lits rem          0 time: 0.09
2365.14/592.11	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.19
2365.14/592.12	c calculated reachability. Time: 0.00
2365.14/592.12	c  N st    81   2711787       180       152       271     71916      1366   1377176   no data   no data  --
2902.41/726.63	c  N st    82   3211788       180       152       271    117163      1366   2837676   no data   no data  --
2902.41/726.63	c  S st    82   3211788       180       152       271    117163      1366   2837676   no data   no data  --
2903.22/726.87	c  S st    82   3212295       180       152       271    117659      1366   2854543   no data   no data  --
2903.22/726.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2903.22/726.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2903.60/726.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.41
2904.00/727.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2905.20/727.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.13 s
2905.20/727.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
2905.20/727.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2965.52/742.41	c lits-rem:       682  cl-subs:     3243  v-elim:      0  v-fix:    0  time: 60.12 s
2965.52/742.41	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
2965.52/742.45	c vivif2 --  cl tried   114416 cl shrink        0 lits rem          0 time: 0.18
2965.92/742.53	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.29
2965.92/742.53	c calculated reachability. Time: 0.00
2965.92/742.53	c  N st    82   3212295       180       152       271    114416      1366   2762375   no data   no data  --
3575.89/895.27	c  N st    83   3712295       180       152       271    125094      1366   3033584   no data   no data  --
3575.89/895.27	c  S st    83   3712295       180       152       271    125094      1366   3033584   no data   no data  --
3577.49/895.60	c  S st    83   3712796       180       152       271    125589      1366   3049040   no data   no data  --
3577.49/895.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3577.49/895.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3577.90/895.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.49
3578.30/895.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3579.50/896.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
3579.50/896.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
3579.50/896.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3891.89/974.32	c lits-rem:      1080  cl-subs:     3707  v-elim:      0  v-fix:    0  time: 312.09 s
3891.89/974.32	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
3891.89/974.37	c vivif2 --  cl tried   121882 cl shrink        0 lits rem          0 time: 0.20
3892.26/974.47	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.37
3892.26/974.47	c calculated reachability. Time: 0.00
3892.26/974.47	c  N st    83   3712796       180       152       271    121882      1366   2931400   no data   no data  --
3935.83/985.32	c  F st    84   3751564       180       152       271    159320      1366   4240537   no data   no data  --
3935.83/985.32	c  N st    84   3751564       180       152       271    159320      1366   4240537   no data   no data  --
3944.62/987.58	c Decided on static restart strategy
3964.17/992.45	c  N st    94   3779868       180       152       271    105043      1366   2288613   no data   no data  --
3998.12/1000.90	c  N st    96   3815863       180       152       271    139759      1366   3408749   no data   no data  --
4032.10/1009.46	c  N st    97   3848255       180       152       271     87996      1366   1657166   no data   no data  --
4069.62/1018.89	c  N st    98   3896846       180       152       271    134343      1366   3172687   no data   no data  --
4144.73/1037.65	c  N st    99   3969730       180       152       271    120432      1366   2811245   no data   no data  --
4240.99/1061.70	c  N st   100   4079054       180       152       271    140226      1366   3510318   no data   no data  --
4358.83/1091.26	c  N st   101   4212796       180       152       271     97559      1366   1894422   no data   no data  --
4358.83/1091.26	c  S st   101   4212796       180       152       271     97559      1366   1894422   no data   no data  --
4359.64/1091.44	c  S st   101   4213299       180       152       271     98054      1366   1909623   no data   no data  --
4359.64/1091.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4359.64/1091.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4360.04/1091.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.29
4360.04/1091.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4360.84/1091.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.58 s
4360.84/1091.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
4360.84/1091.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4380.80/1096.74	c lits-rem:        59  cl-subs:      784  v-elim:      0  v-fix:    0  time: 20.04 s
4380.80/1096.74	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
4380.80/1096.77	c vivif2 --  cl tried    97270 cl shrink        0 lits rem          0 time: 0.12
4381.20/1096.83	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.23
4381.20/1096.83	c calculated reachability. Time: 0.00
4381.20/1096.83	c  N st   101   4213299       180       152       271     97270      1366   1887263   no data   no data  --
4618.08/1156.10	c  N st   102   4459278       180       152       271    157777      1366   4159868   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-3264533-1304178754/watcher-3264533-1304178754 -o /tmp/evaluation-result-3264533-1304178754/solver-3264533-1304178754 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3264533-1304178754.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.36 7.89 7.96 3/174 843
/proc/meminfo: memFree=29708720/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=40992 CPUtime=0 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 3 0 608106063 41975808 350 33554432000 4194304 4650419 140734923511504 18446744073709551615 256415448049 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 10248 350 303 112 0 5213 0
[pid=843/tid=844] ppid=841 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 608106064 52465664 356 33554432000 4194304 4650419 140734923511504 18446744073709551615 47777310631447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 608106064 52465664 356 33554432000 4194304 4650419 140734923511504 18446744073709551615 47777310631858 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=843/tid=846] ppid=841 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 608106064 52465664 356 33554432000 4194304 4650419 140734923511504 18446744073709551615 47777310631449 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.107732 s]
/proc/loadavg: 7.36 7.89 7.96 3/174 843
/proc/meminfo: memFree=29708720/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=284912 CPUtime=3.21 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 6379 0 0 0 320 1 0 0 18 0 4 0 608106063 291749888 3048 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 71228 3048 393 112 0 66193 0
[pid=843/tid=844] ppid=841 vsize=284912 CPUtime=0.8 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 1588 0 0 0 80 0 0 0 19 0 4 0 608106064 291749888 3048 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=284912 CPUtime=0.79 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 1609 0 0 0 79 0 0 0 19 0 4 0 608106064 291749888 3049 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=284912 CPUtime=0.8 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 1282 0 0 0 80 0 0 0 18 0 4 0 608106064 291749888 3049 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 284912

[startup+0.909394 s]
/proc/loadavg: 7.36 7.89 7.96 3/174 843
/proc/meminfo: memFree=29708720/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=276248 CPUtime=3.61 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 6940 0 0 0 360 1 0 0 19 0 4 0 608106063 282877952 3262 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 69062 3263 394 112 0 64027 0
[pid=843/tid=844] ppid=841 vsize=276248 CPUtime=0.9 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 1667 0 0 0 90 0 0 0 19 0 4 0 608106064 282877952 3263 33554432000 4194304 4650419 140734923511504 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=276248 CPUtime=0.89 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 1747 0 0 0 89 0 0 0 19 0 4 0 608106064 282877952 3264 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=276248 CPUtime=0.9 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 1509 0 0 0 90 0 0 0 19 0 4 0 608106064 282877952 3264 33554432000 4194304 4650419 140734923511504 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 276248

[startup+1.00937 s]
/proc/loadavg: 7.36 7.89 7.96 3/174 843
/proc/meminfo: memFree=29708720/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=276552 CPUtime=4.01 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 7723 0 0 0 400 1 0 0 19 0 4 0 608106063 283189248 3170 33554432000 4194304 4650419 140734923511504 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 69138 3170 394 112 0 64103 0
[pid=843/tid=844] ppid=841 vsize=276552 CPUtime=1 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 1768 0 0 0 100 0 0 0 19 0 4 0 608106064 283189248 3170 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=276552 CPUtime=0.99 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 2047 0 0 0 99 0 0 0 19 0 4 0 608106064 283189248 3170 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=276552 CPUtime=1 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 1616 0 0 0 100 0 0 0 19 0 4 0 608106064 283189248 3170 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 276552

[startup+1.10936 s]
/proc/loadavg: 7.36 7.89 7.96 3/174 843
/proc/meminfo: memFree=29708720/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=277060 CPUtime=4.4 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 9872 0 0 0 439 1 0 0 19 0 4 0 608106063 283709440 4827 33554432000 4194304 4650419 140734923511504 18446744073709551615 4436391 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 69265 4827 395 112 0 64230 0
[pid=843/tid=844] ppid=841 vsize=277060 CPUtime=1.09 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 2075 0 0 0 109 0 0 0 19 0 4 0 608106064 283709440 4827 33554432000 4194304 4650419 140734923511504 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=277060 CPUtime=1.09 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 2138 0 0 0 109 0 0 0 19 0 4 0 608106064 283709440 4827 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=277060 CPUtime=1.1 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 1706 0 0 0 110 0 0 0 19 0 4 0 608106064 283709440 4827 33554432000 4194304 4650419 140734923511504 18446744073709551615 4229424 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 277060

[startup+1.50028 s]
/proc/loadavg: 7.36 7.89 7.96 3/174 843
/proc/meminfo: memFree=29708720/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=277152 CPUtime=5.97 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 11479 0 0 0 595 2 0 0 20 0 4 0 608106063 283803648 5427 33554432000 4194304 4650419 140734923511504 18446744073709551615 4438402 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 69288 5427 395 112 0 64253 0
[pid=843/tid=844] ppid=841 vsize=277152 CPUtime=1.48 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 2617 0 0 0 148 0 0 0 19 0 4 0 608106064 283803648 5427 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=277152 CPUtime=1.48 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 2665 0 0 0 148 0 0 0 20 0 4 0 608106064 283803648 5427 33554432000 4194304 4650419 140734923511504 18446744073709551615 4360479 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=277152 CPUtime=1.49 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 2162 0 0 0 149 0 0 0 20 0 4 0 608106064 283803648 5427 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366831 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) 277152

[startup+3.10098 s]
/proc/loadavg: 7.73 7.96 7.98 9/184 862
/proc/meminfo: memFree=29634880/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=288300 CPUtime=12.36 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 21242 0 0 0 1233 3 0 0 25 0 4 0 608106063 295219200 12571 33554432000 4194304 4650419 140734923511504 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 72075 12571 395 112 0 67040 0
[pid=843/tid=844] ppid=841 vsize=288300 CPUtime=3.09 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 5241 0 0 0 308 1 0 0 25 0 4 0 608106064 295219200 12571 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=288300 CPUtime=3.07 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 5132 0 0 0 307 0 0 0 25 0 4 0 608106064 295219200 12571 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=288300 CPUtime=3.09 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 4940 0 0 0 309 0 0 0 25 0 4 0 608106064 295219200 12571 33554432000 4194304 4650419 140734923511504 18446744073709551615 4363600 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) 288300

[startup+6.30638 s]
/proc/loadavg: 7.75 7.96 7.98 9/184 862
/proc/meminfo: memFree=29573872/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=289116 CPUtime=25.16 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 37137 0 0 0 2509 7 0 0 25 0 4 0 608106063 296054784 21194 33554432000 4194304 4650419 140734923511504 18446744073709551615 4435374 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 72279 21194 395 112 0 67244 0
[pid=843/tid=844] ppid=841 vsize=289116 CPUtime=6.3 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 8597 0 0 0 628 2 0 0 25 0 4 0 608106064 296054784 21194 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=289116 CPUtime=6.26 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 8955 0 0 0 625 1 0 0 25 0 4 0 608106064 296054784 21194 33554432000 4194304 4650419 140734923511504 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=289116 CPUtime=6.3 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 9697 0 0 0 629 1 0 0 25 0 4 0 608106064 296054784 21194 33554432000 4194304 4650419 140734923511504 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 289116

[startup+12.7012 s]
/proc/loadavg: 7.77 7.96 7.98 9/184 893
/proc/meminfo: memFree=29547732/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=299464 CPUtime=50.71 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 56252 0 0 0 5058 13 0 0 25 0 4 0 608106063 306651136 26252 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 74866 26252 395 112 0 69831 0
[pid=843/tid=844] ppid=841 vsize=299464 CPUtime=12.69 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 13602 0 0 0 1266 3 0 0 25 0 4 0 608106064 306651136 26252 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=299464 CPUtime=12.62 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 14167 0 0 0 1260 2 0 0 25 0 4 0 608106064 306651136 26252 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=299464 CPUtime=12.68 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 13754 0 0 0 1266 2 0 0 25 0 4 0 608106064 306651136 26252 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365203 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) 299464

[startup+25.5008 s]
/proc/loadavg: 7.81 7.96 7.98 9/184 893
/proc/meminfo: memFree=29457912/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=367140 CPUtime=101.84 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 89162 0 0 0 10162 22 0 0 25 0 4 0 608106063 375951360 35426 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 91785 35426 395 112 0 86750 0
[pid=843/tid=844] ppid=841 vsize=367140 CPUtime=25.48 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 23384 0 0 0 2543 5 0 0 25 0 4 0 608106064 375951360 35426 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=367140 CPUtime=25.35 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 22949 0 0 0 2531 4 0 0 25 0 4 0 608106064 375951360 35426 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=367140 CPUtime=25.49 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 18360 0 0 0 2545 4 0 0 25 0 4 0 608106064 375951360 35426 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 367140

[startup+51.1009 s]
/proc/loadavg: 7.87 7.97 7.98 9/184 894
/proc/meminfo: memFree=29367592/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=380344 CPUtime=204.09 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 141159 0 0 0 20375 34 0 0 25 0 4 0 608106063 389472256 41663 33554432000 4194304 4650419 140734923511504 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 95086 41663 395 112 0 90051 0
[pid=843/tid=844] ppid=841 vsize=380344 CPUtime=51.08 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 38844 0 0 0 5099 9 0 0 25 0 4 0 608106064 389472256 41663 33554432000 4194304 4650419 140734923511504 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=380344 CPUtime=50.81 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 35684 0 0 0 5073 8 0 0 25 0 4 0 608106064 389472256 41663 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=380344 CPUtime=51.09 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 26517 0 0 0 5103 6 0 0 25 0 4 0 608106064 389472256 41663 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 380344

[startup+102.3 s]
/proc/loadavg: 7.98 7.98 7.98 9/184 895
/proc/meminfo: memFree=29222092/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=371324 CPUtime=408.61 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 232855 0 0 0 40806 55 0 0 25 0 4 0 608106063 380235776 57567 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 92831 57567 395 112 0 87796 0
[pid=843/tid=844] ppid=841 vsize=371324 CPUtime=102.28 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 65250 0 0 0 10213 15 0 0 25 0 4 0 608106064 380235776 57567 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=371324 CPUtime=101.72 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 62517 0 0 0 10159 13 0 0 25 0 4 0 608106064 380235776 57567 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=371324 CPUtime=102.29 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 40569 0 0 0 10219 10 0 0 25 0 4 0 608106064 380235776 57567 33554432000 4194304 4650419 140734923511504 18446744073709551615 4313707 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 371324

[startup+162.301 s]

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

[pid=843] ppid=841 vsize=724996 CPUtime=2805.34 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 731012 0 0 0 280304 230 0 0 25 0 4 0 608106063 742395904 140745 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 181249 140745 395 112 0 176214 0
[pid=843/tid=844] ppid=841 vsize=724996 CPUtime=702.3 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 215875 0 0 0 70161 69 0 0 25 0 4 0 608106064 742395904 140745 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=724996 CPUtime=698.42 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 212794 0 0 0 69775 67 0 0 25 0 4 0 608106064 742395904 140745 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=724996 CPUtime=702.29 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 120236 0 0 0 70187 42 0 0 25 0 4 0 608106064 742395904 140745 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 724996

[startup+762.301 s]
/proc/loadavg: 8.07 8.08 8.02 9/184 923
/proc/meminfo: memFree=28640932/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=857292 CPUtime=3045.01 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 772420 0 0 0 304255 246 0 0 25 0 4 0 608106063 877867008 148564 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 214323 148564 395 112 0 209288 0
[pid=843/tid=844] ppid=841 vsize=857292 CPUtime=762.29 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 229330 0 0 0 76156 73 0 0 25 0 4 0 608106064 877867008 148564 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=857292 CPUtime=758.08 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 227800 0 0 0 75735 73 0 0 25 0 4 0 608106064 877867008 148564 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=857292 CPUtime=762.3 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 125502 0 0 0 76185 45 0 0 25 0 4 0 608106064 877867008 148564 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 857292

[startup+822.3 s]
/proc/loadavg: 8.15 8.09 8.02 9/184 924
/proc/meminfo: memFree=28501016/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=1000232 CPUtime=3284.69 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 804995 0 0 0 328212 257 0 0 25 0 4 0 608106063 1024237568 166734 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 250058 166734 395 112 0 245023 0
[pid=843/tid=844] ppid=841 vsize=1000232 CPUtime=822.29 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 234736 0 0 0 82155 74 0 0 25 0 4 0 608106064 1024237568 166734 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=1000232 CPUtime=817.76 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 244408 0 0 0 81697 79 0 0 25 0 4 0 608106064 1024237568 166734 33554432000 4194304 4650419 140734923511504 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=1000232 CPUtime=822.3 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 132055 0 0 0 82183 47 0 0 25 0 4 0 608106064 1024237568 166734 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 1000232

[startup+882.301 s]
/proc/loadavg: 8.20 8.12 8.03 10/184 926
/proc/meminfo: memFree=28469468/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=1120180 CPUtime=3524.36 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 811783 0 0 0 352172 264 0 0 25 0 4 0 608106063 1147064320 167568 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 280045 167568 395 112 0 275010 0
[pid=843/tid=844] ppid=841 vsize=1120180 CPUtime=882.3 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 234736 0 0 0 88156 74 0 0 25 0 4 0 608106064 1147064320 167568 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=1120180 CPUtime=877.42 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 244605 0 0 0 87663 79 0 0 25 0 4 0 608106064 1147064320 167568 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=1120180 CPUtime=882.3 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 135053 0 0 0 88181 49 0 0 25 0 4 0 608106064 1147064320 167568 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1120180

[startup+942.301 s]
/proc/loadavg: 8.14 8.11 8.03 9/184 928
/proc/meminfo: memFree=28443352/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=1066380 CPUtime=3764.06 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 834979 0 0 0 376127 279 0 0 25 0 4 0 608106063 1091973120 178575 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 266595 178575 395 112 0 261560 0
[pid=843/tid=844] ppid=841 vsize=1066380 CPUtime=942.3 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 244216 0 0 0 94149 81 0 0 25 0 4 0 608106064 1091973120 178577 33554432000 4194304 4650419 140734923511504 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=1066380 CPUtime=937.09 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 245468 0 0 0 93630 79 0 0 25 0 4 0 608106064 1091973120 178577 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=1066380 CPUtime=942.31 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 143146 0 0 0 94176 55 0 0 25 0 4 0 608106064 1091973120 178577 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 1066380

[startup+1002.3 s]
/proc/loadavg: 8.05 8.09 8.03 9/184 929
/proc/meminfo: memFree=28433500/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=939028 CPUtime=4003.71 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 844523 0 0 0 400086 285 0 0 25 0 4 0 608106063 961564672 172535 33554432000 4194304 4650419 140734923511504 18446744073709551615 4334278 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 234757 172535 395 112 0 229722 0
[pid=843/tid=844] ppid=841 vsize=939028 CPUtime=1002.31 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 247170 0 0 0 100147 84 0 0 25 0 4 0 608106064 961564672 172535 33554432000 4194304 4650419 140734923511504 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=939028 CPUtime=996.76 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 245468 0 0 0 99597 79 0 0 25 0 4 0 608106064 961564672 172535 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=939028 CPUtime=1002.31 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 144311 0 0 0 100174 57 0 0 25 0 4 0 608106064 961564672 172535 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 939028

[startup+1062.31 s]
/proc/loadavg: 8.02 8.07 8.02 9/184 931
/proc/meminfo: memFree=28383824/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=890648 CPUtime=4243.41 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 880750 0 0 0 424042 299 0 0 25 0 4 0 608106063 912023552 169718 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 222662 169718 395 112 0 217627 0
[pid=843/tid=844] ppid=841 vsize=890648 CPUtime=1062.31 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 255196 0 0 0 106144 87 0 0 25 0 4 0 608106064 912023552 169718 33554432000 4194304 4650419 140734923511504 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=890648 CPUtime=1056.43 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 258121 0 0 0 105559 84 0 0 25 0 4 0 608106064 912023552 169718 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=890648 CPUtime=1062.31 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 153597 0 0 0 106172 59 0 0 25 0 4 0 608106064 912023552 169718 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 890648

[startup+1122.3 s]
/proc/loadavg: 8.00 8.05 8.01 9/184 932
/proc/meminfo: memFree=28423436/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=792748 CPUtime=4483.06 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 932910 0 0 0 447992 314 0 0 25 0 4 0 608106063 811773952 162017 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 198187 162017 395 112 0 193152 0
[pid=843/tid=844] ppid=841 vsize=792748 CPUtime=1122.31 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 270789 0 0 0 112140 91 0 0 25 0 4 0 608106064 811773952 162017 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=792748 CPUtime=1116.1 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 274931 0 0 0 111521 89 0 0 25 0 4 0 608106064 811773952 162017 33554432000 4194304 4650419 140734923511504 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=792748 CPUtime=1122.31 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 159243 0 0 0 112169 62 0 0 25 0 4 0 608106064 811773952 162017 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 792748

[startup+1182.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/184 934
/proc/meminfo: memFree=28376140/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=1021128 CPUtime=4722.74 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 974179 0 0 0 471945 329 0 0 25 0 4 0 608106063 1045635072 171027 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 255282 171027 395 112 0 250247 0
[pid=843/tid=844] ppid=841 vsize=1021128 CPUtime=1182.31 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 278156 0 0 0 118138 93 0 0 25 0 4 0 608106064 1045635072 171027 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=1021128 CPUtime=1175.77 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 287862 0 0 0 117483 94 0 0 25 0 4 0 608106064 1045635072 171027 33554432000 4194304 4650419 140734923511504 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=1021128 CPUtime=1182.31 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 167443 0 0 0 118167 64 0 0 25 0 4 0 608106064 1045635072 171027 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 1021128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.07 8.02 9/184 935
/proc/meminfo: memFree=28369176/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=938720 CPUtime=4800.24 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 986838 0 0 0 479689 335 0 0 25 0 4 0 608106063 961249280 168454 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 234680 168454 395 112 0 229645 0
[pid=843/tid=844] ppid=841 vsize=938720 CPUtime=1201.72 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 278156 0 0 0 120079 93 0 0 25 0 4 0 608106064 961249280 168455 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=938720 CPUtime=1195.05 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 292508 0 0 0 119410 95 0 0 25 0 4 0 608106064 961249280 168455 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=938720 CPUtime=1201.72 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 170498 0 0 0 120105 67 0 0 25 0 4 0 608106064 961249280 168455 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 938720

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.11 8.07 8.02 9/184 935
/proc/meminfo: memFree=28369176/32950928 swapFree=67111364/67111528
[pid=843] ppid=841 vsize=938720 CPUtime=4800.24 cores=0,2,4,6
/proc/843/stat : 843 (strangenight1-m) R 841 843 802 0 -1 4202496 986838 0 0 0 479689 335 0 0 25 0 4 0 608106063 961249280 168454 33554432000 4194304 4650419 140734923511504 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/843/statm: 234680 168454 395 112 0 229645 0
[pid=843/tid=844] ppid=841 vsize=938720 CPUtime=1201.72 cores=0,2,4,6
/proc/843/task/844/stat : 844 (strangenight1-m) R 841 843 802 0 -1 4202560 278156 0 0 0 120079 93 0 0 25 0 4 0 608106064 961249280 168455 33554432000 4194304 4650419 140734923511504 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=843/tid=845] ppid=841 vsize=938720 CPUtime=1195.05 cores=0,2,4,6
/proc/843/task/845/stat : 845 (strangenight1-m) R 841 843 802 0 -1 4202560 292508 0 0 0 119410 95 0 0 25 0 4 0 608106064 961249280 168455 33554432000 4194304 4650419 140734923511504 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=843/tid=846] ppid=841 vsize=938720 CPUtime=1201.72 cores=0,2,4,6
/proc/843/task/846/stat : 846 (strangenight1-m) R 841 843 802 0 -1 4202560 170498 0 0 0 120105 67 0 0 25 0 4 0 608106064 961249280 168455 33554432000 4194304 4650419 140734923511504 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 938720

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.32
CPU user time (s): 4796.93
CPU system time (s): 3.39148
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 1126276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.92
system time used= 3.39148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 986840
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= 368
involuntary context switches= 33896

runsolver used 1.83272 second user time and 4.74028 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 17:52:34
IDJOB=3264533
IDBENCH=84715
IDSOLVER=1588
FILE ID=node115/3264533-1304178754
RUNJOBID= node115-1304178754-820
PBS_JOBID= 13172447
Free space on /tmp= 72880 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264533-1304178754/watcher-3264533-1304178754 -o /tmp/evaluation-result-3264533-1304178754/solver-3264533-1304178754 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3264533-1304178754.cnf

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

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=1413491917

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      29709308 kB
Buffers:        847956 kB
Cached:        1902428 kB
SwapCached:          0 kB
Active:         229064 kB
Inactive:      2585020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29709308 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6344 kB
Writeback:           0 kB
AnonPages:       64164 kB
Mapped:          14496 kB
Slab:           361316 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187944 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= 72868 MiB
End job on node115 at 2011-04-30 18:12:38