Trace number 3175473

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.33 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1959079526-027.UNKNOWN.cnf
MD5SUMf44a4cf4fe89dcbd323f749ee3ba0f10
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark146.379
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
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-3175473-1304125663.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.00 s
0.00/0.80	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.80	c calculated reachability. Time: 0.00
0.00/0.80	c Calc default polars -  time:   0.00 s pos:     214 undec:      57 neg:     179
0.00/0.80	c =========================================================================================
0.00/0.80	c types(t): F = full restart, N = normal restart
0.00/0.80	c types(t): S = simplification begin/end, E = solution found
0.00/0.80	c restart types(rt): st = static, dy = dynamic
0.00/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.80	c  B st     0         0       432      1882         0         0      5735         0   no data   no data  --
0.00/0.80	c Decided on static restart strategy
0.00/0.80	c  N st     8      4919       432      1882         0      4809      5735     97203   no data   no data  --
0.00/0.80	c  N st    10     11301       432      1882         0      4450      5735     68027   no data   no data  --
0.00/0.80	c  N st    11     17044       432      1882         0     10061      5735    191654   no data   no data  --
3.98/1.04	c  F st    12     25001       432      1882         0     12365      5735    233350   no data   no data  --
3.98/1.04	c  N st    12     25001       432      1882         0     12365      5735    233350   no data   no data  --
5.17/1.31	c Decided on static restart strategy
5.17/1.31	c  N st    18     30002       432      1882         0     10630      5735    178330   no data   no data  --
5.17/1.31	c  S st    18     30002       432      1882         0     10630      5735    178330   no data   no data  --
5.17/1.34	c  S st    18     30504       432      1882         0     11130      5735    188896   no data   no data  --
5.17/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
5.17/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.52	c lits-rem:       208  cl-subs:      747  v-elim:      0  v-fix:    0  time:  0.67 s
5.97/1.53	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.03
5.97/1.53	c calculated reachability. Time: 0.00
5.97/1.53	c  N st    18     30504       432      1882         0     10383      5735    172626   no data   no data  --
7.59/1.92	c  N st    20     37616       432      1882         0      9647      5735    142689   no data   no data  --
8.76/2.28	c  N st    21     44015       432      1882         0     15886      5735    274253   no data   no data  --
9.56/2.41	c  S st    22     45756       432      1882         0      8862      5735    112644   no data   no data  --
9.56/2.44	c  S st    22     46257       432      1882         0      9363      5735    123086   no data   no data  --
9.56/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.56/2.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
9.56/2.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.97/2.52	c lits-rem:        51  cl-subs:       81  v-elim:      0  v-fix:    0  time:  0.27 s
9.97/2.52	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
9.97/2.52	c vivif2 --  cl tried     9282 cl shrink        0 lits rem          0 time: 0.01
9.97/2.52	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.02
9.97/2.52	c calculated reachability. Time: 0.00
9.97/2.52	c  N st    22     46257       432      1882         0      9282      5735    121535   no data   no data  --
13.16/3.38	c  N st    23     60654       432      1882         0     13574      5735    202669   no data   no data  --
15.56/3.97	c  N st    24     69388       432      1882         0     11390      5735    145673   no data   no data  --
15.56/3.97	c  S st    24     69388       432      1882         0     11390      5735    145673   no data   no data  --
15.56/4.00	c  S st    24     69892       432      1882         0     11894      5735    156004   no data   no data  --
15.56/4.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/4.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.98/4.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.98/4.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.98/4.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
15.98/4.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.38/4.15	c lits-rem:        54  cl-subs:      124  v-elim:      0  v-fix:    0  time:  0.56 s
16.38/4.15	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
16.38/4.15	c vivif2 --  cl tried    11770 cl shrink        0 lits rem          0 time: 0.01
16.38/4.16	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.03
16.38/4.16	c calculated reachability. Time: 0.00
16.38/4.16	c  N st    24     69892       432      1882         0     11770      5735    153574   no data   no data  --
21.15/5.32	c  F st    25     87500       432      1882         0     17232      5735    271213   no data   no data  --
21.15/5.32	c  N st    25     87500       432      1882         0     17232      5735    271213   no data   no data  --
22.75/5.70	c Decided on static restart strategy
23.55/5.96	c  N st    32     95538       432      1882         0     25082      5735    437520   no data   no data  --
26.34/6.62	c  N st    34    104838       432      1882         0     21495      5735    347269   no data   no data  --
26.34/6.62	c  S st    34    104838       432      1882         0     21495      5735    347269   no data   no data  --
26.34/6.68	c  S st    34    105343       432      1882         0     21999      5735    357751   no data   no data  --
26.34/6.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.34/6.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.34/6.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
26.74/6.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.74/6.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.74/6.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
26.74/6.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.56/7.45	c lits-rem:       400  cl-subs:      760  v-elim:      0  v-fix:    0  time:  2.99 s
29.56/7.45	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
29.56/7.45	c vivif2 --  cl tried    21239 cl shrink        0 lits rem          0 time: 0.02
29.56/7.47	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.06
29.56/7.47	c calculated reachability. Time: 0.00
29.56/7.47	c  N st    34    105343       432      1882         0     21239      5735    339930   no data   no data  --
32.73/8.22	c  N st    35    114941       432      1882         0     16971      5735    230692   no data   no data  --
37.53/9.45	c  N st    36    129338       432      1882         0     16375      5735    202477   no data   no data  --
44.72/11.22	c  N st    37    150933       432      1882         0     21762      5735    300267   no data   no data  --
47.14/11.89	c  S st    38    158017       432      1882         0     28605      5735    447493   no data   no data  --
47.51/11.97	c  S st    38    158519       432      1882         0     29105      5735    458237   no data   no data  --
47.51/11.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.51/11.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.51/11.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
47.51/11.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.51/11.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
47.51/11.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.11/13.39	c lits-rem:      1104  cl-subs:     2390  v-elim:      0  v-fix:    0  time:  5.59 s
53.11/13.39	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
53.11/13.39	c vivif2 --  cl tried    26715 cl shrink        0 lits rem          0 time: 0.02
53.51/13.42	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.08
53.51/13.42	c calculated reachability. Time: 0.00
53.51/13.42	c  N st    38    158519       432      1882         0     26715      5735    408014   no data   no data  --
71.89/18.08	c  N st    39    207108       432      1882         0     21530      5735    268101   no data   no data  --
85.06/21.35	c  N st    40    237778       432      1882         0     31835      5735    462240   no data   no data  --
85.06/21.35	c  S st    40    237778       432      1882         0     31835      5735    462240   no data   no data  --
85.46/21.45	c  S st    40    238283       432      1882         0     32334      5735    473524   no data   no data  --
85.46/21.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.46/21.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.46/21.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
85.46/21.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.46/21.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.46/21.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
85.46/21.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
91.85/23.04	c lits-rem:       686  cl-subs:     2642  v-elim:      0  v-fix:    0  time:  6.23 s
91.85/23.04	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
91.85/23.04	c vivif2 --  cl tried    29692 cl shrink        0 lits rem          0 time: 0.02
91.85/23.06	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.08
91.85/23.06	c calculated reachability. Time: 0.00
91.85/23.06	c  N st    40    238283       432      1882         0     29692      5735    424110   no data   no data  --
121.83/30.52	c  F st    41    306251       432      1882         0     31751      5735    435975   no data   no data  --
121.83/30.52	c  N st    41    306251       432      1882         0     31751      5735    435975   no data   no data  --
124.21/31.12	c Decided on static restart strategy
135.39/33.90	c  N st    51    334555       432      1882         0     36009      5735    509981   no data   no data  --
146.18/36.64	c  N st    53    357424       432      1882         0     33967      5735    475130   no data   no data  --
146.18/36.64	c  S st    53    357424       432      1882         0     33967      5735    475130   no data   no data  --
146.58/36.73	c  S st    53    357932       432      1882         0     34474      5735    485993   no data   no data  --
146.58/36.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
146.58/36.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.58/36.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
146.58/36.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.58/36.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.58/36.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
146.58/36.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.59/38.21	c lits-rem:       635  cl-subs:     1022  v-elim:      0  v-fix:    0  time:  5.81 s
152.59/38.21	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
152.59/38.21	c vivif2 --  cl tried    33452 cl shrink        0 lits rem          0 time: 0.02
152.59/38.24	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.11
152.59/38.24	c calculated reachability. Time: 0.00
152.59/38.24	c  N st    53    357932       432      1882         0     33452      5735    461853   no data   no data  --
169.77/42.54	c  N st    54    390324       432      1882         0     39459      5735    564199   no data   no data  --
197.71/49.54	c  N st    55    438914       432      1882         0     33100      5735    398692   no data   no data  --
237.25/59.46	c  N st    56    511796       432      1882         0     46934      5735    703063   no data   no data  --
251.23/62.92	c  N st    57    536898       432      1882         0     41164      5735    556893   no data   no data  --
251.23/62.92	c  S st    57    536898       432      1882         0     41164      5735    556893   no data   no data  --
251.63/63.04	c  S st    57    537402       432      1882         0     41666      5735    566947   no data   no data  --
251.63/63.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
251.63/63.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
251.63/63.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
251.63/63.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
251.63/63.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.63/63.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
251.63/63.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
258.83/64.83	c lits-rem:       910  cl-subs:     1553  v-elim:      0  v-fix:    0  time:  6.99 s
258.83/64.83	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
258.83/64.83	c vivif2 --  cl tried    40113 cl shrink        0 lits rem          0 time: 0.02
258.83/64.87	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.14
258.83/64.87	c calculated reachability. Time: 0.00
258.83/64.87	c  N st    57    537402       432      1882         0     40113      5735    530001   no data   no data  --
365.89/91.61	c  N st    58    701387       432      1882         0     68901      5735   1063896   no data   no data  --
447.36/112.05	c  N st    59    806104       432      1882         0     63007      5735    912688   no data   no data  --
447.36/112.05	c  S st    59    806104       432      1882         0     63007      5735    912688   no data   no data  --
448.16/112.24	c  S st    59    806605       432      1882         0     63507      5735    923345   no data   no data  --
448.16/112.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
448.16/112.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
448.16/112.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
448.56/112.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
448.56/112.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
448.56/112.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
448.56/112.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
461.35/115.52	c lits-rem:      1029  cl-subs:     4156  v-elim:      0  v-fix:    0  time: 12.85 s
461.35/115.52	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
461.35/115.53	c vivif2 --  cl tried    59351 cl shrink        0 lits rem          0 time: 0.04
461.75/115.60	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.28
461.75/115.60	c calculated reachability. Time: 0.00
461.75/115.60	c  N st    59    806605       432      1882         0     59351      5735    842741   no data   no data  --
661.89/165.78	c  F st    60   1071875       432      1882         0     75290      5735   1148475   no data   no data  --
661.89/165.79	c  N st    60   1071875       432      1882         0     75290      5735   1148475   no data   no data  --
668.27/167.36	c Decided on static restart strategy
688.26/172.37	c  N st    70   1100181       432      1882         0     59082      5735    741310   no data   no data  --
723.81/181.23	c  N st    72   1136178       432      1882         0     49325      5735    516899   no data   no data  --
752.16/188.30	c  N st    73   1168570       432      1882         0     80629      5735   1158020   no data   no data  --
788.91/197.53	c  N st    74   1209907       432      1882         0     75142      5735   1104522   no data   no data  --
788.91/197.53	c  S st    74   1209907       432      1882         0     75142      5735   1104522   no data   no data  --
789.73/197.75	c  S st    74   1210410       432      1882         0     75644      5735   1115607   no data   no data  --
789.73/197.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
789.73/197.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
789.73/197.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
790.10/197.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
790.10/197.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
790.10/197.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
790.10/197.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
805.28/201.62	c lits-rem:       507  cl-subs:     4402  v-elim:      0  v-fix:    0  time: 15.15 s
805.28/201.62	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
805.28/201.63	c vivif2 --  cl tried    71242 cl shrink        0 lits rem          0 time: 0.05
805.68/201.72	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.36
805.68/201.72	c calculated reachability. Time: 0.00
805.68/201.72	c  N st    74   1210410       432      1882         0     71242      5735   1020091   no data   no data  --
877.61/219.75	c  N st    75   1283292       432      1882         0     47861      5735    442411   no data   no data  --
983.07/246.16	c  N st    76   1392615       432      1882         0     55892      5735    585446   no data   no data  --
1142.02/285.95	c  N st    77   1556599       432      1882         0     60931      5735    654481   no data   no data  --
1287.03/322.24	c  N st    78   1710413       432      1882         0    102455      5735   1518635   no data   no data  --
1287.03/322.24	c  S st    78   1710413       432      1882         0    102455      5735   1518635   no data   no data  --
1288.22/322.59	c  S st    78   1710919       432      1882         0    102961      5735   1530233   no data   no data  --
1288.22/322.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1288.22/322.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1288.63/322.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1288.63/322.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1288.63/322.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1288.63/322.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
1288.63/322.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1324.17/331.54	c lits-rem:       181  cl-subs:    10300  v-elim:      0  v-fix:    0  time: 35.31 s
1324.17/331.54	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
1324.17/331.56	c vivif2 --  cl tried    92661 cl shrink        0 lits rem          0 time: 0.07
1324.57/331.69	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.51
1324.57/331.69	c calculated reachability. Time: 0.00
1324.57/331.69	c  N st    78   1710919       432      1882         0     92661      5735   1351857   no data   no data  --
1718.04/430.18	c  N st    79   2079884       432      1882         0    104593      5735   1571404   no data   no data  --
1865.04/466.97	c  N st    80   2210920       432      1882         0    108417      5735   1544527   no data   no data  --
1865.04/466.97	c  S st    80   2210920       432      1882         0    108417      5735   1544527   no data   no data  --
1866.64/467.36	c  S st    80   2211422       432      1882         0    108918      5735   1556048   no data   no data  --
1866.64/467.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1866.64/467.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1867.04/467.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1867.04/467.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1867.04/467.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1867.04/467.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
1867.04/467.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1907.38/477.58	c lits-rem:       331  cl-subs:     9116  v-elim:      0  v-fix:    0  time: 40.38 s
1907.38/477.58	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
1907.78/477.60	c vivif2 --  cl tried    99802 cl shrink        0 lits rem          0 time: 0.07
1908.18/477.74	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.56
1908.18/477.74	c calculated reachability. Time: 0.00
1908.18/477.74	c  N st    80   2211422       432      1882         0     99802      5735   1392525   no data   no data  --
2516.96/630.19	c  N st    81   2711424       432      1882         0    122727      5735   1847340   no data   no data  --
2516.96/630.19	c  S st    81   2711424       432      1882         0    122727      5735   1847340   no data   no data  --
2518.56/630.58	c  S st    81   2711928       432      1882         0    123231      5735   1859358   no data   no data  --
2518.56/630.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2518.56/630.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2518.96/630.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2519.36/630.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2519.36/630.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2519.36/630.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
2519.36/630.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2595.67/649.89	c lits-rem:       194  cl-subs:    13135  v-elim:      0  v-fix:    0  time: 76.60 s
2595.67/649.89	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
2596.05/649.91	c vivif2 --  cl tried   110096 cl shrink        0 lits rem          0 time: 0.08
2596.45/650.07	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.62
2596.45/650.07	c calculated reachability. Time: 0.00
2596.45/650.07	c  N st    81   2711928       432      1882         0    110096      5735   1597431   no data   no data  --
3263.57/817.01	c  N st    82   3211930       432      1882         0     86444      5735    929519   no data   no data  --
3263.57/817.01	c  S st    82   3211930       432      1882         0     86444      5735    929519   no data   no data  --
3264.35/817.29	c  S st    82   3212434       432      1882         0     86947      5735    940867   no data   no data  --
3264.35/817.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3264.35/817.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3264.74/817.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
3264.74/817.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3264.74/817.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3264.74/817.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
3264.74/817.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3277.52/820.53	c lits-rem:       770  cl-subs:     1564  v-elim:      0  v-fix:    0  time: 12.64 s
3277.52/820.53	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
3277.52/820.54	c vivif2 --  cl tried    85383 cl shrink        0 lits rem          0 time: 0.05
3277.92/820.65	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.42
3277.92/820.65	c calculated reachability. Time: 0.00
3277.92/820.65	c  N st    82   3212434       432      1882         0     85383      5735    909327   no data   no data  --
4016.12/1005.41	c  N st    83   3712435       432      1882         0     95830      5735   1026042   no data   no data  --
4016.12/1005.41	c  S st    83   3712435       432      1882         0     95830      5735   1026042   no data   no data  --
4017.32/1005.70	c  S st    83   3712939       432      1882         0     96333      5735   1037314   no data   no data  --
4017.32/1005.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4017.32/1005.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4017.32/1005.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
4017.32/1005.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4017.32/1005.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4017.32/1005.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
4017.32/1005.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4029.71/1008.82	c lits-rem:       271  cl-subs:     3939  v-elim:      0  v-fix:    0  time: 12.10 s
4029.71/1008.82	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
4029.71/1008.84	c vivif2 --  cl tried    92394 cl shrink        0 lits rem          0 time: 0.06
4030.11/1008.96	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.50
4030.11/1008.96	c calculated reachability. Time: 0.00
4030.11/1008.96	c  N st    83   3712939       432      1882         0     92394      5735    962489   no data   no data  --
4078.84/1021.11	c  F st    84   3751563       432      1882         0    129926      5735   1815219   no data   no data  --
4078.84/1021.11	c  N st    84   3751563       432      1882         0    129926      5735   1815219   no data   no data  --
4090.82/1024.15	c Decided on static restart strategy
4129.19/1033.77	c  N st    94   3779867       432      1882         0    157342      5735   2428220   no data   no data  --
4178.30/1046.00	c  N st    96   3815861       432      1882         0    110298      5735   1396808   no data   no data  --
4243.43/1062.32	c  N st    97   3848254       432      1882         0    141405      5735   2029099   no data   no data  --
4325.70/1082.92	c  N st    98   3896842       432      1882         0    105342      5735   1196890   no data   no data  --
4443.54/1112.42	c  N st    99   3969724       432      1882         0     91738      5735    904336   no data   no data  --
4608.51/1153.78	c  N st   100   4079047       432      1882         0    111920      5735   1334054   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: 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-3175473-1304125663/watcher-3175473-1304125663 -o /tmp/evaluation-result-3175473-1304125663/solver-3175473-1304125663 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175473-1304125663.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 417 0 0 0 0 0 0 0 18 0 4 0 602796953 52465664 356 33554432000 4194304 4650419 140735284104016 18446744073709551615 224284925883 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 12809 356 306 112 0 7774 0
[pid=24055/tid=24057] ppid=24051 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 602796954 52465664 356 33554432000 4194304 4650419 140735284104016 18446744073709551615 224279972950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 602796954 52465664 356 33554432000 4194304 4650419 140735284104016 18446744073709551615 46952245422002 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 602796954 52465664 356 33554432000 4194304 4650419 140735284104016 18446744073709551615 46952245422081 0 0 4096 2 0 0 0 -1 7 0 0 0

[startup+0.0621111 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=284968 CPUtime=3.4 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 5020 0 0 0 339 1 0 0 21 0 4 0 602796953 291807232 2627 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 71242 2627 393 112 0 66207 0
[pid=24055/tid=24057] ppid=24051 vsize=284968 CPUtime=0.84 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1176 0 0 0 84 0 0 0 19 0 4 0 602796954 291807232 2627 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=284968 CPUtime=0.84 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1185 0 0 0 84 0 0 0 21 0 4 0 602796954 291807232 2627 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=284968 CPUtime=0.84 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1100 0 0 0 84 0 0 0 19 0 4 0 602796954 291807232 2627 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 284968

[startup+0.955781 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=285100 CPUtime=3.8 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 5244 0 0 0 379 1 0 0 21 0 4 0 602796953 291942400 2851 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 71275 2851 393 112 0 66240 0
[pid=24055/tid=24057] ppid=24051 vsize=285100 CPUtime=0.94 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1223 0 0 0 94 0 0 0 19 0 4 0 602796954 291942400 2851 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=285100 CPUtime=0.94 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1246 0 0 0 94 0 0 0 21 0 4 0 602796954 291942400 2851 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=285100 CPUtime=0.94 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1148 0 0 0 94 0 0 0 19 0 4 0 602796954 291942400 2851 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 285100

[startup+1.00078 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=285100 CPUtime=3.98 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 5384 0 0 0 397 1 0 0 21 0 4 0 602796953 291942400 2991 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 71275 2991 394 112 0 66240 0
[pid=24055/tid=24057] ppid=24051 vsize=285100 CPUtime=0.99 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1244 0 0 0 99 0 0 0 19 0 4 0 602796954 291942400 2991 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=285100 CPUtime=0.99 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1301 0 0 0 99 0 0 0 21 0 4 0 602796954 291942400 2991 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=285100 CPUtime=0.99 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1191 0 0 0 99 0 0 0 19 0 4 0 602796954 291942400 2991 33554432000 4194304 4650419 140735284104016 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 285100

[startup+1.10076 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=276816 CPUtime=4.37 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 6119 0 0 0 436 1 0 0 22 0 4 0 602796953 283459584 2845 33554432000 4194304 4650419 140735284104016 18446744073709551615 4520131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 69204 2845 394 112 0 64169 0
[pid=24055/tid=24057] ppid=24051 vsize=276816 CPUtime=1.08 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1494 0 0 0 108 0 0 0 19 0 4 0 602796954 283459584 2845 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=276816 CPUtime=1.08 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1516 0 0 0 108 0 0 0 21 0 4 0 602796954 283459584 2845 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=276816 CPUtime=1.09 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1396 0 0 0 109 0 0 0 19 0 4 0 602796954 283459584 2845 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 276816

[startup+1.50069 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=281968 CPUtime=5.97 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 8108 0 0 0 596 1 0 0 23 0 4 0 602796953 288735232 4533 33554432000 4194304 4650419 140735284104016 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 70492 4533 395 112 0 65457 0
[pid=24055/tid=24057] ppid=24051 vsize=281968 CPUtime=1.48 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1686 0 0 0 148 0 0 0 20 0 4 0 602796954 288735232 4533 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=281968 CPUtime=1.48 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1681 0 0 0 148 0 0 0 23 0 4 0 602796954 288735232 4533 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=281968 CPUtime=1.49 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 1568 0 0 0 149 0 0 0 20 0 4 0 602796954 288735232 4533 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 281968

[startup+3.10043 s]
/proc/loadavg: 8.13 8.07 7.69 10/184 24063
/proc/meminfo: memFree=30962588/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=273408 CPUtime=12.36 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 15567 0 0 0 1233 3 0 0 25 0 4 0 602796953 279969792 8862 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364402 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 68352 8862 395 112 0 63317 0
[pid=24055/tid=24057] ppid=24051 vsize=273408 CPUtime=3.08 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 3815 0 0 0 308 0 0 0 25 0 4 0 602796954 279969792 8862 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=273408 CPUtime=3.09 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 4116 0 0 0 308 1 0 0 25 0 4 0 602796954 279969792 8862 33554432000 4194304 4650419 140735284104016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=273408 CPUtime=3.07 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 3578 0 0 0 307 0 0 0 25 0 4 0 602796954 279969792 8862 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 273408

[startup+6.30689 s]
/proc/loadavg: 8.13 8.07 7.69 10/184 24063
/proc/meminfo: memFree=30939028/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=274876 CPUtime=25.16 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 22531 0 0 0 2512 4 0 0 25 0 4 0 602796953 281473024 11747 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 68719 11747 395 112 0 63684 0
[pid=24055/tid=24057] ppid=24051 vsize=274876 CPUtime=6.29 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 6414 0 0 0 628 1 0 0 25 0 4 0 602796954 281473024 11748 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=274876 CPUtime=6.3 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 5476 0 0 0 629 1 0 0 25 0 4 0 602796954 281473024 11748 33554432000 4194304 4650419 140735284104016 18446744073709551615 4439452 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=274876 CPUtime=6.26 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 4559 0 0 0 626 0 0 0 25 0 4 0 602796954 281473024 11748 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 274876

[startup+12.7008 s]
/proc/loadavg: 8.12 8.07 7.69 10/184 24063
/proc/meminfo: memFree=30899816/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=289164 CPUtime=50.72 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 34740 0 0 0 5064 8 0 0 25 0 4 0 602796953 296103936 18545 33554432000 4194304 4650419 140735284104016 18446744073709551615 4439099 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 72291 18545 395 112 0 67256 0
[pid=24055/tid=24057] ppid=24051 vsize=289164 CPUtime=12.68 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 9811 0 0 0 1266 2 0 0 25 0 4 0 602796954 296103936 18545 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=289164 CPUtime=12.69 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 8180 0 0 0 1267 2 0 0 25 0 4 0 602796954 296103936 18545 33554432000 4194304 4650419 140735284104016 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=289164 CPUtime=12.63 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 6852 0 0 0 1262 1 0 0 25 0 4 0 602796954 296103936 18545 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 289164

[startup+25.5007 s]
/proc/loadavg: 8.17 8.08 7.70 10/184 24065
/proc/meminfo: memFree=30848608/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=309340 CPUtime=101.84 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 51302 0 0 0 10172 12 0 0 25 0 4 0 602796953 316764160 24018 33554432000 4194304 4650419 140735284104016 18446744073709551615 4520254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 77335 24018 395 112 0 72300 0
[pid=24055/tid=24057] ppid=24051 vsize=309340 CPUtime=25.48 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 14643 0 0 0 2545 3 0 0 25 0 4 0 602796954 316764160 24018 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=309340 CPUtime=25.49 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 14497 0 0 0 2545 4 0 0 25 0 4 0 602796954 316764160 24019 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=309340 CPUtime=25.35 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 9604 0 0 0 2534 1 0 0 25 0 4 0 602796954 316764160 24019 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 309340

[startup+51.1004 s]
/proc/loadavg: 8.11 8.07 7.71 10/184 24065
/proc/meminfo: memFree=30813584/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=302368 CPUtime=204.1 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 77047 0 0 0 20390 20 0 0 25 0 4 0 602796953 309624832 28922 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 75592 28922 395 112 0 70557 0
[pid=24055/tid=24057] ppid=24051 vsize=302368 CPUtime=51.08 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 23899 0 0 0 5103 5 0 0 25 0 4 0 602796954 309624832 28922 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=302368 CPUtime=51.08 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 22381 0 0 0 5102 6 0 0 25 0 4 0 602796954 309624832 28922 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=302368 CPUtime=50.82 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 13436 0 0 0 5079 3 0 0 25 0 4 0 602796954 309624832 28922 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 302368

[startup+102.301 s]
/proc/loadavg: 8.05 8.06 7.72 10/184 24067
/proc/meminfo: memFree=30742980/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=310364 CPUtime=408.63 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 121100 0 0 0 40826 37 0 0 25 0 4 0 602796953 317812736 37967 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 77591 37967 395 112 0 72556 0
[pid=24055/tid=24057] ppid=24051 vsize=310364 CPUtime=102.28 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 35546 0 0 0 10218 10 0 0 25 0 4 0 602796954 317812736 37967 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=310364 CPUtime=102.28 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 35605 0 0 0 10218 10 0 0 25 0 4 0 602796954 317812736 37967 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=310364 CPUtime=101.73 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 21212 0 0 0 10167 6 0 0 25 0 4 0 602796954 317812736 37967 33554432000 4194304 4650419 140735284104016 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 310364

[startup+162.301 s]

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

[pid=24055] ppid=24051 vsize=500336 CPUtime=2805.37 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 416223 0 0 0 280369 168 0 0 25 0 4 0 602796953 512344064 79276 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 125084 79276 395 112 0 120049 0
[pid=24055/tid=24057] ppid=24051 vsize=500336 CPUtime=702.29 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 119958 0 0 0 70179 50 0 0 25 0 4 0 602796954 512344064 79276 33554432000 4194304 4650419 140735284104016 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=500336 CPUtime=702.3 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 124691 0 0 0 70182 48 0 0 25 0 4 0 602796954 512344064 79276 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=500336 CPUtime=698.46 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 67432 0 0 0 69818 28 0 0 25 0 4 0 602796954 512344064 79276 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 500336

[startup+762.301 s]
/proc/loadavg: 8.13 8.09 7.89 10/184 24083
/proc/meminfo: memFree=30353032/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=578272 CPUtime=3045.04 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 441311 0 0 0 304325 179 0 0 25 0 4 0 602796953 592150528 82771 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 144568 82771 395 112 0 139533 0
[pid=24055/tid=24057] ppid=24051 vsize=578272 CPUtime=762.28 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 131809 0 0 0 76174 54 0 0 25 0 4 0 602796954 592150528 82771 33554432000 4194304 4650419 140735284104016 18446744073709551615 4433053 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=578272 CPUtime=762.3 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 131266 0 0 0 76179 51 0 0 25 0 4 0 602796954 592150528 82771 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=578272 CPUtime=758.13 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 69822 0 0 0 75784 29 0 0 25 0 4 0 602796954 592150528 82771 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 578272

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 7.90 9/184 24085
/proc/meminfo: memFree=30350988/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=558196 CPUtime=3284.72 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 464974 0 0 0 328279 193 0 0 25 0 4 0 602796953 571592704 86607 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 139549 86607 395 112 0 134514 0
[pid=24055/tid=24057] ppid=24051 vsize=558196 CPUtime=822.28 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 139248 0 0 0 82170 58 0 0 25 0 4 0 602796954 571592704 86607 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=558196 CPUtime=822.3 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 135321 0 0 0 82177 53 0 0 25 0 4 0 602796954 571592704 86608 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=558196 CPUtime=817.81 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 74862 0 0 0 81748 33 0 0 25 0 4 0 602796954 571592704 86608 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 558196

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 7.91 10/184 24087
/proc/meminfo: memFree=30343992/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=580776 CPUtime=3524.39 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 484059 0 0 0 352236 203 0 0 25 0 4 0 602796953 594714624 87228 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 145194 87228 395 112 0 140159 0
[pid=24055/tid=24057] ppid=24051 vsize=580776 CPUtime=882.28 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 145943 0 0 0 88166 62 0 0 25 0 4 0 602796954 594714624 87228 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=580776 CPUtime=882.3 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 140512 0 0 0 88175 55 0 0 25 0 4 0 602796954 594714624 87228 33554432000 4194304 4650419 140735284104016 18446744073709551615 4516030 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=580776 CPUtime=877.48 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 76697 0 0 0 87714 34 0 0 25 0 4 0 602796954 594714624 87228 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 580776

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 7.91 10/184 24089
/proc/meminfo: memFree=30295200/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=569428 CPUtime=3764.09 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 501849 0 0 0 376195 214 0 0 25 0 4 0 602796953 583094272 95323 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 142357 95323 395 112 0 137322 0
[pid=24055/tid=24057] ppid=24051 vsize=569428 CPUtime=942.29 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 152371 0 0 0 94163 66 0 0 25 0 4 0 602796954 583094272 95323 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=569428 CPUtime=942.3 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 146316 0 0 0 94172 58 0 0 25 0 4 0 602796954 583094272 95323 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=569428 CPUtime=937.15 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 80402 0 0 0 93678 37 0 0 25 0 4 0 602796954 583094272 95323 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 569428

[startup+1002.3 s]
/proc/loadavg: 8.11 8.09 7.93 9/184 24091
/proc/meminfo: memFree=30328980/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=569736 CPUtime=4003.74 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 518640 0 0 0 400151 223 0 0 25 0 4 0 602796953 583409664 88231 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 142434 88231 395 112 0 137399 0
[pid=24055/tid=24057] ppid=24051 vsize=569736 CPUtime=1002.29 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 157587 0 0 0 100161 68 0 0 25 0 4 0 602796954 583409664 88231 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=569736 CPUtime=1002.3 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 151863 0 0 0 100167 63 0 0 25 0 4 0 602796954 583409664 88231 33554432000 4194304 4650419 140735284104016 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=569736 CPUtime=996.82 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 82231 0 0 0 99644 38 0 0 25 0 4 0 602796954 583409664 88231 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 569736

[startup+1062.31 s]
/proc/loadavg: 8.18 8.12 7.94 10/184 24091
/proc/meminfo: memFree=30284796/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=562992 CPUtime=4243.43 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 541379 0 0 0 424108 235 0 0 25 0 4 0 602796953 576503808 94218 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 140748 94218 395 112 0 135713 0
[pid=24055/tid=24057] ppid=24051 vsize=562992 CPUtime=1062.3 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 163225 0 0 0 106158 72 0 0 25 0 4 0 602796954 576503808 94218 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=562992 CPUtime=1062.31 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 159502 0 0 0 106165 66 0 0 25 0 4 0 602796954 576503808 94218 33554432000 4194304 4650419 140735284104016 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=562992 CPUtime=1056.5 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 86032 0 0 0 105609 41 0 0 25 0 4 0 602796954 576503808 94218 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 562992

[startup+1122.3 s]
/proc/loadavg: 8.19 8.13 7.95 9/184 24093
/proc/meminfo: memFree=30273844/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=563172 CPUtime=4483.09 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 556660 0 0 0 448065 244 0 0 25 0 4 0 602796953 576688128 92287 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 140793 92287 395 112 0 135758 0
[pid=24055/tid=24057] ppid=24051 vsize=563172 CPUtime=1122.29 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 168308 0 0 0 112155 74 0 0 25 0 4 0 602796954 576688128 92287 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=563172 CPUtime=1122.3 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 163982 0 0 0 112162 68 0 0 25 0 4 0 602796954 576688128 92287 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=563172 CPUtime=1116.16 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 89285 0 0 0 111574 42 0 0 25 0 4 0 602796954 576688128 92287 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 563172

[startup+1182.3 s]
/proc/loadavg: 8.16 8.13 7.96 10/184 24095
/proc/meminfo: memFree=30236104/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=576284 CPUtime=4722.76 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 571409 0 0 0 472022 254 0 0 25 0 4 0 602796953 590114816 96175 33554432000 4194304 4650419 140735284104016 18446744073709551615 4313058 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 144071 96175 395 112 0 139036 0
[pid=24055/tid=24057] ppid=24051 vsize=576284 CPUtime=1182.29 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 173716 0 0 0 118152 77 0 0 25 0 4 0 602796954 590114816 96175 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=576284 CPUtime=1182.3 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 166922 0 0 0 118160 70 0 0 25 0 4 0 602796954 590114816 96175 33554432000 4194304 4650419 140735284104016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=576284 CPUtime=1175.84 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 91286 0 0 0 117540 44 0 0 25 0 4 0 602796954 590114816 96175 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 576284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.20 8.14 7.97 10/184 24095
/proc/meminfo: memFree=30223324/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=576380 CPUtime=4800.28 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 577768 0 0 0 479769 259 0 0 25 0 4 0 602796953 590213120 96067 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 144095 96067 395 112 0 139060 0
[pid=24055/tid=24057] ppid=24051 vsize=576380 CPUtime=1201.7 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 175955 0 0 0 120091 79 0 0 25 0 4 0 602796954 590213120 96067 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=576380 CPUtime=1201.71 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 167908 0 0 0 120100 71 0 0 25 0 4 0 602796954 590213120 96067 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=576380 CPUtime=1195.13 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 91996 0 0 0 119469 44 0 0 25 0 4 0 602796954 590213120 96067 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 576380

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: 8.20 8.14 7.97 10/184 24095
/proc/meminfo: memFree=30223324/32951124 swapFree=67103364/67111528
[pid=24055] ppid=24051 vsize=576380 CPUtime=4800.28 cores=1,3,5,7
/proc/24055/stat : 24055 (strangenight1-m) R 24051 24055 23915 0 -1 4202496 577768 0 0 0 479769 259 0 0 25 0 4 0 602796953 590213120 96067 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24055/statm: 144095 96067 395 112 0 139060 0
[pid=24055/tid=24057] ppid=24051 vsize=576380 CPUtime=1201.7 cores=1,3,5,7
/proc/24055/task/24057/stat : 24057 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 175955 0 0 0 120091 79 0 0 25 0 4 0 602796954 590213120 96067 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24055/tid=24059] ppid=24051 vsize=576380 CPUtime=1201.71 cores=1,3,5,7
/proc/24055/task/24059/stat : 24059 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 167908 0 0 0 120100 71 0 0 25 0 4 0 602796954 590213120 96067 33554432000 4194304 4650419 140735284104016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24055/tid=24060] ppid=24051 vsize=576380 CPUtime=1195.13 cores=1,3,5,7
/proc/24055/task/24060/stat : 24060 (strangenight1-m) R 24051 24055 23915 0 -1 4202560 91996 0 0 0 119469 44 0 0 25 0 4 0 602796954 590213120 96067 33554432000 4194304 4650419 140735284104016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 576380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.33
CPU user time (s): 4797.72
CPU system time (s): 2.6086
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 632212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.72
system time used= 2.6086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577769
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= 247
involuntary context switches= 38041

runsolver used 1.80073 second user time and 4.76828 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 03:07:43
IDJOB=3175473
IDBENCH=83091
IDSOLVER=1588
FILE ID=node118/3175473-1304125663
RUNJOBID= node118-1304124459-23934
PBS_JOBID= 13170759
Free space on /tmp= 71620 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1959079526-027.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175473-1304125663/watcher-3175473-1304125663 -o /tmp/evaluation-result-3175473-1304125663/solver-3175473-1304125663 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175473-1304125663.cnf

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

MD5SUM BENCH= f44a4cf4fe89dcbd323f749ee3ba0f10
RANDOM SEED=601163282

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31038528 kB
Buffers:        378092 kB
Cached:        1136768 kB
SwapCached:       2408 kB
Active:          98972 kB
Inactive:      1474924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31038528 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           12444 kB
Writeback:           0 kB
AnonPages:       57472 kB
Mapped:          14668 kB
Slab:           275132 kB
PageTables:       4276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188676 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= 71604 MiB
End job on node118 at 2011-04-30 03:27:47