Trace number 3369068

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S204737200-067.SATISFIABLE.cnf
MD5SUMc8e689035f3179f449d681054feb5bd2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
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.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-3369068-1305411390.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.10	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.10	c -- vars added        500
0.00/0.10	c Parsing time:  0.02 s
0.00/0.10	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.10	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.01 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     214 undec:      60 neg:     226
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       480      2108         0         0      6462         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.42/0.16	c  N st     8      4919       480      2108         0      4837      6462    111100   no data   no data  --
1.17/0.39	c  N st    10     11301       480      2108         0      4494      6462     76425   no data   no data  --
2.37/0.64	c  N st    11     17044       480      2108         0     10080      6462    205902   no data   no data  --
3.97/1.04	c  F st    12     25000       480      2108         0     12375      6462    260918   no data   no data  --
3.97/1.05	c  N st    12     25000       480      2108         0     12375      6462    260918   no data   no data  --
5.15/1.30	c Decided on static restart strategy
5.15/1.30	c  N st    18     30001       480      2108         0     10642      6462    197085   no data   no data  --
5.15/1.30	c  S st    18     30001       480      2108         0     10642      6462    197085   no data   no data  --
5.15/1.33	c  S st    18     30504       480      2108         0     11143      6462    208495   no data   no data  --
5.15/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.15/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.15/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
5.15/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.53	c lits-rem:       159  cl-subs:      446  v-elim:      0  v-fix:    0  time:  0.76 s
5.96/1.54	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.03
5.96/1.54	c calculated reachability. Time: 0.00
5.96/1.54	c  N st    18     30504       480      2108         0     10697      6462    197896   no data   no data  --
7.56/1.94	c  N st    20     37614       480      2108         0      9967      6462    169080   no data   no data  --
9.20/2.34	c  N st    21     44015       480      2108         0     16242      6462    320929   no data   no data  --
9.55/2.46	c  S st    22     45756       480      2108         0      9188      6462    130375   no data   no data  --
9.55/2.49	c  S st    22     46259       480      2108         0      9689      6462    141468   no data   no data  --
9.55/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.55/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.95/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
9.95/2.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.59	c lits-rem:        50  cl-subs:       42  v-elim:      0  v-fix:    0  time:  0.38 s
9.95/2.59	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
9.95/2.59	c vivif2 --  cl tried     9647 cl shrink        0 lits rem          0 time: 0.00
10.34/2.60	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.03
10.34/2.60	c calculated reachability. Time: 0.00
10.34/2.60	c  N st    22     46259       480      2108         0      9647      6462    140376   no data   no data  --
13.93/3.52	c  N st    23     60657       480      2108         0     14045      6462    237656   no data   no data  --
16.34/4.18	c  N st    24     69390       480      2108         0     11800      6462    169739   no data   no data  --
16.34/4.18	c  S st    24     69390       480      2108         0     11800      6462    169739   no data   no data  --
16.73/4.22	c  S st    24     69892       480      2108         0     12301      6462    181637   no data   no data  --
16.73/4.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.73/4.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.73/4.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
16.73/4.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.55/4.43	c lits-rem:        47  cl-subs:      131  v-elim:      0  v-fix:    0  time:  0.80 s
17.55/4.43	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
17.55/4.43	c vivif2 --  cl tried    12170 cl shrink        0 lits rem          0 time: 0.01
17.55/4.44	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.04
17.55/4.44	c calculated reachability. Time: 0.00
17.55/4.44	c  N st    24     69892       480      2108         0     12170      6462    178582   no data   no data  --
22.71/5.73	c  F st    25     87500       480      2108         0     17646      6462    296758   no data   no data  --
22.71/5.73	c  N st    25     87500       480      2108         0     17646      6462    296758   no data   no data  --
24.31/6.12	c Decided on static restart strategy
25.11/6.35	c  N st    32     95540       480      2108         0     25507      6462    470521   no data   no data  --
27.90/7.07	c  N st    34    104841       480      2108         0     21886      6462    368370   no data   no data  --
27.90/7.07	c  S st    34    104841       480      2108         0     21886      6462    368370   no data   no data  --
28.30/7.12	c  S st    34    105343       480      2108         0     22388      6462    379738   no data   no data  --
28.30/7.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.30/7.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.30/7.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.30/7.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.30/7.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.30/7.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
28.30/7.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.88/8.01	c lits-rem:       246  cl-subs:     1294  v-elim:      0  v-fix:    0  time:  3.44 s
31.88/8.01	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
31.88/8.01	c vivif2 --  cl tried    21094 cl shrink        0 lits rem          0 time: 0.02
31.88/8.03	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.06
31.88/8.03	c calculated reachability. Time: 0.00
31.88/8.03	c  N st    34    105343       480      2108         0     21094      6462    351706   no data   no data  --
35.52/8.91	c  N st    35    114942       480      2108         0     16786      6462    243513   no data   no data  --
41.06/10.33	c  N st    36    129341       480      2108         0     16183      6462    209674   no data   no data  --
48.26/12.18	c  N st    37    150937       480      2108         0     21643      6462    331516   no data   no data  --
51.04/12.88	c  S st    38    158014       480      2108         0     28551      6462    488802   no data   no data  --
51.44/12.94	c  S st    38    158519       480      2108         0     29054      6462    499662   no data   no data  --
51.44/12.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.44/12.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.44/12.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
51.44/12.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.44/12.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.44/12.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
51.44/12.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.46/14.48	c lits-rem:       467  cl-subs:     1599  v-elim:      0  v-fix:    0  time:  6.00 s
57.46/14.48	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
57.46/14.48	c vivif2 --  cl tried    27455 cl shrink        0 lits rem          0 time: 0.02
57.81/14.50	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.08
57.81/14.50	c calculated reachability. Time: 0.00
57.81/14.50	c  N st    38    158519       480      2108         0     27455      6462    463866   no data   no data  --
78.56/19.73	c  N st    39    207107       480      2108         0     22202      6462    312983   no data   no data  --
92.56/23.22	c  N st    40    237778       480      2108         0     32604      6462    541131   no data   no data  --
92.56/23.22	c  S st    40    237778       480      2108         0     32604      6462    541131   no data   no data  --
92.56/23.29	c  S st    40    238281       480      2108         0     33106      6462    553088   no data   no data  --
92.56/23.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.56/23.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.91/23.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
92.91/23.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.91/23.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.91/23.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
92.91/23.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
100.10/25.17	c lits-rem:       704  cl-subs:     1973  v-elim:      0  v-fix:    0  time:  7.39 s
100.10/25.17	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
100.10/25.18	c vivif2 --  cl tried    31133 cl shrink        0 lits rem          0 time: 0.02
100.50/25.21	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.11
100.50/25.21	c calculated reachability. Time: 0.00
100.50/25.21	c  N st    40    238281       480      2108         0     31133      6462    506064   no data   no data  --
131.22/32.94	c  F st    41    306250       480      2108         0     33062      6462    516803   no data   no data  --
131.22/32.94	c  N st    41    306250       480      2108         0     33062      6462    516803   no data   no data  --
133.61/33.51	c Decided on static restart strategy
144.80/36.35	c  N st    51    334553       480      2108         0     37296      6462    577713   no data   no data  --
155.54/39.03	c  N st    53    357421       480      2108         0     35218      6462    537075   no data   no data  --
155.54/39.03	c  S st    53    357421       480      2108         0     35218      6462    537075   no data   no data  --
155.94/39.13	c  S st    53    357929       480      2108         0     35725      6462    548858   no data   no data  --
155.94/39.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
155.94/39.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
155.94/39.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
155.94/39.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.94/39.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.94/39.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
155.94/39.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
162.34/40.80	c lits-rem:       625  cl-subs:     1176  v-elim:      0  v-fix:    0  time:  6.55 s
162.34/40.80	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
162.34/40.81	c vivif2 --  cl tried    34549 cl shrink        0 lits rem          0 time: 0.02
162.76/40.83	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.12
162.76/40.84	c calculated reachability. Time: 0.00
162.76/40.84	c  N st    53    357929       480      2108         0     34549      6462    517537   no data   no data  --
179.08/44.90	c  N st    54    390322       480      2108         0     40886      6462    686213   no data   no data  --
207.79/52.16	c  N st    55    438910       480      2108         0     34589      6462    478098   no data   no data  --
249.68/62.63	c  N st    56    511793       480      2108         0     47990      6462    774986   no data   no data  --
263.68/66.18	c  N st    57    536893       480      2108         0     42279      6462    616796   no data   no data  --
263.68/66.18	c  S st    57    536893       480      2108         0     42279      6462    616796   no data   no data  --
264.03/66.29	c  S st    57    537395       480      2108         0     42781      6462    628317   no data   no data  --
264.03/66.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
264.03/66.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
264.43/66.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
264.43/66.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.43/66.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.43/66.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
264.43/66.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
272.04/68.24	c lits-rem:      3587  cl-subs:     1255  v-elim:      0  v-fix:    0  time:  7.62 s
272.04/68.24	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
272.04/68.25	c vivif2 --  cl tried    41526 cl shrink        0 lits rem          0 time: 0.03
272.04/68.29	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.16
272.04/68.29	c calculated reachability. Time: 0.00
272.04/68.29	c  N st    57    537395       480      2108         0     41526      6462    597787   no data   no data  --
386.54/96.93	c  N st    58    701379       480      2108         0     35679      6462    369655   no data   no data  --
460.30/115.44	c  N st    59    806094       480      2108         0     64572      6462   1048801   no data   no data  --
460.30/115.44	c  S st    59    806094       480      2108         0     64572      6462   1048801   no data   no data  --
461.13/115.65	c  S st    59    806596       480      2108         0     65071      6462   1060212   no data   no data  --
461.13/115.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
461.13/115.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
461.13/115.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
461.48/115.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
461.48/115.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
461.48/115.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
461.48/115.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
475.45/119.25	c lits-rem:       146  cl-subs:     4426  v-elim:      0  v-fix:    0  time: 14.06 s
475.45/119.25	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
475.45/119.26	c vivif2 --  cl tried    60645 cl shrink        0 lits rem          0 time: 0.05
475.86/119.34	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.33
475.86/119.34	c calculated reachability. Time: 0.00
475.86/119.34	c  N st    59    806596       480      2108         0     60645      6462    964467   no data   no data  --
677.70/169.90	c  F st    60   1071875       480      2108         0     76404      6462   1187082   no data   no data  --
677.70/169.90	c  N st    60   1071875       480      2108         0     76404      6462   1187082   no data   no data  --
682.48/171.11	c Decided on static restart strategy
702.05/176.02	c  N st    70   1100179       480      2108         0     60303      6462    814384   no data   no data  --
735.13/184.37	c  N st    72   1136171       480      2108         0     50547      6462    573522   no data   no data  --
762.25/191.12	c  N st    73   1168563       480      2108         0     81937      6462   1366717   no data   no data  --
800.56/200.73	c  N st    74   1209895       480      2108         0     76462      6462   1172482   no data   no data  --
800.56/200.73	c  S st    74   1209895       480      2108         0     76462      6462   1172482   no data   no data  --
801.35/200.96	c  S st    74   1210400       480      2108         0     76966      6462   1184860   no data   no data  --
801.35/200.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
801.35/200.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
801.75/201.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
801.75/201.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
801.75/201.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
801.75/201.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
801.75/201.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
822.49/206.26	c lits-rem:       109  cl-subs:     6007  v-elim:      0  v-fix:    0  time: 20.79 s
822.49/206.26	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
822.49/206.27	c vivif2 --  cl tried    70959 cl shrink        0 lits rem          0 time: 0.06
822.89/206.39	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.50
823.29/206.40	c calculated reachability. Time: 0.00
823.29/206.40	c  N st    74   1210400       480      2108         0     70959      6462   1050013   no data   no data  --
902.27/226.29	c  N st    75   1283284       480      2108         0     94976      6462   1572063   no data   no data  --
1024.33/256.87	c  N st    76   1392609       480      2108         0     55828      6462    627579   no data   no data  --
1197.06/300.13	c  N st    77   1556593       480      2108         0     60553      6462    699931   no data   no data  --
1345.44/337.34	c  N st    78   1710401       480      2108         0    102208      6462   1711084   no data   no data  --
1345.44/337.34	c  S st    78   1710401       480      2108         0    102208      6462   1711084   no data   no data  --
1346.64/337.68	c  S st    78   1710907       480      2108         0    102713      6462   1722471   no data   no data  --
1346.64/337.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1346.64/337.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1347.05/337.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.24
1347.05/337.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1347.05/337.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1347.05/337.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
1347.05/337.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1401.69/351.48	c lits-rem:       256  cl-subs:     8559  v-elim:      0  v-fix:    0  time: 54.55 s
1401.69/351.48	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
1402.08/351.50	c vivif2 --  cl tried    94154 cl shrink        0 lits rem          0 time: 0.08
1402.48/351.63	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.52
1402.48/351.63	c calculated reachability. Time: 0.00
1402.48/351.63	c  N st    78   1710907       480      2108         0     94154      6462   1534969   no data   no data  --
1820.13/456.31	c  N st    79   2079872       480      2108         0    106087      6462   1701618   no data   no data  --
1981.27/496.70	c  N st    80   2210909       480      2108         0    110172      6462   1737502   no data   no data  --
1981.27/496.70	c  S st    80   2210909       480      2108         0    110172      6462   1737502   no data   no data  --
1982.47/497.07	c  S st    80   2211414       480      2108         0    110675      6462   1749948   no data   no data  --
1982.47/497.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1982.47/497.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1982.87/497.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
1982.87/497.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1982.87/497.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1982.87/497.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
1982.87/497.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2032.73/509.68	c lits-rem:        87  cl-subs:     7583  v-elim:      0  v-fix:    0  time: 49.79 s
2032.73/509.68	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
2033.13/509.70	c vivif2 --  cl tried   103092 cl shrink        0 lits rem          0 time: 0.09
2033.53/509.84	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.58
2033.53/509.85	c calculated reachability. Time: 0.00
2033.53/509.85	c  N st    80   2211414       480      2108         0    103092      6462   1583290   no data   no data  --
2670.57/669.60	c  N st    81   2711415       480      2108         0    125975      6462   1917971   no data   no data  --
2670.57/669.60	c  S st    81   2711415       480      2108         0    125975      6462   1917971   no data   no data  --
2672.60/670.05	c  S st    81   2711917       480      2108         0    126476      6462   1929924   no data   no data  --
2672.60/670.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2672.60/670.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2672.95/670.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2672.95/670.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2672.95/670.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2672.95/670.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
2672.95/670.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2749.56/689.40	c lits-rem:       368  cl-subs:    14571  v-elim:      0  v-fix:    0  time: 76.61 s
2749.56/689.40	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
2749.95/689.42	c vivif2 --  cl tried   111905 cl shrink        0 lits rem          0 time: 0.09
2750.35/689.58	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.66
2750.35/689.59	c calculated reachability. Time: 0.00
2750.35/689.59	c  N st    81   2711917       480      2108         0    111905      6462   1649124   no data   no data  --
3466.82/869.11	c  N st    82   3211917       480      2108         0     88251      6462   1031832   no data   no data  --
3466.82/869.11	c  S st    82   3211917       480      2108         0     88251      6462   1031832   no data   no data  --
3467.57/869.38	c  S st    82   3212423       480      2108         0     88756      6462   1043188   no data   no data  --
3467.57/869.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3467.57/869.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3467.97/869.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.19
3467.97/869.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3467.97/869.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3467.97/869.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
3467.97/869.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3482.73/873.17	c lits-rem:       161  cl-subs:     2013  v-elim:      0  v-fix:    0  time: 14.73 s
3482.73/873.17	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
3482.73/873.18	c vivif2 --  cl tried    86743 cl shrink        0 lits rem          0 time: 0.06
3483.53/873.34	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.61
3483.53/873.34	c calculated reachability. Time: 0.00
3483.53/873.34	c  N st    82   3212423       480      2108         0     86743      6462    998001   no data   no data  --
4218.68/1057.61	c  N st    83   3712424       480      2108         0     97581      6462   1140102   no data   no data  --
4218.68/1057.61	c  S st    83   3712424       480      2108         0     97581      6462   1140102   no data   no data  --
4219.88/1057.95	c  S st    83   3712927       480      2108         0     98081      6462   1152046   no data   no data  --
4219.88/1057.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4219.88/1057.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4220.28/1058.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
4220.28/1058.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4220.28/1058.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4220.28/1058.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
4220.28/1058.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4237.44/1062.38	c lits-rem:       286  cl-subs:     3102  v-elim:      0  v-fix:    0  time: 17.24 s
4237.44/1062.38	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
4237.44/1062.39	c vivif2 --  cl tried    94979 cl shrink        0 lits rem          0 time: 0.06
4238.24/1062.52	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.50
4238.24/1062.52	c calculated reachability. Time: 0.00
4238.24/1062.52	c  N st    83   3712927       480      2108         0     94979      6462   1087266   no data   no data  --
4294.07/1076.52	c  F st    84   3751564       480      2108         0    132540      6462   1987288   no data   no data  --
4294.07/1076.53	c  N st    84   3751564       480      2108         0    132540      6462   1987288   no data   no data  --
4305.24/1079.30	c Decided on static restart strategy
4348.77/1090.22	c  N st    94   3779869       480      2108         0    160009      6462   2634489   no data   no data  --
4395.40/1101.98	c  N st    96   3815862       480      2108         0    112565      6462   1477526   no data   no data  --
4447.65/1115.01	c  N st    97   3848256       480      2108         0    143952      6462   2222729   no data   no data  --
4520.24/1133.26	c  N st    98   3896844       480      2108         0    107586      6462   1333622   no data   no data  --
4642.75/1163.96	c  N st    99   3969729       480      2108         0     94014      6462   1011896   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-3369068-1305411390/watcher-3369068-1305411390 -o /tmp/evaluation-result-3369068-1305411390/solver-3369068-1305411390 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369068-1305411390.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.99 8.00 7.48 6/342 13620
/proc/meminfo: memFree=18044540/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=183284 CPUtime=0 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 564 0 0 0 0 0 0 0 25 0 4 0 652736963 187682816 494 33554432000 4194304 4650419 140733444386128 18446744073709551615 228244009669 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13620/statm: 45821 503 340 112 0 40786 0
[pid=13620/tid=13621] ppid=13618 vsize=282024 CPUtime=0 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 245 0 0 0 0 0 0 0 25 0 4 0 652736964 288792576 975 33554432000 4194304 4650419 140733444386128 18446744073709551615 4476027 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=282024 CPUtime=0 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 223 0 0 0 0 0 0 0 25 0 4 0 652736964 288792576 975 33554432000 4194304 4650419 140733444386128 18446744073709551615 4428574 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=282024 CPUtime=0 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 113 0 0 0 0 0 0 0 25 0 4 0 652736964 288792576 975 33554432000 4194304 4650419 140733444386128 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.111748 s]
/proc/loadavg: 7.99 8.00 7.48 6/342 13620
/proc/meminfo: memFree=18044540/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=282512 CPUtime=0.42 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 1755 0 0 0 42 0 0 0 25 0 4 0 652736963 289292288 1643 33554432000 4194304 4650419 140733444386128 18446744073709551615 4363458 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 70628 1643 391 112 0 65593 0
[pid=13620/tid=13621] ppid=13618 vsize=282512 CPUtime=0.1 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 386 0 0 0 10 0 0 0 25 0 4 0 652736964 289292288 1643 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366039 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=282512 CPUtime=0.1 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 357 0 0 0 10 0 0 0 25 0 4 0 652736964 289292288 1643 33554432000 4194304 4650419 140733444386128 18446744073709551615 4360943 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=282512 CPUtime=0.1 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 261 0 0 0 10 0 0 0 25 0 4 0 652736964 289292288 1643 33554432000 4194304 4650419 140733444386128 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282512

[startup+0.200733 s]
/proc/loadavg: 7.99 8.00 7.48 6/342 13620
/proc/meminfo: memFree=18044540/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=283792 CPUtime=0.77 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 2432 0 0 0 77 0 0 0 25 0 4 0 652736963 290603008 1750 33554432000 4194304 4650419 140733444386128 18446744073709551615 4330612 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 70948 1750 393 112 0 65913 0
[pid=13620/tid=13621] ppid=13618 vsize=283792 CPUtime=0.19 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 553 0 0 0 19 0 0 0 25 0 4 0 652736964 290603008 1750 33554432000 4194304 4650419 140733444386128 18446744073709551615 4363299 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=283792 CPUtime=0.19 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 529 0 0 0 19 0 0 0 25 0 4 0 652736964 290603008 1751 33554432000 4194304 4650419 140733444386128 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=283792 CPUtime=0.19 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 425 0 0 0 19 0 0 0 25 0 4 0 652736964 290603008 1751 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283792

[startup+0.300715 s]
/proc/loadavg: 7.99 8.00 7.48 6/342 13620
/proc/meminfo: memFree=18044540/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=283792 CPUtime=1.17 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 2815 0 0 0 117 0 0 0 25 0 4 0 652736963 290603008 2133 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364358 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 70948 2133 393 112 0 65913 0
[pid=13620/tid=13621] ppid=13618 vsize=283792 CPUtime=0.29 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 650 0 0 0 29 0 0 0 25 0 4 0 652736964 290603008 2133 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=283792 CPUtime=0.29 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 620 0 0 0 29 0 0 0 25 0 4 0 652736964 290603008 2133 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=283792 CPUtime=0.29 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 522 0 0 0 29 0 0 0 25 0 4 0 652736964 290603008 2133 33554432000 4194304 4650419 140733444386128 18446744073709551615 4315168 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283792

[startup+0.700647 s]
/proc/loadavg: 7.99 8.00 7.48 6/342 13620
/proc/meminfo: memFree=18044540/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=285136 CPUtime=2.77 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 4693 0 0 0 277 0 0 0 25 0 4 0 652736963 291979264 2622 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 71284 2622 393 112 0 66249 0
[pid=13620/tid=13621] ppid=13618 vsize=285136 CPUtime=0.69 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 1060 0 0 0 69 0 0 0 25 0 4 0 652736964 291979264 2622 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=285136 CPUtime=0.69 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 1027 0 0 0 69 0 0 0 25 0 4 0 652736964 291979264 2622 33554432000 4194304 4650419 140733444386128 18446744073709551615 4367372 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=285136 CPUtime=0.69 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 1027 0 0 0 69 0 0 0 25 0 4 0 652736964 291979264 2622 33554432000 4194304 4650419 140733444386128 18446744073709551615 4334635 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285136

[startup+1.50051 s]
/proc/loadavg: 7.99 8.00 7.48 9/346 13624
/proc/meminfo: memFree=18030232/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=291084 CPUtime=5.96 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 8583 0 0 0 595 1 0 0 25 0 4 0 652736963 298070016 4614 33554432000 4194304 4650419 140733444386128 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 72771 4614 395 112 0 67736 0
[pid=13620/tid=13621] ppid=13618 vsize=291084 CPUtime=1.49 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 1836 0 0 0 149 0 0 0 25 0 4 0 652736964 298070016 4614 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=291084 CPUtime=1.49 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 1821 0 0 0 149 0 0 0 25 0 4 0 652736964 298070016 4614 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=291084 CPUtime=1.49 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 1579 0 0 0 149 0 0 0 25 0 4 0 652736964 298070016 4614 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 291084

[startup+3.10023 s]
/proc/loadavg: 7.99 8.00 7.48 9/346 13624
/proc/meminfo: memFree=18009772/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=283548 CPUtime=12.34 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 16759 0 0 0 1232 2 0 0 25 0 4 0 652736963 290353152 9804 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 70887 9804 395 112 0 65852 0
[pid=13620/tid=13621] ppid=13618 vsize=283548 CPUtime=3.08 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 3925 0 0 0 308 0 0 0 25 0 4 0 652736964 290353152 9804 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=283548 CPUtime=3.08 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 4587 0 0 0 308 0 0 0 25 0 4 0 652736964 290353152 9804 33554432000 4194304 4650419 140733444386128 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=283548 CPUtime=3.09 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 3756 0 0 0 309 0 0 0 25 0 4 0 652736964 290353152 9804 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 283548

[startup+6.30067 s]
/proc/loadavg: 7.99 8.00 7.48 10/346 13624
/proc/meminfo: memFree=17989216/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=285352 CPUtime=25.11 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 24670 0 0 0 2507 4 0 0 25 0 4 0 652736963 292200448 12165 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 71338 12165 395 112 0 66303 0
[pid=13620/tid=13621] ppid=13618 vsize=285352 CPUtime=6.29 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 6854 0 0 0 628 1 0 0 25 0 4 0 652736964 292200448 12165 33554432000 4194304 4650419 140733444386128 18446744073709551615 4314858 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=285352 CPUtime=6.28 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 6478 0 0 0 628 0 0 0 25 0 4 0 652736964 292200448 12165 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=285352 CPUtime=6.28 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 5001 0 0 0 628 0 0 0 25 0 4 0 652736964 292200448 12165 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 285352

[startup+12.7005 s]
/proc/loadavg: 7.99 8.00 7.49 9/346 13624
/proc/meminfo: memFree=17971248/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=290312 CPUtime=50.64 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 37917 0 0 0 5057 7 0 0 25 0 4 0 652736963 297279488 16848 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 72578 16848 395 112 0 67543 0
[pid=13620/tid=13621] ppid=13618 vsize=290312 CPUtime=12.68 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 10422 0 0 0 1267 1 0 0 25 0 4 0 652736964 297279488 16848 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=290312 CPUtime=12.68 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 10501 0 0 0 1267 1 0 0 25 0 4 0 652736964 297279488 16848 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=290312 CPUtime=12.69 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 7054 0 0 0 1268 1 0 0 25 0 4 0 652736964 297279488 16848 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 290312

[startup+25.5003 s]
/proc/loadavg: 8.07 8.02 7.50 9/346 13624
/proc/meminfo: memFree=17941736/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=302940 CPUtime=101.68 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 60478 0 0 0 10156 12 0 0 25 0 4 0 652736963 310210560 23692 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 75735 23692 395 112 0 70700 0
[pid=13620/tid=13621] ppid=13618 vsize=302940 CPUtime=25.48 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 17565 0 0 0 2545 3 0 0 25 0 4 0 652736964 310210560 23692 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=302940 CPUtime=25.49 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 16746 0 0 0 2546 3 0 0 25 0 4 0 652736964 310210560 23692 33554432000 4194304 4650419 140733444386128 18446744073709551615 4328004 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=302940 CPUtime=25.48 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 10287 0 0 0 2546 2 0 0 25 0 4 0 652736964 310210560 23692 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 302940

[startup+51.1008 s]
/proc/loadavg: 8.05 8.01 7.51 9/346 13625
/proc/meminfo: memFree=17888648/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=308236 CPUtime=203.8 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 92883 0 0 0 20359 21 0 0 25 0 4 0 652736963 315633664 30874 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 77059 30874 395 112 0 72024 0
[pid=13620/tid=13621] ppid=13618 vsize=308236 CPUtime=51.09 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 27871 0 0 0 5103 6 0 0 25 0 4 0 652736964 315633664 30874 33554432000 4194304 4650419 140733444386128 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=308236 CPUtime=51.09 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 26024 0 0 0 5104 5 0 0 25 0 4 0 652736964 315633664 30874 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=308236 CPUtime=51.07 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 14496 0 0 0 5104 3 0 0 25 0 4 0 652736964 315633664 30874 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 308236

[startup+102.301 s]
/proc/loadavg: 8.14 8.04 7.55 9/346 13626
/proc/meminfo: memFree=17802320/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=325884 CPUtime=408.07 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 142492 0 0 0 40768 39 0 0 25 0 4 0 652736963 333705216 40384 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 81471 40384 395 112 0 76436 0
[pid=13620/tid=13621] ppid=13618 vsize=325884 CPUtime=102.3 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 42412 0 0 0 10219 11 0 0 25 0 4 0 652736964 333705216 40385 33554432000 4194304 4650419 140733444386128 18446744073709551615 4476197 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=325884 CPUtime=102.29 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 39925 0 0 0 10220 9 0 0 25 0 4 0 652736964 333705216 40385 33554432000 4194304 4650419 140733444386128 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=325884 CPUtime=102.28 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 22479 0 0 0 10222 6 0 0 25 0 4 0 652736964 333705216 40385 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.07
Current children cumulated vsize (KiB) 325884

[startup+162.3 s]

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

[pid=13620] ppid=13618 vsize=547180 CPUtime=2801.41 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 417770 0 0 0 279990 151 0 0 25 0 4 0 652736963 560312320 87245 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 136795 87245 395 112 0 131760 0
[pid=13620/tid=13621] ppid=13618 vsize=547180 CPUtime=702.3 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 138185 0 0 0 70179 51 0 0 25 0 4 0 652736964 560312320 87245 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=547180 CPUtime=702.27 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 139174 0 0 0 70181 46 0 0 25 0 4 0 652736964 560312320 87245 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=547180 CPUtime=702.17 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 57066 0 0 0 70195 22 0 0 25 0 4 0 652736964 560312320 87245 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.41
Current children cumulated vsize (KiB) 547180

[startup+762.301 s]
/proc/loadavg: 8.06 8.11 7.82 9/346 13644
/proc/meminfo: memFree=17419356/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=547404 CPUtime=3040.77 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 433242 0 0 0 303918 159 0 0 25 0 4 0 652736963 560541696 89838 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 136851 89838 395 112 0 131816 0
[pid=13620/tid=13621] ppid=13618 vsize=547404 CPUtime=762.32 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 145535 0 0 0 76177 55 0 0 25 0 4 0 652736964 560541696 89838 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=547404 CPUtime=762.29 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 146697 0 0 0 76179 50 0 0 25 0 4 0 652736964 560541696 89838 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=547404 CPUtime=762.17 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 57202 0 0 0 76195 22 0 0 25 0 4 0 652736964 560541696 89838 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.77
Current children cumulated vsize (KiB) 547404

[startup+822.301 s]
/proc/loadavg: 8.06 8.10 7.83 9/346 13645
/proc/meminfo: memFree=17408920/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=551748 CPUtime=3280.08 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 451677 0 0 0 327841 167 0 0 25 0 4 0 652736963 564989952 94737 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 137937 94737 395 112 0 132902 0
[pid=13620/tid=13621] ppid=13618 vsize=551748 CPUtime=822.3 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 156485 0 0 0 82171 59 0 0 25 0 4 0 652736964 564989952 94737 33554432000 4194304 4650419 140733444386128 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=551748 CPUtime=822.27 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 153745 0 0 0 82173 54 0 0 25 0 4 0 652736964 564989952 94737 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=551748 CPUtime=822.15 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 57213 0 0 0 82193 22 0 0 25 0 4 0 652736964 564989952 94737 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.08
Current children cumulated vsize (KiB) 551748

[startup+882.313 s]
/proc/loadavg: 8.12 8.11 7.85 9/346 13647
/proc/meminfo: memFree=17374068/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=552252 CPUtime=3519.47 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 469631 0 0 0 351773 174 0 0 25 0 4 0 652736963 565506048 95513 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365313 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 138063 95513 395 112 0 133028 0
[pid=13620/tid=13621] ppid=13618 vsize=552252 CPUtime=882.32 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 163081 0 0 0 88169 63 0 0 25 0 4 0 652736964 565506048 95513 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=552252 CPUtime=882.28 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 164203 0 0 0 88171 57 0 0 25 0 4 0 652736964 565506048 95513 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=552252 CPUtime=882.15 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 57214 0 0 0 88193 22 0 0 25 0 4 0 652736964 565506048 95513 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.47
Current children cumulated vsize (KiB) 552252

[startup+942.301 s]
/proc/loadavg: 8.18 8.12 7.87 9/346 13649
/proc/meminfo: memFree=17351724/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=565152 CPUtime=3758.76 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 487679 0 0 0 375694 182 0 0 25 0 4 0 652736963 578715648 99836 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 141288 99836 395 112 0 136253 0
[pid=13620/tid=13621] ppid=13618 vsize=565152 CPUtime=942.31 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 169721 0 0 0 94165 66 0 0 25 0 4 0 652736964 578715648 99836 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=565152 CPUtime=942.27 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 172202 0 0 0 94166 61 0 0 25 0 4 0 652736964 578715648 99836 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=565152 CPUtime=942.12 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 57216 0 0 0 94190 22 0 0 25 0 4 0 652736964 578715648 99836 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.76
Current children cumulated vsize (KiB) 565152

[startup+1002.3 s]
/proc/loadavg: 8.17 8.12 7.88 9/346 13650
/proc/meminfo: memFree=17331240/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=565360 CPUtime=3998.09 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 502625 0 0 0 399620 189 0 0 25 0 4 0 652736963 578928640 100293 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 141340 100293 395 112 0 136305 0
[pid=13620/tid=13621] ppid=13618 vsize=565360 CPUtime=1002.31 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 176741 0 0 0 100162 69 0 0 25 0 4 0 652736964 578928640 100293 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=565360 CPUtime=1002.27 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 180122 0 0 0 100163 64 0 0 25 0 4 0 652736964 578928640 100293 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=565360 CPUtime=1002.11 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 57218 0 0 0 100189 22 0 0 25 0 4 0 652736964 578928640 100293 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.09
Current children cumulated vsize (KiB) 565360

[startup+1062.3 s]
/proc/loadavg: 8.18 8.13 7.90 9/346 13652
/proc/meminfo: memFree=17298368/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=554520 CPUtime=4237.44 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 524143 0 0 0 423548 196 0 0 25 0 4 0 652736963 567828480 105258 33554432000 4194304 4650419 140733444386128 18446744073709551615 4476297 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 138630 105258 395 112 0 133595 0
[pid=13620/tid=13621] ppid=13618 vsize=554520 CPUtime=1062.31 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 184811 0 0 0 106159 72 0 0 25 0 4 0 652736964 567828480 105258 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=554520 CPUtime=1062.27 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 189866 0 0 0 106160 67 0 0 25 0 4 0 652736964 567828480 105258 33554432000 4194304 4650419 140733444386128 18446744073709551615 4370541 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=554520 CPUtime=1062.11 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 60921 0 0 0 106188 23 0 0 25 0 4 0 652736964 567828480 105258 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.44
Current children cumulated vsize (KiB) 554520

[startup+1122.3 s]
/proc/loadavg: 8.21 8.15 7.92 9/346 13653
/proc/meminfo: memFree=17264132/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=685392 CPUtime=4476.76 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 538106 0 0 0 447474 202 0 0 25 0 4 0 652736963 701841408 111369 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 171348 111369 395 112 0 166313 0
[pid=13620/tid=13621] ppid=13618 vsize=685392 CPUtime=1122.31 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 189911 0 0 0 112157 74 0 0 25 0 4 0 652736964 701841408 111369 33554432000 4194304 4650419 140733444386128 18446744073709551615 4339890 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=685392 CPUtime=1122.27 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 195183 0 0 0 112157 70 0 0 25 0 4 0 652736964 701841408 111369 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=685392 CPUtime=1122.09 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 63935 0 0 0 112185 24 0 0 25 0 4 0 652736964 701841408 111369 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.76
Current children cumulated vsize (KiB) 685392

[startup+1182.3 s]
/proc/loadavg: 6.40 7.71 7.78 5/337 13673
/proc/meminfo: memFree=17725192/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=619920 CPUtime=4716.11 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 559444 0 0 0 471402 209 0 0 25 0 4 0 652736963 634798080 111059 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 154980 111059 395 112 0 149945 0
[pid=13620/tid=13621] ppid=13618 vsize=619920 CPUtime=1182.32 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 196544 0 0 0 118155 77 0 0 25 0 4 0 652736964 634798080 111059 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=619920 CPUtime=1182.27 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 202226 0 0 0 118155 72 0 0 25 0 4 0 652736964 634798080 111059 33554432000 4194304 4650419 140733444386128 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=619920 CPUtime=1182.09 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 68918 0 0 0 118183 26 0 0 25 0 4 0 652736964 634798080 111060 33554432000 4194304 4650419 140733444386128 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.11
Current children cumulated vsize (KiB) 619920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 5.65 7.43 7.69 6/337 13674
/proc/meminfo: memFree=17733112/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=620068 CPUtime=4800.34 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 568219 0 0 0 479822 212 0 0 25 0 4 0 652736963 634949632 108886 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 155017 108887 395 112 0 149982 0
[pid=13620/tid=13621] ppid=13618 vsize=620068 CPUtime=1203.44 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 199104 0 0 0 120267 77 0 0 25 0 4 0 652736964 634949632 108887 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=620068 CPUtime=1203.39 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 205100 0 0 0 120266 73 0 0 25 0 4 0 652736964 634949632 108887 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=620068 CPUtime=1203.21 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 69898 0 0 0 120294 27 0 0 25 0 4 0 652736964 634949632 108887 33554432000 4194304 4650419 140733444386128 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 620068

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

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

[startup+1203.4 s]
/proc/loadavg: 5.65 7.43 7.69 6/337 13674
/proc/meminfo: memFree=17733112/32951124 swapFree=67082152/67111528
[pid=13620] ppid=13618 vsize=620068 CPUtime=4800.34 cores=0,2,4,6
/proc/13620/stat : 13620 (strangenight1-m) R 13618 13620 13065 0 -1 4202496 568219 0 0 0 479822 212 0 0 25 0 4 0 652736963 634949632 108886 33554432000 4194304 4650419 140733444386128 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13620/statm: 155017 108887 395 112 0 149982 0
[pid=13620/tid=13621] ppid=13618 vsize=620068 CPUtime=1203.44 cores=0,2,4,6
/proc/13620/task/13621/stat : 13621 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 199104 0 0 0 120267 77 0 0 25 0 4 0 652736964 634949632 108887 33554432000 4194304 4650419 140733444386128 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13620/tid=13622] ppid=13618 vsize=620068 CPUtime=1203.39 cores=0,2,4,6
/proc/13620/task/13622/stat : 13622 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 205100 0 0 0 120266 73 0 0 25 0 4 0 652736964 634949632 108887 33554432000 4194304 4650419 140733444386128 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13620/tid=13623] ppid=13618 vsize=620068 CPUtime=1203.21 cores=0,2,4,6
/proc/13620/task/13623/stat : 13623 (strangenight1-m) R 13618 13620 13065 0 -1 4202560 69898 0 0 0 120294 27 0 0 25 0 4 0 652736964 634949632 108887 33554432000 4194304 4650419 140733444386128 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 620068

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.41
CPU user time (s): 4798.26
CPU system time (s): 2.14867
CPU usage (%): 398.887
Max. virtual memory (cumulated for all children) (KiB): 777800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.26
system time used= 2.14867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568222
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= 140
involuntary context switches= 21544

runsolver used 3.69044 second user time and 9.47156 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 00:16:30
IDJOB=3369068
IDBENCH=83077
IDSOLVER=1846
FILE ID=node136/3369068-1305411390
RUNJOBID= node136-1305410123-13429
PBS_JOBID= 13324500
Free space on /tmp= 72988 MiB

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

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

MD5SUM BENCH= c8e689035f3179f449d681054feb5bd2
RANDOM SEED=1670679344

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18044704 kB
Buffers:        297336 kB
Cached:        5035704 kB
SwapCached:       2740 kB
Active:       10679748 kB
Inactive:      3885692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18044704 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:            8332 kB
Writeback:           0 kB
AnonPages:     9231144 kB
Mapped:          28212 kB
Slab:           236636 kB
PageTables:      39292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70080264 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= 72988 MiB
End job on node136 at 2011-05-15 00:36:35