Trace number 3368729

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S248192082-054.UNKNOWN.cnf
MD5SUMcf7086a47a32df0eb19a8b08d14122dd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368729-1305401822.cnf'
0.00/0.01	c -- header says num vars:            600
0.00/0.01	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.13	c lits-rem:         0  cl-subs:        0  v-elim:     24  v-fix:    0  time:  0.01 s
0.00/0.13	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.13	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.13	c calculated reachability. Time: 0.00
0.00/0.13	c Calc default polars -  time:   0.00 s pos:     249 undec:      83 neg:     268
0.00/0.13	c =========================================================================================
0.00/0.13	c types(t): F = full restart, N = normal restart
0.00/0.13	c types(t): S = simplification begin/end, E = solution found
0.00/0.13	c restart types(rt): st = static, dy = dynamic
0.00/0.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.13	c  B st     0         0       576      2530         0         0      7742         0   no data   no data  --
0.00/0.13	c Decided on static restart strategy
3.16/0.80	c  N st     8      4922       576      2530         0      4831      7742    127463   no data   no data  --
3.16/0.80	c  N st    10     11304       576      2530         0      4500      7742     85870   no data   no data  --
3.16/0.80	c  N st    11     17047       576      2530         0     10168      7742    242553   no data   no data  --
4.38/1.16	c  F st    12     25002       576      2530         0     12485      7742    301602   no data   no data  --
4.38/1.16	c  N st    12     25002       576      2530         0     12485      7742    301602   no data   no data  --
5.56/1.42	c Decided on static restart strategy
5.56/1.42	c  N st    18     30000       576      2530         0     10729      7742    233010   no data   no data  --
5.56/1.42	c  S st    18     30000       576      2530         0     10729      7742    233010   no data   no data  --
5.56/1.45	c  S st    18     30506       576      2530         0     11235      7742    245274   no data   no data  --
5.56/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.56/1.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
5.56/1.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.75/1.71	c lits-rem:       178  cl-subs:      438  v-elim:      0  v-fix:    0  time:  0.99 s
6.75/1.72	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.04
6.75/1.72	c calculated reachability. Time: 0.00
6.75/1.72	c  N st    18     30506       576      2530         0     10797      7742    231488   no data   no data  --
8.36/2.17	c  N st    20     37616       576      2530         0     10032      7742    189822   no data   no data  --
9.94/2.57	c  N st    21     44016       576      2530         0     16330      7742    369774   no data   no data  --
10.75/2.70	c  S st    22     45759       576      2530         0      9244      7742    147587   no data   no data  --
10.75/2.73	c  S st    22     46261       576      2530         0      9746      7742    161028   no data   no data  --
10.75/2.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.75/2.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.75/2.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.75/2.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.75/2.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
10.75/2.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.14/2.84	c lits-rem:        28  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.44 s
11.14/2.84	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
11.14/2.85	c vivif2 --  cl tried     9709 cl shrink        0 lits rem          0 time: 0.00
11.14/2.85	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.03
11.14/2.85	c calculated reachability. Time: 0.00
11.14/2.85	c  N st    22     46261       576      2530         0      9709      7742    159990   no data   no data  --
15.13/3.81	c  N st    23     60661       576      2530         0     14088      7742    277628   no data   no data  --
17.97/4.52	c  N st    24     69393       576      2530         0     11835      7742    196010   no data   no data  --
17.97/4.52	c  S st    24     69393       576      2530         0     11835      7742    196010   no data   no data  --
17.97/4.55	c  S st    24     69903       576      2530         0     12345      7742    209324   no data   no data  --
17.97/4.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.97/4.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.97/4.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.97/4.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.97/4.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.97/4.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
17.97/4.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.71/4.78	c lits-rem:        39  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.89 s
18.71/4.78	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
18.71/4.79	c vivif2 --  cl tried    12235 cl shrink        0 lits rem          0 time: 0.01
19.11/4.80	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.04
19.11/4.80	c calculated reachability. Time: 0.00
19.11/4.80	c  N st    24     69903       576      2530         0     12235      7742    205828   no data   no data  --
24.31/6.14	c  F st    25     87501       576      2530         0     17774      7742    349577   no data   no data  --
24.31/6.14	c  N st    25     87501       576      2530         0     17774      7742    349577   no data   no data  --
25.90/6.52	c Decided on static restart strategy
26.75/6.78	c  N st    32     95545       576      2530         0     25687      7742    565813   no data   no data  --
29.49/7.48	c  N st    34    104855       576      2530         0     22007      7742    435677   no data   no data  --
29.49/7.48	c  S st    34    104855       576      2530         0     22007      7742    435677   no data   no data  --
29.89/7.54	c  S st    34    105360       576      2530         0     22510      7742    449316   no data   no data  --
29.89/7.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.89/7.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.89/7.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.89/7.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.89/7.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
29.89/7.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.28/8.62	c lits-rem:       190  cl-subs:      835  v-elim:      0  v-fix:    0  time:  4.19 s
34.28/8.62	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
34.28/8.62	c vivif2 --  cl tried    21675 cl shrink        0 lits rem          0 time: 0.02
34.28/8.64	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.08
34.28/8.64	c calculated reachability. Time: 0.00
34.28/8.64	c  N st    34    105360       576      2530         0     21675      7742    425098   no data   no data  --
37.46/9.41	c  N st    35    114958       576      2530         0     17372      7742    291790   no data   no data  --
42.65/10.71	c  N st    36    129355       576      2530         0     16762      7742    251311   no data   no data  --
50.23/12.68	c  N st    37    150950       576      2530         0     22270      7742    384930   no data   no data  --
52.64/13.29	c  S st    38    158042       576      2530         0     29254      7742    574589   no data   no data  --
53.06/13.36	c  S st    38    158545       576      2530         0     29755      7742    587366   no data   no data  --
53.06/13.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
53.06/13.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.06/13.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
53.06/13.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.06/13.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.06/13.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
53.06/13.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
60.20/15.12	c lits-rem:       715  cl-subs:     1250  v-elim:      0  v-fix:    0  time:  6.88 s
60.20/15.12	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
60.20/15.12	c vivif2 --  cl tried    28505 cl shrink        0 lits rem          0 time: 0.02
60.20/15.15	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.10
60.20/15.15	c calculated reachability. Time: 0.00
60.20/15.15	c  N st    38    158545       576      2530         0     28505      7742    552223   no data   no data  --
79.74/20.04	c  N st    39    207137       576      2530         0     23225      7742    389527   no data   no data  --
94.50/23.78	c  N st    40    237818       576      2530         0     33569      7742    632526   no data   no data  --
94.50/23.78	c  S st    40    237818       576      2530         0     33569      7742    632526   no data   no data  --
94.90/23.86	c  S st    40    238319       576      2530         0     34068      7742    645618   no data   no data  --
94.90/23.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.90/23.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.90/23.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
95.31/23.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
95.31/23.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.31/23.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
95.31/23.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.67/26.01	c lits-rem:       625  cl-subs:     1699  v-elim:      0  v-fix:    0  time:  8.41 s
103.67/26.01	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
103.67/26.02	c vivif2 --  cl tried    32369 cl shrink        0 lits rem          0 time: 0.03
103.67/26.04	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.11
103.67/26.05	c calculated reachability. Time: 0.00
103.67/26.05	c  N st    40    238319       576      2530         0     32369      7742    597981   no data   no data  --
134.39/33.77	c  F st    41    306250       576      2530         0     34143      7742    601544   no data   no data  --
134.39/33.77	c  N st    41    306250       576      2530         0     34143      7742    601544   no data   no data  --
137.18/34.47	c Decided on static restart strategy
149.58/37.53	c  N st    51    334560       576      2530         0     38442      7742    681248   no data   no data  --
160.31/40.25	c  N st    53    357478       576      2530         0     36431      7742    620594   no data   no data  --
160.31/40.25	c  S st    53    357478       576      2530         0     36431      7742    620594   no data   no data  --
160.71/40.34	c  S st    53    357982       576      2530         0     36934      7742    634187   no data   no data  --
160.71/40.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.71/40.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.71/40.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
160.71/40.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.71/40.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.71/40.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
160.71/40.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
167.89/42.16	c lits-rem:       405  cl-subs:     1025  v-elim:      0  v-fix:    0  time:  7.08 s
167.89/42.16	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
167.89/42.16	c vivif2 --  cl tried    35909 cl shrink        0 lits rem          0 time: 0.03
168.29/42.20	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.14
168.29/42.20	c calculated reachability. Time: 0.00
168.29/42.20	c  N st    53    357982       576      2530         0     35909      7742    603253   no data   no data  --
184.26/46.30	c  N st    54    390374       576      2530         0     42190      7742    771662   no data   no data  --
212.55/53.38	c  N st    55    438964       576      2530         0     36155      7742    571925   no data   no data  --
256.83/64.44	c  N st    56    511850       576      2530         0     49632      7742    905544   no data   no data  --
271.59/68.14	c  N st    57    536977       576      2530         0     43829      7742    696783   no data   no data  --
271.59/68.14	c  S st    57    536977       576      2530         0     43829      7742    696783   no data   no data  --
272.00/68.26	c  S st    57    537479       576      2530         0     44328      7742    709481   no data   no data  --
272.00/68.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
272.00/68.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
272.00/68.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
272.00/68.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
272.00/68.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
272.00/68.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
272.00/68.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
280.36/70.37	c lits-rem:       773  cl-subs:     1491  v-elim:      0  v-fix:    0  time:  8.27 s
280.36/70.37	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
280.36/70.38	c vivif2 --  cl tried    42837 cl shrink        0 lits rem          0 time: 0.03
280.78/70.42	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.15
280.78/70.42	c calculated reachability. Time: 0.00
280.78/70.42	c  N st    57    537479       576      2530         0     42837      7742    670156   no data   no data  --
394.43/99.00	c  N st    58    701463       576      2530         0     36906      7742    433865   no data   no data  --
478.97/120.19	c  N st    59    806219       576      2530         0     65844      7742   1188766   no data   no data  --
478.97/120.19	c  S st    59    806219       576      2530         0     65844      7742   1188766   no data   no data  --
479.77/120.36	c  S st    59    806727       576      2530         0     66352      7742   1202144   no data   no data  --
479.77/120.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
479.77/120.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
480.17/120.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
480.17/120.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
480.17/120.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
480.17/120.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
480.17/120.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
498.13/124.98	c lits-rem:        44  cl-subs:     4182  v-elim:      0  v-fix:    0  time: 18.10 s
498.13/124.98	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
498.13/124.99	c vivif2 --  cl tried    62170 cl shrink        0 lits rem          0 time: 0.05
498.53/125.08	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.34
498.53/125.08	c calculated reachability. Time: 0.00
498.53/125.08	c  N st    59    806727       576      2530         0     62170      7742   1090184   no data   no data  --
712.69/178.71	c  F st    60   1071875       576      2530         0     78196      7742   1481936   no data   no data  --
712.69/178.71	c  N st    60   1071875       576      2530         0     78196      7742   1481936   no data   no data  --
717.88/180.09	c Decided on static restart strategy
736.23/184.62	c  N st    70   1100181       576      2530         0     62009      7742    972289   no data   no data  --
769.32/192.95	c  N st    72   1136173       576      2530         0     52202      7742    670942   no data   no data  --
801.23/200.94	c  N st    73   1168565       576      2530         0     83909      7742   1523532   no data   no data  --
839.52/210.57	c  N st    74   1210093       576      2530         0     78516      7742   1341875   no data   no data  --
839.52/210.57	c  S st    74   1210093       576      2530         0     78516      7742   1341875   no data   no data  --
840.72/210.80	c  S st    74   1210594       576      2530         0     79017      7742   1355698   no data   no data  --
840.72/210.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
840.72/210.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
840.72/210.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.15
840.72/210.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
840.72/210.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
840.72/210.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
840.72/210.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
862.65/216.30	c lits-rem:       415  cl-subs:     3551  v-elim:      0  v-fix:    0  time: 21.54 s
862.65/216.30	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
862.65/216.31	c vivif2 --  cl tried    75466 cl shrink        0 lits rem          0 time: 0.07
863.05/216.45	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.53
863.05/216.45	c calculated reachability. Time: 0.00
863.05/216.45	c  N st    74   1210594       576      2530         0     75466      7742   1269916   no data   no data  --
947.62/237.68	c  N st    75   1283477       576      2530         0     51839      7742    594782   no data   no data  --
1058.87/265.52	c  N st    76   1392800       576      2530         0     60074      7742    814480   no data   no data  --
1229.57/308.38	c  N st    77   1556784       576      2530         0     65005      7742    882437   no data   no data  --
1388.31/348.16	c  N st    78   1710595       576      2530         0    107031      7742   2155384   no data   no data  --
1388.31/348.16	c  S st    78   1710595       576      2530         0    107031      7742   2155384   no data   no data  --
1389.51/348.49	c  S st    78   1711099       576      2530         0    107535      7742   2168386   no data   no data  --
1389.51/348.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1389.51/348.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1389.90/348.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1390.30/348.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1390.30/348.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1390.30/348.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
1390.30/348.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1447.34/363.00	c lits-rem:       102  cl-subs:     5064  v-elim:      0  v-fix:    0  time: 57.32 s
1447.34/363.00	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
1447.76/363.03	c vivif2 --  cl tried   102471 cl shrink        0 lits rem          0 time: 0.10
1448.18/363.17	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.58
1448.18/363.18	c calculated reachability. Time: 0.00
1448.18/363.18	c  N st    78   1711099       576      2530         0    102471      7742   2004400   no data   no data  --
1843.77/462.34	c  N st    79   2080063       576      2530         0    114264      7742   2226117   no data   no data  --
2012.48/504.64	c  N st    80   2211100       576      2530         0    117820      7742   2127305   no data   no data  --
2012.48/504.64	c  S st    80   2211100       576      2530         0    117820      7742   2127305   no data   no data  --
2014.12/505.03	c  S st    80   2211604       576      2530         0    118324      7742   2139801   no data   no data  --
2014.12/505.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2014.12/505.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2014.47/505.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
2014.47/505.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2014.47/505.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2014.47/505.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
2014.47/505.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2092.25/524.66	c lits-rem:       346  cl-subs:     8821  v-elim:      0  v-fix:    0  time: 77.71 s
2092.25/524.66	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
2092.25/524.69	c vivif2 --  cl tried   109503 cl shrink        0 lits rem          0 time: 0.10
2093.09/524.84	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.61
2093.09/524.85	c calculated reachability. Time: 0.00
2093.09/524.85	c  N st    80   2211604       576      2530         0    109503      7742   1915259   no data   no data  --
2796.98/701.38	c  N st    81   2711605       576      2530         0    132679      7742   2449170   no data   no data  --
2796.98/701.38	c  S st    81   2711605       576      2530         0    132679      7742   2449170   no data   no data  --
2798.58/701.79	c  S st    81   2712109       576      2530         0    133180      7742   2462830   no data   no data  --
2798.58/701.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2798.58/701.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2799.00/701.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2799.42/701.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2799.42/701.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2799.42/701.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
2799.42/701.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2910.25/729.73	c lits-rem:       789  cl-subs:    10111  v-elim:      0  v-fix:    0  time: 110.73 s
2910.25/729.73	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
2910.25/729.76	c vivif2 --  cl tried   123069 cl shrink        0 lits rem          0 time: 0.11
2911.05/729.95	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.78
2911.05/729.96	c calculated reachability. Time: 0.00
2911.05/729.96	c  N st    81   2712109       576      2530         0    123069      7742   2204665   no data   no data  --
3725.46/934.10	c  N st    82   3212110       576      2530         0     99249      7742   1428561   no data   no data  --
3725.46/934.10	c  S st    82   3212110       576      2530         0     99249      7742   1428561   no data   no data  --
3726.25/934.38	c  S st    82   3212612       576      2530         0     99751      7742   1441679   no data   no data  --
3726.25/934.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3726.25/934.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3726.65/934.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
3726.65/934.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3726.65/934.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3726.65/934.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
3726.65/934.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3743.40/938.65	c lits-rem:      2720  cl-subs:     2574  v-elim:      0  v-fix:    0  time: 16.61 s
3743.40/938.65	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
3743.40/938.67	c vivif2 --  cl tried    97177 cl shrink        0 lits rem          0 time: 0.08
3744.20/938.81	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.58
3744.20/938.81	c calculated reachability. Time: 0.00
3744.20/938.81	c  N st    82   3212612       576      2530         0     97177      7742   1366816   no data   no data  --
4574.97/1147.11	c  N st    83   3712613       576      2530         0    107914      7742   1533190   no data   no data  --
4574.97/1147.11	c  S st    83   3712613       576      2530         0    107914      7742   1533190   no data   no data  --
4576.21/1147.47	c  S st    83   3713119       576      2530         0    108418      7742   1546429   no data   no data  --
4576.21/1147.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4576.21/1147.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4576.56/1147.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4576.56/1147.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4576.56/1147.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4576.56/1147.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
4576.56/1147.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4601.69/1153.80	c lits-rem:       386  cl-subs:     3849  v-elim:      0  v-fix:    0  time: 24.81 s
4601.69/1153.80	c vivif2 --  cl tried     2530 cl shrink        0 lits rem          0 time: 0.00
4601.69/1153.82	c vivif2 --  cl tried   104569 cl shrink        0 lits rem          0 time: 0.08
4602.10/1153.98	c asymm  cl-useful: 0/2530/2530 lits-rem:0 time: 0.63
4602.10/1153.99	c calculated reachability. Time: 0.00
4602.10/1153.99	c  N st    83   3713119       576      2530         0    104569      7742   1444953   no data   no data  --
4667.09/1170.26	c  F st    84   3751563       576      2530         0    142044      7742   2467439   no data   no data  --
4667.09/1170.26	c  N st    84   3751563       576      2530         0    142044      7742   2467439   no data   no data  --
4677.86/1172.94	c Decided on static restart strategy
4722.13/1184.06	c  N st    94   3779871       576      2530         0     86852      7742    909255   no data   no data  --
4769.99/1196.03	c  N st    96   3815865       576      2530         0    122110      7742   1955418   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-3368729-1305401822/watcher-3368729-1305401822 -o /tmp/evaluation-result-3368729-1305401822/solver-3368729-1305401822 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368729-1305401822.cnf 

running on 4 cores: 1,3,5,7

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.94 7.86 7.90 5/357 14897
/proc/meminfo: memFree=25242664/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 416 0 0 0 0 0 0 0 17 0 4 0 730412872 52465664 356 33554432000 4194304 4650419 140736789658064 18446744073709551615 47930724378141 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 12809 356 306 112 0 7774 0
[pid=14897/tid=14900] ppid=14893 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 4 0 730412873 52465664 356 33554432000 4194304 4650419 140736789658064 18446744073709551615 47930724378137 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 4 0 730412873 52465664 356 33554432000 4194304 4650419 140736789658064 18446744073709551615 47930724378131 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 730412873 52465664 356 33554432000 4194304 4650419 140736789658064 18446744073709551615 47930724378625 0 0 4096 2 0 0 0 -1 7 0 0 0

[startup+0.156347 s]
/proc/loadavg: 6.94 7.86 7.90 5/357 14897
/proc/meminfo: memFree=25242664/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=282980 CPUtime=0.59 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 2065 0 0 0 59 0 0 0 19 0 4 0 730412872 289771520 1911 33554432000 4194304 4650419 140736789658064 18446744073709551615 251367651871 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 70745 1912 391 112 0 65710 0
[pid=14897/tid=14900] ppid=14893 vsize=282980 CPUtime=0.15 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 452 0 0 0 15 0 0 0 18 0 4 0 730412873 289771520 1912 33554432000 4194304 4650419 140736789658064 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=282980 CPUtime=0.15 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 437 0 0 0 15 0 0 0 18 0 4 0 730412873 289771520 1912 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=282980 CPUtime=0.14 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 325 0 0 0 14 0 0 0 18 0 4 0 730412873 289771520 1912 33554432000 4194304 4650419 140736789658064 18446744073709551615 251367651822 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 282980

[startup+0.264103 s]
/proc/loadavg: 6.94 7.86 7.90 5/357 14897
/proc/meminfo: memFree=25242664/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=284188 CPUtime=1.02 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 2816 0 0 0 102 0 0 0 19 0 4 0 730412872 291008512 2027 33554432000 4194304 4650419 140736789658064 18446744073709551615 4363666 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 71047 2027 393 112 0 66012 0
[pid=14897/tid=14900] ppid=14893 vsize=284188 CPUtime=0.25 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 634 0 0 0 25 0 0 0 18 0 4 0 730412873 291008512 2027 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=284188 CPUtime=0.25 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 629 0 0 0 25 0 0 0 18 0 4 0 730412873 291008512 2027 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365369 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=284188 CPUtime=0.24 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 514 0 0 0 24 0 0 0 18 0 4 0 730412873 291008512 2028 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 284188

[startup+0.301096 s]
/proc/loadavg: 6.94 7.86 7.90 5/357 14897
/proc/meminfo: memFree=25242664/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=284188 CPUtime=1.17 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 3005 0 0 0 117 0 0 0 19 0 4 0 730412872 291008512 2216 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 71047 2216 393 112 0 66012 0
[pid=14897/tid=14900] ppid=14893 vsize=284188 CPUtime=0.29 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 682 0 0 0 29 0 0 0 18 0 4 0 730412873 291008512 2216 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=284188 CPUtime=0.29 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 673 0 0 0 29 0 0 0 18 0 4 0 730412873 291008512 2217 33554432000 4194304 4650419 140736789658064 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=284188 CPUtime=0.28 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 564 0 0 0 28 0 0 0 18 0 4 0 730412873 291008512 2217 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284188

[startup+0.701023 s]
/proc/loadavg: 6.94 7.86 7.90 5/357 14897
/proc/meminfo: memFree=25242664/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=285136 CPUtime=2.77 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 4686 0 0 0 277 0 0 0 19 0 4 0 730412872 291979264 2942 33554432000 4194304 4650419 140736789658064 18446744073709551615 4334365 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 71284 2942 393 112 0 66249 0
[pid=14897/tid=14900] ppid=14893 vsize=285136 CPUtime=0.69 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 1126 0 0 0 69 0 0 0 18 0 4 0 730412873 291979264 2942 33554432000 4194304 4650419 140736789658064 18446744073709551615 4333980 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=285136 CPUtime=0.69 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 1061 0 0 0 69 0 0 0 18 0 4 0 730412873 291979264 2942 33554432000 4194304 4650419 140736789658064 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=285136 CPUtime=0.68 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 970 0 0 0 68 0 0 0 18 0 4 0 730412873 291979264 2942 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285136

[startup+1.50088 s]
/proc/loadavg: 6.94 7.86 7.90 9/365 14905
/proc/meminfo: memFree=25214504/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=287456 CPUtime=5.96 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 9435 0 0 0 595 1 0 0 21 0 4 0 730412872 294354944 5035 33554432000 4194304 4650419 140736789658064 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 71864 5035 395 112 0 66829 0
[pid=14897/tid=14900] ppid=14893 vsize=287456 CPUtime=1.49 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 1957 0 0 0 149 0 0 0 19 0 4 0 730412873 294354944 5035 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=287456 CPUtime=1.49 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 1925 0 0 0 149 0 0 0 20 0 4 0 730412873 294354944 5036 33554432000 4194304 4650419 140736789658064 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=287456 CPUtime=1.47 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 1723 0 0 0 147 0 0 0 20 0 4 0 730412873 294354944 5036 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287456

[startup+3.10058 s]
/proc/loadavg: 6.94 7.86 7.90 9/365 14905
/proc/meminfo: memFree=25173088/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=287580 CPUtime=12.34 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 17859 0 0 0 1231 3 0 0 25 0 4 0 730412872 294481920 10237 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 71895 10237 395 112 0 66860 0
[pid=14897/tid=14900] ppid=14893 vsize=287580 CPUtime=3.08 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 4177 0 0 0 308 0 0 0 25 0 4 0 730412873 294481920 10237 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=287580 CPUtime=3.08 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 4803 0 0 0 308 0 0 0 25 0 4 0 730412873 294481920 10237 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=287580 CPUtime=3.05 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 3886 0 0 0 305 0 0 0 25 0 4 0 730412873 294481920 10237 33554432000 4194304 4650419 140736789658064 18446744073709551615 4333011 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 287580

[startup+6.30099 s]
/proc/loadavg: 7.02 7.86 7.90 9/365 14905
/proc/meminfo: memFree=25136152/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=288312 CPUtime=25.11 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 26445 0 0 0 2506 5 0 0 25 0 4 0 730412872 295231488 13767 33554432000 4194304 4650419 140736789658064 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 72078 13767 395 112 0 67043 0
[pid=14897/tid=14900] ppid=14893 vsize=288312 CPUtime=6.29 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 7170 0 0 0 628 1 0 0 25 0 4 0 730412873 295231488 13767 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=288312 CPUtime=6.28 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 6717 0 0 0 628 0 0 0 25 0 4 0 730412873 295231488 13767 33554432000 4194304 4650419 140736789658064 18446744073709551615 4330626 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=288312 CPUtime=6.21 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 5260 0 0 0 621 0 0 0 25 0 4 0 730412873 295231488 13767 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 288312

[startup+12.7008 s]
/proc/loadavg: 7.10 7.86 7.90 9/365 14905
/proc/meminfo: memFree=25089436/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=295160 CPUtime=50.63 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 40896 0 0 0 5054 9 0 0 25 0 4 0 730412872 302243840 19202 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 73790 19202 395 112 0 68755 0
[pid=14897/tid=14900] ppid=14893 vsize=295160 CPUtime=12.68 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 10696 0 0 0 1266 2 0 0 25 0 4 0 730412873 302243840 19202 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=295160 CPUtime=12.69 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 11097 0 0 0 1267 2 0 0 25 0 4 0 730412873 302243840 19202 33554432000 4194304 4650419 140736789658064 18446744073709551615 4364325 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=295160 CPUtime=12.54 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 7574 0 0 0 1253 1 0 0 25 0 4 0 730412873 302243840 19202 33554432000 4194304 4650419 140736789658064 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 295160

[startup+25.5004 s]
/proc/loadavg: 7.30 7.87 7.91 9/365 14906
/proc/meminfo: memFree=25028440/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=296748 CPUtime=101.67 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 63734 0 0 0 10152 15 0 0 25 0 4 0 730412872 303869952 28520 33554432000 4194304 4650419 140736789658064 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 74187 28520 395 112 0 69152 0
[pid=14897/tid=14900] ppid=14893 vsize=296748 CPUtime=25.49 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 17424 0 0 0 2545 4 0 0 25 0 4 0 730412873 303869952 28520 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=296748 CPUtime=25.49 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 16397 0 0 0 2546 3 0 0 25 0 4 0 730412873 303869952 28520 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=296748 CPUtime=25.18 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 11255 0 0 0 2516 2 0 0 25 0 4 0 730412873 303869952 28520 33554432000 4194304 4650419 140736789658064 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 296748

[startup+51.1007 s]
/proc/loadavg: 7.59 7.89 7.91 9/365 14906
/proc/meminfo: memFree=24973204/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=318288 CPUtime=203.78 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 100016 0 0 0 20352 26 0 0 25 0 4 0 730412872 325926912 37465 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 79572 37465 395 112 0 74537 0
[pid=14897/tid=14900] ppid=14893 vsize=318288 CPUtime=51.09 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 28787 0 0 0 5101 8 0 0 25 0 4 0 730412873 325926912 37465 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=318288 CPUtime=51.09 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 26532 0 0 0 5103 6 0 0 25 0 4 0 730412873 325926912 37465 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=318288 CPUtime=50.48 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 15747 0 0 0 5044 4 0 0 25 0 4 0 730412873 325926912 37465 33554432000 4194304 4650419 140736789658064 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 318288

[startup+102.301 s]
/proc/loadavg: 7.87 7.92 7.92 9/365 14908
/proc/meminfo: memFree=24927048/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=320244 CPUtime=408.01 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 148215 0 0 0 40758 43 0 0 25 0 4 0 730412872 327929856 43207 33554432000 4194304 4650419 140736789658064 18446744073709551615 4363435 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 80061 43207 395 112 0 75026 0
[pid=14897/tid=14900] ppid=14893 vsize=320244 CPUtime=102.31 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 43408 0 0 0 10218 13 0 0 25 0 4 0 730412873 327929856 43209 33554432000 4194304 4650419 140736789658064 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=320244 CPUtime=102.3 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 39388 0 0 0 10220 10 0 0 25 0 4 0 730412873 327929856 43209 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=320244 CPUtime=101.09 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 24241 0 0 0 10102 7 0 0 25 0 4 0 730412873 327929856 43209 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 320244

[startup+162.301 s]

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

[pid=14897] ppid=14893 vsize=600416 CPUtime=2800.97 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 498230 0 0 0 279889 208 0 0 25 0 4 0 730412872 614825984 106822 33554432000 4194304 4650419 140736789658064 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 150104 106822 395 112 0 145069 0
[pid=14897/tid=14900] ppid=14893 vsize=600416 CPUtime=702.31 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 146047 0 0 0 70169 62 0 0 25 0 4 0 730412873 614825984 106822 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=600416 CPUtime=702.31 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 137793 0 0 0 70174 57 0 0 25 0 4 0 730412873 614825984 106822 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=600416 CPUtime=694.01 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 72459 0 0 0 69368 33 0 0 25 0 4 0 730412873 614825984 106822 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.97
Current children cumulated vsize (KiB) 600416

[startup+762.301 s]
/proc/loadavg: 8.10 8.06 8.00 9/365 14928
/proc/meminfo: memFree=24480640/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=600608 CPUtime=3040.29 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 517536 0 0 0 303809 220 0 0 25 0 4 0 730412872 615022592 106028 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 150152 106028 395 112 0 145117 0
[pid=14897/tid=14900] ppid=14893 vsize=600608 CPUtime=762.33 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 153002 0 0 0 76166 67 0 0 25 0 4 0 730412873 615022592 106029 33554432000 4194304 4650419 140736789658064 18446744073709551615 4361066 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=600608 CPUtime=762.32 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 144321 0 0 0 76171 61 0 0 25 0 4 0 730412873 615022592 106029 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=600608 CPUtime=753.31 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 76037 0 0 0 75295 36 0 0 25 0 4 0 730412873 615022592 106029 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.29
Current children cumulated vsize (KiB) 600608

[startup+822.301 s]
/proc/loadavg: 8.16 8.08 8.01 9/365 14930
/proc/meminfo: memFree=24436228/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=600880 CPUtime=3279.56 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 540613 0 0 0 327724 232 0 0 25 0 4 0 730412872 615301120 115890 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 150220 115890 395 112 0 145185 0
[pid=14897/tid=14900] ppid=14893 vsize=600880 CPUtime=822.31 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 160347 0 0 0 82161 70 0 0 25 0 4 0 730412873 615301120 115890 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=600880 CPUtime=822.31 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 149214 0 0 0 82167 64 0 0 25 0 4 0 730412873 615301120 115890 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=600880 CPUtime=812.6 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 80680 0 0 0 81222 38 0 0 25 0 4 0 730412873 615301120 115890 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.56
Current children cumulated vsize (KiB) 600880

[startup+882.314 s]
/proc/loadavg: 8.23 8.11 8.02 9/365 14931
/proc/meminfo: memFree=24465348/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=601100 CPUtime=3518.91 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 558720 0 0 0 351648 243 0 0 25 0 4 0 730412872 615526400 104553 33554432000 4194304 4650419 140736789658064 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 150275 104553 395 112 0 145240 0
[pid=14897/tid=14900] ppid=14893 vsize=601100 CPUtime=882.33 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 166119 0 0 0 88159 74 0 0 25 0 4 0 730412873 615526400 104553 33554432000 4194304 4650419 140736789658064 18446744073709551615 4333715 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=601100 CPUtime=882.33 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 156027 0 0 0 88165 68 0 0 25 0 4 0 730412873 615526400 104553 33554432000 4194304 4650419 140736789658064 18446744073709551615 4334219 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=601100 CPUtime=871.9 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 82529 0 0 0 87150 40 0 0 25 0 4 0 730412873 615526400 104553 33554432000 4194304 4650419 140736789658064 18446744073709551615 4364738 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.91
Current children cumulated vsize (KiB) 601100

[startup+942.301 s]
/proc/loadavg: 8.08 8.08 8.01 9/365 14933
/proc/meminfo: memFree=24421672/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=654020 CPUtime=3758.15 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 581891 0 0 0 375561 254 0 0 25 0 4 0 730412872 669716480 115679 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 163505 115679 395 112 0 158470 0
[pid=14897/tid=14900] ppid=14893 vsize=654020 CPUtime=942.32 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 171953 0 0 0 94155 77 0 0 25 0 4 0 730412873 669716480 115679 33554432000 4194304 4650419 140736789658064 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=654020 CPUtime=942.3 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 161454 0 0 0 94161 69 0 0 25 0 4 0 730412873 669716480 115679 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=654020 CPUtime=931.18 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 87163 0 0 0 93075 43 0 0 25 0 4 0 730412873 669716480 115679 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.15
Current children cumulated vsize (KiB) 654020

[startup+1002.3 s]
/proc/loadavg: 8.14 8.10 8.02 9/365 14935
/proc/meminfo: memFree=24399936/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=719324 CPUtime=3997.45 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 601767 0 0 0 399476 269 0 0 25 0 4 0 730412872 736587776 118371 33554432000 4194304 4650419 140736789658064 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 179831 118371 395 112 0 174796 0
[pid=14897/tid=14900] ppid=14893 vsize=719324 CPUtime=1002.32 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 178765 0 0 0 100151 81 0 0 25 0 4 0 730412873 736587776 118371 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=719324 CPUtime=1002.31 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 168260 0 0 0 100157 74 0 0 25 0 4 0 730412873 736587776 118371 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=719324 CPUtime=990.46 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 88352 0 0 0 99002 44 0 0 25 0 4 0 730412873 736587776 118371 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.45
Current children cumulated vsize (KiB) 719324

[startup+1062.3 s]
/proc/loadavg: 8.05 8.08 8.01 9/365 14936
/proc/meminfo: memFree=24362448/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=615588 CPUtime=4236.76 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 625724 0 0 0 423393 283 0 0 25 0 4 0 730412872 630362112 123941 33554432000 4194304 4650419 140736789658064 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 153897 123941 395 112 0 148862 0
[pid=14897/tid=14900] ppid=14893 vsize=615588 CPUtime=1062.32 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 187229 0 0 0 106147 85 0 0 25 0 4 0 730412873 630362112 123941 33554432000 4194304 4650419 140736789658064 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=615588 CPUtime=1062.31 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 174750 0 0 0 106152 79 0 0 25 0 4 0 730412873 630362112 123941 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=615588 CPUtime=1049.77 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 90977 0 0 0 104932 45 0 0 25 0 4 0 730412873 630362112 123941 33554432000 4194304 4650419 140736789658064 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.76
Current children cumulated vsize (KiB) 615588

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/365 14938
/proc/meminfo: memFree=24364292/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=615772 CPUtime=4476.05 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 645925 0 0 0 447311 294 0 0 25 0 4 0 730412872 630550528 126751 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 153943 126751 395 112 0 148908 0
[pid=14897/tid=14900] ppid=14893 vsize=615772 CPUtime=1122.33 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 193896 0 0 0 112144 89 0 0 25 0 4 0 730412873 630550528 126751 33554432000 4194304 4650419 140736789658064 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=615772 CPUtime=1122.31 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 180815 0 0 0 112149 82 0 0 25 0 4 0 730412873 630550528 126751 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=615772 CPUtime=1109.06 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 95047 0 0 0 110858 48 0 0 25 0 4 0 730412873 630550528 126751 33554432000 4194304 4650419 140736789658064 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.05
Current children cumulated vsize (KiB) 615772

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 8.01 9/365 14939
/proc/meminfo: memFree=24355468/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=734148 CPUtime=4715.36 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 664257 0 0 0 471230 306 0 0 25 0 4 0 730412872 751767552 126661 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 183537 126661 395 112 0 178502 0
[pid=14897/tid=14900] ppid=14893 vsize=734148 CPUtime=1182.32 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 201238 0 0 0 118138 94 0 0 25 0 4 0 730412873 751767552 126661 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=734148 CPUtime=1182.32 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 185215 0 0 0 118148 84 0 0 25 0 4 0 730412873 751767552 126661 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=734148 CPUtime=1168.35 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 96859 0 0 0 116786 49 0 0 25 0 4 0 730412873 751767552 126661 33554432000 4194304 4650419 140736789658064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.36
Current children cumulated vsize (KiB) 734148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.20 8.11 8.02 9/365 14940
/proc/meminfo: memFree=24317392/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=734936 CPUtime=4800.31 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 670999 0 0 0 479722 309 0 0 25 0 4 0 730412872 752574464 133019 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 183734 133019 395 112 0 178699 0
[pid=14897/tid=14900] ppid=14893 vsize=734936 CPUtime=1203.64 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 202533 0 0 0 120269 95 0 0 25 0 4 0 730412873 752574464 133020 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=734936 CPUtime=1203.63 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 186579 0 0 0 120278 85 0 0 25 0 4 0 730412873 752574464 133020 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=734936 CPUtime=1189.4 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 98121 0 0 0 118890 50 0 0 25 0 4 0 730412873 752574464 133020 33554432000 4194304 4650419 140736789658064 18446744073709551615 4336148 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 734936

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

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

[startup+1203.6 s]
/proc/loadavg: 8.20 8.11 8.02 9/365 14940
/proc/meminfo: memFree=24317392/32950928 swapFree=38710892/67111528
[pid=14897] ppid=14893 vsize=734936 CPUtime=4800.31 cores=1,3,5,7
/proc/14897/stat : 14897 (strangenight1-m) R 14893 14897 14563 0 -1 4202496 670999 0 0 0 479722 309 0 0 25 0 4 0 730412872 752574464 133019 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14897/statm: 183734 133019 395 112 0 178699 0
[pid=14897/tid=14900] ppid=14893 vsize=734936 CPUtime=1203.64 cores=1,3,5,7
/proc/14897/task/14900/stat : 14900 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 202533 0 0 0 120269 95 0 0 25 0 4 0 730412873 752574464 133020 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14897/tid=14901] ppid=14893 vsize=734936 CPUtime=1203.63 cores=1,3,5,7
/proc/14897/task/14901/stat : 14901 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 186579 0 0 0 120278 85 0 0 25 0 4 0 730412873 752574464 133020 33554432000 4194304 4650419 140736789658064 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14897/tid=14902] ppid=14893 vsize=734936 CPUtime=1189.4 cores=1,3,5,7
/proc/14897/task/14902/stat : 14902 (strangenight1-m) R 14893 14897 14563 0 -1 4202560 98121 0 0 0 118890 50 0 0 25 0 4 0 730412873 752574464 133020 33554432000 4194304 4650419 140736789658064 18446744073709551615 4336148 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 734936

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.39
CPU user time (s): 4797.27
CPU system time (s): 3.11852
CPU usage (%): 398.822
Max. virtual memory (cumulated for all children) (KiB): 787888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.27
system time used= 3.11852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 671002
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= 370
involuntary context switches= 33477

runsolver used 3.64545 second user time and 10.6044 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 21:37:02
IDJOB=3368729
IDBENCH=82738
IDSOLVER=1846
FILE ID=node113/3368729-1305401822
RUNJOBID= node113-1305401822-14879
PBS_JOBID= 13324480
Free space on /tmp= 73444 MiB

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

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

MD5SUM BENCH= cf7086a47a32df0eb19a8b08d14122dd
RANDOM SEED=1972428794

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25243100 kB
Buffers:        253568 kB
Cached:        2805024 kB
SwapCached:      93712 kB
Active:         745516 kB
Inactive:      6700852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25243100 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           12592 kB
Writeback:           0 kB
AnonPages:     4305600 kB
Mapped:          13408 kB
Slab:           105484 kB
PageTables:      91756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87041256 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= 73432 MiB
End job on node113 at 2011-05-14 21:57:08