Trace number 3175285

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.36 1201.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S171669125-021.SATISFIABLE.cnf
MD5SUM9649b9e4fa8d251c4c59f8783cbf0b60
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008998
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.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175285-1304106795.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	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.01 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
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    700 time:  0.00 s
0.00/0.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.15	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 s
0.00/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.15	c calculated reachability. Time: 0.00
0.00/0.15	c Calc default polars -  time:   0.00 s pos:     300 undec:      90 neg:     310
0.00/0.15	c =========================================================================================
0.00/0.15	c types(t): F = full restart, N = normal restart
0.00/0.15	c types(t): S = simplification begin/end, E = solution found
0.00/0.15	c restart types(rt): st = static, dy = dynamic
0.00/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.15	c  B st     0         0       679      2946         0         0      8965         0   no data   no data  --
0.00/0.80	c Decided on static restart strategy
0.00/0.80	c  N st     8      4922       679      2946         0      4866      8965    152580   no data   no data  --
0.00/0.80	c  N st    10     11304       679      2946         0      4518      8965     96832   no data   no data  --
0.00/0.80	c  N st    11     17047       679      2946         0     10158      8965    270715   no data   no data  --
4.78/1.20	c  F st    12     25000       679      2946         0     12489      8965    353007   no data   no data  --
4.78/1.20	c  N st    12     25000       679      2946         0     12489      8965    353007   no data   no data  --
5.57/1.46	c  N dy    18     30001       679      2946         0     10745      8965    258108   no data   no data  --
5.57/1.46	c  S st    18     30001       679      2946         0     10745      8965    258108   no data   no data  --
5.57/1.49	c  S st    18     30503       679      2946         0     11247      8965    272189   no data   no data  --
5.57/1.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.97/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
5.97/1.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.19/1.80	c lits-rem:       109  cl-subs:      234  v-elim:      0  v-fix:    0  time:  1.19 s
7.19/1.81	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.04
7.19/1.81	c calculated reachability. Time: 0.00
7.19/1.81	c  N dy    18     30503       679      2946         0     11013      8965    263512   no data   no data  --
7.97/2.06	c  N dy    34     34638       679      2946         0     15112      8965    374829     18.84     20.11  --
9.16/2.33	c  N dy    55     39733       679      2946         0     12318      8965    235583     19.17     20.25  --
9.97/2.59	c  N dy    71     43784       679      2946         0     16332      8965    349156     19.16     22.15  --
10.76/2.74	c  S st    83     45754       679      2946         0      9406      8965    123074     19.23     16.45  --
10.76/2.76	c  S st    83     46256       679      2946         0      9907      8965    137049     19.23   no data  --
10.76/2.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.76/2.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.76/2.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.76/2.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.76/2.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.76/2.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
10.76/2.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.16/2.88	c lits-rem:        24  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.41 s
11.16/2.88	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
11.16/2.88	c vivif2 --  cl tried     9884 cl shrink        0 lits rem          0 time: 0.01
11.16/2.88	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.03
11.16/2.89	c calculated reachability. Time: 0.00
11.16/2.89	c  N dy    83     46256       679      2946         0      9884      8965    136267     19.23   no data  --
12.36/3.11	c  N dy   106     50315       679      2946         0     13921      8965    251020     19.37     22.91  --
13.16/3.39	c  N dy   127     54401       679      2946         0     17976      8965    366564     19.42     21.55  --
14.36/3.65	c  N dy   148     58456       679      2946         0     12105      8965    178092     19.52     24.03  --
15.97/4.05	c  N dy   163     64809       679      2946         0     18400      8965    359685     19.25     20.43  --
17.15/4.39	c  N dy   177     69386       679      2946         0     12038      8965    149229     19.21     16.97  --
17.15/4.39	c  S st   177     69386       679      2946         0     12038      8965    149229     19.21     16.97  --
17.55/4.42	c  S st   177     69893       679      2946         0     12545      8965    163623     19.21   no data  --
17.55/4.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.55/4.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.55/4.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.55/4.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.55/4.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.55/4.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
17.55/4.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.35/4.60	c lits-rem:        17  cl-subs:       75  v-elim:      0  v-fix:    0  time:  0.67 s
18.35/4.60	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
18.35/4.60	c vivif2 --  cl tried    12470 cl shrink        0 lits rem          0 time: 0.01
18.35/4.61	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.04
18.35/4.61	c calculated reachability. Time: 0.00
18.35/4.61	c  N dy   177     69893       679      2946         0     12470      8965    161474     19.21   no data  --
19.56/4.91	c  N dy   202     74420       679      2946         0     16962      8965    289470     19.29     21.76  --
21.15/5.30	c  N dy   218     79480       679      2946         0     21982      8965    433141     19.26     20.28  --
22.75/5.70	c  N dy   251     84987       679      2946         0     15561      8965    228702     19.36     20.44  --
23.15/5.88	c  F st   268     87501       679      2946         0     18069      8965    303958     19.41   no data  --
24.35/6.12	c  N st   273     90797       679      2946         0     21335      8965    404238     19.41   no data  --
24.76/6.26	c Decided on static restart strategy
27.14/6.81	c  N st   276     99806       679      2946         0     17326      8965    412507     19.41   no data  --
28.74/7.22	c  S st   277    104839       679      2946         0     22287      8965    554153     19.41   no data  --
28.74/7.28	c  S st   277    105342       679      2946         0     22788      8965    568394     19.41   no data  --
28.74/7.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.74/7.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.15/7.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.15/7.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.15/7.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
29.15/7.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.92/9.06	c lits-rem:       476  cl-subs:      875  v-elim:      0  v-fix:    0  time:  7.01 s
35.92/9.06	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
35.92/9.07	c vivif2 --  cl tried    21913 cl shrink        0 lits rem          0 time: 0.02
35.92/9.09	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.08
35.92/9.09	c calculated reachability. Time: 0.00
35.92/9.09	c  N st   277    105342       679      2946         0     21913      8965    535968     19.41   no data  --
39.93/10.01	c  N st   278    114941       679      2946         0     17518      8965    344499     19.41   no data  --
45.11/11.37	c  N st   279    129339       679      2946         0     16902      8965    343092     19.41   no data  --
53.50/13.41	c  N st   280    150934       679      2946         0     22449      8965    455412     19.41   no data  --
55.51/13.98	c  S st   281    158013       679      2946         0     29458      8965    703353     19.41   no data  --
55.91/14.05	c  S st   281    158516       679      2946         0     29961      8965    718106     19.41   no data  --
55.91/14.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.91/14.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.91/14.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.91/14.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.91/14.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.91/14.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
55.91/14.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
64.30/16.17	c lits-rem:       798  cl-subs:     1045  v-elim:      0  v-fix:    0  time:  8.36 s
64.30/16.17	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
64.30/16.18	c vivif2 --  cl tried    28916 cl shrink        0 lits rem          0 time: 0.03
64.70/16.21	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.11
64.70/16.21	c calculated reachability. Time: 0.00
64.70/16.21	c  N st   281    158516       679      2946         0     28916      8965    683442     19.41   no data  --
84.66/21.25	c  N st   282    207104       679      2946         0     23671      8965    452715     19.41   no data  --
99.86/25.01	c  N st   283    237774       679      2946         0     34064      8965    742230     19.41   no data  --
99.86/25.01	c  S st   283    237774       679      2946         0     34064      8965    742230     19.41   no data  --
99.86/25.09	c  S st   283    238277       679      2946         0     34567      8965    757820     19.41   no data  --
100.23/25.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
100.23/25.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.23/25.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
100.23/25.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.23/25.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.23/25.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
100.23/25.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
109.82/27.52	c lits-rem:       631  cl-subs:     1457  v-elim:      0  v-fix:    0  time:  9.54 s
109.82/27.52	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
109.82/27.53	c vivif2 --  cl tried    33110 cl shrink        0 lits rem          0 time: 0.03
109.82/27.56	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.12
109.82/27.56	c calculated reachability. Time: 0.00
109.82/27.56	c  N st   283    238277       679      2946         0     33110      8965    709355     19.41   no data  --
144.17/36.10	c  F st   284    306250       679      2946         0     34951      8965    724443     19.41   no data  --
144.17/36.10	c  N st   284    306250       679      2946         0     34951      8965    724443     19.41   no data  --
146.98/36.81	c Decided on static restart strategy
157.75/39.58	c  N st   294    334554       679      2946         0     39323      8965    850815     19.41   no data  --
168.95/42.32	c  N st   296    357415       679      2946         0     37238      8965    741471     19.41   no data  --
168.95/42.32	c  S st   296    357415       679      2946         0     37238      8965    741471     19.41   no data  --
169.35/42.40	c  S st   296    357923       679      2946         0     37746      8965    756198     19.41   no data  --
169.35/42.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
169.35/42.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
169.35/42.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
169.35/42.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
169.35/42.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
169.35/42.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
169.35/42.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
177.33/44.43	c lits-rem:       503  cl-subs:      724  v-elim:      0  v-fix:    0  time:  7.94 s
177.33/44.43	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
177.33/44.44	c vivif2 --  cl tried    37022 cl shrink        0 lits rem          0 time: 0.03
177.33/44.48	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.14
177.33/44.48	c calculated reachability. Time: 0.00
177.33/44.48	c  N st   296    357923       679      2946         0     37022      8965    729483     19.41   no data  --
195.70/49.07	c  N st   297    390316       679      2946         0     43281      8965    911402     19.41   no data  --
226.46/56.80	c  N st   298    438905       679      2946         0     36875      8965    652725     19.41   no data  --
271.60/68.05	c  N st   299    511788       679      2946         0     50619      8965   1078234     19.41   no data  --
287.98/72.20	c  N st   300    536884       679      2946         0     44785      8965    858505     19.41   no data  --
287.98/72.20	c  S st   300    536884       679      2946         0     44785      8965    858505     19.41   no data  --
288.80/72.31	c  S st   300    537386       679      2946         0     45287      8965    872806     19.41   no data  --
288.80/72.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
288.80/72.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
288.80/72.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
288.80/72.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
288.80/72.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
288.80/72.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
288.80/72.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
299.16/74.94	c lits-rem:       837  cl-subs:     1259  v-elim:      0  v-fix:    0  time: 10.28 s
299.16/74.94	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
299.16/74.95	c vivif2 --  cl tried    44028 cl shrink        0 lits rem          0 time: 0.04
299.16/74.99	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.18
299.16/74.99	c calculated reachability. Time: 0.00
299.16/74.99	c  N st   300    537386       679      2946         0     44028      8965    827796     19.41   no data  --
423.80/106.16	c  N st   301    701372       679      2946         0     38146      8965    523107     19.41   no data  --
509.28/127.55	c  N st   302    806079       679      2946         0     66852      8965   1355885     19.41   no data  --
509.28/127.55	c  S st   302    806079       679      2946         0     66852      8965   1355885     19.41   no data  --
510.08/127.73	c  S st   302    806582       679      2946         0     67355      8965   1370092     19.41   no data  --
510.08/127.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
510.08/127.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
510.08/127.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
510.47/127.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
510.47/127.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
510.47/127.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
510.47/127.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
536.03/134.24	c lits-rem:        32  cl-subs:     4635  v-elim:      0  v-fix:    0  time: 25.64 s
536.03/134.24	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
536.03/134.25	c vivif2 --  cl tried    62720 cl shrink        0 lits rem          0 time: 0.06
536.43/134.33	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.32
536.43/134.34	c calculated reachability. Time: 0.00
536.43/134.34	c  N st   302    806582       679      2946         0     62720      8965   1232116     19.41   no data  --
772.51/193.46	c  F st   303   1071876       679      2946         0     78985      8965   1693932     19.41   no data  --
772.51/193.46	c  N st   303   1071876       679      2946         0     78985      8965   1693932     19.41   no data  --
778.11/194.84	c Decided on static restart strategy
795.68/199.21	c  N st   313   1100182       679      2946         0     62812      8965   1114780     19.41   no data  --
825.64/206.75	c  N st   315   1136176       679      2946         0     53218      8965    782524     19.41   no data  --
852.01/213.33	c  N st   316   1168570       679      2946         0     85072      8965   1778773     19.41   no data  --
891.15/223.14	c  N st   317   1209873       679      2946         0     79390      8965   1569104     19.41   no data  --
891.15/223.14	c  S st   317   1209873       679      2946         0     79390      8965   1569104     19.41   no data  --
891.95/223.36	c  S st   317   1210378       679      2946         0     79895      8965   1584131     19.41   no data  --
891.95/223.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
891.95/223.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
892.35/223.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
892.35/223.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
892.35/223.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
892.35/223.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
892.35/223.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
911.93/228.37	c lits-rem:        30  cl-subs:     2916  v-elim:      0  v-fix:    0  time: 19.65 s
911.93/228.38	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
911.93/228.39	c vivif2 --  cl tried    76979 cl shrink        0 lits rem          0 time: 0.07
912.34/228.49	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.40
912.34/228.50	c calculated reachability. Time: 0.00
912.34/228.50	c  N st   317   1210378       679      2946         0     76979      8965   1489515     19.41   no data  --
985.42/246.79	c  N st   318   1283261       679      2946         0     53259      8965    714219     19.41   no data  --
1098.87/275.19	c  N st   319   1392586       679      2946         0     61487      8965    918546     19.41   no data  --
1255.06/314.30	c  N st   320   1556571       679      2946         0     66164      8965   1017594     19.41   no data  --
1401.26/350.82	c  N st   321   1710378       679      2946         0    108579      8965   2357889     19.41   no data  --
1401.26/350.82	c  S st   321   1710378       679      2946         0    108579      8965   2357889     19.41   no data  --
1402.45/351.11	c  S st   321   1710884       679      2946         0    109084      8965   2372456     19.41   no data  --
1402.45/351.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1402.45/351.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1402.45/351.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1402.85/351.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1402.85/351.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1402.85/351.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
1402.85/351.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1448.40/362.69	c lits-rem:      1115  cl-subs:     3727  v-elim:      0  v-fix:    0  time: 45.64 s
1448.40/362.69	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
1448.80/362.72	c vivif2 --  cl tried   105357 cl shrink        0 lits rem          0 time: 0.12
1449.58/362.90	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.72
1449.58/362.90	c calculated reachability. Time: 0.00
1449.58/362.90	c  N st   321   1710884       679      2946         0    105357      8965   2252271     19.41   no data  --
1855.83/464.61	c  N st   322   2079849       679      2946         0    116398      8965   2525757     19.41   no data  --
2009.60/503.15	c  N st   323   2210884       679      2946         0    120533      8965   2483404     19.41   no data  --
2009.60/503.15	c  S st   323   2210884       679      2946         0    120533      8965   2483404     19.41   no data  --
2011.22/503.55	c  S st   323   2211385       679      2946         0    121033      8965   2498232     19.41   no data  --
2011.22/503.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2011.22/503.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2011.60/503.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2011.99/503.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2011.99/503.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2011.99/503.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
2011.99/503.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2089.50/523.20	c lits-rem:        76  cl-subs:     6895  v-elim:      0  v-fix:    0  time: 77.83 s
2089.50/523.20	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
2089.91/523.23	c vivif2 --  cl tried   114138 cl shrink        0 lits rem          0 time: 0.11
2090.69/523.40	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.69
2090.69/523.41	c calculated reachability. Time: 0.00
2090.69/523.41	c  N st   323   2211385       679      2946         0    114138      8965   2296974     19.41   no data  --
2758.20/690.55	c  N st   324   2711386       679      2946         0    137610      8965   3025022     19.41   no data  --
2758.20/690.55	c  S st   324   2711386       679      2946         0    137610      8965   3025022     19.41   no data  --
2759.77/690.98	c  S st   324   2711893       679      2946         0    138114      8965   3040022     19.41   no data  --
2759.77/690.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2759.77/690.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2760.17/691.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.30
2760.57/691.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2760.57/691.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2760.57/691.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
2760.57/691.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2970.68/743.71	c lits-rem:       107  cl-subs:     8980  v-elim:      0  v-fix:    0  time: 209.81 s
2970.68/743.71	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
2970.68/743.74	c vivif2 --  cl tried   129134 cl shrink        0 lits rem          0 time: 0.14
2971.48/743.95	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.83
2971.48/743.95	c calculated reachability. Time: 0.00
2971.48/743.95	c  N st   324   2711893       679      2946         0    129134      8965   2757959     19.41   no data  --
3668.53/918.40	c  N st   325   3211893       679      2946         0    105296      8965   1765887     19.41   no data  --
3668.53/918.40	c  S st   325   3211893       679      2946         0    105296      8965   1765887     19.41   no data  --
3670.13/918.81	c  S st   325   3212399       679      2946         0    105802      8965   1780755     19.41   no data  --
3670.13/918.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3670.13/918.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3670.13/918.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
3670.53/918.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3670.53/918.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3670.53/918.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
3670.53/918.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3718.06/930.88	c lits-rem:        94  cl-subs:     3477  v-elim:      0  v-fix:    0  time: 47.65 s
3718.06/930.88	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
3718.46/930.91	c vivif2 --  cl tried   102325 cl shrink        0 lits rem          0 time: 0.12
3719.26/931.16	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.98
3719.26/931.16	c calculated reachability. Time: 0.00
3719.26/931.16	c  N st   325   3212399       679      2946         0    102325      8965   1671197     19.41   no data  --
4472.27/1119.66	c  N st   326   3712399       679      2946         0    112813      8965   1883098     19.41   no data  --
4472.27/1119.66	c  S st   326   3712399       679      2946         0    112813      8965   1883098     19.41   no data  --
4473.87/1120.01	c  S st   326   3712902       679      2946         0    113315      8965   1898120     19.41   no data  --
4473.87/1120.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4473.87/1120.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4473.87/1120.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
4474.27/1120.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4474.27/1120.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4474.27/1120.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
4474.27/1120.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4502.65/1127.27	c lits-rem:        39  cl-subs:     2362  v-elim:      0  v-fix:    0  time: 28.45 s
4502.65/1127.27	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
4503.03/1127.30	c vivif2 --  cl tried   110953 cl shrink        0 lits rem          0 time: 0.10
4503.43/1127.48	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.73
4503.43/1127.48	c calculated reachability. Time: 0.00
4503.43/1127.48	c  N st   326   3712902       679      2946         0    110953      8965   1815863     19.41   no data  --
4575.35/1145.44	c  F st   327   3751562       679      2946         0    148879      8965   2957040     19.41   no data  --
4575.35/1145.44	c  N st   327   3751562       679      2946         0    148879      8965   2957040     19.41   no data  --
4590.56/1149.23	c Decided on static restart strategy
4642.48/1162.30	c  N st   337   3779872       679      2946         0     93427      8965   1189088     19.41   no data  --
4702.80/1177.38	c  N st   339   3815865       679      2946         0    128837      8965   2321265     19.41   no data  --
4757.55/1191.02	c  N st   340   3848257       679      2946         0    160851      8965   3393244     19.41   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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175285-1304106795/watcher-3175285-1304106795 -o /tmp/evaluation-result-3175285-1304106795/solver-3175285-1304106795 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175285-1304106795.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: 8.01 8.01 8.00 6/180 2907
/proc/meminfo: memFree=24207088/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 522277277 52465664 352 33554432000 4194304 4650419 140737452810912 18446744073709551615 212687731697 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 12809 352 303 112 0 7774 0
[pid=2907/tid=2908] ppid=2905 vsize=183276 CPUtime=0 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 33 0 0 0 0 0 0 0 18 0 4 0 522277277 187674624 448 33554432000 4194304 4650419 140737452810912 18446744073709551615 4323699 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=183276 CPUtime=0 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 4 0 522277277 187674624 454 33554432000 4194304 4650419 140737452810912 18446744073709551615 212687718490 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=314352 CPUtime=0 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 4 0 522277277 321896448 457 33554432000 4194304 4650419 140737452810912 18446744073709551615 212687675195 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.436552 s]
/proc/loadavg: 8.01 8.01 8.00 6/180 2907
/proc/meminfo: memFree=24207088/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=285652 CPUtime=3.2 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 5942 0 0 0 320 0 0 0 19 0 4 0 522277277 292507648 2998 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 71413 2998 393 112 0 66378 0
[pid=2907/tid=2908] ppid=2905 vsize=285652 CPUtime=0.79 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1476 0 0 0 79 0 0 0 19 0 4 0 522277277 292507648 2998 33554432000 4194304 4650419 140737452810912 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=285652 CPUtime=0.8 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1296 0 0 0 80 0 0 0 19 0 4 0 522277277 292507648 2998 33554432000 4194304 4650419 140737452810912 18446744073709551615 4339895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=285652 CPUtime=0.8 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1272 0 0 0 80 0 0 0 19 0 4 0 522277277 292507648 2998 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 285652

[startup+0.907686 s]
/proc/loadavg: 8.01 8.01 8.00 6/180 2907
/proc/meminfo: memFree=24207088/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=285832 CPUtime=3.6 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 6374 0 0 0 360 0 0 0 19 0 4 0 522277277 292691968 3087 33554432000 4194304 4650419 140737452810912 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 71458 3087 393 112 0 66423 0
[pid=2907/tid=2908] ppid=2905 vsize=285832 CPUtime=0.89 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1544 0 0 0 89 0 0 0 19 0 4 0 522277277 292691968 3087 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=285832 CPUtime=0.9 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1522 0 0 0 90 0 0 0 19 0 4 0 522277277 292691968 3087 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=285832 CPUtime=0.9 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1337 0 0 0 90 0 0 0 19 0 4 0 522277277 292691968 3087 33554432000 4194304 4650419 140737452810912 18446744073709551615 4315570 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 285832

[startup+1.00767 s]
/proc/loadavg: 8.01 8.01 8.00 6/180 2907
/proc/meminfo: memFree=24207088/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=285832 CPUtime=4.01 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 6629 0 0 0 400 1 0 0 19 0 4 0 522277277 292691968 3342 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 71458 3342 393 112 0 66423 0
[pid=2907/tid=2908] ppid=2905 vsize=285832 CPUtime=0.99 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1604 0 0 0 99 0 0 0 19 0 4 0 522277277 292691968 3342 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=285832 CPUtime=0.99 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1594 0 0 0 99 0 0 0 19 0 4 0 522277277 292691968 3342 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=285832 CPUtime=1 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1396 0 0 0 100 0 0 0 19 0 4 0 522277277 292691968 3342 33554432000 4194304 4650419 140737452810912 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 285832

[startup+1.10065 s]
/proc/loadavg: 8.01 8.01 8.00 6/180 2907
/proc/meminfo: memFree=24207088/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=285832 CPUtime=4.38 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 6836 0 0 0 437 1 0 0 19 0 4 0 522277277 292691968 3549 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 71458 3549 394 112 0 66423 0
[pid=2907/tid=2908] ppid=2905 vsize=285832 CPUtime=1.08 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1654 0 0 0 108 0 0 0 19 0 4 0 522277277 292691968 3549 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=285832 CPUtime=1.09 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1646 0 0 0 109 0 0 0 19 0 4 0 522277277 292691968 3549 33554432000 4194304 4650419 140737452810912 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=285832 CPUtime=1.09 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1451 0 0 0 109 0 0 0 19 0 4 0 522277277 292691968 3549 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 285832

[startup+1.50058 s]
/proc/loadavg: 8.01 8.01 8.00 6/180 2907
/proc/meminfo: memFree=24207088/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=286336 CPUtime=5.97 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 8839 0 0 0 596 1 0 0 19 0 4 0 522277277 293208064 3922 33554432000 4194304 4650419 140737452810912 18446744073709551615 212687372384 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 71584 3922 395 112 0 66549 0
[pid=2907/tid=2908] ppid=2905 vsize=286336 CPUtime=1.48 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 2140 0 0 0 148 0 0 0 20 0 4 0 522277277 293208064 3922 33554432000 4194304 4650419 140737452810912 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=286336 CPUtime=1.49 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 2083 0 0 0 149 0 0 0 20 0 4 0 522277277 293208064 3925 33554432000 4194304 4650419 140737452810912 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=286336 CPUtime=1.49 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 1859 0 0 0 149 0 0 0 20 0 4 0 522277277 293208064 3928 33554432000 4194304 4650419 140737452810912 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286336

[startup+3.10029 s]
/proc/loadavg: 8.01 8.01 8.00 9/184 2911
/proc/meminfo: memFree=24159392/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=286664 CPUtime=12.36 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 18592 0 0 0 1232 4 0 0 25 0 4 0 522277277 293543936 11337 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 71666 11337 395 112 0 66631 0
[pid=2907/tid=2908] ppid=2905 vsize=286664 CPUtime=3.07 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 4437 0 0 0 306 1 0 0 25 0 4 0 522277277 293543936 11337 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=286664 CPUtime=3.09 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 4931 0 0 0 308 1 0 0 25 0 4 0 522277277 293543936 11337 33554432000 4194304 4650419 140737452810912 18446744073709551615 4439089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=286664 CPUtime=3.08 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 4174 0 0 0 308 0 0 0 25 0 4 0 522277277 293543936 11337 33554432000 4194304 4650419 140737452810912 18446744073709551615 4328119 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 286664

[startup+6.3067 s]
/proc/loadavg: 8.01 8.01 8.00 9/184 2911
/proc/meminfo: memFree=24144884/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=296216 CPUtime=25.17 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 26796 0 0 0 2512 5 0 0 25 0 4 0 522277277 303325184 15408 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 74054 15409 395 112 0 69019 0
[pid=2907/tid=2908] ppid=2905 vsize=296216 CPUtime=6.26 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 7562 0 0 0 625 1 0 0 25 0 4 0 522277277 303325184 15409 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=296216 CPUtime=6.29 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 7312 0 0 0 628 1 0 0 25 0 4 0 522277277 303325184 15409 33554432000 4194304 4650419 140737452810912 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=296216 CPUtime=6.29 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 5407 0 0 0 628 1 0 0 25 0 4 0 522277277 303325184 15409 33554432000 4194304 4650419 140737452810912 18446744073709551615 4363871 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 296216

[startup+12.7005 s]
/proc/loadavg: 8.01 8.01 8.00 9/184 2911
/proc/meminfo: memFree=24115808/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=305796 CPUtime=50.71 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 39614 0 0 0 5063 8 0 0 25 0 4 0 522277277 313135104 23673 33554432000 4194304 4650419 140737452810912 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 76449 23673 395 112 0 71414 0
[pid=2907/tid=2908] ppid=2905 vsize=305796 CPUtime=12.62 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 10961 0 0 0 1260 2 0 0 25 0 4 0 522277277 313135104 23673 33554432000 4194304 4650419 140737452810912 18446744073709551615 4303936 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=305796 CPUtime=12.68 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 10601 0 0 0 1266 2 0 0 25 0 4 0 522277277 313135104 23673 33554432000 4194304 4650419 140737452810912 18446744073709551615 4364631 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=305796 CPUtime=12.69 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 7315 0 0 0 1268 1 0 0 25 0 4 0 522277277 313135104 23673 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 305796

[startup+25.5002 s]
/proc/loadavg: 8.00 8.01 8.00 9/184 2912
/proc/meminfo: memFree=24068692/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=372236 CPUtime=101.84 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 55812 0 0 0 10171 13 0 0 25 0 4 0 522277277 381169664 34832 33554432000 4194304 4650419 140737452810912 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 93059 34832 395 112 0 88024 0
[pid=2907/tid=2908] ppid=2905 vsize=372236 CPUtime=25.35 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 15105 0 0 0 2532 3 0 0 25 0 4 0 522277277 381169664 34832 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=372236 CPUtime=25.48 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 14217 0 0 0 2545 3 0 0 25 0 4 0 522277277 381169664 34832 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=372236 CPUtime=25.48 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 8339 0 0 0 2547 1 0 0 25 0 4 0 522277277 381169664 34832 33554432000 4194304 4650419 140737452810912 18446744073709551615 4328227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 372236

[startup+51.1005 s]
/proc/loadavg: 8.08 8.02 8.01 9/184 2912
/proc/meminfo: memFree=24015468/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=373740 CPUtime=204.1 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 77835 0 0 0 20391 19 0 0 25 0 4 0 522277277 382709760 45565 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 93435 45565 395 112 0 88400 0
[pid=2907/tid=2908] ppid=2905 vsize=373740 CPUtime=50.81 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 19145 0 0 0 5077 4 0 0 25 0 4 0 522277277 382709760 45565 33554432000 4194304 4650419 140737452810912 18446744073709551615 4326528 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=373740 CPUtime=51.08 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 21229 0 0 0 5104 4 0 0 25 0 4 0 522277277 382709760 45565 33554432000 4194304 4650419 140737452810912 18446744073709551615 4476356 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=373740 CPUtime=51.09 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 9411 0 0 0 5107 2 0 0 25 0 4 0 522277277 382709760 45565 33554432000 4194304 4650419 140737452810912 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 373740

[startup+102.3 s]
/proc/loadavg: 8.10 8.03 8.01 9/184 2914
/proc/meminfo: memFree=23914964/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=451444 CPUtime=408.61 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 115965 0 0 0 40830 31 0 0 25 0 4 0 522277277 462278656 53193 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 112861 53193 395 112 0 107826 0
[pid=2907/tid=2908] ppid=2905 vsize=451444 CPUtime=101.73 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 29018 0 0 0 10166 7 0 0 25 0 4 0 522277277 462278656 53193 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=451444 CPUtime=102.28 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 32577 0 0 0 10220 8 0 0 25 0 4 0 522277277 462278656 53193 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=451444 CPUtime=102.28 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 15054 0 0 0 10225 3 0 0 25 0 4 0 522277277 462278656 53193 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 451444

[startup+162.3 s]

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

[pid=2907] ppid=2905 vsize=694008 CPUtime=2805.32 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 449978 0 0 0 280371 161 0 0 25 0 4 0 522277277 710664192 114147 33554432000 4194304 4650419 140737452810912 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 173502 114147 395 112 0 168467 0
[pid=2907/tid=2908] ppid=2905 vsize=694008 CPUtime=698.48 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 129910 0 0 0 69803 45 0 0 25 0 4 0 522277277 710664192 114147 33554432000 4194304 4650419 140737452810912 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=694008 CPUtime=702.21 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 145741 0 0 0 70171 50 0 0 25 0 4 0 522277277 710664192 114147 33554432000 4194304 4650419 140737452810912 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=694008 CPUtime=702.3 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 28302 0 0 0 70219 11 0 0 25 0 4 0 522277277 710664192 114147 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 694008

[startup+762.301 s]
/proc/loadavg: 8.19 8.12 8.03 9/184 2946
/proc/meminfo: memFree=23525496/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=669456 CPUtime=3044.98 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 495255 0 0 0 304327 171 0 0 25 0 4 0 522277277 685522944 115086 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 167364 115086 395 112 0 162329 0
[pid=2907/tid=2908] ppid=2905 vsize=669456 CPUtime=758.15 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 136949 0 0 0 75767 48 0 0 25 0 4 0 522277277 685522944 115086 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=669456 CPUtime=762.2 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 155559 0 0 0 76166 54 0 0 25 0 4 0 522277277 685522944 115086 33554432000 4194304 4650419 140737452810912 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=669456 CPUtime=762.3 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 28900 0 0 0 76219 11 0 0 25 0 4 0 522277277 685522944 115086 33554432000 4194304 4650419 140737452810912 18446744073709551615 4476393 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.98
Current children cumulated vsize (KiB) 669456

[startup+822.301 s]
/proc/loadavg: 8.20 8.13 8.03 9/184 2948
/proc/meminfo: memFree=23507748/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=671324 CPUtime=3284.66 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 517451 0 0 0 328285 181 0 0 25 0 4 0 522277277 687435776 120218 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 167831 120218 395 112 0 162796 0
[pid=2907/tid=2908] ppid=2905 vsize=671324 CPUtime=817.83 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 141454 0 0 0 81732 51 0 0 25 0 4 0 522277277 687435776 120218 33554432000 4194304 4650419 140737452810912 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=671324 CPUtime=822.21 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 164196 0 0 0 82163 58 0 0 25 0 4 0 522277277 687435776 120218 33554432000 4194304 4650419 140737452810912 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=671324 CPUtime=822.3 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 29601 0 0 0 82219 11 0 0 25 0 4 0 522277277 687435776 120218 33554432000 4194304 4650419 140737452810912 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 671324

[startup+882.301 s]
/proc/loadavg: 8.14 8.12 8.03 9/184 2950
/proc/meminfo: memFree=23514680/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=732668 CPUtime=3524.33 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 536928 0 0 0 352245 188 0 0 25 0 4 0 522277277 750252032 119756 33554432000 4194304 4650419 140737452810912 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 183167 119756 395 112 0 178132 0
[pid=2907/tid=2908] ppid=2905 vsize=732668 CPUtime=877.5 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 147018 0 0 0 87698 52 0 0 25 0 4 0 522277277 750252032 119756 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=732668 CPUtime=882.19 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 172653 0 0 0 88158 61 0 0 25 0 4 0 522277277 750252032 119756 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=732668 CPUtime=882.31 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 30036 0 0 0 88219 12 0 0 25 0 4 0 522277277 750252032 119756 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 732668

[startup+942.3 s]
/proc/loadavg: 8.11 8.11 8.03 9/184 2951
/proc/meminfo: memFree=23465676/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=685724 CPUtime=3764.01 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 555673 0 0 0 376205 196 0 0 25 0 4 0 522277277 702181376 132972 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 171431 132972 395 112 0 166396 0
[pid=2907/tid=2908] ppid=2905 vsize=685724 CPUtime=937.17 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 152368 0 0 0 93664 53 0 0 25 0 4 0 522277277 702181376 132972 33554432000 4194304 4650419 140737452810912 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=685724 CPUtime=942.19 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 181909 0 0 0 94154 65 0 0 25 0 4 0 522277277 702181376 132972 33554432000 4194304 4650419 140737452810912 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=685724 CPUtime=942.32 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 30382 0 0 0 94220 12 0 0 25 0 4 0 522277277 702181376 132972 33554432000 4194304 4650419 140737452810912 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 685724

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 8.03 9/184 2953
/proc/meminfo: memFree=23441856/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=739012 CPUtime=4003.67 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 575574 0 0 0 400162 205 0 0 25 0 4 0 522277277 756748288 136311 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 184753 136311 395 112 0 179718 0
[pid=2907/tid=2908] ppid=2905 vsize=739012 CPUtime=996.85 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 160616 0 0 0 99628 57 0 0 25 0 4 0 522277277 756748288 136311 33554432000 4194304 4650419 140737452810912 18446744073709551615 4332775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=739012 CPUtime=1002.18 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 188412 0 0 0 100150 68 0 0 25 0 4 0 522277277 756748288 136311 33554432000 4194304 4650419 140737452810912 18446744073709551615 4313354 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=739012 CPUtime=1002.31 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 30677 0 0 0 100219 12 0 0 25 0 4 0 522277277 756748288 136311 33554432000 4194304 4650419 140737452810912 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 739012

[startup+1062.31 s]
/proc/loadavg: 7.71 8.02 8.00 5/175 2974
/proc/meminfo: memFree=23850788/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=735592 CPUtime=4243.37 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 603753 0 0 0 424119 218 0 0 25 0 4 0 522277277 753246208 136592 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 183898 136592 395 112 0 178863 0
[pid=2907/tid=2908] ppid=2905 vsize=735592 CPUtime=1056.53 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 167757 0 0 0 105593 60 0 0 25 0 4 0 522277277 753246208 136592 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=735592 CPUtime=1062.18 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 195465 0 0 0 106147 71 0 0 25 0 4 0 522277277 753246208 136592 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=735592 CPUtime=1062.32 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 36184 0 0 0 106217 15 0 0 25 0 4 0 522277277 753246208 136592 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 735592

[startup+1122.3 s]
/proc/loadavg: 5.36 7.28 7.75 5/175 2976
/proc/meminfo: memFree=23837020/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=837736 CPUtime=4483.06 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 627820 0 0 0 448078 228 0 0 25 0 4 0 522277277 857841664 140204 33554432000 4194304 4650419 140737452810912 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 209434 140204 395 112 0 204399 0
[pid=2907/tid=2908] ppid=2905 vsize=837736 CPUtime=1116.25 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 173959 0 0 0 111562 63 0 0 25 0 4 0 522277277 857841664 140204 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=837736 CPUtime=1122.16 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 202349 0 0 0 112142 74 0 0 25 0 4 0 522277277 857841664 140204 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=837736 CPUtime=1122.32 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 37811 0 0 0 112216 16 0 0 25 0 4 0 522277277 857841664 140204 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 837736

[startup+1182.3 s]
/proc/loadavg: 4.50 6.68 7.51 5/175 2979
/proc/meminfo: memFree=23817620/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=844252 CPUtime=4722.77 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 651974 0 0 0 472040 237 0 0 25 0 4 0 522277277 864514048 144844 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 211063 144844 395 112 0 206028 0
[pid=2907/tid=2908] ppid=2905 vsize=844252 CPUtime=1175.95 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 180901 0 0 0 117530 65 0 0 25 0 4 0 522277277 864514048 144844 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=844252 CPUtime=1182.16 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 211877 0 0 0 118139 77 0 0 25 0 4 0 522277277 864514048 144844 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=844252 CPUtime=1182.31 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 38434 0 0 0 118215 16 0 0 25 0 4 0 522277277 864514048 144844 33554432000 4194304 4650419 140737452810912 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 844252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.36 6.51 7.44 5/175 2979
/proc/meminfo: memFree=23837304/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=722664 CPUtime=4800.3 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 660700 0 0 0 479789 241 0 0 25 0 4 0 522277277 740007936 139913 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 180666 139913 395 112 0 175631 0
[pid=2907/tid=2908] ppid=2905 vsize=722664 CPUtime=1195.28 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 183526 0 0 0 119461 67 0 0 25 0 4 0 522277277 740007936 139913 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=722664 CPUtime=1201.57 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 214792 0 0 0 120079 78 0 0 25 0 4 0 522277277 740007936 139913 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=722664 CPUtime=1201.72 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 38434 0 0 0 120156 16 0 0 25 0 4 0 522277277 740007936 139913 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 722664

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

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

[startup+1201.7 s]
/proc/loadavg: 4.36 6.51 7.44 5/175 2979
/proc/meminfo: memFree=23837304/32951124 swapFree=67111524/67111528
[pid=2907] ppid=2905 vsize=722664 CPUtime=4800.3 cores=0,2,4,6
/proc/2907/stat : 2907 (strangenight1-m) R 2905 2907 2566 0 -1 4202496 660700 0 0 0 479789 241 0 0 25 0 4 0 522277277 740007936 139913 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2907/statm: 180666 139913 395 112 0 175631 0
[pid=2907/tid=2908] ppid=2905 vsize=722664 CPUtime=1195.28 cores=0,2,4,6
/proc/2907/task/2908/stat : 2908 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 183526 0 0 0 119461 67 0 0 25 0 4 0 522277277 740007936 139913 33554432000 4194304 4650419 140737452810912 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2907/tid=2909] ppid=2905 vsize=722664 CPUtime=1201.57 cores=0,2,4,6
/proc/2907/task/2909/stat : 2909 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 214792 0 0 0 120079 78 0 0 25 0 4 0 522277277 740007936 139913 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2907/tid=2910] ppid=2905 vsize=722664 CPUtime=1201.72 cores=0,2,4,6
/proc/2907/task/2910/stat : 2910 (strangenight1-m) R 2905 2907 2566 0 -1 4202560 38434 0 0 0 120156 16 0 0 25 0 4 0 522277277 740007936 139913 33554432000 4194304 4650419 140737452810912 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 722664

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.36
CPU user time (s): 4797.93
CPU system time (s): 2.43763
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 898456

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

runsolver used 1.9917 second user time and 4.47532 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 21:53:15
IDJOB=3175285
IDBENCH=82903
IDSOLVER=1588
FILE ID=node139/3175285-1304106795
RUNJOBID= node139-1304104242-2584
PBS_JOBID= 13170647
Free space on /tmp= 72548 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S171669125-021.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175285-1304106795/watcher-3175285-1304106795 -o /tmp/evaluation-result-3175285-1304106795/solver-3175285-1304106795 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175285-1304106795.cnf

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

MD5SUM BENCH= 9649b9e4fa8d251c4c59f8783cbf0b60
RANDOM SEED=873088059

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24207368 kB
Buffers:       2046784 kB
Cached:        5931184 kB
SwapCached:          4 kB
Active:        1120520 kB
Inactive:      7105120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24207368 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6496 kB
Writeback:           0 kB
AnonPages:      247412 kB
Mapped:          15524 kB
Slab:           453780 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   475512 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= 72548 MiB
End job on node139 at 2011-04-29 22:13:19