Trace number 3368814

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.4 1203.95

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1971541934-090.UNKNOWN.cnf
MD5SUM6180decb1c46447c67f7e6e340e02857
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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.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-3368814-1305403538.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.01
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    700 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     297 undec:      90 neg:     313
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       680      2973         0         0      9036         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4918       680      2973         0      4849      9036    148190   no data   no data  --
3.17/0.80	c  N st    10     11302       680      2973         0      4514      9036     90867   no data   no data  --
3.17/0.80	c  N st    11     17045       680      2973         0     10169      9036    255587   no data   no data  --
4.76/1.20	c  F st    12     25001       680      2973         0     12473      9036    333816   no data   no data  --
4.76/1.20	c  N st    12     25001       680      2973         0     12473      9036    333816   no data   no data  --
5.55/1.42	c Decided on static restart strategy
5.55/1.42	c  N st    18     30000       680      2973         0     10718      9036    252138   no data   no data  --
5.55/1.42	c  S st    18     30000       680      2973         0     10718      9036    252138   no data   no data  --
5.55/1.45	c  S st    18     30503       680      2973         0     11221      9036    265359   no data   no data  --
5.55/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.55/1.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.55/1.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
5.55/1.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.75/1.73	c lits-rem:       188  cl-subs:      377  v-elim:      0  v-fix:    0  time:  1.05 s
6.75/1.74	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.04
6.75/1.74	c calculated reachability. Time: 0.00
6.75/1.74	c  N st    18     30503       680      2973         0     10844      9036    251117   no data   no data  --
8.38/2.16	c  N st    20     37615       680      2973         0     10077      9036    208534   no data   no data  --
9.94/2.58	c  N st    21     44014       680      2973         0     16359      9036    393740   no data   no data  --
10.74/2.72	c  S st    22     45754       680      2973         0      9290      9036    159804   no data   no data  --
10.74/2.75	c  S st    22     46262       680      2973         0      9798      9036    174134   no data   no data  --
10.74/2.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.74/2.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.74/2.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.74/2.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.74/2.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
10.74/2.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.14/2.89	c lits-rem:        25  cl-subs:       29  v-elim:      0  v-fix:    0  time:  0.51 s
11.14/2.89	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
11.14/2.89	c vivif2 --  cl tried     9769 cl shrink        0 lits rem          0 time: 0.01
11.54/2.90	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.03
11.54/2.90	c calculated reachability. Time: 0.00
11.54/2.90	c  N st    22     46262       680      2973         0      9769      9036    173167   no data   no data  --
15.53/3.91	c  N st    23     60659       680      2973         0     14111      9036    288818   no data   no data  --
18.31/4.63	c  N st    24     69394       680      2973         0     11908      9036    213611   no data   no data  --
18.31/4.63	c  S st    24     69394       680      2973         0     11908      9036    213611   no data   no data  --
18.31/4.67	c  S st    24     69896       680      2973         0     12410      9036    227865   no data   no data  --
18.31/4.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.31/4.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.31/4.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
18.31/4.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.31/4.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.31/4.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
18.31/4.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.51/4.93	c lits-rem:        39  cl-subs:      100  v-elim:      0  v-fix:    0  time:  1.01 s
19.51/4.93	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
19.51/4.94	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
19.51/4.95	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.04
19.51/4.95	c calculated reachability. Time: 0.00
19.51/4.95	c  N st    24     69896       680      2973         0     12310      9036    224430   no data   no data  --
24.70/6.23	c  F st    25     87500       680      2973         0     17848      9036    395399   no data   no data  --
24.70/6.23	c  N st    25     87500       680      2973         0     17848      9036    395399   no data   no data  --
25.92/6.61	c Decided on static restart strategy
27.08/6.86	c  N st    32     95540       680      2973         0     12988      9036    205939   no data   no data  --
29.89/7.56	c  N st    34    104844       680      2973         0     22147      9036    478895   no data   no data  --
29.89/7.56	c  S st    34    104844       680      2973         0     22147      9036    478895   no data   no data  --
30.31/7.62	c  S st    34    105351       680      2973         0     22653      9036    492034   no data   no data  --
30.31/7.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.31/7.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.31/7.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
30.31/7.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.31/7.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.31/7.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
30.31/7.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.12/8.89	c lits-rem:       177  cl-subs:      505  v-elim:      0  v-fix:    0  time:  4.99 s
35.12/8.89	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
35.46/8.90	c vivif2 --  cl tried    22148 cl shrink        0 lits rem          0 time: 0.02
35.46/8.92	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.08
35.46/8.92	c calculated reachability. Time: 0.00
35.46/8.92	c  N st    34    105351       680      2973         0     22148      9036    474496   no data   no data  --
38.66/9.73	c  N st    35    114949       680      2973         0     17851      9036    339398   no data   no data  --
44.63/11.21	c  N st    36    129348       680      2973         0     17270      9036    291641   no data   no data  --
52.66/13.24	c  N st    37    150944       680      2973         0     22796      9036    442907   no data   no data  --
55.40/13.94	c  S st    38    158028       680      2973         0     29762      9036    675656   no data   no data  --
55.80/14.01	c  S st    38    158532       680      2973         0     30265      9036    690304   no data   no data  --
55.80/14.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.80/14.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.80/14.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.80/14.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.80/14.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.80/14.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
55.80/14.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
63.77/16.08	c lits-rem:       585  cl-subs:      976  v-elim:      0  v-fix:    0  time:  8.12 s
63.77/16.08	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
63.77/16.09	c vivif2 --  cl tried    29289 cl shrink        0 lits rem          0 time: 0.03
64.17/16.11	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.10
64.17/16.12	c calculated reachability. Time: 0.00
64.17/16.12	c  N st    38    158532       680      2973         0     29289      9036    654743   no data   no data  --
85.30/21.48	c  N st    39    207120       680      2973         0     23790      9036    419397   no data   no data  --
99.27/24.99	c  N st    40    237799       680      2973         0     34353      9036    747058   no data   no data  --
99.27/24.99	c  S st    40    237799       680      2973         0     34353      9036    747058   no data   no data  --
99.67/25.08	c  S st    40    238299       680      2973         0     34853      9036    761343   no data   no data  --
99.67/25.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.67/25.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.06/25.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
100.06/25.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.06/25.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.06/25.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
100.06/25.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
109.26/27.45	c lits-rem:       525  cl-subs:     1260  v-elim:      0  v-fix:    0  time:  9.28 s
109.26/27.45	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
109.26/27.46	c vivif2 --  cl tried    33593 cl shrink        0 lits rem          0 time: 0.03
109.26/27.50	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.13
109.26/27.50	c calculated reachability. Time: 0.00
109.26/27.50	c  N st    40    238299       680      2973         0     33593      9036    719556   no data   no data  --
141.93/35.61	c  F st    41    306250       680      2973         0     35590      9036    712833   no data   no data  --
141.93/35.61	c  N st    41    306250       680      2973         0     35590      9036    712833   no data   no data  --
144.77/36.36	c Decided on static restart strategy
157.08/39.42	c  N st    51    334553       680      2973         0     39853      9036    815845   no data   no data  --
169.84/42.64	c  N st    53    357449       680      2973         0     37837      9036    727996   no data   no data  --
169.84/42.64	c  S st    53    357449       680      2973         0     37837      9036    727996   no data   no data  --
170.24/42.73	c  S st    53    357951       680      2973         0     38338      9036    743438   no data   no data  --
170.24/42.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
170.24/42.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
170.24/42.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
170.24/42.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.24/42.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.24/42.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
170.24/42.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
179.01/44.90	c lits-rem:       387  cl-subs:      688  v-elim:      0  v-fix:    0  time:  8.49 s
179.01/44.90	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
179.01/44.91	c vivif2 --  cl tried    37650 cl shrink        0 lits rem          0 time: 0.03
179.01/44.95	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.16
179.01/44.95	c calculated reachability. Time: 0.00
179.01/44.95	c  N st    53    357951       680      2973         0     37650      9036    718266   no data   no data  --
198.94/49.90	c  N st    54    390345       680      2973         0     43896      9036    899505   no data   no data  --
230.44/57.84	c  N st    55    438933       680      2973         0     37672      9036    660325   no data   no data  --
278.69/69.92	c  N st    56    511817       680      2973         0     51095      9036   1046554   no data   no data  --
295.03/74.07	c  N st    57    536926       680      2973         0     45377      9036    837215   no data   no data  --
295.03/74.07	c  S st    57    536926       680      2973         0     45377      9036    837215   no data   no data  --
295.43/74.19	c  S st    57    537429       680      2973         0     45880      9036    851408   no data   no data  --
295.43/74.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
295.43/74.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
295.83/74.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
295.83/74.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
295.83/74.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
295.83/74.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
295.83/74.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
305.80/76.77	c lits-rem:       551  cl-subs:      908  v-elim:      0  v-fix:    0  time: 10.11 s
305.80/76.77	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
305.80/76.78	c vivif2 --  cl tried    44972 cl shrink        0 lits rem          0 time: 0.04
306.20/76.84	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.21
306.20/76.84	c calculated reachability. Time: 0.00
306.20/76.84	c  N st    57    537429       680      2973         0     44972      9036    820433   no data   no data  --
425.05/106.63	c  N st    58    701415       680      2973         0     39032      9036    525115   no data   no data  --
507.17/127.29	c  N st    59    806143       680      2973         0     68287      9036   1418311   no data   no data  --
507.17/127.29	c  S st    59    806143       680      2973         0     68287      9036   1418311   no data   no data  --
507.97/127.49	c  S st    59    806648       680      2973         0     68791      9036   1432362   no data   no data  --
507.97/127.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
507.97/127.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
508.39/127.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
508.39/127.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
508.39/127.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
508.39/127.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
508.39/127.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
525.51/131.91	c lits-rem:       225  cl-subs:     2813  v-elim:      0  v-fix:    0  time: 17.27 s
525.51/131.91	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
525.93/131.93	c vivif2 --  cl tried    65978 cl shrink        0 lits rem          0 time: 0.06
525.93/132.01	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.33
526.35/132.01	c calculated reachability. Time: 0.00
526.35/132.01	c  N st    59    806648       680      2973         0     65978      9036   1345613   no data   no data  --
765.94/192.14	c  F st    60   1071875       680      2973         0     82230      9036   1779176   no data   no data  --
765.94/192.14	c  N st    60   1071875       680      2973         0     82230      9036   1779176   no data   no data  --
771.97/193.69	c Decided on static restart strategy
792.26/198.70	c  N st    70   1100177       680      2973         0     65694      9036   1151505   no data   no data  --
827.34/207.56	c  N st    72   1136170       680      2973         0     55833      9036    811925   no data   no data  --
858.05/215.25	c  N st    73   1168562       680      2973         0     87758      9036   1788555   no data   no data  --
898.74/225.42	c  N st    74   1209973       680      2973         0     82094      9036   1588016   no data   no data  --
898.74/225.42	c  S st    74   1209973       680      2973         0     82094      9036   1588016   no data   no data  --
899.51/225.69	c  S st    74   1210476       680      2973         0     82596      9036   1602916   no data   no data  --
899.91/225.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
899.91/225.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
899.91/225.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
900.31/225.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
900.31/225.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
900.31/225.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
900.31/225.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
924.63/231.99	c lits-rem:       196  cl-subs:     3397  v-elim:      0  v-fix:    0  time: 24.69 s
924.63/231.99	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
924.63/232.01	c vivif2 --  cl tried    79199 cl shrink        0 lits rem          0 time: 0.06
925.48/232.12	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.44
925.48/232.12	c calculated reachability. Time: 0.00
925.48/232.12	c  N st    74   1210476       680      2973         0     79199      9036   1500099   no data   no data  --
1005.18/252.17	c  N st    75   1283358       680      2973         0     55389      9036    740248   no data   no data  --
1124.40/282.08	c  N st    76   1392682       680      2973         0     63625      9036    936852   no data   no data  --
1305.82/327.57	c  N st    77   1556667       680      2973         0     68378      9036   1053256   no data   no data  --
1502.00/376.70	c  N st    78   1710477       680      2973         0    110170      9036   2359692   no data   no data  --
1502.00/376.70	c  S st    78   1710477       680      2973         0    110170      9036   2359692   no data   no data  --
1503.20/377.04	c  S st    78   1710979       680      2973         0    110672      9036   2374023   no data   no data  --
1503.20/377.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1503.20/377.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1503.60/377.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.24
1503.60/377.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1503.60/377.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1503.60/377.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
1503.60/377.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1580.93/396.53	c lits-rem:       416  cl-subs:     6013  v-elim:      0  v-fix:    0  time: 77.10 s
1580.93/396.53	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
1580.93/396.56	c vivif2 --  cl tried   104659 cl shrink        0 lits rem          0 time: 0.10
1581.73/396.72	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.64
1581.73/396.72	c calculated reachability. Time: 0.00
1581.73/396.72	c  N st    78   1710979       680      2973         0    104659      9036   2170719   no data   no data  --
2061.80/517.12	c  N st    79   2079944       680      2973         0    116418      9036   2348379   no data   no data  --
2234.46/560.43	c  N st    80   2210979       680      2973         0    120429      9036   2438294   no data   no data  --
2234.46/560.43	c  S st    80   2210979       680      2973         0    120429      9036   2438294   no data   no data  --
2236.06/560.81	c  S st    80   2211480       680      2973         0    120928      9036   2452811   no data   no data  --
2236.06/560.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2236.06/560.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2236.06/560.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2236.48/560.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2236.48/560.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2236.48/560.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
2236.48/560.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2319.39/581.72	c lits-rem:        71  cl-subs:     6864  v-elim:      0  v-fix:    0  time: 82.73 s
2319.39/581.72	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
2319.39/581.75	c vivif2 --  cl tried   114064 cl shrink        0 lits rem          0 time: 0.11
2320.23/581.92	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.65
2320.23/581.92	c calculated reachability. Time: 0.00
2320.23/581.92	c  N st    80   2211480       680      2973         0    114064      9036   2237709   no data   no data  --
3063.02/768.28	c  N st    81   2711480       680      2973         0    137925      9036   2847964   no data   no data  --
3063.02/768.28	c  S st    81   2711480       680      2973         0    137925      9036   2847964   no data   no data  --
3065.02/768.75	c  S st    81   2711982       680      2973         0    138427      9036   2862804   no data   no data  --
3065.02/768.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3065.02/768.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3065.45/768.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.29
3065.86/768.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3065.86/768.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3065.86/768.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
3065.86/768.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3171.87/795.54	c lits-rem:        62  cl-subs:     6705  v-elim:      0  v-fix:    0  time: 106.06 s
3171.87/795.54	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
3171.87/795.58	c vivif2 --  cl tried   131722 cl shrink        0 lits rem          0 time: 0.14
3172.67/795.78	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.82
3172.67/795.79	c calculated reachability. Time: 0.00
3172.67/795.79	c  N st    81   2711982       680      2973         0    131722      9036   2655660   no data   no data  --
3971.74/996.13	c  N st    82   3211983       680      2973         0    107401      9036   1737408   no data   no data  --
3971.74/996.13	c  S st    82   3211983       680      2973         0    107401      9036   1737408   no data   no data  --
3972.94/996.44	c  S st    82   3212488       680      2973         0    107906      9036   1752065   no data   no data  --
3972.94/996.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3972.94/996.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3972.94/996.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
3973.36/996.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3973.36/996.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3973.36/996.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
3973.36/996.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3999.25/1003.04	c lits-rem:       108  cl-subs:     3055  v-elim:      0  v-fix:    0  time: 25.86 s
3999.25/1003.04	c vivif2 --  cl tried     2973 cl shrink        0 lits rem          0 time: 0.00
3999.25/1003.06	c vivif2 --  cl tried   104851 cl shrink        0 lits rem          0 time: 0.09
4000.09/1003.22	c asymm  cl-useful: 0/2973/2973 lits-rem:0 time: 0.62
4000.09/1003.22	c calculated reachability. Time: 0.00
4000.09/1003.22	c  N st    82   3212488       680      2973         0    104851      9036   1662264   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-3368814-1305403538/watcher-3368814-1305403538 -o /tmp/evaluation-result-3368814-1305403538/solver-3368814-1305403538 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368814-1305403538.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.90 7.84 7.99 6/385 11668
/proc/meminfo: memFree=14895104/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 416 0 0 0 1 0 0 0 22 0 4 0 730584423 52465664 356 33554432000 4194304 4650419 140733742046416 18446744073709551615 47690677114393 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 12809 356 306 112 0 7774 0
[pid=11668/tid=11669] ppid=11666 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 730584423 52465664 356 33554432000 4194304 4650419 140733742046416 18446744073709551615 47690677114393 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 730584423 52465664 356 33554432000 4194304 4650419 140733742046416 18446744073709551615 47690677114802 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 730584423 52465664 356 33554432000 4194304 4650419 140733742046416 18446744073709551615 47690677114393 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.090096 s]
/proc/loadavg: 6.90 7.84 7.99 6/385 11668
/proc/meminfo: memFree=14895104/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=282904 CPUtime=0.33 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 1853 0 0 0 33 0 0 0 18 0 4 0 730584423 289693696 1709 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363469 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 70726 1709 391 112 0 65691 0
[pid=11668/tid=11669] ppid=11666 vsize=282904 CPUtime=0.08 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 380 0 0 0 8 0 0 0 18 0 4 0 730584423 289693696 1709 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=282904 CPUtime=0.07 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 399 0 0 0 7 0 0 0 24 0 4 0 730584423 289693696 1709 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=282904 CPUtime=0.08 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 231 0 0 0 8 0 0 0 18 0 4 0 730584423 289693696 1709 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 282904

[startup+0.101092 s]
/proc/loadavg: 6.90 7.84 7.99 6/385 11668
/proc/meminfo: memFree=14895104/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=282904 CPUtime=0.37 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 1908 0 0 0 37 0 0 0 18 0 4 0 730584423 289693696 1764 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 70726 1764 391 112 0 65691 0
[pid=11668/tid=11669] ppid=11666 vsize=282904 CPUtime=0.09 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 397 0 0 0 9 0 0 0 18 0 4 0 730584423 289693696 1764 33554432000 4194304 4650419 140733742046416 18446744073709551615 4328289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=282904 CPUtime=0.08 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 416 0 0 0 8 0 0 0 24 0 4 0 730584423 289693696 1764 33554432000 4194304 4650419 140733742046416 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=282904 CPUtime=0.09 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 242 0 0 0 9 0 0 0 18 0 4 0 730584423 289693696 1764 33554432000 4194304 4650419 140733742046416 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282904

[startup+0.301058 s]
/proc/loadavg: 6.90 7.84 7.99 6/385 11668
/proc/meminfo: memFree=14895104/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=284180 CPUtime=1.17 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 3113 0 0 0 117 0 0 0 18 0 4 0 730584423 291000320 2262 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 71045 2262 393 112 0 66010 0
[pid=11668/tid=11669] ppid=11666 vsize=284180 CPUtime=0.29 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 697 0 0 0 29 0 0 0 18 0 4 0 730584423 291000320 2262 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=284180 CPUtime=0.28 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 718 0 0 0 28 0 0 0 25 0 4 0 730584423 291000320 2262 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=284180 CPUtime=0.29 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 550 0 0 0 29 0 0 0 18 0 4 0 730584423 291000320 2262 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284180

[startup+0.700989 s]
/proc/loadavg: 6.90 7.84 7.99 6/385 11668
/proc/meminfo: memFree=14895104/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=285384 CPUtime=2.76 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 4942 0 0 0 276 0 0 0 18 0 4 0 730584423 292233216 3037 33554432000 4194304 4650419 140733742046416 18446744073709551615 4330451 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 71346 3037 393 112 0 66311 0
[pid=11668/tid=11669] ppid=11666 vsize=285384 CPUtime=0.69 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 1156 0 0 0 69 0 0 0 18 0 4 0 730584423 292233216 3037 33554432000 4194304 4650419 140733742046416 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=285384 CPUtime=0.68 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 1171 0 0 0 68 0 0 0 25 0 4 0 730584423 292233216 3038 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=285384 CPUtime=0.68 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 1013 0 0 0 68 0 0 0 18 0 4 0 730584423 292233216 3038 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285384

[startup+1.50085 s]
/proc/loadavg: 6.90 7.84 7.99 11/390 11673
/proc/meminfo: memFree=14869268/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=292648 CPUtime=5.95 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 9932 0 0 0 594 1 0 0 20 0 4 0 730584423 299671552 5113 33554432000 4194304 4650419 140733742046416 18446744073709551615 4476840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 73162 5113 395 112 0 68127 0
[pid=11668/tid=11669] ppid=11666 vsize=292648 CPUtime=1.49 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 2009 0 0 0 149 0 0 0 20 0 4 0 730584423 299671552 5113 33554432000 4194304 4650419 140733742046416 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=292648 CPUtime=1.47 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 2086 0 0 0 147 0 0 0 25 0 4 0 730584423 299671552 5113 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=292648 CPUtime=1.48 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 1856 0 0 0 148 0 0 0 20 0 4 0 730584423 299671552 5113 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 292648

[startup+3.10057 s]
/proc/loadavg: 6.90 7.84 7.99 10/390 11673
/proc/meminfo: memFree=14839756/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=275724 CPUtime=12.34 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 18509 0 0 0 1231 3 0 0 25 0 4 0 730584423 282341376 11365 33554432000 4194304 4650419 140733742046416 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 68931 11365 395 112 0 63896 0
[pid=11668/tid=11669] ppid=11666 vsize=275724 CPUtime=3.08 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 4097 0 0 0 308 0 0 0 25 0 4 0 730584423 282341376 11365 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=275724 CPUtime=3.05 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 4987 0 0 0 305 0 0 0 25 0 4 0 730584423 282341376 11365 33554432000 4194304 4650419 140733742046416 18446744073709551615 4439408 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=275724 CPUtime=3.09 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 4226 0 0 0 308 1 0 0 25 0 4 0 730584423 282341376 11365 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 275724

[startup+6.30102 s]
/proc/loadavg: 6.99 7.84 7.99 11/390 11673
/proc/meminfo: memFree=14789624/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=294324 CPUtime=25.1 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 27243 0 0 0 2505 5 0 0 25 0 4 0 730584423 301387776 14892 33554432000 4194304 4650419 140733742046416 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 73581 14892 395 112 0 68546 0
[pid=11668/tid=11669] ppid=11666 vsize=294324 CPUtime=6.28 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 6714 0 0 0 628 0 0 0 25 0 4 0 730584423 301387776 14892 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=294324 CPUtime=6.21 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 7252 0 0 0 620 1 0 0 25 0 4 0 730584423 301387776 14892 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=294324 CPUtime=6.29 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 6109 0 0 0 628 1 0 0 25 0 4 0 730584423 301387776 14892 33554432000 4194304 4650419 140733742046416 18446744073709551615 4329823 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 294324

[startup+12.7009 s]
/proc/loadavg: 7.07 7.84 7.99 11/390 11673
/proc/meminfo: memFree=14736436/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=285596 CPUtime=50.62 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 41857 0 0 0 5053 9 0 0 25 0 4 0 730584423 292450304 22555 33554432000 4194304 4650419 140733742046416 18446744073709551615 4367295 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 71399 22555 395 112 0 66364 0
[pid=11668/tid=11669] ppid=11666 vsize=285596 CPUtime=12.69 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 11372 0 0 0 1268 1 0 0 25 0 4 0 730584423 292450304 22555 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=285596 CPUtime=12.53 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 10275 0 0 0 1250 3 0 0 25 0 4 0 730584423 292450304 22555 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=285596 CPUtime=12.69 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 8659 0 0 0 1267 2 0 0 25 0 4 0 730584423 292450304 22556 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 285596

[startup+25.5007 s]
/proc/loadavg: 7.44 7.88 8.00 11/390 11674
/proc/meminfo: memFree=14678536/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=322096 CPUtime=101.65 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 66903 0 0 0 10150 15 0 0 25 0 4 0 730584423 329826304 34381 33554432000 4194304 4650419 140733742046416 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 80524 34381 395 112 0 75489 0
[pid=11668/tid=11669] ppid=11666 vsize=322096 CPUtime=25.49 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 19246 0 0 0 2546 3 0 0 25 0 4 0 730584423 329826304 34381 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=322096 CPUtime=25.16 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 16278 0 0 0 2512 4 0 0 25 0 4 0 730584423 329826304 34381 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=322096 CPUtime=25.48 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 13281 0 0 0 2545 3 0 0 25 0 4 0 730584423 329826304 34381 33554432000 4194304 4650419 140733742046416 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 322096

[startup+51.1002 s]
/proc/loadavg: 7.63 7.89 8.00 10/390 11674
/proc/meminfo: memFree=14628596/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=443196 CPUtime=203.73 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 88255 0 0 0 20351 22 0 0 25 0 4 0 730584423 453832704 43294 33554432000 4194304 4650419 140733742046416 18446744073709551615 4364645 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 110799 43294 395 112 0 105764 0
[pid=11668/tid=11669] ppid=11666 vsize=443196 CPUtime=51.09 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 24851 0 0 0 5104 5 0 0 25 0 4 0 730584423 453832704 43294 33554432000 4194304 4650419 140733742046416 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=443196 CPUtime=50.44 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 21708 0 0 0 5039 5 0 0 25 0 4 0 730584423 453832704 43294 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=443196 CPUtime=51.08 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 18748 0 0 0 5103 5 0 0 25 0 4 0 730584423 453832704 43294 33554432000 4194304 4650419 140733742046416 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 443196

[startup+102.314 s]
/proc/loadavg: 7.95 7.94 8.01 11/390 11676
/proc/meminfo: memFree=14569808/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=519400 CPUtime=407.93 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 121589 0 0 0 40757 36 0 0 25 0 4 0 730584423 531865600 54370 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 129850 54370 395 112 0 124815 0
[pid=11668/tid=11669] ppid=11666 vsize=519400 CPUtime=102.3 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 32043 0 0 0 10222 8 0 0 25 0 4 0 730584423 531865600 54370 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=519400 CPUtime=101 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 28747 0 0 0 10092 8 0 0 25 0 4 0 730584423 531865600 54370 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=519400 CPUtime=102.3 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 27210 0 0 0 10221 9 0 0 25 0 4 0 730584423 531865600 54370 33554432000 4194304 4650419 140733742046416 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.93
Current children cumulated vsize (KiB) 519400

[startup+162.301 s]

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

[pid=11668] ppid=11666 vsize=683652 CPUtime=2800.26 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 331621 0 0 0 279874 152 0 0 25 0 4 0 730584423 700059648 122012 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 170913 122012 395 112 0 165878 0
[pid=11668/tid=11669] ppid=11666 vsize=683652 CPUtime=702.26 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 83528 0 0 0 70186 40 0 0 25 0 4 0 730584423 700059648 122012 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365308 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=683652 CPUtime=693.36 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 89810 0 0 0 69294 42 0 0 25 0 4 0 730584423 700059648 122012 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=683652 CPUtime=702.3 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 67774 0 0 0 70199 31 0 0 25 0 4 0 730584423 700059648 122012 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.26
Current children cumulated vsize (KiB) 683652

[startup+762.314 s]
/proc/loadavg: 8.00 8.02 8.01 11/390 11693
/proc/meminfo: memFree=14213016/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=694108 CPUtime=3039.55 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 343134 0 0 0 303797 158 0 0 25 0 4 0 730584423 710766592 109280 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 173527 109280 395 112 0 168492 0
[pid=11668/tid=11669] ppid=11666 vsize=694108 CPUtime=762.28 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 87570 0 0 0 76185 43 0 0 25 0 4 0 730584423 710766592 109280 33554432000 4194304 4650419 140733742046416 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=694108 CPUtime=752.6 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 90334 0 0 0 75218 42 0 0 25 0 4 0 730584423 710766592 109280 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=694108 CPUtime=762.32 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 70669 0 0 0 76199 33 0 0 25 0 4 0 730584423 710766592 109280 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3039.55
Current children cumulated vsize (KiB) 694108

[startup+822.301 s]
/proc/loadavg: 8.12 8.05 8.01 11/390 11695
/proc/meminfo: memFree=14180876/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=694144 CPUtime=3278.73 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 355542 0 0 0 327705 168 0 0 25 0 4 0 730584423 710803456 110906 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 173536 110906 395 112 0 168501 0
[pid=11668/tid=11669] ppid=11666 vsize=694144 CPUtime=822.27 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 94299 0 0 0 82178 49 0 0 25 0 4 0 730584423 710803456 110906 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=694144 CPUtime=811.84 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 93297 0 0 0 81139 45 0 0 25 0 4 0 730584423 710803456 110906 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=694144 CPUtime=822.3 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 72865 0 0 0 82196 34 0 0 25 0 4 0 730584423 710803456 110906 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3278.73
Current children cumulated vsize (KiB) 694144

[startup+882.3 s]
/proc/loadavg: 8.10 8.05 8.01 11/390 11696
/proc/meminfo: memFree=14200576/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=725972 CPUtime=3517.97 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 372882 0 0 0 351615 182 0 0 25 0 4 0 730584423 743395328 110653 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 181493 110653 395 112 0 176458 0
[pid=11668/tid=11669] ppid=11666 vsize=725972 CPUtime=882.27 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 98887 0 0 0 88174 53 0 0 25 0 4 0 730584423 743395328 110653 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363556 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=725972 CPUtime=871.05 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 98112 0 0 0 87057 48 0 0 25 0 4 0 730584423 743395328 110653 33554432000 4194304 4650419 140733742046416 18446744073709551615 4360544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=725972 CPUtime=882.3 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 77544 0 0 0 88192 38 0 0 25 0 4 0 730584423 743395328 110653 33554432000 4194304 4650419 140733742046416 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3517.97
Current children cumulated vsize (KiB) 725972

[startup+942.301 s]
/proc/loadavg: 8.19 8.09 8.02 11/390 11698
/proc/meminfo: memFree=14204516/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=739368 CPUtime=3757.22 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 392154 0 0 0 375528 194 0 0 25 0 4 0 730584423 757112832 111457 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 184842 111457 395 112 0 179807 0
[pid=11668/tid=11669] ppid=11666 vsize=739368 CPUtime=942.27 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 105135 0 0 0 94171 56 0 0 25 0 4 0 730584423 757112832 111457 33554432000 4194304 4650419 140733742046416 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=739368 CPUtime=930.31 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 103982 0 0 0 92979 52 0 0 25 0 4 0 730584423 757112832 111457 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=739368 CPUtime=942.3 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 80693 0 0 0 94190 40 0 0 25 0 4 0 730584423 757112832 111457 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.22
Current children cumulated vsize (KiB) 739368

[startup+1002.3 s]
/proc/loadavg: 8.17 8.10 8.03 10/390 11700
/proc/meminfo: memFree=14179320/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=702448 CPUtime=3996.45 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 411824 0 0 0 399441 204 0 0 25 0 4 0 730584423 719306752 117616 33554432000 4194304 4650419 140733742046416 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 175612 117616 395 112 0 170577 0
[pid=11668/tid=11669] ppid=11666 vsize=702448 CPUtime=1002.27 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 111966 0 0 0 100168 59 0 0 25 0 4 0 730584423 719306752 117616 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=702448 CPUtime=989.54 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 108877 0 0 0 98899 55 0 0 25 0 4 0 730584423 719306752 117616 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=702448 CPUtime=1002.31 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 82621 0 0 0 100189 42 0 0 25 0 4 0 730584423 719306752 117616 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3996.45
Current children cumulated vsize (KiB) 702448

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 8.03 10/390 11701
/proc/meminfo: memFree=14102668/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=789056 CPUtime=4235.7 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 430228 0 0 0 423356 214 0 0 25 0 4 0 730584423 807993344 126533 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 197264 126533 395 112 0 192229 0
[pid=11668/tid=11669] ppid=11666 vsize=789056 CPUtime=1062.27 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 114264 0 0 0 106166 61 0 0 25 0 4 0 730584423 807993344 126533 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=789056 CPUtime=1048.79 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 110320 0 0 0 104822 57 0 0 25 0 4 0 730584423 807993344 126533 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=789056 CPUtime=1062.31 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 92282 0 0 0 106185 46 0 0 25 0 4 0 730584423 807993344 126533 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4235.7
Current children cumulated vsize (KiB) 789056

[startup+1122.3 s]
/proc/loadavg: 8.14 8.10 8.03 11/390 11703
/proc/meminfo: memFree=14093984/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=717920 CPUtime=4474.93 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 450353 0 0 0 447267 226 0 0 25 0 4 0 730584423 735150080 122663 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 179480 122663 395 112 0 174445 0
[pid=11668/tid=11669] ppid=11666 vsize=717920 CPUtime=1122.26 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 121572 0 0 0 112161 65 0 0 25 0 4 0 730584423 735150080 122663 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=717920 CPUtime=1108.01 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 113277 0 0 0 110743 58 0 0 25 0 4 0 730584423 735150080 122663 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=717920 CPUtime=1122.31 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 96669 0 0 0 112182 49 0 0 25 0 4 0 730584423 735150080 122663 33554432000 4194304 4650419 140733742046416 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4474.93
Current children cumulated vsize (KiB) 717920

[startup+1182.3 s]
/proc/loadavg: 8.14 8.11 8.04 10/390 11704
/proc/meminfo: memFree=14071268/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=725052 CPUtime=4714.18 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 471866 0 0 0 471179 239 0 0 25 0 4 0 730584423 742453248 130215 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 181263 130215 395 112 0 176228 0
[pid=11668/tid=11669] ppid=11666 vsize=725052 CPUtime=1182.27 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 127408 0 0 0 118157 70 0 0 25 0 4 0 730584423 742453248 130215 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=725052 CPUtime=1167.26 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 118501 0 0 0 116666 60 0 0 25 0 4 0 730584423 742453248 130215 33554432000 4194304 4650419 140733742046416 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=725052 CPUtime=1182.31 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 100520 0 0 0 118179 52 0 0 25 0 4 0 730584423 742453248 130215 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.18
Current children cumulated vsize (KiB) 725052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.26 8.14 8.05 11/390 11705
/proc/meminfo: memFree=14063824/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=785124 CPUtime=4800.32 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 478741 0 0 0 479788 244 0 0 25 0 4 0 730584423 803966976 132635 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 196281 132635 395 112 0 191246 0
[pid=11668/tid=11669] ppid=11666 vsize=785124 CPUtime=1203.88 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 130509 0 0 0 120316 72 0 0 25 0 4 0 730584423 803966976 132637 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=785124 CPUtime=1188.58 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 120453 0 0 0 118797 61 0 0 25 0 4 0 730584423 803966976 132637 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=785124 CPUtime=1203.92 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 100838 0 0 0 120340 52 0 0 25 0 4 0 730584423 803966976 132637 33554432000 4194304 4650419 140733742046416 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 785124

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

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

[startup+1203.9 s]
/proc/loadavg: 8.26 8.14 8.05 11/390 11705
/proc/meminfo: memFree=14063824/32951124 swapFree=65586204/67111528
[pid=11668] ppid=11666 vsize=785124 CPUtime=4800.32 cores=1,3,5,7
/proc/11668/stat : 11668 (strangenight1-m) R 11666 11668 11082 0 -1 4202496 478741 0 0 0 479788 244 0 0 25 0 4 0 730584423 803966976 132635 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11668/statm: 196281 132635 395 112 0 191246 0
[pid=11668/tid=11669] ppid=11666 vsize=785124 CPUtime=1203.88 cores=1,3,5,7
/proc/11668/task/11669/stat : 11669 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 130509 0 0 0 120316 72 0 0 25 0 4 0 730584423 803966976 132637 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11668/tid=11670] ppid=11666 vsize=785124 CPUtime=1188.58 cores=1,3,5,7
/proc/11668/task/11670/stat : 11670 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 120453 0 0 0 118797 61 0 0 25 0 4 0 730584423 803966976 132637 33554432000 4194304 4650419 140733742046416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11668/tid=11671] ppid=11666 vsize=785124 CPUtime=1203.92 cores=1,3,5,7
/proc/11668/task/11671/stat : 11671 (strangenight1-m) R 11666 11668 11082 0 -1 4202560 100838 0 0 0 120340 52 0 0 25 0 4 0 730584423 803966976 132637 33554432000 4194304 4650419 140733742046416 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 785124

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.95
CPU time (s): 4800.4
CPU user time (s): 4797.93
CPU system time (s): 2.47362
CPU usage (%): 398.722
Max. virtual memory (cumulated for all children) (KiB): 863112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.93
system time used= 2.47362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478745
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= 477
involuntary context switches= 37212

runsolver used 3.9074 second user time and 11.4533 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 22:05:38
IDJOB=3368814
IDBENCH=82823
IDSOLVER=1846
FILE ID=node119/3368814-1305403538
RUNJOBID= node119-1305403538-11647
PBS_JOBID= 13324462
Free space on /tmp= 73192 MiB

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

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

MD5SUM BENCH= 6180decb1c46447c67f7e6e340e02857
RANDOM SEED=855772755

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.815
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.74
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.815
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:      14895260 kB
Buffers:        283592 kB
Cached:        4559360 kB
SwapCached:       4756 kB
Active:       14705628 kB
Inactive:      3018356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14895260 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           12564 kB
Writeback:           0 kB
AnonPages:    12879352 kB
Mapped:          30004 kB
Slab:           210816 kB
PageTables:      56816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102500240 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= 73184 MiB
End job on node119 at 2011-05-14 22:25:44