Trace number 3175187

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.11 1201.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S874954918-011.SATISFIABLE.cnf
MD5SUMae4fafbcf9d01d37f14a04dc4a1c7430
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
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-3175187-1304096673.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2343/2343 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:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.63/0.16	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.00 s
0.63/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.63/0.16	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.63/0.16	c calculated reachability. Time: 0.00
0.63/0.16	c Calc default polars -  time:   0.00 s pos:     232 undec:      58 neg:     260
0.63/0.16	c =========================================================================================
0.63/0.16	c types(t): F = full restart, N = normal restart
0.63/0.16	c types(t): S = simplification begin/end, E = solution found
0.63/0.16	c restart types(rt): st = static, dy = dynamic
0.63/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.63/0.16	c  B st     0         0       534      2334         0         0      7099         0   no data   no data  --
0.63/0.16	c Decided on static restart strategy
0.63/0.16	c  N st     8      4920       534      2334         0      4833      7099    115094   no data   no data  --
2.37/0.69	c  N st    10     11302       534      2334         0      4476      7099     78664   no data   no data  --
2.37/0.69	c  N st    11     17045       534      2334         0     10107      7099    215983   no data   no data  --
3.97/1.08	c  F st    12     25001       534      2334         0     12424      7099    281137   no data   no data  --
3.97/1.08	c  N st    12     25001       534      2334         0     12424      7099    281137   no data   no data  --
5.16/1.34	c Decided on static restart strategy
5.16/1.34	c  N st    18     30001       534      2334         0     10700      7099    216056   no data   no data  --
5.16/1.34	c  S st    18     30001       534      2334         0     10700      7099    216056   no data   no data  --
5.16/1.37	c  S st    18     30504       534      2334         0     11202      7099    227554   no data   no data  --
5.16/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.16/1.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
5.16/1.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.37/1.60	c lits-rem:       182  cl-subs:      455  v-elim:      0  v-fix:    0  time:  0.89 s
6.37/1.61	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.03
6.37/1.61	c calculated reachability. Time: 0.00
6.37/1.61	c  N st    18     30504       534      2334         0     10747      7099    214721   no data   no data  --
7.96/2.01	c  N st    20     37615       534      2334         0     10003      7099    173639   no data   no data  --
9.56/2.42	c  N st    21     44014       534      2334         0     16283      7099    330836   no data   no data  --
9.96/2.55	c  S st    22     45756       534      2334         0      9204      7099    135522   no data   no data  --
9.96/2.57	c  S st    22     46263       534      2334         0      9710      7099    147685   no data   no data  --
9.96/2.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.96/2.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
9.96/2.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.35/2.68	c lits-rem:        66  cl-subs:       39  v-elim:      0  v-fix:    0  time:  0.39 s
10.35/2.68	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
10.35/2.68	c vivif2 --  cl tried     9671 cl shrink        0 lits rem          0 time: 0.01
10.35/2.69	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.03
10.35/2.69	c calculated reachability. Time: 0.00
10.35/2.69	c  N st    22     46263       534      2334         0      9671      7099    146708   no data   no data  --
14.36/3.64	c  N st    23     60664       534      2334         0     14004      7099    242949   no data   no data  --
17.15/4.30	c  N st    24     69395       534      2334         0     11781      7099    181880   no data   no data  --
17.15/4.30	c  S st    24     69395       534      2334         0     11781      7099    181880   no data   no data  --
17.15/4.33	c  S st    24     69897       534      2334         0     12282      7099    193774   no data   no data  --
17.15/4.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.15/4.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.15/4.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
17.15/4.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.97/4.55	c lits-rem:        82  cl-subs:      157  v-elim:      0  v-fix:    0  time:  0.82 s
17.97/4.55	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
17.97/4.55	c vivif2 --  cl tried    12125 cl shrink        0 lits rem          0 time: 0.01
17.97/4.56	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.04
17.97/4.56	c calculated reachability. Time: 0.00
17.97/4.56	c  N st    24     69897       534      2334         0     12125      7099    189597   no data   no data  --
23.14/5.86	c  F st    25     87501       534      2334         0     17610      7099    321500   no data   no data  --
23.14/5.86	c  N st    25     87501       534      2334         0     17610      7099    321500   no data   no data  --
24.74/6.24	c Decided on static restart strategy
25.94/6.51	c  N st    32     95538       534      2334         0     25541      7099    526337   no data   no data  --
28.73/7.21	c  N st    34    104845       534      2334         0     21881      7099    403051   no data   no data  --
28.73/7.21	c  S st    34    104845       534      2334         0     21881      7099    403051   no data   no data  --
28.73/7.27	c  S st    34    105346       534      2334         0     22381      7099    414657   no data   no data  --
28.73/7.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.73/7.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.73/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.73/7.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.73/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.73/7.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
28.73/7.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.73/8.23	c lits-rem:       215  cl-subs:      938  v-elim:      0  v-fix:    0  time:  3.74 s
32.73/8.23	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
32.73/8.23	c vivif2 --  cl tried    21443 cl shrink        0 lits rem          0 time: 0.02
32.73/8.25	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.07
32.73/8.25	c calculated reachability. Time: 0.00
32.73/8.25	c  N st    34    105346       534      2334         0     21443      7099    389731   no data   no data  --
36.33/9.18	c  N st    35    114946       534      2334         0     17101      7099    256564   no data   no data  --
41.52/10.46	c  N st    36    129344       534      2334         0     16482      7099    226097   no data   no data  --
49.11/12.38	c  N st    37    150941       534      2334         0     21938      7099    359557   no data   no data  --
51.91/13.02	c  S st    38    158020       534      2334         0     28838      7099    525714   no data   no data  --
51.91/13.09	c  S st    38    158527       534      2334         0     29345      7099    538561   no data   no data  --
51.91/13.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.91/13.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.31/13.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
52.31/13.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.31/13.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.31/13.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
52.31/13.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
58.70/14.77	c lits-rem:       761  cl-subs:     1733  v-elim:      0  v-fix:    0  time:  6.56 s
58.70/14.77	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
58.70/14.77	c vivif2 --  cl tried    27612 cl shrink        0 lits rem          0 time: 0.02
58.70/14.79	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.09
58.70/14.80	c calculated reachability. Time: 0.00
58.70/14.80	c  N st    38    158527       534      2334         0     27612      7099    495342   no data   no data  --
79.09/19.82	c  N st    39    207115       534      2334         0     22333      7099    319748   no data   no data  --
91.86/23.01	c  N st    40    237790       534      2334         0     32793      7099    592145   no data   no data  --
91.86/23.01	c  S st    40    237790       534      2334         0     32793      7099    592145   no data   no data  --
92.27/23.11	c  S st    40    238293       534      2334         0     33294      7099    604604   no data   no data  --
92.27/23.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.27/23.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.27/23.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
92.27/23.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.27/23.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.27/23.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
92.27/23.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
100.25/25.16	c lits-rem:       764  cl-subs:     1860  v-elim:      0  v-fix:    0  time:  8.04 s
100.25/25.16	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
100.25/25.17	c vivif2 --  cl tried    31434 cl shrink        0 lits rem          0 time: 0.02
100.25/25.19	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.11
100.25/25.20	c calculated reachability. Time: 0.00
100.25/25.20	c  N st    40    238293       534      2334         0     31434      7099    551771   no data   no data  --
133.40/33.42	c  F st    41    306250       534      2334         0     33429      7099    561326   no data   no data  --
133.40/33.42	c  N st    41    306250       534      2334         0     33429      7099    561326   no data   no data  --
135.80/34.06	c Decided on static restart strategy
146.99/36.87	c  N st    51    334558       534      2334         0     37713      7099    622237   no data   no data  --
158.97/39.82	c  N st    53    357439       534      2334         0     35559      7099    576716   no data   no data  --
158.97/39.82	c  S st    53    357439       534      2334         0     35559      7099    576716   no data   no data  --
159.37/39.90	c  S st    53    357943       534      2334         0     36061      7099    589694   no data   no data  --
159.37/39.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
159.37/39.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
159.37/39.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
159.37/39.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
159.37/39.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.37/39.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
159.37/39.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
166.57/41.72	c lits-rem:       933  cl-subs:     1342  v-elim:      0  v-fix:    0  time:  7.10 s
166.57/41.72	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
166.57/41.72	c vivif2 --  cl tried    34719 cl shrink        0 lits rem          0 time: 0.03
166.57/41.75	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.12
166.57/41.75	c calculated reachability. Time: 0.00
166.57/41.75	c  N st    53    357943       534      2334         0     34719      7099    552452   no data   no data  --
182.95/45.83	c  N st    54    390335       534      2334         0     40997      7099    702267   no data   no data  --
211.71/53.05	c  N st    55    438923       534      2334         0     34873      7099    504851   no data   no data  --
256.46/64.21	c  N st    56    511805       534      2334         0     48437      7099    840982   no data   no data  --
272.45/68.21	c  N st    57    536914       534      2334         0     42701      7099    662646   no data   no data  --
272.45/68.21	c  S st    57    536914       534      2334         0     42701      7099    662646   no data   no data  --
272.85/68.32	c  S st    57    537417       534      2334         0     43204      7099    675120   no data   no data  --
272.85/68.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
272.85/68.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
272.85/68.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
272.85/68.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
272.85/68.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
272.85/68.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
272.85/68.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
280.83/70.35	c lits-rem:       633  cl-subs:     1264  v-elim:      0  v-fix:    0  time:  7.97 s
280.83/70.35	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
280.83/70.36	c vivif2 --  cl tried    41940 cl shrink        0 lits rem          0 time: 0.03
281.25/70.41	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.18
281.25/70.41	c calculated reachability. Time: 0.00
281.25/70.41	c  N st    57    537417       534      2334         0     41940      7099    641516   no data   no data  --
399.49/100.09	c  N st    58    701402       534      2334         0     35838      7099    388962   no data   no data  --
480.18/120.22	c  N st    59    806126       534      2334         0     65005      7099   1198857   no data   no data  --
480.18/120.22	c  S st    59    806126       534      2334         0     65005      7099   1198857   no data   no data  --
480.98/120.42	c  S st    59    806628       534      2334         0     65507      7099   1211261   no data   no data  --
480.98/120.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
480.98/120.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
480.98/120.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
480.98/120.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
480.98/120.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
480.98/120.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
480.98/120.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
494.96/123.93	c lits-rem:        76  cl-subs:     2985  v-elim:      0  v-fix:    0  time: 13.76 s
494.96/123.93	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
494.96/123.95	c vivif2 --  cl tried    62522 cl shrink        0 lits rem          0 time: 0.05
495.36/124.03	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.32
495.36/124.03	c calculated reachability. Time: 0.00
495.36/124.03	c  N st    59    806628       534      2334         0     62522      7099   1122736   no data   no data  --
729.88/182.74	c  F st    60   1071876       534      2334         0     78665      7099   1440337   no data   no data  --
729.88/182.74	c  N st    60   1071876       534      2334         0     78665      7099   1440337   no data   no data  --
735.85/184.24	c Decided on static restart strategy
755.44/189.12	c  N st    70   1100182       534      2334         0     62230      7099    911288   no data   no data  --
788.59/197.40	c  N st    72   1136176       534      2334         0     52452      7099    658411   no data   no data  --
818.95/205.05	c  N st    73   1168568       534      2334         0     84111      7099   1535307   no data   no data  --
858.10/214.81	c  N st    74   1209943       534      2334         0     78479      7099   1346070   no data   no data  --
858.10/214.81	c  S st    74   1209943       534      2334         0     78479      7099   1346070   no data   no data  --
858.90/215.05	c  S st    74   1210445       534      2334         0     78980      7099   1359409   no data   no data  --
858.90/215.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
858.90/215.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
858.90/215.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
859.30/215.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
859.30/215.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
859.30/215.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
859.30/215.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
880.86/220.57	c lits-rem:       398  cl-subs:     4171  v-elim:      0  v-fix:    0  time: 21.66 s
880.86/220.57	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
880.86/220.58	c vivif2 --  cl tried    74809 cl shrink        0 lits rem          0 time: 0.06
881.26/220.68	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.38
881.26/220.68	c calculated reachability. Time: 0.00
881.26/220.68	c  N st    74   1210445       534      2334         0     74809      7099   1243900   no data   no data  --
957.16/239.65	c  N st    75   1283329       534      2334         0     51305      7099    562360   no data   no data  --
1071.01/268.19	c  N st    76   1392652       534      2334         0     59736      7099    746518   no data   no data  --
1251.98/313.48	c  N st    77   1556636       534      2334         0     64168      7099    792308   no data   no data  --
1442.53/361.16	c  N st    78   1710447       534      2334         0    105885      7099   1816706   no data   no data  --
1442.53/361.16	c  S st    78   1710447       534      2334         0    105885      7099   1816706   no data   no data  --
1444.13/361.50	c  S st    78   1710951       534      2334         0    106386      7099   1829215   no data   no data  --
1444.13/361.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1444.13/361.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1444.13/361.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1444.53/361.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1444.53/361.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1444.53/361.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
1444.53/361.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1503.27/376.37	c lits-rem:       742  cl-subs:     8380  v-elim:      0  v-fix:    0  time: 58.87 s
1503.27/376.37	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
1503.27/376.39	c vivif2 --  cl tried    98006 cl shrink        0 lits rem          0 time: 0.08
1504.05/376.54	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.58
1504.05/376.54	c calculated reachability. Time: 0.00
1504.05/376.54	c  N st    78   1710951       534      2334         0     98006      7099   1626497   no data   no data  --
1929.50/483.06	c  N st    79   2079915       534      2334         0    109523      7099   1829855   no data   no data  --
2089.67/523.14	c  N st    80   2210951       534      2334         0    113982      7099   2008112   no data   no data  --
2089.67/523.14	c  S st    80   2210951       534      2334         0    113982      7099   2008112   no data   no data  --
2091.27/523.52	c  S st    80   2211452       534      2334         0    114483      7099   2020783   no data   no data  --
2091.27/523.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2091.27/523.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2091.27/523.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2091.68/523.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2091.68/523.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2091.68/523.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
2091.68/523.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2148.40/537.88	c lits-rem:       137  cl-subs:     7064  v-elim:      0  v-fix:    0  time: 56.80 s
2148.40/537.88	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
2148.81/537.91	c vivif2 --  cl tried   107419 cl shrink        0 lits rem          0 time: 0.11
2149.21/538.06	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.60
2149.21/538.06	c calculated reachability. Time: 0.00
2149.21/538.06	c  N st    80   2211452       534      2334         0    107419      7099   1839420   no data   no data  --
2821.13/706.22	c  N st    81   2711452       534      2334         0    130652      7099   2372244   no data   no data  --
2821.13/706.22	c  S st    81   2711452       534      2334         0    130652      7099   2372244   no data   no data  --
2822.71/706.64	c  S st    81   2711953       534      2334         0    131153      7099   2384576   no data   no data  --
2822.71/706.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2822.71/706.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2823.11/706.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2823.51/706.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2823.51/706.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2823.51/706.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
2823.51/706.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2932.95/734.24	c lits-rem:       265  cl-subs:    10083  v-elim:      0  v-fix:    0  time: 109.57 s
2932.95/734.24	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
2932.95/734.26	c vivif2 --  cl tried   121070 cl shrink        0 lits rem          0 time: 0.11
2933.75/734.46	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.76
2933.75/734.46	c calculated reachability. Time: 0.00
2933.75/734.46	c  N st    81   2711953       534      2334         0    121070      7099   2112134   no data   no data  --
3657.99/915.77	c  N st    82   3211953       534      2334         0     96843      7099   1279123   no data   no data  --
3657.99/915.77	c  S st    82   3211953       534      2334         0     96843      7099   1279123   no data   no data  --
3659.19/916.07	c  S st    82   3212455       534      2334         0     97344      7099   1292324   no data   no data  --
3659.19/916.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3659.19/916.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3659.59/916.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3659.59/916.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3659.59/916.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3659.59/916.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
3659.59/916.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3674.77/919.97	c lits-rem:       156  cl-subs:     3160  v-elim:      0  v-fix:    0  time: 15.19 s
3674.77/919.97	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
3674.77/919.99	c vivif2 --  cl tried    94184 cl shrink        0 lits rem          0 time: 0.07
3675.57/920.12	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.52
3675.57/920.13	c calculated reachability. Time: 0.00
3675.57/920.13	c  N st    82   3212455       534      2334         0     94184      7099   1213650   no data   no data  --
4424.97/1107.77	c  N st    83   3712455       534      2334         0    105226      7099   1381550   no data   no data  --
4424.97/1107.77	c  S st    83   3712455       534      2334         0    105226      7099   1381550   no data   no data  --
4426.55/1108.10	c  S st    83   3712957       534      2334         0    105725      7099   1394680   no data   no data  --
4426.55/1108.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4426.55/1108.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4426.55/1108.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
4426.95/1108.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4426.95/1108.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4426.95/1108.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
4426.95/1108.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4444.12/1112.59	c lits-rem:       142  cl-subs:     3185  v-elim:      0  v-fix:    0  time: 17.48 s
4444.12/1112.59	c vivif2 --  cl tried     2334 cl shrink        0 lits rem          0 time: 0.00
4444.52/1112.60	c vivif2 --  cl tried   102540 cl shrink        0 lits rem          0 time: 0.08
4444.92/1112.74	c asymm  cl-useful: 0/2334/2334 lits-rem:0 time: 0.55
4444.92/1112.74	c calculated reachability. Time: 0.00
4444.92/1112.74	c  N st    83   3712957       534      2334         0    102540      7099   1324452   no data   no data  --
4497.24/1125.86	c  F st    84   3751562       534      2334         0    140359      7099   2387227   no data   no data  --
4497.24/1125.86	c  N st    84   3751562       534      2334         0    140359      7099   2387227   no data   no data  --
4551.58/1139.46	c  N dy   121   3771599       534      2334         0    160060      7099   2884526     17.38     18.32  --
4595.91/1150.57	c  N dy   198   3792594       534      2334         0     97642      7099   1096750     17.24     18.40  --
4634.27/1160.19	c  N dy   274   3812988       534      2334         0    117716      7099   1598206     17.31     18.42  --
4680.59/1171.72	c  N dy   370   3833121       534      2334         0    137602      7099   2101892     17.44     18.40  --
4735.73/1185.53	c  N dy   404   3854576       534      2334         0    158668      7099   2616342     17.18     18.24  --
4783.66/1197.50	c  N dy   475   3875951       534      2334         0     95350      7099    990117     17.14     18.14  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175187-1304096673/watcher-3175187-1304096673 -o /tmp/evaluation-result-3175187-1304096673/solver-3175187-1304096673 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175187-1304096673.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: 6.63 7.79 7.96 3/173 3461
/proc/meminfo: memFree=24796156/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 417 0 0 0 0 0 0 0 21 0 4 0 599897820 52465664 356 33554432000 4194304 4650419 140735414979280 18446744073709551615 47975547897778 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3461/statm: 12809 356 306 112 0 7774 0
[pid=3461/tid=3462] ppid=3459 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 4 0 599897820 52465664 356 33554432000 4194304 4650419 140735414979280 18446744073709551615 47975547897369 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 599897820 52465664 356 33554432000 4194304 4650419 140735414979280 18446744073709551615 47975547897782 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 599897820 52465664 356 33554432000 4194304 4650419 140735414979280 18446744073709551615 47975547897367 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.166731 s]
/proc/loadavg: 6.63 7.79 7.96 3/173 3461
/proc/meminfo: memFree=24796156/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=299844 CPUtime=0.63 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 2322 0 0 0 63 0 0 0 18 0 4 0 599897820 307040256 1895 33554432000 4194304 4650419 140735414979280 18446744073709551615 4516622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3461/statm: 74961 1895 393 112 0 69926 0
[pid=3461/tid=3462] ppid=3459 vsize=299844 CPUtime=0.15 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 527 0 0 0 15 0 0 0 18 0 4 0 599897820 307040256 1895 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=299844 CPUtime=0.15 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 425 0 0 0 15 0 0 0 18 0 4 0 599897820 307040256 1895 33554432000 4194304 4650419 140735414979280 18446744073709551615 252458109287 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=299844 CPUtime=0.15 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 424 0 0 0 15 0 0 0 18 0 4 0 599897820 307040256 1751 33554432000 4194304 4650419 140735414979280 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 299844

[startup+0.254582 s]
/proc/loadavg: 6.63 7.79 7.96 3/173 3461
/proc/meminfo: memFree=24796156/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=283436 CPUtime=0.98 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 2680 0 0 0 98 0 0 0 18 0 4 0 599897820 290238464 1960 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 70859 1960 393 112 0 65824 0
[pid=3461/tid=3462] ppid=3459 vsize=283436 CPUtime=0.24 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 600 0 0 0 24 0 0 0 18 0 4 0 599897820 290238464 1960 33554432000 4194304 4650419 140735414979280 18446744073709551615 4333569 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=283436 CPUtime=0.24 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 576 0 0 0 24 0 0 0 18 0 4 0 599897820 290238464 1960 33554432000 4194304 4650419 140735414979280 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=283436 CPUtime=0.24 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 492 0 0 0 24 0 0 0 18 0 4 0 599897820 290238464 1960 33554432000 4194304 4650419 140735414979280 18446744073709551615 4315467 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 283436

[startup+0.300575 s]
/proc/loadavg: 6.63 7.79 7.96 3/173 3461
/proc/meminfo: memFree=24796156/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=283436 CPUtime=1.17 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 2896 0 0 0 117 0 0 0 18 0 4 0 599897820 290238464 2176 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 70859 2176 393 112 0 65824 0
[pid=3461/tid=3462] ppid=3459 vsize=283436 CPUtime=0.29 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 653 0 0 0 29 0 0 0 18 0 4 0 599897820 290238464 2176 33554432000 4194304 4650419 140735414979280 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=283436 CPUtime=0.29 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 637 0 0 0 29 0 0 0 18 0 4 0 599897820 290238464 2176 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=283436 CPUtime=0.29 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 548 0 0 0 29 0 0 0 18 0 4 0 599897820 290238464 2177 33554432000 4194304 4650419 140735414979280 18446744073709551615 4520364 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) 283436

[startup+0.700501 s]
/proc/loadavg: 6.63 7.79 7.96 3/173 3461
/proc/meminfo: memFree=24796156/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=284224 CPUtime=2.77 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 4657 0 0 0 276 1 0 0 18 0 4 0 599897820 291045376 2767 33554432000 4194304 4650419 140735414979280 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 71056 2767 393 112 0 66021 0
[pid=3461/tid=3462] ppid=3459 vsize=284224 CPUtime=0.69 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 1059 0 0 0 69 0 0 0 18 0 4 0 599897820 291045376 2767 33554432000 4194304 4650419 140735414979280 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=284224 CPUtime=0.68 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 1060 0 0 0 68 0 0 0 18 0 4 0 599897820 291045376 2767 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=284224 CPUtime=0.68 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 1080 0 0 0 68 0 0 0 18 0 4 0 599897820 291045376 2767 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366904 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) 284224

[startup+1.50036 s]
/proc/loadavg: 6.63 7.79 7.96 9/184 3473
/proc/meminfo: memFree=24759988/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=285156 CPUtime=5.97 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 8956 0 0 0 595 2 0 0 20 0 4 0 599897820 291999744 4822 33554432000 4194304 4650419 140735414979280 18446744073709551615 4476769 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 71289 4823 395 112 0 66254 0
[pid=3461/tid=3462] ppid=3459 vsize=285156 CPUtime=1.49 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 1877 0 0 0 149 0 0 0 20 0 4 0 599897820 291999744 4823 33554432000 4194304 4650419 140735414979280 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=285156 CPUtime=1.48 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 1885 0 0 0 148 0 0 0 20 0 4 0 599897820 291999744 4823 33554432000 4194304 4650419 140735414979280 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=285156 CPUtime=1.48 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 1664 0 0 0 148 0 0 0 20 0 4 0 599897820 291999744 4823 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285156

[startup+3.10106 s]
/proc/loadavg: 6.63 7.79 7.96 9/184 3473
/proc/meminfo: memFree=24727252/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=283736 CPUtime=12.35 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 18028 0 0 0 1232 3 0 0 25 0 4 0 599897820 290545664 10336 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 70934 10336 395 112 0 65899 0
[pid=3461/tid=3462] ppid=3459 vsize=283736 CPUtime=3.09 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 4075 0 0 0 308 1 0 0 25 0 4 0 599897820 290545664 10336 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=283736 CPUtime=3.08 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 4842 0 0 0 308 0 0 0 25 0 4 0 599897820 290545664 10336 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=283736 CPUtime=3.08 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 4324 0 0 0 308 0 0 0 25 0 4 0 599897820 290545664 10336 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 283736

[startup+6.30046 s]
/proc/loadavg: 6.82 7.81 7.96 10/184 3473
/proc/meminfo: memFree=24677684/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=310704 CPUtime=25.14 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 26378 0 0 0 2509 5 0 0 25 0 4 0 599897820 318160896 13561 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 77676 13561 395 112 0 72641 0
[pid=3461/tid=3462] ppid=3459 vsize=310704 CPUtime=6.28 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 6636 0 0 0 627 1 0 0 25 0 4 0 599897820 318160896 13561 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=310704 CPUtime=6.28 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 6836 0 0 0 627 1 0 0 25 0 4 0 599897820 318160896 13561 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=310704 CPUtime=6.29 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 5850 0 0 0 628 1 0 0 25 0 4 0 599897820 318160896 13561 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 310704

[startup+12.7003 s]
/proc/loadavg: 6.91 7.81 7.96 9/184 3474
/proc/meminfo: memFree=24623392/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=307584 CPUtime=50.71 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 40983 0 0 0 5063 8 0 0 25 0 4 0 599897820 314966016 18620 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 76896 18620 395 112 0 71861 0
[pid=3461/tid=3462] ppid=3459 vsize=307584 CPUtime=12.69 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 9844 0 0 0 1267 2 0 0 25 0 4 0 599897820 314966016 18620 33554432000 4194304 4650419 140735414979280 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=307584 CPUtime=12.68 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 10951 0 0 0 1267 1 0 0 25 0 4 0 599897820 314966016 18620 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=307584 CPUtime=12.68 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 9120 0 0 0 1267 1 0 0 25 0 4 0 599897820 314966016 18620 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 307584

[startup+25.5009 s]
/proc/loadavg: 7.15 7.82 7.96 10/184 3474
/proc/meminfo: memFree=24565600/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=308408 CPUtime=101.85 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 63549 0 0 0 10172 13 0 0 25 0 4 0 599897820 315809792 27192 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 77102 27192 395 112 0 72067 0
[pid=3461/tid=3462] ppid=3459 vsize=308408 CPUtime=25.49 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 15741 0 0 0 2546 3 0 0 25 0 4 0 599897820 315809792 27192 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=308408 CPUtime=25.48 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 17271 0 0 0 2545 3 0 0 25 0 4 0 599897820 315809792 27192 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=308408 CPUtime=25.48 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 13292 0 0 0 2545 3 0 0 25 0 4 0 599897820 315809792 27192 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 308408

[startup+51.1011 s]
/proc/loadavg: 7.44 7.83 7.96 9/184 3475
/proc/meminfo: memFree=24520152/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=367056 CPUtime=204.12 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 91238 0 0 0 20391 21 0 0 25 0 4 0 599897820 375865344 33579 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 91764 33580 395 112 0 86729 0
[pid=3461/tid=3462] ppid=3459 vsize=367056 CPUtime=51.09 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 22761 0 0 0 5104 5 0 0 25 0 4 0 599897820 375865344 33580 33554432000 4194304 4650419 140735414979280 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=367056 CPUtime=51.09 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 24578 0 0 0 5103 6 0 0 25 0 4 0 599897820 375865344 33580 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=367056 CPUtime=51.07 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 17651 0 0 0 5103 4 0 0 25 0 4 0 599897820 375865344 33580 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 367056

[startup+102.301 s]
/proc/loadavg: 7.84 7.89 7.97 10/184 3476
/proc/meminfo: memFree=24449072/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=378260 CPUtime=408.69 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 133860 0 0 0 40834 35 0 0 25 0 4 0 599897820 387338240 42710 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 94565 42710 395 112 0 89530 0
[pid=3461/tid=3462] ppid=3459 vsize=378260 CPUtime=102.29 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 35533 0 0 0 10221 8 0 0 25 0 4 0 599897820 387338240 42710 33554432000 4194304 4650419 140735414979280 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=378260 CPUtime=102.29 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 31061 0 0 0 10220 9 0 0 25 0 4 0 599897820 387338240 42710 33554432000 4194304 4650419 140735414979280 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=378260 CPUtime=102.28 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 27844 0 0 0 10220 8 0 0 25 0 4 0 599897820 387338240 42710 33554432000 4194304 4650419 140735414979280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 378260

[startup+162.3 s]

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

[pid=3461] ppid=3459 vsize=668320 CPUtime=2805.53 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 344341 0 0 0 280432 121 0 0 25 0 4 0 599897820 684359680 101608 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 167080 101608 395 112 0 162045 0
[pid=3461/tid=3462] ppid=3459 vsize=668320 CPUtime=702.3 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 91385 0 0 0 70199 31 0 0 25 0 4 0 599897820 684359680 101608 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=668320 CPUtime=702.31 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 65985 0 0 0 70205 26 0 0 25 0 4 0 599897820 684359680 101608 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=668320 CPUtime=702.23 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 56912 0 0 0 70204 19 0 0 25 0 4 0 599897820 684359680 101608 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.53
Current children cumulated vsize (KiB) 668320

[startup+762.301 s]
/proc/loadavg: 8.12 8.11 8.03 9/184 3496
/proc/meminfo: memFree=24059404/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=668448 CPUtime=3045.22 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 358841 0 0 0 304394 128 0 0 25 0 4 0 599897820 684490752 104220 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 167112 104220 395 112 0 162077 0
[pid=3461/tid=3462] ppid=3459 vsize=668448 CPUtime=762.31 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 97751 0 0 0 76197 34 0 0 25 0 4 0 599897820 684490752 104220 33554432000 4194304 4650419 140735414979280 18446744073709551615 4361074 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=668448 CPUtime=762.32 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 68340 0 0 0 76204 28 0 0 25 0 4 0 599897820 684490752 104220 33554432000 4194304 4650419 140735414979280 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=668448 CPUtime=762.23 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 58452 0 0 0 76203 20 0 0 25 0 4 0 599897820 684490752 104220 33554432000 4194304 4650419 140735414979280 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.22
Current children cumulated vsize (KiB) 668448

[startup+822.301 s]
/proc/loadavg: 8.10 8.10 8.03 10/184 3497
/proc/meminfo: memFree=24017464/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=719280 CPUtime=3284.88 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 376860 0 0 0 328353 135 0 0 25 0 4 0 599897820 736542720 107227 33554432000 4194304 4650419 140735414979280 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 179820 107227 395 112 0 174785 0
[pid=3461/tid=3462] ppid=3459 vsize=719280 CPUtime=822.31 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 104579 0 0 0 82193 38 0 0 25 0 4 0 599897820 736542720 107227 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=719280 CPUtime=822.31 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 70736 0 0 0 82202 29 0 0 25 0 4 0 599897820 736542720 107227 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=719280 CPUtime=822.22 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 63770 0 0 0 82200 22 0 0 25 0 4 0 599897820 736542720 107227 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.88
Current children cumulated vsize (KiB) 719280

[startup+882.307 s]
/proc/loadavg: 8.08 8.09 8.03 10/184 3499
/proc/meminfo: memFree=24022164/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=719548 CPUtime=3524.59 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 394085 0 0 0 352317 142 0 0 25 0 4 0 599897820 736817152 105094 33554432000 4194304 4650419 140735414979280 18446744073709551615 4360479 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 179887 105094 395 112 0 174852 0
[pid=3461/tid=3462] ppid=3459 vsize=719548 CPUtime=882.31 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 113139 0 0 0 88192 39 0 0 25 0 4 0 599897820 736817152 105094 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=719548 CPUtime=882.31 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 72686 0 0 0 88202 29 0 0 25 0 4 0 599897820 736817152 105094 33554432000 4194304 4650419 140735414979280 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=719548 CPUtime=882.23 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 64284 0 0 0 88200 23 0 0 25 0 4 0 599897820 736817152 105094 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.59
Current children cumulated vsize (KiB) 719548

[startup+942.3 s]
/proc/loadavg: 8.03 8.07 8.03 9/184 3500
/proc/meminfo: memFree=23939692/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=719376 CPUtime=3764.24 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 410557 0 0 0 376274 150 0 0 25 0 4 0 599897820 736641024 114901 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 179844 114901 395 112 0 174809 0
[pid=3461/tid=3462] ppid=3459 vsize=719376 CPUtime=942.31 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 119357 0 0 0 94189 42 0 0 25 0 4 0 599897820 736641024 114901 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=719376 CPUtime=942.31 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 77084 0 0 0 94199 32 0 0 25 0 4 0 599897820 736641024 114901 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=719376 CPUtime=942.22 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 66981 0 0 0 94198 24 0 0 25 0 4 0 599897820 736641024 114901 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.24
Current children cumulated vsize (KiB) 719376

[startup+1002.3 s]
/proc/loadavg: 8.05 8.07 8.03 9/184 3502
/proc/meminfo: memFree=23969312/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=668836 CPUtime=4003.92 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 425787 0 0 0 400234 158 0 0 25 0 4 0 599897820 684888064 108821 33554432000 4194304 4650419 140735414979280 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 167209 108821 395 112 0 162174 0
[pid=3461/tid=3462] ppid=3459 vsize=668836 CPUtime=1002.31 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 125877 0 0 0 100186 45 0 0 25 0 4 0 599897820 684888064 108821 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=668836 CPUtime=1002.31 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 80280 0 0 0 100197 34 0 0 25 0 4 0 599897820 684888064 108821 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=668836 CPUtime=1002.21 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 69125 0 0 0 100197 24 0 0 25 0 4 0 599897820 684888064 108821 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.92
Current children cumulated vsize (KiB) 668836

[startup+1062.3 s]
/proc/loadavg: 8.05 8.07 8.03 9/184 3504
/proc/meminfo: memFree=23919444/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=664936 CPUtime=4243.6 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 444986 0 0 0 424194 166 0 0 25 0 4 0 599897820 680894464 121019 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 166234 121019 395 112 0 161199 0
[pid=3461/tid=3462] ppid=3459 vsize=664936 CPUtime=1062.32 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 129888 0 0 0 106184 48 0 0 25 0 4 0 599897820 680894464 121019 33554432000 4194304 4650419 140735414979280 18446744073709551615 4433093 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=664936 CPUtime=1062.31 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 82960 0 0 0 106196 35 0 0 25 0 4 0 599897820 680894464 121019 33554432000 4194304 4650419 140735414979280 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=664936 CPUtime=1062.21 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 75359 0 0 0 106195 26 0 0 25 0 4 0 599897820 680894464 121019 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.6
Current children cumulated vsize (KiB) 664936

[startup+1122.3 s]
/proc/loadavg: 8.05 8.07 8.03 9/184 3505
/proc/meminfo: memFree=23940256/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=717452 CPUtime=4483.27 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 458474 0 0 0 448154 173 0 0 25 0 4 0 599897820 734670848 116329 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 179363 116329 395 112 0 174328 0
[pid=3461/tid=3462] ppid=3459 vsize=717452 CPUtime=1122.32 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 130528 0 0 0 112184 48 0 0 25 0 4 0 599897820 734670848 116329 33554432000 4194304 4650419 140735414979280 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=717452 CPUtime=1122.32 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 87839 0 0 0 112194 38 0 0 25 0 4 0 599897820 734670848 116329 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=717452 CPUtime=1122.2 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 80211 0 0 0 112192 28 0 0 25 0 4 0 599897820 734670848 116329 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.27
Current children cumulated vsize (KiB) 717452

[startup+1182.3 s]
/proc/loadavg: 8.13 8.09 8.03 10/184 3507
/proc/meminfo: memFree=23947668/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=683020 CPUtime=4722.95 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 468498 0 0 0 472116 179 0 0 25 0 4 0 599897820 699412480 113022 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 170755 113022 395 112 0 165720 0
[pid=3461/tid=3462] ppid=3459 vsize=683020 CPUtime=1182.32 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 133356 0 0 0 118183 49 0 0 25 0 4 0 599897820 699412480 113022 33554432000 4194304 4650419 140735414979280 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=683020 CPUtime=1182.32 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 91429 0 0 0 118191 41 0 0 25 0 4 0 599897820 699412480 113022 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=683020 CPUtime=1182.2 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 82804 0 0 0 118190 30 0 0 25 0 4 0 599897820 699412480 113022 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.95
Current children cumulated vsize (KiB) 683020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.09 8.08 8.03 9/184 3507
/proc/meminfo: memFree=23936252/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=735892 CPUtime=4800.05 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 474162 0 0 0 479824 181 0 0 25 0 4 0 599897820 753553408 118186 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 183973 118186 395 112 0 178938 0
[pid=3461/tid=3462] ppid=3459 vsize=735892 CPUtime=1201.63 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 134435 0 0 0 120113 50 0 0 25 0 4 0 599897820 753553408 118186 33554432000 4194304 4650419 140735414979280 18446744073709551615 4339892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=735892 CPUtime=1201.63 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 92235 0 0 0 120122 41 0 0 25 0 4 0 599897820 753553408 118186 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=735892 CPUtime=1201.51 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 84701 0 0 0 120120 31 0 0 25 0 4 0 599897820 753553408 118186 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 735892

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

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

[startup+1201.6 s]
/proc/loadavg: 8.09 8.08 8.03 9/184 3507
/proc/meminfo: memFree=23936252/32951124 swapFree=67111348/67111528
[pid=3461] ppid=3459 vsize=735892 CPUtime=4800.05 cores=0,2,4,6
/proc/3461/stat : 3461 (strangenight1-m) R 3459 3461 3013 0 -1 4202496 474162 0 0 0 479824 181 0 0 25 0 4 0 599897820 753553408 118186 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3461/statm: 183973 118186 395 112 0 178938 0
[pid=3461/tid=3462] ppid=3459 vsize=735892 CPUtime=1201.63 cores=0,2,4,6
/proc/3461/task/3462/stat : 3462 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 134435 0 0 0 120113 50 0 0 25 0 4 0 599897820 753553408 118186 33554432000 4194304 4650419 140735414979280 18446744073709551615 4339892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3461/tid=3463] ppid=3459 vsize=735892 CPUtime=1201.63 cores=0,2,4,6
/proc/3461/task/3463/stat : 3463 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 92235 0 0 0 120122 41 0 0 25 0 4 0 599897820 753553408 118186 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3461/tid=3464] ppid=3459 vsize=735892 CPUtime=1201.51 cores=0,2,4,6
/proc/3461/task/3464/stat : 3464 (strangenight1-m) R 3459 3461 3013 0 -1 4202560 84701 0 0 0 120120 31 0 0 25 0 4 0 599897820 753553408 118186 33554432000 4194304 4650419 140735414979280 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 735892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.11
CPU user time (s): 4798.27
CPU system time (s): 1.84172
CPU usage (%): 399.464
Max. virtual memory (cumulated for all children) (KiB): 783764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.27
system time used= 1.84172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474164
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= 435
involuntary context switches= 21587

runsolver used 1.9727 second user time and 4.40733 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 19:04:33
IDJOB=3175187
IDBENCH=82805
IDSOLVER=1588
FILE ID=node111/3175187-1304096673
RUNJOBID= node111-1304096673-3445
PBS_JOBID= 13170585
Free space on /tmp= 70896 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S874954918-011.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175187-1304096673/watcher-3175187-1304096673 -o /tmp/evaluation-result-3175187-1304096673/solver-3175187-1304096673 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175187-1304096673.cnf

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

MD5SUM BENCH= ae4fafbcf9d01d37f14a04dc4a1c7430
RANDOM SEED=2142166282

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24796544 kB
Buffers:       1281844 kB
Cached:        6320592 kB
SwapCached:        124 kB
Active:        3274956 kB
Inactive:      4391468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24796544 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6396 kB
Writeback:           0 kB
AnonPages:       63524 kB
Mapped:          14488 kB
Slab:           425272 kB
PageTables:       4352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189424 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= 70884 MiB
End job on node111 at 2011-04-29 19:24:37