Trace number 3368793

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.39 1203.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S481747904-003.SATISFIABLE.cnf
MD5SUM1e904bd81be11487c7596e10e18e4cd6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.063989
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368793-1305403107.cnf'
0.00/0.01	c -- header says num vars:            500
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 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:    500 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.36/0.69	c lits-rem:         0  cl-subs:        0  v-elim:     19  v-fix:    0  time:  0.01 s
2.36/0.69	c Finding binary XORs  T:     0.00 s  found:       0
2.36/0.69	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.36/0.69	c calculated reachability. Time: 0.00
2.36/0.69	c Calc default polars -  time:   0.00 s pos:     230 undec:      70 neg:     200
2.36/0.69	c =========================================================================================
2.36/0.69	c types(t): F = full restart, N = normal restart
2.36/0.69	c types(t): S = simplification begin/end, E = solution found
2.36/0.69	c restart types(rt): st = static, dy = dynamic
2.36/0.69	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.36/0.69	c  B st     0         0       481      2110         0         0      6450         0   no data   no data  --
2.36/0.69	c Decided on static restart strategy
2.36/0.69	c  N st     8      4920       481      2110         0      4841      6450    113451   no data   no data  --
2.36/0.69	c  N st    10     11307       481      2110         0      4488      6450     77107   no data   no data  --
2.36/0.69	c  N st    11     17050       481      2110         0     10122      6450    211398   no data   no data  --
4.37/1.20	c  F st    12     25000       481      2110         0     12375      6450    269133   no data   no data  --
4.37/1.20	c  N st    12     25000       481      2110         0     12375      6450    269133   no data   no data  --
5.54/1.40	c Decided on static restart strategy
5.54/1.40	c  N st    18     30000       481      2110         0     10658      6450    203445   no data   no data  --
5.54/1.40	c  S st    18     30000       481      2110         0     10658      6450    203445   no data   no data  --
5.95/1.50	c  S st    18     30503       481      2110         0     11160      6450    214935   no data   no data  --
5.95/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.95/1.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.95/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.95/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.95/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
5.95/1.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.35/1.62	c lits-rem:       123  cl-subs:      405  v-elim:      0  v-fix:    0  time:  0.81 s
6.35/1.63	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.04
6.35/1.63	c calculated reachability. Time: 0.00
6.35/1.63	c  N st    18     30503       481      2110         0     10755      6450    203894   no data   no data  --
7.94/2.05	c  N st    20     37614       481      2110         0     10004      6450    169831   no data   no data  --
9.54/2.43	c  N st    21     44013       481      2110         0     16326      6450    337769   no data   no data  --
9.93/2.58	c  S st    22     45756       481      2110         0      9256      6450    135297   no data   no data  --
10.33/2.61	c  S st    22     46262       481      2110         0      9762      6450    146304   no data   no data  --
10.33/2.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.33/2.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.33/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.33/2.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.33/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.33/2.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
10.33/2.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.73/2.71	c lits-rem:        37  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.38 s
10.73/2.71	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
10.73/2.71	c vivif2 --  cl tried     9725 cl shrink        0 lits rem          0 time: 0.00
10.73/2.72	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.03
10.73/2.72	c calculated reachability. Time: 0.00
10.73/2.72	c  N st    22     46262       481      2110         0      9725      6450    145205   no data   no data  --
14.32/3.65	c  N st    23     60659       481      2110         0     13983      6450    234707   no data   no data  --
17.12/4.36	c  N st    24     69393       481      2110         0     11777      6450    174306   no data   no data  --
17.12/4.36	c  S st    24     69393       481      2110         0     11777      6450    174306   no data   no data  --
17.12/4.39	c  S st    24     69894       481      2110         0     12274      6450    184827   no data   no data  --
17.12/4.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.12/4.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.12/4.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.12/4.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.12/4.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.12/4.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
17.12/4.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.95/4.58	c lits-rem:        80  cl-subs:      202  v-elim:      0  v-fix:    0  time:  0.72 s
17.95/4.58	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
17.95/4.58	c vivif2 --  cl tried    12072 cl shrink        0 lits rem          0 time: 0.01
17.95/4.59	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.04
17.95/4.59	c calculated reachability. Time: 0.00
17.95/4.59	c  N st    24     69894       481      2110         0     12072      6450    180060   no data   no data  --
23.09/5.85	c  F st    25     87500       481      2110         0     17605      6450    308873   no data   no data  --
23.09/5.85	c  N st    25     87500       481      2110         0     17605      6450    308873   no data   no data  --
25.09/6.30	c Decided on static restart strategy
25.89/6.55	c  N st    32     95536       481      2110         0     25440      6450    492005   no data   no data  --
28.68/7.23	c  N st    34    104843       481      2110         0     21843      6450    385880   no data   no data  --
28.68/7.23	c  S st    34    104843       481      2110         0     21843      6450    385880   no data   no data  --
28.68/7.29	c  S st    34    105345       481      2110         0     22341      6450    396586   no data   no data  --
28.68/7.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.68/7.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.68/7.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
29.08/7.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.08/7.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.08/7.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
29.08/7.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.67/8.21	c lits-rem:       293  cl-subs:      828  v-elim:      0  v-fix:    0  time:  3.61 s
32.67/8.21	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
32.67/8.22	c vivif2 --  cl tried    21513 cl shrink        0 lits rem          0 time: 0.02
32.67/8.23	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.06
32.67/8.23	c calculated reachability. Time: 0.00
32.67/8.23	c  N st    34    105345       481      2110         0     21513      6450    374634   no data   no data  --
36.25/9.11	c  N st    35    114943       481      2110         0     17224      6450    255350   no data   no data  --
41.44/10.45	c  N st    36    129340       481      2110         0     16597      6450    221425   no data   no data  --
48.66/12.24	c  N st    37    150936       481      2110         0     22102      6450    337980   no data   no data  --
51.41/12.95	c  S st    38    158017       481      2110         0     28983      6450    482918   no data   no data  --
51.81/13.02	c  S st    38    158519       481      2110         0     29482      6450    493785   no data   no data  --
51.81/13.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.81/13.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.81/13.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
51.81/13.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.81/13.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.81/13.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
51.81/13.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.79/14.51	c lits-rem:       554  cl-subs:     1815  v-elim:      0  v-fix:    0  time:  5.80 s
57.79/14.51	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
57.79/14.51	c vivif2 --  cl tried    27667 cl shrink        0 lits rem          0 time: 0.02
57.79/14.54	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.09
57.79/14.54	c calculated reachability. Time: 0.00
57.79/14.54	c  N st    38    158519       481      2110         0     27667      6450    456802   no data   no data  --
78.13/19.62	c  N st    39    207107       481      2110         0     22352      6450    304029   no data   no data  --
90.90/22.86	c  N st    40    237780       481      2110         0     32675      6450    507586   no data   no data  --
90.90/22.86	c  S st    40    237780       481      2110         0     32675      6450    507586   no data   no data  --
91.30/22.94	c  S st    40    238283       481      2110         0     33178      6450    519330   no data   no data  --
91.30/22.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.30/22.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.30/22.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
91.30/22.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.30/22.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.30/22.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
91.30/22.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
98.47/24.70	c lits-rem:      1487  cl-subs:     2962  v-elim:      0  v-fix:    0  time:  6.88 s
98.47/24.70	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
98.47/24.70	c vivif2 --  cl tried    30216 cl shrink        0 lits rem          0 time: 0.02
98.47/24.73	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.10
98.47/24.73	c calculated reachability. Time: 0.00
98.47/24.73	c  N st    40    238283       481      2110         0     30216      6450    463116   no data   no data  --
129.18/32.47	c  F st    41    306250       481      2110         0     32200      6450    475521   no data   no data  --
129.18/32.47	c  N st    41    306250       481      2110         0     32200      6450    475521   no data   no data  --
131.60/33.10	c Decided on static restart strategy
142.33/35.74	c  N st    51    334556       481      2110         0     36507      6450    581826   no data   no data  --
155.10/38.94	c  N st    53    357426       481      2110         0     34441      6450    509866   no data   no data  --
155.10/38.94	c  S st    53    357426       481      2110         0     34441      6450    509866   no data   no data  --
155.50/39.03	c  S st    53    357930       481      2110         0     34943      6450    522004   no data   no data  --
155.50/39.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
155.50/39.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
155.50/39.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
155.50/39.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.50/39.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.50/39.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
155.50/39.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
161.88/40.62	c lits-rem:       499  cl-subs:     1251  v-elim:      0  v-fix:    0  time:  6.20 s
161.88/40.62	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
161.88/40.62	c vivif2 --  cl tried    33692 cl shrink        0 lits rem          0 time: 0.02
161.88/40.65	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.11
161.88/40.65	c calculated reachability. Time: 0.00
161.88/40.65	c  N st    53    357930       481      2110         0     33692      6450    491202   no data   no data  --
178.63/44.82	c  N st    54    390322       481      2110         0     39957      6450    641553   no data   no data  --
205.75/51.65	c  N st    55    438910       481      2110         0     33635      6450    440634   no data   no data  --
245.22/61.55	c  N st    56    511792       481      2110         0     47190      6450    728285   no data   no data  --
259.22/65.06	c  N st    57    536897       481      2110         0     41671      6450    608403   no data   no data  --
259.22/65.06	c  S st    57    536897       481      2110         0     41671      6450    608403   no data   no data  --
259.57/65.17	c  S st    57    537401       481      2110         0     42174      6450    619731   no data   no data  --
259.57/65.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
259.57/65.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
259.57/65.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
259.97/65.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.97/65.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.97/65.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
259.97/65.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
266.76/66.98	c lits-rem:       693  cl-subs:     1276  v-elim:      0  v-fix:    0  time:  7.09 s
266.76/66.98	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
266.76/66.99	c vivif2 --  cl tried    40898 cl shrink        0 lits rem          0 time: 0.03
267.16/67.03	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.15
267.16/67.03	c calculated reachability. Time: 0.00
267.16/67.03	c  N st    57    537401       481      2110         0     40898      6450    587799   no data   no data  --
370.44/92.92	c  N st    58    701386       481      2110         0     69742      6450   1225178   no data   no data  --
444.22/111.45	c  N st    59    806104       481      2110         0     63881      6450   1039202   no data   no data  --
444.22/111.45	c  S st    59    806104       481      2110         0     63881      6450   1039202   no data   no data  --
445.02/111.64	c  S st    59    806607       481      2110         0     64384      6450   1050697   no data   no data  --
445.02/111.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
445.02/111.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
445.02/111.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
445.43/111.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
445.43/111.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.43/111.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
445.43/111.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
458.58/115.00	c lits-rem:        61  cl-subs:     4853  v-elim:      0  v-fix:    0  time: 13.16 s
458.58/115.00	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
458.58/115.01	c vivif2 --  cl tried    59531 cl shrink        0 lits rem          0 time: 0.05
458.58/115.08	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.26
458.58/115.08	c calculated reachability. Time: 0.00
458.58/115.08	c  N st    59    806607       481      2110         0     59531      6450    942036   no data   no data  --
659.56/165.48	c  F st    60   1071876       481      2110         0     75181      6450   1232207   no data   no data  --
659.56/165.48	c  N st    60   1071876       481      2110         0     75181      6450   1232207   no data   no data  --
666.34/167.15	c Decided on static restart strategy
687.48/172.45	c  N st    70   1100181       481      2110         0     58955      6450    768326   no data   no data  --
722.16/181.11	c  N st    72   1136176       481      2110         0     49256      6450    538783   no data   no data  --
750.11/188.20	c  N st    73   1168568       481      2110         0     80868      6450   1318298   no data   no data  --
782.38/196.26	c  N st    74   1209910       481      2110         0     75425      6450   1154900   no data   no data  --
782.38/196.26	c  S st    74   1209910       481      2110         0     75425      6450   1154900   no data   no data  --
783.58/196.50	c  S st    74   1210412       481      2110         0     75927      6450   1166652   no data   no data  --
783.58/196.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
783.58/196.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
783.58/196.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
783.58/196.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
783.58/196.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
783.58/196.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
783.58/196.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
803.17/201.41	c lits-rem:       406  cl-subs:     4746  v-elim:      0  v-fix:    0  time: 19.25 s
803.17/201.41	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
803.17/201.43	c vivif2 --  cl tried    71181 cl shrink        0 lits rem          0 time: 0.06
803.52/201.54	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.47
803.52/201.55	c calculated reachability. Time: 0.00
803.52/201.55	c  N st    74   1210412       481      2110         0     71181      6450   1066038   no data   no data  --
866.93/217.48	c  N st    75   1283294       481      2110         0     95460      6450   1626858   no data   no data  --
978.99/245.55	c  N st    76   1392617       481      2110         0     56063      6450    625035   no data   no data  --
1160.85/291.18	c  N st    77   1556601       481      2110         0     60832      6450    700989   no data   no data  --
1313.98/329.51	c  N st    78   1710413       481      2110         0    102793      6450   1760035   no data   no data  --
1313.98/329.51	c  S st    78   1710413       481      2110         0    102793      6450   1760035   no data   no data  --
1315.18/329.85	c  S st    78   1710913       481      2110         0    103293      6450   1772019   no data   no data  --
1315.18/329.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1315.18/329.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1315.58/329.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1315.58/329.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1315.58/329.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1315.58/329.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
1315.58/329.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1353.47/339.46	c lits-rem:      2794  cl-subs:     5436  v-elim:      0  v-fix:    0  time: 37.82 s
1353.47/339.46	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
1353.47/339.48	c vivif2 --  cl tried    97857 cl shrink        0 lits rem          0 time: 0.09
1354.27/339.62	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.54
1354.27/339.62	c calculated reachability. Time: 0.00
1354.27/339.62	c  N st    78   1710913       481      2110         0     97857      6450   1642440   no data   no data  --
1743.49/437.20	c  N st    79   2079878       481      2110         0    108960      6450   1763166   no data   no data  --
1894.25/475.07	c  N st    80   2210913       481      2110         0    112707      6450   1741076   no data   no data  --
1894.25/475.07	c  S st    80   2210913       481      2110         0    112707      6450   1741076   no data   no data  --
1895.83/475.44	c  S st    80   2211418       481      2110         0    113210      6450   1753505   no data   no data  --
1895.83/475.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1895.83/475.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1896.23/475.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1896.23/475.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1896.23/475.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1896.23/475.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
1896.23/475.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1958.45/491.15	c lits-rem:      1794  cl-subs:    12029  v-elim:      0  v-fix:    0  time: 62.14 s
1958.45/491.15	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
1958.45/491.17	c vivif2 --  cl tried   101181 cl shrink        0 lits rem          0 time: 0.08
1959.25/491.31	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.59
1959.25/491.32	c calculated reachability. Time: 0.00
1959.25/491.32	c  N st    80   2211418       481      2110         0    101181      6450   1497641   no data   no data  --
2595.33/650.89	c  N st    81   2711418       481      2110         0    124262      6450   1889321   no data   no data  --
2595.33/650.89	c  S st    81   2711418       481      2110         0    124262      6450   1889321   no data   no data  --
2597.37/651.33	c  S st    81   2711920       481      2110         0    124764      6450   1901740   no data   no data  --
2597.37/651.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2597.37/651.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2597.72/651.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2597.72/651.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2597.72/651.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2597.72/651.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
2597.72/651.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2670.72/669.73	c lits-rem:       621  cl-subs:    14053  v-elim:      0  v-fix:    0  time: 72.84 s
2670.72/669.73	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
2670.72/669.75	c vivif2 --  cl tried   110711 cl shrink        0 lits rem          0 time: 0.09
2671.53/669.92	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.65
2671.53/669.92	c calculated reachability. Time: 0.00
2671.53/669.92	c  N st    81   2711920       481      2110         0    110711      6450   1622488   no data   no data  --
3365.82/844.05	c  N st    82   3211920       481      2110         0     87798      6450   1018749   no data   no data  --
3365.82/844.05	c  S st    82   3211920       481      2110         0     87798      6450   1018749   no data   no data  --
3367.02/844.34	c  S st    82   3212427       481      2110         0     88304      6450   1030863   no data   no data  --
3367.02/844.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3367.02/844.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3367.02/844.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3367.42/844.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3367.42/844.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3367.42/844.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
3367.42/844.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3375.38/846.48	c lits-rem:       351  cl-subs:     1609  v-elim:      0  v-fix:    0  time:  8.22 s
3375.38/846.48	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
3375.78/846.50	c vivif2 --  cl tried    86695 cl shrink        0 lits rem          0 time: 0.06
3376.18/846.61	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.43
3376.18/846.61	c calculated reachability. Time: 0.00
3376.18/846.61	c  N st    82   3212427       481      2110         0     86695      6450    990295   no data   no data  --
4133.50/1036.54	c  N st    83   3712428       481      2110         0     97012      6450   1149880   no data   no data  --
4133.50/1036.54	c  S st    83   3712428       481      2110         0     97012      6450   1149880   no data   no data  --
4134.69/1036.89	c  S st    83   3712930       481      2110         0     97513      6450   1161959   no data   no data  --
4134.69/1036.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4134.69/1036.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4135.09/1036.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.24
4135.49/1037.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4135.49/1037.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4135.49/1037.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    481 time:  0.00 s
4135.49/1037.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4151.04/1040.98	c lits-rem:       159  cl-subs:     2153  v-elim:      0  v-fix:    0  time: 15.86 s
4151.04/1040.98	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
4151.44/1041.00	c vivif2 --  cl tried    95360 cl shrink        0 lits rem          0 time: 0.07
4151.84/1041.15	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.60
4151.84/1041.15	c calculated reachability. Time: 0.00
4151.84/1041.15	c  N st    83   3712930       481      2110         0     95360      6450   1110550   no data   no data  --
4207.67/1055.17	c  F st    84   3751562       481      2110         0    133071      6450   2054427   no data   no data  --
4207.67/1055.17	c  N st    84   3751562       481      2110         0    133071      6450   2054427   no data   no data  --
4219.25/1058.07	c Decided on static restart strategy
4263.51/1069.11	c  N st    94   3779869       481      2110         0    160705      6450   2731632   no data   no data  --
4313.76/1081.72	c  N st    96   3815861       481      2110         0    113269      6450   1505251   no data   no data  --
4371.18/1096.16	c  N st    97   3848254       481      2110         0    144928      6450   2327889   no data   no data  --
4452.15/1116.40	c  N st    98   3896843       481      2110         0    108588      6450   1417503   no data   no data  --
4581.76/1148.92	c  N st    99   3969728       481      2110         0     94660      6450   1006431   no data   no data  --
4757.23/1192.91	c  N st   100   4079053       481      2110         0    115403      6450   1511893   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-3368793-1305403107/watcher-3368793-1305403107 -o /tmp/evaluation-result-3368793-1305403107/solver-3368793-1305403107 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368793-1305403107.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.61 8.00 8.06 2/364 5491
/proc/meminfo: memFree=18287048/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 730541335 52465664 352 33554432000 4194304 4650419 140736376932592 18446744073709551615 224284982257 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 12809 352 303 112 0 7774 0
[pid=5491/tid=5492] ppid=5489 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730541335 52465664 355 33554432000 4194304 4650419 140736376932592 18446744073709551615 47198432409113 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730541335 52465664 355 33554432000 4194304 4650419 140736376932592 18446744073709551615 47198432409113 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730541335 52465664 355 33554432000 4194304 4650419 140736376932592 18446744073709551615 47198432409526 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.116483 s]
/proc/loadavg: 7.61 8.00 8.06 2/364 5491
/proc/meminfo: memFree=18287048/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=282648 CPUtime=0.42 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 1709 0 0 0 42 0 0 0 18 0 4 0 730541335 289431552 1578 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363455 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 70662 1578 391 112 0 65627 0
[pid=5491/tid=5492] ppid=5489 vsize=282648 CPUtime=0.11 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 307 0 0 0 11 0 0 0 18 0 4 0 730541335 289431552 1578 33554432000 4194304 4650419 140736376932592 18446744073709551615 4255670 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=282648 CPUtime=0.1 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 367 0 0 0 10 0 0 0 18 0 4 0 730541335 289431552 1578 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=282648 CPUtime=0.09 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 229 0 0 0 9 0 0 0 25 0 4 0 730541335 289431552 1578 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363299 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282648

[startup+0.20047 s]
/proc/loadavg: 7.61 8.00 8.06 2/364 5491
/proc/meminfo: memFree=18287048/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=283880 CPUtime=0.76 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 2388 0 0 0 76 0 0 0 18 0 4 0 730541335 290693120 1702 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 70970 1702 393 112 0 65935 0
[pid=5491/tid=5492] ppid=5489 vsize=283880 CPUtime=0.19 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 477 0 0 0 19 0 0 0 18 0 4 0 730541335 290693120 1702 33554432000 4194304 4650419 140736376932592 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=283880 CPUtime=0.19 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 532 0 0 0 19 0 0 0 18 0 4 0 730541335 290693120 1702 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=283880 CPUtime=0.18 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 393 0 0 0 18 0 0 0 25 0 4 0 730541335 290693120 1702 33554432000 4194304 4650419 140736376932592 18446744073709551615 4364307 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 283880

[startup+0.300451 s]
/proc/loadavg: 7.61 8.00 8.06 2/364 5491
/proc/meminfo: memFree=18287048/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=283880 CPUtime=1.15 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 2753 0 0 0 115 0 0 0 18 0 4 0 730541335 290693120 2067 33554432000 4194304 4650419 140736376932592 18446744073709551615 4333569 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 70970 2067 393 112 0 65935 0
[pid=5491/tid=5492] ppid=5489 vsize=283880 CPUtime=0.29 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 577 0 0 0 29 0 0 0 18 0 4 0 730541335 290693120 2067 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=283880 CPUtime=0.29 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 618 0 0 0 29 0 0 0 18 0 4 0 730541335 290693120 2067 33554432000 4194304 4650419 140736376932592 18446744073709551615 4328209 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=283880 CPUtime=0.28 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 471 0 0 0 28 0 0 0 25 0 4 0 730541335 290693120 2067 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 283880

[startup+0.700353 s]
/proc/loadavg: 7.61 8.00 8.06 2/364 5491
/proc/meminfo: memFree=18287048/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=285272 CPUtime=2.76 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 4595 0 0 0 275 1 0 0 18 0 4 0 730541335 292118528 2540 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 71318 2540 393 112 0 66283 0
[pid=5491/tid=5492] ppid=5489 vsize=285272 CPUtime=0.69 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 1146 0 0 0 69 0 0 0 18 0 4 0 730541335 292118528 2540 33554432000 4194304 4650419 140736376932592 18446744073709551615 4367335 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=285272 CPUtime=0.68 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 990 0 0 0 68 0 0 0 18 0 4 0 730541335 292118528 2540 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=285272 CPUtime=0.68 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 976 0 0 0 68 0 0 0 25 0 4 0 730541335 292118528 2540 33554432000 4194304 4650419 140736376932592 18446744073709551615 4333532 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285272

[startup+1.50022 s]
/proc/loadavg: 7.61 8.00 8.06 9/373 5525
/proc/meminfo: memFree=18267344/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=286212 CPUtime=5.95 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 8614 0 0 0 593 2 0 0 19 0 4 0 730541335 293081088 4701 33554432000 4194304 4650419 140736376932592 18446744073709551615 4439111 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 71553 4701 395 112 0 66518 0
[pid=5491/tid=5492] ppid=5489 vsize=286212 CPUtime=1.49 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 1778 0 0 0 149 0 0 0 19 0 4 0 730541335 293081088 4701 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=286212 CPUtime=1.48 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 1730 0 0 0 148 0 0 0 19 0 4 0 730541335 293081088 4701 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=286212 CPUtime=1.46 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 1537 0 0 0 146 0 0 0 25 0 4 0 730541335 293081088 4701 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286212

[startup+3.10095 s]
/proc/loadavg: 7.61 8.00 8.06 9/373 5525
/proc/meminfo: memFree=18239072/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=282428 CPUtime=12.34 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 16804 0 0 0 1230 4 0 0 25 0 4 0 730541335 289206272 9408 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 70607 9408 395 112 0 65572 0
[pid=5491/tid=5492] ppid=5489 vsize=282428 CPUtime=3.08 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 4019 0 0 0 308 0 0 0 24 0 4 0 730541335 289206272 9408 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=282428 CPUtime=3.09 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 4360 0 0 0 308 1 0 0 25 0 4 0 730541335 289206272 9408 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=282428 CPUtime=3.05 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 3579 0 0 0 305 0 0 0 25 0 4 0 730541335 289206272 9408 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282428

[startup+6.30042 s]
/proc/loadavg: 7.64 8.00 8.05 9/373 5525
/proc/meminfo: memFree=18190024/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=306264 CPUtime=25.09 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 25758 0 0 0 2504 5 0 0 25 0 4 0 730541335 313614336 13350 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 76566 13350 395 112 0 71531 0
[pid=5491/tid=5492] ppid=5489 vsize=306264 CPUtime=6.28 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 6549 0 0 0 628 0 0 0 25 0 4 0 730541335 313614336 13351 33554432000 4194304 4650419 140736376932592 18446744073709551615 4229517 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=306264 CPUtime=6.29 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 7150 0 0 0 628 1 0 0 25 0 4 0 730541335 313614336 13351 33554432000 4194304 4650419 140736376932592 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=306264 CPUtime=6.21 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 5139 0 0 0 621 0 0 0 25 0 4 0 730541335 313614336 13351 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 306264

[startup+12.7004 s]
/proc/loadavg: 7.67 8.00 8.05 9/373 5525
/proc/meminfo: memFree=18136116/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=297384 CPUtime=50.61 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 37693 0 0 0 5054 7 0 0 25 0 4 0 730541335 304521216 18609 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 74346 18609 395 112 0 69311 0
[pid=5491/tid=5492] ppid=5489 vsize=297384 CPUtime=12.69 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 9547 0 0 0 1268 1 0 0 25 0 4 0 730541335 304521216 18609 33554432000 4194304 4650419 140736376932592 18446744073709551615 4304130 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=297384 CPUtime=12.69 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 9767 0 0 0 1267 2 0 0 25 0 4 0 730541335 304521216 18609 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=297384 CPUtime=12.53 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 8167 0 0 0 1252 1 0 0 25 0 4 0 730541335 304521216 18609 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 297384

[startup+25.5012 s]
/proc/loadavg: 7.74 8.00 8.05 9/373 5525
/proc/meminfo: memFree=18079452/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=307672 CPUtime=101.66 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 57702 0 0 0 10155 11 0 0 25 0 4 0 730541335 315056128 25665 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 76918 25665 395 112 0 71883 0
[pid=5491/tid=5492] ppid=5489 vsize=307672 CPUtime=25.48 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 15276 0 0 0 2546 2 0 0 25 0 4 0 730541335 315056128 25665 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=307672 CPUtime=25.49 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 15268 0 0 0 2546 3 0 0 25 0 4 0 730541335 315056128 25665 33554432000 4194304 4650419 140736376932592 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=307672 CPUtime=25.18 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 11546 0 0 0 2516 2 0 0 25 0 4 0 730541335 315056128 25665 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 307672

[startup+51.101 s]
/proc/loadavg: 7.91 8.02 8.06 9/373 5525
/proc/meminfo: memFree=18033732/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=327564 CPUtime=203.75 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 87675 0 0 0 20354 21 0 0 25 0 4 0 730541335 335425536 31341 33554432000 4194304 4650419 140736376932592 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 81891 31341 395 112 0 76856 0
[pid=5491/tid=5492] ppid=5489 vsize=327564 CPUtime=51.08 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 22673 0 0 0 5104 4 0 0 25 0 4 0 730541335 335425536 31341 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=327564 CPUtime=51.08 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 24149 0 0 0 5102 6 0 0 25 0 4 0 730541335 335425536 31341 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=327564 CPUtime=50.47 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 17133 0 0 0 5044 3 0 0 25 0 4 0 730541335 335425536 31341 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 327564

[startup+102.3 s]
/proc/loadavg: 8.01 8.03 8.06 9/373 5527
/proc/meminfo: memFree=17965148/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=330544 CPUtime=407.96 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 134969 0 0 0 40760 36 0 0 25 0 4 0 730541335 338477056 38265 33554432000 4194304 4650419 140736376932592 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 82636 38265 395 112 0 77601 0
[pid=5491/tid=5492] ppid=5489 vsize=330544 CPUtime=102.27 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 32233 0 0 0 10221 6 0 0 25 0 4 0 730541335 338477056 38267 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366900 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=330544 CPUtime=102.3 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 36279 0 0 0 10219 11 0 0 25 0 4 0 730541335 338477056 38267 33554432000 4194304 4650419 140736376932592 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=330544 CPUtime=101.08 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 28514 0 0 0 10100 8 0 0 25 0 4 0 730541335 338477056 38267 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.96
Current children cumulated vsize (KiB) 330544

[startup+162.3 s]

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

[pid=5491] ppid=5489 vsize=502088 CPUtime=2561.44 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 443840 0 0 0 255993 151 0 0 25 0 4 0 730541335 514138112 82184 33554432000 4194304 4650419 140736376932592 18446744073709551615 4364406 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 125522 82184 395 112 0 120487 0
[pid=5491/tid=5492] ppid=5489 vsize=502088 CPUtime=642.16 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 112666 0 0 0 64178 38 0 0 25 0 4 0 730541335 514138112 82184 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=502088 CPUtime=642.27 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 120440 0 0 0 64182 45 0 0 25 0 4 0 730541335 514138112 82184 33554432000 4194304 4650419 140736376932592 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=502088 CPUtime=634.69 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 79956 0 0 0 63442 27 0 0 25 0 4 0 730541335 514138112 82184 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.44
Current children cumulated vsize (KiB) 502088

[startup+702.301 s]
/proc/loadavg: 8.14 8.09 8.07 9/373 5552
/proc/meminfo: memFree=17574664/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=490104 CPUtime=2800.72 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 465565 0 0 0 279910 162 0 0 25 0 4 0 730541335 501866496 83752 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 122526 83752 395 112 0 117491 0
[pid=5491/tid=5492] ppid=5489 vsize=490104 CPUtime=702.16 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 118509 0 0 0 70175 41 0 0 25 0 4 0 730541335 501866496 83752 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=490104 CPUtime=702.28 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 126747 0 0 0 70178 50 0 0 25 0 4 0 730541335 501866496 83752 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=490104 CPUtime=693.98 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 83607 0 0 0 69369 29 0 0 25 0 4 0 730541335 501866496 83752 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.72
Current children cumulated vsize (KiB) 490104

[startup+762.301 s]
/proc/loadavg: 8.20 8.11 8.08 9/373 5554
/proc/meminfo: memFree=17547976/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=568296 CPUtime=3040.02 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 490629 0 0 0 303829 173 0 0 25 0 4 0 730541335 581935104 88313 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 142074 88313 395 112 0 137039 0
[pid=5491/tid=5492] ppid=5489 vsize=568296 CPUtime=762.16 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 124709 0 0 0 76172 44 0 0 25 0 4 0 730541335 581935104 88316 33554432000 4194304 4650419 140736376932592 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=568296 CPUtime=762.29 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 132926 0 0 0 76177 52 0 0 25 0 4 0 730541335 581935104 88316 33554432000 4194304 4650419 140736376932592 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=568296 CPUtime=753.28 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 88646 0 0 0 75297 31 0 0 25 0 4 0 730541335 581935104 88316 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.02
Current children cumulated vsize (KiB) 568296

[startup+822.301 s]
/proc/loadavg: 8.16 8.12 8.08 9/373 5556
/proc/meminfo: memFree=17560708/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=520100 CPUtime=3279.27 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 516833 0 0 0 327743 184 0 0 25 0 4 0 730541335 532582400 88366 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 130025 88366 395 112 0 124990 0
[pid=5491/tid=5492] ppid=5489 vsize=520100 CPUtime=822.13 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 134733 0 0 0 82165 48 0 0 25 0 4 0 730541335 532582400 88366 33554432000 4194304 4650419 140736376932592 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=520100 CPUtime=822.27 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 137619 0 0 0 82173 54 0 0 25 0 4 0 730541335 532582400 88366 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=520100 CPUtime=812.57 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 93348 0 0 0 81224 33 0 0 25 0 4 0 730541335 532582400 88366 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.27
Current children cumulated vsize (KiB) 520100

[startup+882.314 s]
/proc/loadavg: 8.11 8.11 8.08 9/373 5558
/proc/meminfo: memFree=17494468/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=528276 CPUtime=3518.6 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 540881 0 0 0 351666 194 0 0 25 0 4 0 730541335 540954624 92756 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 132069 92756 395 112 0 127034 0
[pid=5491/tid=5492] ppid=5489 vsize=528276 CPUtime=882.14 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 140235 0 0 0 88164 50 0 0 25 0 4 0 730541335 540954624 92756 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=528276 CPUtime=882.29 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 143859 0 0 0 88171 58 0 0 25 0 4 0 730541335 540954624 92756 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=528276 CPUtime=871.87 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 98312 0 0 0 87152 35 0 0 25 0 4 0 730541335 540954624 92756 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.6
Current children cumulated vsize (KiB) 528276

[startup+942.301 s]
/proc/loadavg: 8.09 8.10 8.08 9/373 5558
/proc/meminfo: memFree=17527660/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=519848 CPUtime=3757.84 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 562923 0 0 0 375581 203 0 0 25 0 4 0 730541335 532324352 91016 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 129962 91016 395 112 0 124927 0
[pid=5491/tid=5492] ppid=5489 vsize=519848 CPUtime=942.12 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 143681 0 0 0 94160 52 0 0 25 0 4 0 730541335 532324352 91016 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=519848 CPUtime=942.28 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 152265 0 0 0 94166 62 0 0 25 0 4 0 730541335 532324352 91016 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=519848 CPUtime=931.15 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 101644 0 0 0 93079 36 0 0 25 0 4 0 730541335 532324352 91016 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.84
Current children cumulated vsize (KiB) 519848

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 8.09 9/373 5560
/proc/meminfo: memFree=17483968/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=532908 CPUtime=3997.1 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 586614 0 0 0 399497 213 0 0 25 0 4 0 730541335 545697792 94543 33554432000 4194304 4650419 140736376932592 18446744073709551615 4360535 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 133227 94543 395 112 0 128192 0
[pid=5491/tid=5492] ppid=5489 vsize=532908 CPUtime=1002.1 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 149808 0 0 0 100155 55 0 0 25 0 4 0 730541335 545697792 94543 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=532908 CPUtime=1002.28 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 158892 0 0 0 100164 64 0 0 25 0 4 0 730541335 545697792 94543 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=532908 CPUtime=990.44 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 105559 0 0 0 99006 38 0 0 25 0 4 0 730541335 545697792 94543 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.1
Current children cumulated vsize (KiB) 532908

[startup+1062.3 s]
/proc/loadavg: 8.12 8.10 8.09 9/373 5562
/proc/meminfo: memFree=17452068/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=594360 CPUtime=4236.39 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 612720 0 0 0 423416 223 0 0 25 0 4 0 730541335 608624640 98200 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 148590 98201 395 112 0 143555 0
[pid=5491/tid=5492] ppid=5489 vsize=594360 CPUtime=1062.09 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 153887 0 0 0 106152 57 0 0 25 0 4 0 730541335 608624640 98201 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=594360 CPUtime=1062.28 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 165243 0 0 0 106162 66 0 0 25 0 4 0 730541335 608624640 98201 33554432000 4194304 4650419 140736376932592 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=594360 CPUtime=1049.73 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 113861 0 0 0 104933 40 0 0 25 0 4 0 730541335 608624640 98201 33554432000 4194304 4650419 140736376932592 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.39
Current children cumulated vsize (KiB) 594360

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 8.09 9/373 5564
/proc/meminfo: memFree=17427360/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=660624 CPUtime=4475.67 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 637980 0 0 0 447333 234 0 0 25 0 4 0 730541335 676478976 103638 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 165156 103638 395 112 0 160121 0
[pid=5491/tid=5492] ppid=5489 vsize=660624 CPUtime=1122.09 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 160284 0 0 0 112148 61 0 0 25 0 4 0 730541335 676478976 103638 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=660624 CPUtime=1122.29 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 172906 0 0 0 112160 69 0 0 25 0 4 0 730541335 676478976 103639 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=660624 CPUtime=1109.01 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 118312 0 0 0 110860 41 0 0 25 0 4 0 730541335 676478976 103639 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.67
Current children cumulated vsize (KiB) 660624

[startup+1182.3 s]
/proc/loadavg: 8.15 8.11 8.09 9/373 5564
/proc/meminfo: memFree=17412212/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=648848 CPUtime=4714.96 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 655327 0 0 0 471255 241 0 0 25 0 4 0 730541335 664420352 106191 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 162212 106191 395 112 0 157177 0
[pid=5491/tid=5492] ppid=5489 vsize=648848 CPUtime=1182.07 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 164312 0 0 0 118144 63 0 0 25 0 4 0 730541335 664420352 106191 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=648848 CPUtime=1182.29 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 176298 0 0 0 118159 70 0 0 25 0 4 0 730541335 664420352 106191 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=648848 CPUtime=1168.32 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 123053 0 0 0 116789 43 0 0 25 0 4 0 730541335 664420352 106191 33554432000 4194304 4650419 140736376932592 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.96
Current children cumulated vsize (KiB) 648848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.11 8.10 8.09 9/373 5566
/proc/meminfo: memFree=17406124/32951124 swapFree=45193364/67111528
[pid=5491] ppid=5489 vsize=596676 CPUtime=4800.32 cores=0,2,4,6
/proc/5491/stat : 5491 (strangenight1-m) R 5489 5491 5085 0 -1 4202496 661193 0 0 0 479789 243 0 0 25 0 4 0 730541335 610996224 104809 33554432000 4194304 4650419 140736376932592 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5491/statm: 149169 104809 395 112 0 144134 0
[pid=5491/tid=5492] ppid=5489 vsize=596676 CPUtime=1203.48 cores=0,2,4,6
/proc/5491/task/5492/stat : 5492 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 165858 0 0 0 120285 63 0 0 25 0 4 0 730541335 610996224 104811 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5491/tid=5493] ppid=5489 vsize=596676 CPUtime=1203.7 cores=0,2,4,6
/proc/5491/task/5493/stat : 5493 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 176684 0 0 0 120300 70 0 0 25 0 4 0 730541335 610996224 104811 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5491/tid=5494] ppid=5489 vsize=596676 CPUtime=1189.46 cores=0,2,4,6
/proc/5491/task/5494/stat : 5494 (strangenight1-m) R 5489 5491 5085 0 -1 4202560 124285 0 0 0 118902 44 0 0 25 0 4 0 730541335 610996224 104811 33554432000 4194304 4650419 140736376932592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 596676

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.74
CPU time (s): 4800.39
CPU user time (s): 4797.94
CPU system time (s): 2.44963
CPU usage (%): 398.789
Max. virtual memory (cumulated for all children) (KiB): 712688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.94
system time used= 2.44963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 661196
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= 416
involuntary context switches= 19461

runsolver used 4.06438 second user time and 10.2034 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-14 21:58:27
IDJOB=3368793
IDBENCH=82802
IDSOLVER=1846
FILE ID=node118/3368793-1305403107
RUNJOBID= node118-1305401901-5401
PBS_JOBID= 13324486
Free space on /tmp= 73044 MiB

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

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

MD5SUM BENCH= 1e904bd81be11487c7596e10e18e4cd6
RANDOM SEED=1188610144

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18287328 kB
Buffers:        274164 kB
Cached:        4388944 kB
SwapCached:      22084 kB
Active:       11777792 kB
Inactive:      2582644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18287328 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:     9688168 kB
Mapped:          15212 kB
Slab:           148332 kB
PageTables:      89604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88662384 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= 73040 MiB
End job on node118 at 2011-05-14 22:18:32