Trace number 3368806

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.28 1203.64

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1880411078-058.SATISFIABLE.cnf
MD5SUM4731d8739f39a82190bbff45268a7d21
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
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-3368806-1305403386.cnf'
0.00/0.01	c -- header says num vars:            100
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
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:    100 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.37/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.37/0.11	c calculated reachability. Time: 0.00
0.37/0.11	c Calc default polars -  time:   0.00 s pos:      49 undec:       1 neg:      50
0.37/0.11	c =========================================================================================
0.37/0.11	c types(t): F = full restart, N = normal restart
0.37/0.11	c types(t): S = simplification begin/end, E = solution found
0.37/0.11	c restart types(rt): st = static, dy = dynamic
0.37/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.11	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.37/0.11	c Decided on static restart strategy
0.77/0.21	c  N st     8      4919       100      2130         0      4596     10650    101911   no data   no data  --
1.17/0.31	c  N st    10     11301       100      2130         0      4226     10650     74228   no data   no data  --
1.97/0.51	c  N st    11     17045       100      2130         0      9541     10650    186727   no data   no data  --
3.17/0.80	c  F st    12     25000       100      2130         0     11684     10650    228199   no data   no data  --
3.17/0.80	c  N st    12     25000       100      2130         0     11684     10650    228199   no data   no data  --
3.57/1.00	c Decided on static restart strategy
3.57/1.00	c  N st    18     30002       100      2130         0     10018     10650    184730   no data   no data  --
3.57/1.00	c  S st    18     30002       100      2130         0     10018     10650    184730   no data   no data  --
4.00/1.03	c  S st    18     30506       100      2130         0     10501     10650    195606   no data   no data  --
4.00/1.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.00/1.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.00/1.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.00/1.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.00/1.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.00/1.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.00/1.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.44	c lits-rem:      2167  cl-subs:     1948  v-elim:      0  v-fix:    0  time:  1.61 s
5.56/1.48	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.14
5.56/1.48	c calculated reachability. Time: 0.00
5.56/1.48	c  N st    18     30506       100      2130         0      8553     10650    152229   no data   no data  --
7.16/1.81	c  N st    20     37620       100      2130         0      7886     10650    126637   no data   no data  --
7.96/2.07	c  N st    21     44020       100      2130         0     13825     10650    257741   no data   no data  --
8.38/2.16	c  S st    22     45760       100      2130         0     15441     10650    291911   no data   no data  --
8.38/2.21	c  S st    22     46263       100      2130         0     15929     10650    302682   no data   no data  --
8.38/2.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/2.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.79/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.79/2.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.54/3.41	c lits-rem:      3002  cl-subs:     1992  v-elim:      0  v-fix:    0  time:  4.73 s
13.54/3.41	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.54/3.41	c vivif2 --  cl tried    13937 cl shrink        0 lits rem          0 time: 0.01
13.54/3.47	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.23
13.54/3.47	c calculated reachability. Time: 0.00
13.54/3.47	c  N st    22     46263       100      2130         0     13937     10650    256946   no data   no data  --
17.16/4.31	c  N st    23     60660       100      2130         0      9844     10650    145708   no data   no data  --
18.72/4.76	c  N st    24     69394       100      2130         0     17908     10650    321319   no data   no data  --
18.72/4.76	c  S st    24     69394       100      2130         0     17908     10650    321319   no data   no data  --
19.12/4.81	c  S st    24     69899       100      2130         0     18392     10650    331981   no data   no data  --
19.12/4.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.12/4.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.12/4.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.12/4.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.12/4.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.12/4.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
19.12/4.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.31/6.14	c lits-rem:      4577  cl-subs:     2541  v-elim:      0  v-fix:    0  time:  5.25 s
24.31/6.14	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
24.31/6.14	c vivif2 --  cl tried    15851 cl shrink        0 lits rem          0 time: 0.01
24.71/6.21	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.26
24.71/6.21	c calculated reachability. Time: 0.00
24.71/6.21	c  N st    24     69899       100      2130         0     15851     10650    274622   no data   no data  --
28.70/7.29	c  F st    25     87501       100      2130         0     11044     10650    156101   no data   no data  --
28.70/7.29	c  N st    25     87501       100      2130         0     11044     10650    156101   no data   no data  --
29.90/7.54	c Decided on static restart strategy
30.32/7.69	c  N st    32     95545       100      2130         0     18535     10650    318447   no data   no data  --
33.08/8.30	c  N st    34    104849       100      2130         0     15130     10650    242473   no data   no data  --
33.08/8.30	c  S st    34    104849       100      2130         0     15130     10650    242473   no data   no data  --
33.08/8.34	c  S st    34    105349       100      2130         0     15610     10650    253376   no data   no data  --
33.08/8.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.08/8.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.08/8.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
33.08/8.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.08/8.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.08/8.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
33.08/8.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.08/9.39	c lits-rem:      2117  cl-subs:     1161  v-elim:      0  v-fix:    0  time:  4.15 s
37.08/9.39	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
37.08/9.39	c vivif2 --  cl tried    14449 cl shrink        0 lits rem          0 time: 0.01
37.48/9.46	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.24
37.48/9.46	c calculated reachability. Time: 0.00
37.48/9.46	c  N st    34    105349       100      2130         0     14449     10650    226582   no data   no data  --
39.51/9.97	c  N st    35    114947       100      2130         0     23401     10650    425802   no data   no data  --
42.66/10.79	c  N st    36    129344       100      2130         0     23808     10650    427919   no data   no data  --
49.04/12.33	c  N st    37    150939       100      2130         0     15024     10650    200646   no data   no data  --
50.63/12.75	c  S st    38    158024       100      2130         0     21566     10650    342727   no data   no data  --
51.03/12.81	c  S st    38    158525       100      2130         0     22051     10650    353474   no data   no data  --
51.03/12.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.03/12.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.03/12.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
51.03/12.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.03/12.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.03/12.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
51.03/12.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.82/14.05	c lits-rem:      2801  cl-subs:     2154  v-elim:      0  v-fix:    0  time:  4.90 s
55.82/14.06	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
55.82/14.06	c vivif2 --  cl tried    19897 cl shrink        0 lits rem          0 time: 0.01
56.22/14.15	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.36
56.22/14.15	c calculated reachability. Time: 0.00
56.22/14.15	c  N st    38    158525       100      2130         0     19897     10650    306480   no data   no data  --
70.97/17.84	c  N st    39    207114       100      2130         0     32614     10650    559325   no data   no data  --
80.15/20.15	c  N st    40    237787       100      2130         0     24949     10650    381372   no data   no data  --
80.15/20.15	c  S st    40    237787       100      2130         0     24949     10650    381372   no data   no data  --
80.56/20.21	c  S st    40    238293       100      2130         0     25436     10650    392227   no data   no data  --
80.56/20.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.56/20.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.56/20.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
80.56/20.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.56/20.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.56/20.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
80.56/20.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.74/21.54	c lits-rem:      2444  cl-subs:     1873  v-elim:      0  v-fix:    0  time:  5.27 s
85.74/21.54	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
85.74/21.55	c vivif2 --  cl tried    23563 cl shrink        0 lits rem          0 time: 0.02
86.14/21.65	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.40
86.14/21.65	c calculated reachability. Time: 0.00
86.14/21.65	c  N st    40    238293       100      2130         0     23563     10650    350777   no data   no data  --
111.27/27.91	c  F st    41    306252       100      2130         0     25383     10650    355394   no data   no data  --
111.27/27.91	c  N st    41    306252       100      2130         0     25383     10650    355394   no data   no data  --
112.87/28.36	c Decided on static restart strategy
122.04/30.60	c  N st    51    334558       100      2130         0     29414     10650    428800   no data   no data  --
130.81/32.86	c  N st    53    357440       100      2130         0     27436     10650    372811   no data   no data  --
130.81/32.86	c  S st    53    357440       100      2130         0     27436     10650    372811   no data   no data  --
131.24/32.93	c  S st    53    357943       100      2130         0     27921     10650    383951   no data   no data  --
131.24/32.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.24/32.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
131.24/32.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
131.24/32.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.24/32.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.24/32.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
131.24/32.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.62/34.10	c lits-rem:      2040  cl-subs:     1441  v-elim:      0  v-fix:    0  time:  4.59 s
135.62/34.10	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
135.62/34.10	c vivif2 --  cl tried    26480 cl shrink        0 lits rem          0 time: 0.02
136.38/34.22	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.48
136.38/34.22	c calculated reachability. Time: 0.00
136.38/34.22	c  N st    53    357943       100      2130         0     26480     10650    352994   no data   no data  --
149.55/37.57	c  N st    54    390335       100      2130         0     32297     10650    461535   no data   no data  --
172.29/43.22	c  N st    55    438923       100      2130         0     26453     10650    324061   no data   no data  --
204.61/51.39	c  N st    56    511807       100      2130         0     39195     10650    577376   no data   no data  --
217.37/54.59	c  N st    57    536914       100      2130         0     33854     10650    455517   no data   no data  --
217.37/54.59	c  S st    57    536914       100      2130         0     33854     10650    455517   no data   no data  --
217.77/54.67	c  S st    57    537415       100      2130         0     34332     10650    466569   no data   no data  --
217.77/54.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
217.77/54.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
217.77/54.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
218.17/54.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
218.17/54.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.17/54.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
218.17/54.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
224.50/56.35	c lits-rem:      2613  cl-subs:     1601  v-elim:      0  v-fix:    0  time:  6.53 s
224.50/56.35	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
224.50/56.35	c vivif2 --  cl tried    32731 cl shrink        0 lits rem          0 time: 0.02
225.30/56.51	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.61
225.30/56.51	c calculated reachability. Time: 0.00
225.30/56.51	c  N st    57    537415       100      2130         0     32731     10650    431976   no data   no data  --
313.90/78.95	c  N st    58    701399       100      2130         0     59980     10650    965581   no data   no data  --
371.78/93.45	c  N st    59    806122       100      2130         0     54577     10650    830627   no data   no data  --
371.78/93.45	c  S st    59    806122       100      2130         0     54577     10650    830627   no data   no data  --
372.54/93.60	c  S st    59    806625       100      2130         0     55061     10650    841903   no data   no data  --
372.54/93.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
372.54/93.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
372.54/93.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
372.54/93.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
372.54/93.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
372.54/93.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
372.54/93.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
392.89/98.75	c lits-rem:      1827  cl-subs:     5983  v-elim:      0  v-fix:    0  time: 20.34 s
392.89/98.75	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
392.89/98.76	c vivif2 --  cl tried    49078 cl shrink        0 lits rem          0 time: 0.04
393.72/99.00	c asymm  cl-useful: 0/1881/2130 lits-rem:0 time: 0.95
393.72/99.00	c calculated reachability. Time: 0.00
393.72/99.00	c  N st    59    806625       100      2130         0     49078     10650    719567   no data   no data  --
561.22/140.98	c  F st    60   1071875       100      2130         0     64048     10650    946298   no data   no data  --
561.22/140.98	c  N st    60   1071875       100      2130         0     64048     10650    946298   no data   no data  --
565.25/141.93	c Decided on static restart strategy
583.56/146.58	c  N st    70   1100178       100      2130         0     49035     10650    632518   no data   no data  --
607.89/152.64	c  N st    72   1136171       100      2130         0     82208     10650   1344911   no data   no data  --
629.44/158.01	c  N st    73   1168565       100      2130         0     69835     10650   1078140   no data   no data  --
658.55/165.38	c  N st    74   1209939       100      2130         0     64784     10650    955583   no data   no data  --
658.55/165.38	c  S st    74   1209939       100      2130         0     64784     10650    955583   no data   no data  --
659.75/165.61	c  S st    74   1210443       100      2130         0     65258     10650    966494   no data   no data  --
659.75/165.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
659.75/165.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
659.75/165.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
659.75/165.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
659.75/165.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
659.75/165.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
659.75/165.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
697.23/175.07	c lits-rem:      1463  cl-subs:     5467  v-elim:      0  v-fix:    0  time: 37.41 s
697.23/175.07	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
697.23/175.08	c vivif2 --  cl tried    59791 cl shrink        0 lits rem          0 time: 0.05
698.83/175.43	c asymm  cl-useful: 0/1591/2130 lits-rem:0 time: 1.42
698.83/175.44	c calculated reachability. Time: 0.00
698.83/175.44	c  N st    74   1210443       100      2130         0     59791     10650    853266   no data   no data  --
761.47/191.11	c  N st    75   1283325       100      2130         0     82781     10650   1330854   no data   no data  --
859.99/215.88	c  N st    76   1392649       100      2130         0     92097     10650   1456655   no data   no data  --
986.08/247.46	c  N st    77   1556636       100      2130         0     49851     10650    544955   no data   no data  --
1104.55/277.14	c  N st    78   1710444       100      2130         0     88767     10650   1325244   no data   no data  --
1104.55/277.14	c  S st    78   1710444       100      2130         0     88767     10650   1325244   no data   no data  --
1105.71/277.40	c  S st    78   1710948       100      2130         0     89253     10650   1336504   no data   no data  --
1105.71/277.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1105.71/277.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1105.71/277.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1105.71/277.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1105.71/277.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1105.71/277.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1105.71/277.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1194.27/299.63	c lits-rem:      6909  cl-subs:    13290  v-elim:      0  v-fix:    0  time: 88.30 s
1194.27/299.63	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1194.27/299.65	c vivif2 --  cl tried    75963 cl shrink        0 lits rem          0 time: 0.06
1195.07/299.88	c asymm  cl-useful: 0/539/2130 lits-rem:0 time: 0.93
1195.07/299.88	c calculated reachability. Time: 0.00
1195.07/299.88	c  N st    78   1710948       100      2130         0     75963     10650   1084254   no data   no data  --
1532.14/384.35	c  N st    79   2079912       100      2130         0     87551     10650   1227864   no data   no data  --
1667.37/418.21	c  N st    80   2210948       100      2130         0     91538     10650   1335540   no data   no data  --
1667.37/418.21	c  S st    80   2210948       100      2130         0     91538     10650   1335540   no data   no data  --
1668.56/418.51	c  S st    80   2211453       100      2130         0     92024     10650   1346775   no data   no data  --
1668.56/418.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1668.56/418.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1668.56/418.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1668.56/418.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1668.97/418.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1668.97/418.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1668.97/418.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1727.20/433.22	c lits-rem:      6881  cl-subs:    10807  v-elim:      0  v-fix:    0  time: 58.31 s
1727.20/433.22	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1727.20/433.24	c vivif2 --  cl tried    81217 cl shrink        0 lits rem          0 time: 0.06
1728.39/433.56	c asymm  cl-useful: 0/1168/2130 lits-rem:0 time: 1.27
1728.39/433.56	c calculated reachability. Time: 0.00
1728.39/433.56	c  N st    80   2211453       100      2130         0     81217     10650   1139055   no data   no data  --
2215.10/555.51	c  N st    81   2711455       100      2130         0    104289     10650   1552117   no data   no data  --
2215.10/555.51	c  S st    81   2711455       100      2130         0    104289     10650   1552117   no data   no data  --
2216.25/555.87	c  S st    81   2711957       100      2130         0    104766     10650   1562800   no data   no data  --
2216.25/555.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2216.25/555.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2216.65/555.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2216.65/555.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2216.65/555.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2216.65/555.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2216.65/555.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2313.18/580.17	c lits-rem:      8177  cl-subs:    12275  v-elim:      0  v-fix:    0  time: 96.49 s
2313.18/580.17	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2313.18/580.19	c vivif2 --  cl tried    92491 cl shrink        0 lits rem          0 time: 0.07
2314.78/580.53	c asymm  cl-useful: 0/886/2130 lits-rem:0 time: 1.37
2314.78/580.54	c calculated reachability. Time: 0.00
2314.78/580.54	c  N st    81   2711957       100      2130         0     92491     10650   1318166   no data   no data  --
2836.14/711.24	c  N st    82   3211958       100      2130         0    142455     10650   2359249   no data   no data  --
2836.14/711.24	c  S st    82   3211958       100      2130         0    142455     10650   2359249   no data   no data  --
2838.18/711.72	c  S st    82   3212461       100      2130         0    142938     10650   2370716   no data   no data  --
2838.18/711.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2838.18/711.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2838.18/711.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.28
2838.53/711.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2838.53/711.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2838.53/711.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2838.53/711.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3310.78/830.22	c lits-rem:     11676  cl-subs:    20131  v-elim:      0  v-fix:    0  time: 471.89 s
3310.78/830.22	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3310.78/830.24	c vivif2 --  cl tried   122807 cl shrink        0 lits rem          0 time: 0.12
3312.37/830.61	c asymm  cl-useful: 0/806/2130 lits-rem:0 time: 1.46
3312.37/830.62	c calculated reachability. Time: 0.00
3312.37/830.62	c  N st    82   3212461       100      2130         0    122807     10650   1971454   no data   no data  --
3859.27/967.71	c  N st    83   3712461       100      2130         0    139333     10650   2143910   no data   no data  --
3859.27/967.71	c  S st    83   3712461       100      2130         0    139333     10650   2143910   no data   no data  --
3860.86/968.16	c  S st    83   3712964       100      2130         0    139813     10650   2155286   no data   no data  --
3860.86/968.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3860.86/968.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3861.26/968.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.27
3861.66/968.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3861.66/968.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3861.66/968.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3861.66/968.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4226.22/1059.78	c lits-rem:      6764  cl-subs:    21182  v-elim:      0  v-fix:    0  time: 364.77 s
4226.22/1059.78	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4226.62/1059.81	c vivif2 --  cl tried   118631 cl shrink        0 lits rem          0 time: 0.10
4227.82/1060.18	c asymm  cl-useful: 0/691/2130 lits-rem:0 time: 1.50
4227.82/1060.19	c calculated reachability. Time: 0.00
4227.82/1060.19	c  N st    83   3712964       100      2130         0    118631     10650   1761531   no data   no data  --
4290.48/1075.81	c  F st    84   3751564       100      2130         0     78226     10650    849323   no data   no data  --
4290.48/1075.81	c  N st    84   3751564       100      2130         0     78226     10650    849323   no data   no data  --
4295.63/1077.14	c Decided on static restart strategy
4322.35/1083.84	c  N st    94   3779869       100      2130         0    104407     10650   1434612   no data   no data  --
4371.02/1096.00	c  N st    96   3815862       100      2130         0    137405     10650   2146499   no data   no data  --
4417.33/1107.66	c  N st    97   3848254       100      2130         0     89755     10650   1090233   no data   no data  --
4481.91/1123.87	c  N st    98   3896843       100      2130         0    134583     10650   2074647   no data   no data  --
4617.50/1157.82	c  N st    99   3969725       100      2130         0    122884     10650   1838706   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-3368806-1305403386/watcher-3368806-1305403386 -o /tmp/evaluation-result-3368806-1305403386/solver-3368806-1305403386 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368806-1305403386.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.41 7.93 7.98 1/342 15927
/proc/meminfo: memFree=25810404/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 417 0 0 0 1 0 0 0 25 0 4 0 651939062 52465664 357 33554432000 4194304 4650419 140737166784160 18446744073709551615 47732596164121 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 12809 357 306 112 0 7774 0
[pid=15927/tid=15928] ppid=15925 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651939062 52465664 357 33554432000 4194304 4650419 140737166784160 18446744073709551615 47732596164520 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 651939062 52465664 357 33554432000 4194304 4650419 140737166784160 18446744073709551615 47732596164115 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651939062 52465664 357 33554432000 4194304 4650419 140737166784160 18446744073709551615 47732596164115 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.084895 s]
/proc/loadavg: 7.41 7.93 7.98 1/342 15927
/proc/meminfo: memFree=25810404/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=282572 CPUtime=0.31 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 1609 0 0 0 31 0 0 0 18 0 4 0 651939062 289353728 1466 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 70643 1466 389 112 0 65608 0
[pid=15927/tid=15928] ppid=15925 vsize=282572 CPUtime=0.07 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 328 0 0 0 7 0 0 0 25 0 4 0 651939062 289353728 1466 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=282572 CPUtime=0.08 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 317 0 0 0 8 0 0 0 18 0 4 0 651939062 289353728 1466 33554432000 4194304 4650419 140737166784160 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=282572 CPUtime=0.07 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 194 0 0 0 7 0 0 0 18 0 4 0 651939062 289353728 1466 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 282572

[startup+0.100861 s]
/proc/loadavg: 7.41 7.93 7.98 1/342 15927
/proc/meminfo: memFree=25810404/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=282720 CPUtime=0.37 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 1729 0 0 0 37 0 0 0 18 0 4 0 651939062 289505280 1586 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 70680 1586 389 112 0 65645 0
[pid=15927/tid=15928] ppid=15925 vsize=282720 CPUtime=0.08 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 361 0 0 0 8 0 0 0 25 0 4 0 651939062 289505280 1586 33554432000 4194304 4650419 140737166784160 18446744073709551615 4331301 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=282720 CPUtime=0.09 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 339 0 0 0 9 0 0 0 18 0 4 0 651939062 289505280 1586 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=282720 CPUtime=0.09 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 223 0 0 0 9 0 0 0 18 0 4 0 651939062 289505280 1586 33554432000 4194304 4650419 140737166784160 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282720

[startup+0.300825 s]
/proc/loadavg: 7.41 7.93 7.98 1/342 15927
/proc/meminfo: memFree=25810404/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=284052 CPUtime=1.17 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 3015 0 0 0 117 0 0 0 18 0 4 0 651939062 290869248 2143 33554432000 4194304 4650419 140737166784160 18446744073709551615 4313764 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 71013 2143 391 112 0 65978 0
[pid=15927/tid=15928] ppid=15925 vsize=284052 CPUtime=0.28 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 761 0 0 0 28 0 0 0 25 0 4 0 651939062 290869248 2143 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=284052 CPUtime=0.29 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 647 0 0 0 29 0 0 0 18 0 4 0 651939062 290869248 2143 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366657 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=284052 CPUtime=0.29 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 491 0 0 0 29 0 0 0 18 0 4 0 651939062 290869248 2143 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365676 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284052

[startup+0.700751 s]
/proc/loadavg: 7.41 7.93 7.98 1/342 15927
/proc/meminfo: memFree=25810404/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=285280 CPUtime=2.77 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 5091 0 0 0 276 1 0 0 18 0 4 0 651939062 292126720 2597 33554432000 4194304 4650419 140737166784160 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 71320 2597 391 112 0 66285 0
[pid=15927/tid=15928] ppid=15925 vsize=285280 CPUtime=0.68 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 1176 0 0 0 68 0 0 0 25 0 4 0 651939062 292126720 2597 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=285280 CPUtime=0.69 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 1217 0 0 0 69 0 0 0 18 0 4 0 651939062 292126720 2597 33554432000 4194304 4650419 140737166784160 18446744073709551615 4332006 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=285280 CPUtime=0.69 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 1022 0 0 0 69 0 0 0 18 0 4 0 651939062 292126720 2597 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285280

[startup+1.50061 s]
/proc/loadavg: 7.41 7.93 7.98 9/354 15944
/proc/meminfo: memFree=25779996/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=281548 CPUtime=5.96 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 10040 0 0 0 594 2 0 0 20 0 4 0 651939062 288305152 5332 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 70387 5332 393 112 0 65352 0
[pid=15927/tid=15928] ppid=15925 vsize=281548 CPUtime=1.47 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 2927 0 0 0 147 0 0 0 25 0 4 0 651939062 288305152 5332 33554432000 4194304 4650419 140737166784160 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=281548 CPUtime=1.49 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 2093 0 0 0 149 0 0 0 19 0 4 0 651939062 288305152 5332 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=281548 CPUtime=1.49 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 1753 0 0 0 149 0 0 0 20 0 4 0 651939062 288305152 5332 33554432000 4194304 4650419 140737166784160 18446744073709551615 4315467 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 281548

[startup+3.10031 s]
/proc/loadavg: 7.41 7.93 7.98 9/354 15944
/proc/meminfo: memFree=25747260/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=282008 CPUtime=12.35 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 16824 0 0 0 1232 3 0 0 25 0 4 0 651939062 288776192 9927 33554432000 4194304 4650419 140737166784160 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 70502 9927 393 112 0 65467 0
[pid=15927/tid=15928] ppid=15925 vsize=282008 CPUtime=3.05 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 3952 0 0 0 305 0 0 0 25 0 4 0 651939062 288776192 9927 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=282008 CPUtime=3.09 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 4196 0 0 0 309 0 0 0 25 0 4 0 651939062 288776192 9927 33554432000 4194304 4650419 140737166784160 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=282008 CPUtime=3.09 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 4054 0 0 0 309 0 0 0 25 0 4 0 651939062 288776192 9927 33554432000 4194304 4650419 140737166784160 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 282008

[startup+6.30073 s]
/proc/loadavg: 7.46 7.93 7.98 9/354 15944
/proc/meminfo: memFree=25690660/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=279080 CPUtime=25.11 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 24285 0 0 0 2507 4 0 0 25 0 4 0 651939062 285777920 13116 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 69770 13116 393 112 0 64735 0
[pid=15927/tid=15928] ppid=15925 vsize=279080 CPUtime=6.22 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 6361 0 0 0 622 0 0 0 25 0 4 0 651939062 285777920 13116 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=279080 CPUtime=6.29 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 6204 0 0 0 628 1 0 0 25 0 4 0 651939062 285777920 13116 33554432000 4194304 4650419 140737166784160 18446744073709551615 4439082 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=279080 CPUtime=6.29 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 5635 0 0 0 629 0 0 0 25 0 4 0 651939062 285777920 13116 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 279080

[startup+12.7006 s]
/proc/loadavg: 7.50 7.93 7.98 9/354 15944
/proc/meminfo: memFree=25645456/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=282908 CPUtime=50.63 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 38285 0 0 0 5056 7 0 0 25 0 4 0 651939062 289697792 17444 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 70727 17444 393 112 0 65692 0
[pid=15927/tid=15928] ppid=15925 vsize=282908 CPUtime=12.55 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 10020 0 0 0 1254 1 0 0 25 0 4 0 651939062 289697792 17444 33554432000 4194304 4650419 140737166784160 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=282908 CPUtime=12.69 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 9698 0 0 0 1267 2 0 0 25 0 4 0 651939062 289697792 17444 33554432000 4194304 4650419 140737166784160 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=282908 CPUtime=12.69 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 9029 0 0 0 1268 1 0 0 25 0 4 0 651939062 289697792 17444 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 282908

[startup+25.5002 s]
/proc/loadavg: 7.61 7.93 7.98 9/354 15944
/proc/meminfo: memFree=25583708/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=300344 CPUtime=101.69 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 57818 0 0 0 10157 12 0 0 25 0 4 0 651939062 307552256 21987 33554432000 4194304 4650419 140737166784160 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 75086 21987 393 112 0 70051 0
[pid=15927/tid=15928] ppid=15925 vsize=300344 CPUtime=25.2 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 16079 0 0 0 2518 2 0 0 25 0 4 0 651939062 307552256 21987 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=300344 CPUtime=25.49 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 14497 0 0 0 2545 4 0 0 25 0 4 0 651939062 307552256 21987 33554432000 4194304 4650419 140737166784160 18446744073709551615 4520254 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=300344 CPUtime=25.49 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 12718 0 0 0 2547 2 0 0 25 0 4 0 651939062 307552256 21987 33554432000 4194304 4650419 140737166784160 18446744073709551615 4334034 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 300344

[startup+51.1005 s]
/proc/loadavg: 7.87 7.97 7.99 9/354 15947
/proc/meminfo: memFree=25541236/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=326904 CPUtime=203.81 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 86866 0 0 0 20362 19 0 0 25 0 4 0 651939062 334749696 27669 33554432000 4194304 4650419 140737166784160 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 81726 27669 393 112 0 76691 0
[pid=15927/tid=15928] ppid=15925 vsize=326904 CPUtime=50.52 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 24797 0 0 0 5049 3 0 0 25 0 4 0 651939062 334749696 27669 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=326904 CPUtime=51.09 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 22354 0 0 0 5103 6 0 0 25 0 4 0 651939062 334749696 27669 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=326904 CPUtime=51.08 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 17412 0 0 0 5105 3 0 0 25 0 4 0 651939062 334749696 27669 33554432000 4194304 4650419 140737166784160 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 326904

[startup+102.313 s]
/proc/loadavg: 8.31 8.08 8.03 9/354 15949
/proc/meminfo: memFree=25450716/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=328396 CPUtime=407.29 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 137485 0 0 0 40696 33 0 0 25 0 4 0 651939062 336277504 35136 33554432000 4194304 4650419 140737166784160 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 82099 35139 393 112 0 77064 0
[pid=15927/tid=15928] ppid=15925 vsize=328396 CPUtime=101.18 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 39336 0 0 0 10110 8 0 0 25 0 4 0 651939062 336277504 35139 33554432000 4194304 4650419 140737166784160 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=328396 CPUtime=102.3 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 35691 0 0 0 10221 9 0 0 25 0 4 0 651939062 336277504 35142 33554432000 4194304 4650419 140737166784160 18446744073709551615 4427009 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=328396 CPUtime=102.27 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 27233 0 0 0 10221 6 0 0 25 0 4 0 651939062 336277504 35142 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.29
Current children cumulated vsize (KiB) 328396

[startup+162.301 s]

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

[pid=15927] ppid=15925 vsize=445416 CPUtime=2561.33 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 412277 0 0 0 255998 135 0 0 25 0 4 0 651939062 456105984 82997 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 111354 82997 393 112 0 106319 0
[pid=15927/tid=15928] ppid=15925 vsize=445416 CPUtime=635.29 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 105611 0 0 0 63496 33 0 0 25 0 4 0 651939062 456105984 82998 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=445416 CPUtime=642.31 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 116019 0 0 0 64192 39 0 0 25 0 4 0 651939062 456105984 82998 33554432000 4194304 4650419 140737166784160 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=445416 CPUtime=642.19 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 74484 0 0 0 64196 23 0 0 25 0 4 0 651939062 456105984 82998 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2561.33
Current children cumulated vsize (KiB) 445416

[startup+702.301 s]
/proc/loadavg: 8.11 8.11 8.05 9/354 15965
/proc/meminfo: memFree=25064308/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=482600 CPUtime=2800.64 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 434597 0 0 0 279921 143 0 0 25 0 4 0 651939062 494182400 89047 33554432000 4194304 4650419 140737166784160 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 120650 89047 393 112 0 115615 0
[pid=15927/tid=15928] ppid=15925 vsize=482600 CPUtime=694.64 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 108134 0 0 0 69430 34 0 0 25 0 4 0 651939062 494182400 89047 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=482600 CPUtime=702.31 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 124036 0 0 0 70188 43 0 0 25 0 4 0 651939062 494182400 89047 33554432000 4194304 4650419 140737166784160 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=482600 CPUtime=702.17 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 77018 0 0 0 70194 23 0 0 25 0 4 0 651939062 494182400 89047 33554432000 4194304 4650419 140737166784160 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2800.64
Current children cumulated vsize (KiB) 482600

[startup+762.313 s]
/proc/loadavg: 8.07 8.11 8.05 9/354 15967
/proc/meminfo: memFree=25009716/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=565236 CPUtime=3039.97 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 453068 0 0 0 303847 150 0 0 25 0 4 0 651939062 578801664 91095 33554432000 4194304 4650419 140737166784160 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 141309 91095 393 112 0 136274 0
[pid=15927/tid=15928] ppid=15925 vsize=565236 CPUtime=753.94 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 111789 0 0 0 75358 36 0 0 25 0 4 0 651939062 578801664 91095 33554432000 4194304 4650419 140737166784160 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=565236 CPUtime=762.32 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 131470 0 0 0 76187 45 0 0 25 0 4 0 651939062 578801664 91095 33554432000 4194304 4650419 140737166784160 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=565236 CPUtime=762.16 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 79534 0 0 0 76191 25 0 0 25 0 4 0 651939062 578801664 91095 33554432000 4194304 4650419 140737166784160 18446744073709551615 4367241 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.97
Current children cumulated vsize (KiB) 565236

[startup+822.3 s]
/proc/loadavg: 8.02 8.08 8.05 9/354 15969
/proc/meminfo: memFree=25005336/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=565340 CPUtime=3279.27 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 467551 0 0 0 327769 158 0 0 25 0 4 0 651939062 578908160 93493 33554432000 4194304 4650419 140737166784160 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 141335 93493 393 112 0 136300 0
[pid=15927/tid=15928] ppid=15925 vsize=565340 CPUtime=813.28 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 116985 0 0 0 81289 39 0 0 25 0 4 0 651939062 578908160 93493 33554432000 4194304 4650419 140737166784160 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=565340 CPUtime=822.31 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 137319 0 0 0 82183 48 0 0 25 0 4 0 651939062 578908160 93494 33554432000 4194304 4650419 140737166784160 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=565340 CPUtime=822.15 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 82418 0 0 0 82188 27 0 0 25 0 4 0 651939062 578908160 93494 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.27
Current children cumulated vsize (KiB) 565340

[startup+882.3 s]
/proc/loadavg: 8.01 8.07 8.04 9/354 15970
/proc/meminfo: memFree=24986672/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=552636 CPUtime=3518.6 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 486337 0 0 0 351693 167 0 0 25 0 4 0 651939062 565899264 95269 33554432000 4194304 4650419 140737166784160 18446744073709551615 4313323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 138159 95269 393 112 0 133124 0
[pid=15927/tid=15928] ppid=15925 vsize=552636 CPUtime=872.63 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 123132 0 0 0 87221 42 0 0 25 0 4 0 651939062 565899264 95269 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=552636 CPUtime=882.31 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 143697 0 0 0 88179 52 0 0 25 0 4 0 651939062 565899264 95269 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=552636 CPUtime=882.14 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 84852 0 0 0 88186 28 0 0 25 0 4 0 651939062 565899264 95269 33554432000 4194304 4650419 140737166784160 18446744073709551615 4542920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.6
Current children cumulated vsize (KiB) 552636

[startup+942.3 s]
/proc/loadavg: 8.08 8.07 8.04 9/354 15972
/proc/meminfo: memFree=24939384/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=618320 CPUtime=3757.94 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 506882 0 0 0 375619 175 0 0 25 0 4 0 651939062 633159680 99495 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 154580 99495 393 112 0 149545 0
[pid=15927/tid=15928] ppid=15925 vsize=618320 CPUtime=931.98 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 127395 0 0 0 93155 43 0 0 25 0 4 0 651939062 633159680 99495 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=618320 CPUtime=942.31 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 149505 0 0 0 94177 54 0 0 25 0 4 0 651939062 633159680 99495 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=618320 CPUtime=942.13 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 89600 0 0 0 94183 30 0 0 25 0 4 0 651939062 633159680 99495 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.94
Current children cumulated vsize (KiB) 618320

[startup+1002.3 s]
/proc/loadavg: 8.03 8.05 8.03 9/354 15973
/proc/meminfo: memFree=24915180/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=566132 CPUtime=3997.25 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 524246 0 0 0 399543 182 0 0 25 0 4 0 651939062 579719168 99621 33554432000 4194304 4650419 140737166784160 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 141533 99621 393 112 0 136498 0
[pid=15927/tid=15928] ppid=15925 vsize=566132 CPUtime=991.3 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 132102 0 0 0 99084 46 0 0 25 0 4 0 651939062 579719168 99621 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=566132 CPUtime=1002.31 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 155231 0 0 0 100175 56 0 0 25 0 4 0 651939062 579719168 99621 33554432000 4194304 4650419 140737166784160 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=566132 CPUtime=1002.12 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 90540 0 0 0 100181 31 0 0 25 0 4 0 651939062 579719168 99621 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.25
Current children cumulated vsize (KiB) 566132

[startup+1062.3 s]
/proc/loadavg: 8.13 8.07 8.04 9/354 15975
/proc/meminfo: memFree=24861304/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=591764 CPUtime=4236.59 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 546636 0 0 0 423468 191 0 0 25 0 4 0 651939062 605966336 105890 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 147941 105890 393 112 0 142906 0
[pid=15927/tid=15928] ppid=15925 vsize=591764 CPUtime=1050.65 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 138225 0 0 0 105016 49 0 0 25 0 4 0 651939062 605966336 105890 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=591764 CPUtime=1062.31 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 159789 0 0 0 106172 59 0 0 25 0 4 0 651939062 605966336 105890 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=591764 CPUtime=1062.11 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 93125 0 0 0 106179 32 0 0 25 0 4 0 651939062 605966336 105890 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4236.59
Current children cumulated vsize (KiB) 591764

[startup+1122.3 s]
/proc/loadavg: 8.16 8.09 8.04 9/354 15977
/proc/meminfo: memFree=24858164/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=591736 CPUtime=4475.92 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 562694 0 0 0 447393 199 0 0 25 0 4 0 651939062 605937664 109045 33554432000 4194304 4650419 140737166784160 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 147934 109045 393 112 0 142899 0
[pid=15927/tid=15928] ppid=15925 vsize=591736 CPUtime=1109.99 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 145556 0 0 0 110947 52 0 0 25 0 4 0 651939062 605937664 109045 33554432000 4194304 4650419 140737166784160 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=591736 CPUtime=1122.32 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 164613 0 0 0 112171 61 0 0 25 0 4 0 651939062 605937664 109045 33554432000 4194304 4650419 140737166784160 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=591736 CPUtime=1122.09 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 93368 0 0 0 112177 32 0 0 25 0 4 0 651939062 605937664 109045 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.92
Current children cumulated vsize (KiB) 591736

[startup+1182.3 s]
/proc/loadavg: 8.16 8.10 8.05 9/354 15978
/proc/meminfo: memFree=24831296/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=606096 CPUtime=4715.24 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 568188 0 0 0 471323 201 0 0 25 0 4 0 651939062 620642304 112902 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 151524 112902 393 112 0 146489 0
[pid=15927/tid=15928] ppid=15925 vsize=606096 CPUtime=1169.31 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 145557 0 0 0 116879 52 0 0 25 0 4 0 651939062 620642304 112902 33554432000 4194304 4650419 140737166784160 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=606096 CPUtime=1182.32 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 164613 0 0 0 118171 61 0 0 25 0 4 0 651939062 620642304 112902 33554432000 4194304 4650419 140737166784160 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=606096 CPUtime=1182.09 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 96993 0 0 0 118175 34 0 0 25 0 4 0 651939062 620642304 112902 33554432000 4194304 4650419 140737166784160 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4715.24
Current children cumulated vsize (KiB) 606096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.12 8.09 8.05 10/354 15979
/proc/meminfo: memFree=24846784/32951124 swapFree=40554400/67111528
[pid=15927] ppid=15925 vsize=606096 CPUtime=4800.21 cores=0,2,4,6
/proc/15927/stat : 15927 (strangenight1-m) R 15925 15927 15499 0 -1 4202496 570238 0 0 0 479819 202 0 0 25 0 4 0 651939062 620642304 114952 33554432000 4194304 4650419 140737166784160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15927/statm: 151524 114952 393 112 0 146489 0
[pid=15927/tid=15928] ppid=15925 vsize=606096 CPUtime=1190.37 cores=0,2,4,6
/proc/15927/task/15928/stat : 15928 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 145623 0 0 0 118985 52 0 0 25 0 4 0 651939062 620642304 114952 33554432000 4194304 4650419 140737166784160 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15927/tid=15929] ppid=15925 vsize=606096 CPUtime=1203.63 cores=0,2,4,6
/proc/15927/task/15929/stat : 15929 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 164665 0 0 0 120302 61 0 0 25 0 4 0 651939062 620642304 114952 33554432000 4194304 4650419 140737166784160 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15927/tid=15930] ppid=15925 vsize=606096 CPUtime=1203.4 cores=0,2,4,6
/proc/15927/task/15930/stat : 15930 (strangenight1-m) R 15925 15927 15499 0 -1 4202560 97608 0 0 0 120305 35 0 0 25 0 4 0 651939062 620642304 114952 33554432000 4194304 4650419 140737166784160 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 606096

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.28
CPU user time (s): 4798.23
CPU system time (s): 2.04769
CPU usage (%): 398.814
Max. virtual memory (cumulated for all children) (KiB): 670788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.23
system time used= 2.04769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 570239
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= 340
involuntary context switches= 23142

runsolver used 3.86941 second user time and 9.41057 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 22:03:06
IDJOB=3368806
IDBENCH=82815
IDSOLVER=1846
FILE ID=node104/3368806-1305403386
RUNJOBID= node104-1305402180-15813
PBS_JOBID= 13324492
Free space on /tmp= 73396 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1880411078-058.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368806-1305403386/watcher-3368806-1305403386 -o /tmp/evaluation-result-3368806-1305403386/solver-3368806-1305403386 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368806-1305403386.cnf

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

MD5SUM BENCH= 4731d8739f39a82190bbff45268a7d21
RANDOM SEED=656028961

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25810700 kB
Buffers:        294080 kB
Cached:        2371800 kB
SwapCached:     122128 kB
Active:         921400 kB
Inactive:      5952888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25810700 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:     4099428 kB
Mapped:          10696 kB
Slab:           117260 kB
PageTables:      84076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74809324 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= 73384 MiB
End job on node104 at 2011-05-14 22:23:12