Trace number 3174916

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.41 1201.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S541740666-063-UNKNOWN.cnf
MD5SUM2961485b9da323860183d34cbf19e164
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.21266
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
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-3174916-1304051368.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.02	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.02	c -- vars added       1000
0.00/0.02	c Parsing time:  0.04 s
0.00/0.02	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.00/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.38
0.00/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.00/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.00/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.47/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
0.47/0.90	c Finding binary XORs  T:     0.00 s  found:       0
0.47/0.90	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.47/0.90	c calculated reachability. Time: 0.00
0.47/0.90	c Calc default polars -  time:   0.00 s pos:     494 undec:      39 neg:     467
0.47/0.90	c =========================================================================================
0.47/0.90	c types(t): F = full restart, N = normal restart
0.47/0.90	c types(t): S = simplification begin/end, E = solution found
0.47/0.90	c restart types(rt): st = static, dy = dynamic
0.47/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.47/0.90	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.47/0.90	c  N dy    14      4277      1000     20000         0      4263    100000    523931     97.30    103.53  --
0.47/0.90	c  N dy    38      8883      1000     20000         0      6374    100000    599342     96.27    101.62  --
4.37/1.10	c  N dy    63     12971      1000     20000         0      6211    100000    420412     96.20    117.07  --
5.17/1.38	c  N dy    85     17072      1000     20000         0     10307    100000    908488     96.34    101.76  --
6.77/1.70	c  N dy   102     21194      1000     20000         0      8805    100000    588560     96.01    101.11  --
7.97/2.02	c  F st   126     25000      1000     20000         0     12605    100000   1045171     96.23   no data  --
7.97/2.04	c  N st   127     25251      1000     20000         0     12855    100000   1075636     96.23   no data  --
9.56/2.44	c  N dy   132     30001      1000     20000         0     10796    100000    731688     96.23   no data  --
9.56/2.44	c  S st   132     30001      1000     20000         0     10796    100000    731688     96.23   no data  --
9.56/2.49	c  S st   132     30505      1000     20000         0     11300    100000    783512     96.23   no data  --
9.56/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.56/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.97/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.97/2.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.97/2.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.94/6.58	c lits-rem:      4906  cl-subs:       38  v-elim:      0  v-fix:    0  time: 16.07 s
26.73/6.74	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.65
26.73/6.74	c calculated reachability. Time: 0.00
26.73/6.74	c  N dy   132     30505      1000     20000         0     11262    100000    769383     96.23   no data  --
28.33/7.15	c  N dy   159     34532      1000     20000         0     15284    100000   1254000     96.63    103.65  --
29.93/7.53	c  N dy   178     38567      1000     20000         0     11423    100000    658665     96.46    102.58  --
31.53/7.90	c  N dy   203     42621      1000     20000         0     15470    100000   1140463     96.54    110.88  --
32.74/8.23	c  S st   220     45757      1000     20000         0      9661    100000    337400     96.63   no data  --
32.74/8.28	c  S st   220     46261      1000     20000         0     10165    100000    392168     96.63   no data  --
32.74/8.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.74/8.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.74/8.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
33.13/8.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.13/8.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.13/8.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
33.13/8.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.90/12.04	c lits-rem:      1265  cl-subs:        2  v-elim:      0  v-fix:    0  time: 14.88 s
47.90/12.05	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
47.90/12.05	c vivif2 --  cl tried    10163 cl shrink        0 lits rem          0 time: 0.02
48.30/12.18	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.53
48.30/12.18	c calculated reachability. Time: 0.00
48.30/12.18	c  N dy   220     46261      1000     20000         0     10163    100000    390824     96.63   no data  --
49.91/12.56	c  N dy   238     50394      1000     20000         0     14292    100000    881040     96.48    101.57  --
51.52/12.95	c  N dy   259     54417      1000     20000         0     18304    100000   1359151     96.47    103.86  --
53.10/13.36	c  N dy   283     58508      1000     20000         0     12431    100000    555194     96.48    110.29  --
54.70/13.75	c  N dy   297     62586      1000     20000         0     16503    100000   1034013     96.26    102.93  --
56.69/14.24	c  N dy   323     66814      1000     20000         0     20723    100000   1534164     96.29    103.07  --
57.89/14.51	c  S st   340     69392      1000     20000         0     12330    100000    427573     96.29     94.71  --
57.89/14.57	c  S st   340     69894      1000     20000         0     12832    100000    482944     96.29   no data  --
57.89/14.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.89/14.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.89/14.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
58.29/14.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.29/14.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.29/14.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
58.29/14.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
74.67/18.79	c lits-rem:      1943  cl-subs:        7  v-elim:      0  v-fix:    0  time: 16.71 s
74.67/18.79	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
75.07/18.80	c vivif2 --  cl tried    12825 cl shrink        0 lits rem          0 time: 0.02
75.47/18.98	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.73
75.47/18.98	c calculated reachability. Time: 0.00
75.47/18.98	c  N dy   340     69894      1000     20000         0     12825    100000    479495     96.29   no data  --
77.48/19.44	c  N dy   363     74443      1000     20000         0     17364    100000   1011694     96.16    101.59  --
79.86/20.00	c  N dy   389     79219      1000     20000         0     22129    100000   1579398     96.20    103.80  --
81.88/20.56	c  N dy   416     84383      1000     20000         0     15311    100000    677340     96.20    103.75  --
83.45/20.91	c  F st   438     87500      1000     20000         0     18425    100000   1054632     96.33   no data  --
84.65/21.28	c  N st   443     90795      1000     20000         0     21701    100000   1475023     96.33   no data  --
87.85/22.02	c  N dy   463     97145      1000     20000         0     15070    100000    532349     96.21    101.28  --
90.25/22.69	c  N dy   491    103429      1000     20000         0     21346    100000   1273812     96.13    102.48  --
91.07/22.85	c  S st   500    104841      1000     20000         0     22755    100000   1443083     96.15     98.17  --
91.44/22.93	c  S st   500    105346      1000     20000         0     23260    100000   1495843     96.15   no data  --
91.44/22.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
91.44/22.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.44/22.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
91.84/23.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.84/23.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.84/23.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
91.84/23.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
118.21/29.66	c lits-rem:       559  cl-subs:       34  v-elim:      0  v-fix:    0  time: 26.53 s
118.21/29.66	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
118.21/29.68	c vivif2 --  cl tried    23226 cl shrink        0 lits rem          0 time: 0.06
119.41/29.96	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.15
119.41/29.97	c calculated reachability. Time: 0.00
119.41/29.97	c  N dy   500    105346      1000     20000         0     23226    100000   1487303     96.15   no data  --
122.61/30.79	c  N dy   539    112235      1000     20000         0     16130    100000    543953     96.10    104.21  --
126.22/31.61	c  N dy   575    119849      1000     20000         0     23734    100000   1447219     96.08    101.63  --
129.80/32.55	c  N dy   618    127617      1000     20000         0     16514    100000    482685     96.07    102.42  --
133.39/33.46	c  N dy   661    135836      1000     20000         0     24718    100000   1462686     96.06    102.23  --
137.78/34.51	c  N dy   702    144849      1000     20000         0     17742    100000    518345     95.92    101.23  --
141.78/35.52	c  N dy   762    154093      1000     20000         0     26974    100000   1614730     96.05    101.59  --
143.80/36.04	c  S st   784    158019      1000     20000         0     30896    100000   2082872     96.07   no data  --
144.17/36.14	c  S st   784    158523      1000     20000         0     31400    100000   2138352     96.07   no data  --
144.17/36.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
144.17/36.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
144.17/36.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
144.57/36.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
144.57/36.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.57/36.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
144.57/36.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
200.09/50.11	c lits-rem:       983  cl-subs:       38  v-elim:      0  v-fix:    0  time: 55.33 s
200.09/50.11	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
200.09/50.14	c vivif2 --  cl tried    31362 cl shrink        0 lits rem          0 time: 0.09
201.69/50.52	c asymm  cl-useful: 0/19088/20000 lits-rem:0 time: 1.52
201.69/50.52	c calculated reachability. Time: 0.00
201.69/50.52	c  N dy   784    158523      1000     20000         0     31362    100000   2128226     96.07   no data  --
206.89/51.80	c  N dy   839    168670      1000     20000         0     24522    100000   1218052     96.11    106.06  --
212.88/53.36	c  N dy   913    179569      1000     20000         0     35404    100000   2524658     96.23    101.74  --
218.49/54.72	c  N dy   970    191067      1000     20000         0     28909    100000   1622548     96.12    103.76  --
224.86/56.30	c  N dy  1037    203424      1000     20000         0     22284    100000    730166     96.09    101.90  --
231.27/57.91	c  N dy  1108    216445      1000     20000         0     35286    100000   2274908     96.12    107.05  --
238.04/59.66	c  N dy  1181    230405      1000     20000         0     29252    100000   1435690     96.04    102.17  --
242.03/60.65	c  S st  1220    237785      1000     20000         0     36624    100000   2309842     96.02     98.16  --
242.43/60.75	c  S st  1220    238290      1000     20000         0     37129    100000   2361894     96.02   no data  --
242.43/60.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
242.43/60.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
242.43/60.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
242.83/60.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.83/60.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.83/60.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
242.83/60.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
311.94/78.16	c lits-rem:       868  cl-subs:       58  v-elim:      0  v-fix:    0  time: 69.04 s
311.94/78.16	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
311.94/78.19	c vivif2 --  cl tried    37071 cl shrink        0 lits rem          0 time: 0.10
312.34/78.21	c asymm  cl-useful: 0/912/20000 lits-rem:0 time: 0.10
312.34/78.21	c calculated reachability. Time: 0.00
312.34/78.21	c  N dy  1220    238290      1000     20000         0     37071    100000   2347247     96.02   no data  --
320.34/80.29	c  N dy  1314    253626      1000     20000         0     31412    100000   1583134     96.05    101.28  --
329.92/82.61	c  N dy  1407    269935      1000     20000         0     25727    100000    809696     96.09    101.93  --
339.51/85.05	c  N dy  1503    287454      1000     20000         0     43210    100000   2889959     96.10    101.73  --
349.91/87.60	c  N dy  1599    305901      1000     20000         0     38672    100000   2236617     96.14    132.80  --
349.91/87.66	c  F st  1601    306251      1000     20000         0     39022    100000   2276498     96.14     98.51  --
361.08/90.47	c  N dy  1687    325444      1000     20000         0     34210    100000   1581548     96.11    117.18  --
373.86/93.68	c  N dy  1798    345731      1000     20000         0     29510    100000    930246     96.11    102.71  --
381.07/95.45	c  S st  1862    357437      1000     20000         0     41194    100000   2322881     96.11     88.76  --
381.44/95.57	c  S st  1862    357939      1000     20000         0     41696    100000   2374753     96.11   no data  --
381.44/95.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
381.44/95.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
381.84/95.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
381.84/95.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
381.84/95.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
381.84/95.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
381.84/95.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
456.95/114.45	c lits-rem:       874  cl-subs:       76  v-elim:      0  v-fix:    0  time: 74.87 s
456.95/114.45	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
456.95/114.48	c vivif2 --  cl tried    41620 cl shrink        0 lits rem          0 time: 0.10
458.54/114.82	c asymm  cl-useful: 0/15854/20000 lits-rem:0 time: 1.37
458.54/114.82	c calculated reachability. Time: 0.00
458.54/114.82	c  N dy  1862    357939      1000     20000         0     41620    100000   2355890     96.11   no data  --
470.93/117.92	c  N dy  1985    378154      1000     20000         0     35841    100000   1582043     96.19    101.45  --
484.11/121.28	c  N dy  2110    398354      1000     20000         0     29048    100000    649638     96.26    101.75  --
496.49/124.30	c  N dy  2221    418431      1000     20000         0     49089    100000   3027624     96.25    103.93  --
508.50/127.39	c  N dy  2325    438602      1000     20000         0     41278    100000   1987180     96.22    101.64  --
523.26/131.04	c  N dy  2443    459471      1000     20000         0     33163    100000    920483     96.22    102.05  --
536.44/134.30	c  N dy  2540    479560      1000     20000         0     53219    100000   3313428     96.18    102.21  --
550.02/137.79	c  N dy  2653    499633      1000     20000         0     43314    100000   2013876     96.18    101.35  --
566.40/141.88	c  N dy  2762    519641      1000     20000         0     32339    100000    602434     96.15    103.05  --
577.99/144.77	c  S st  2859    536908      1000     20000         0     49576    100000   2648225     96.16     86.09  --
578.80/144.91	c  S st  2859    537410      1000     20000         0     50078    100000   2700268     96.16   no data  --
578.80/144.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
578.80/144.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
578.80/144.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
579.18/145.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
579.18/145.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
579.18/145.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
579.18/145.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
683.86/171.25	c lits-rem:       685  cl-subs:       75  v-elim:      0  v-fix:    0  time: 104.56 s
683.86/171.25	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
683.86/171.28	c vivif2 --  cl tried    50003 cl shrink        0 lits rem          0 time: 0.12
684.64/171.43	c asymm  cl-useful: 0/4146/20000 lits-rem:0 time: 0.59
684.64/171.43	c calculated reachability. Time: 0.00
684.64/171.43	c  N dy  2859    537410      1000     20000         0     50003    100000   2682126     96.16   no data  --
700.22/175.39	c  N dy  2967    557986      1000     20000         0     38604    100000   1233503     96.15    102.19  --
715.79/179.27	c  N dy  3088    578171      1000     20000         0     58768    100000   3629845     96.17    101.28  --
731.37/183.18	c  N dy  3214    598597      1000     20000         0     46210    100000   2041382     96.22    101.50  --
748.96/187.52	c  N dy  3333    618735      1000     20000         0     66305    100000   4444976     96.26    103.12  --
763.36/191.12	c  N dy  3447    638835      1000     20000         0     52436    100000   2658221     96.27    101.80  --
780.93/195.60	c  N dy  3568    659235      1000     20000         0     37859    100000    808245     96.29    102.04  --
796.09/199.37	c  N dy  3669    679412      1000     20000         0     57993    100000   3188186     96.25    101.68  --
813.26/203.65	c  N dy  3771    699423      1000     20000         0     42036    100000   1185108     96.21    101.57  --
830.04/207.84	c  N dy  3898    719463      1000     20000         0     62047    100000   3583821     96.24    102.11  --
848.42/212.47	c  N dy  4021    739526      1000     20000         0     45133    100000   1457131     96.27    108.70  --
865.99/216.88	c  N dy  4135    759596      1000     20000         0     65165    100000   3838481     96.26    102.88  --
884.37/221.43	c  N dy  4252    779652      1000     20000         0     47250    100000   1587520     96.28    102.04  --
902.35/225.96	c  N dy  4359    799841      1000     20000         0     67399    100000   4000619     96.29    101.91  --
909.14/227.64	c  S st  4394    806116      1000     20000         0     73670    100000   4756933     96.29   no data  --
909.94/227.85	c  S st  4394    806619      1000     20000         0     74173    100000   4809562     96.29   no data  --
909.94/227.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
909.94/227.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
910.34/227.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
910.74/228.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
910.74/228.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
910.74/228.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
910.74/228.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3581.96/896.72	c lits-rem:       662  cl-subs:      131  v-elim:      0  v-fix:    0  time: 2668.69 s
3581.96/896.72	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
3581.96/896.77	c vivif2 --  cl tried    74042 cl shrink        0 lits rem          0 time: 0.21
3583.98/897.26	c asymm  cl-useful: 0/10694/20000 lits-rem:0 time: 1.95
3583.98/897.26	c calculated reachability. Time: 0.00
3583.98/897.26	c  N dy  4394    806619      1000     20000         0     74042    100000   4778038     96.29   no data  --
3602.73/901.93	c  N dy  4515    827250      1000     20000         0     55705    100000   2481807     96.29    102.00  --
3623.92/907.27	c  N dy  4628    847312      1000     20000         0     75732    100000   4861818     96.30    104.48  --
3642.67/911.93	c  N dy  4751    867375      1000     20000         0     55844    100000   2408811     96.32    103.59  --
3663.84/917.25	c  N dy  4858    887379      1000     20000         0     75818    100000   4808994     96.34    101.84  --
3683.02/922.05	c  N dy  4961    907411      1000     20000         0     54871    100000   2166900     96.33    107.54  --
3703.79/927.28	c  N dy  5073    927451      1000     20000         0     74870    100000   4574418     96.35    103.46  --
3724.98/932.54	c  N dy  5196    948072      1000     20000         0     53529    100000   1898729     96.37    101.67  --
3745.74/937.78	c  N dy  5317    968159      1000     20000         0     73587    100000   4305802     96.39    102.46  --
3767.71/943.28	c  N dy  5420    988278      1000     20000         0     50739    100000   1459810     96.39    101.59  --
3787.67/948.21	c  N dy  5522   1008476      1000     20000         0     70908    100000   3893091     96.38    102.07  --
3811.65/954.29	c  N dy  5646   1028644      1000     20000         0     47113    100000    921848     96.39    102.93  --
3831.22/959.16	c  N dy  5760   1049161      1000     20000         0     67598    100000   3368378     96.40    103.55  --
3855.99/965.33	c  N dy  5882   1069181      1000     20000         0     87581    100000   5755502     96.42    102.42  --
3859.58/966.29	c  F st  5901   1071876      1000     20000         0     45346    100000    594915     96.43     95.99  --
3875.56/970.22	c  N dy  5987   1089284      1000     20000         0     62729    100000   2699234     96.44    101.99  --
3898.73/976.01	c  N dy  6103   1109382      1000     20000         0     82794    100000   5085466     96.44    101.79  --
3921.10/981.62	c  N dy  6220   1129435      1000     20000         0     56892    100000   1853150     96.46    102.41  --
3942.67/987.08	c  N dy  6341   1149478      1000     20000         0     76906    100000   4247717     96.47    102.36  --
3968.24/993.42	c  N dy  6458   1169563      1000     20000         0     50036    100000    936073     96.49    102.35  --
3988.23/998.48	c  N dy  6585   1189906      1000     20000         0     70351    100000   3368130     96.51    102.04  --
4013.78/1004.83	c  N dy  6699   1209929      1000     20000         0     90344    100000   5761468     96.51     98.16  --
4013.78/1004.83	c  S st  6699   1209929      1000     20000         0     90344    100000   5761468     96.51     98.16  --
4014.60/1005.10	c  S st  6699   1210434      1000     20000         0     90849    100000   5816399     96.51   no data  --
4015.00/1005.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4015.00/1005.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4015.00/1005.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
4015.77/1005.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4015.77/1005.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4015.77/1005.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4015.77/1005.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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-3174916-1304051368/watcher-3174916-1304051368 -o /tmp/evaluation-result-3174916-1304051368/solver-3174916-1304051368 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174916-1304051368.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.86 7.83 7.79 5/179 30400
/proc/meminfo: memFree=20498692/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 595367505 52465664 352 33554432000 4194304 4650419 140736749980688 18446744073709551615 47789780637616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 12809 352 303 112 0 7774 0
[pid=30400/tid=30402] ppid=30398 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 595367505 52465664 352 33554432000 4194304 4650419 140736749980688 18446744073709551615 47789780637612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 595367505 52465664 352 33554432000 4194304 4650419 140736749980688 18446744073709551615 47789780637622 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 595367505 52465664 352 33554432000 4194304 4650419 140736749980688 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.123707 s]
/proc/loadavg: 6.86 7.83 7.79 5/179 30400
/proc/meminfo: memFree=20498692/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=287072 CPUtime=0.47 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 4979 0 0 0 46 1 0 0 18 0 4 0 595367505 293961728 4271 33554432000 4194304 4650419 140736749980688 18446744073709551615 231895151649 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 71843 4704 382 112 0 66808 0
[pid=30400/tid=30402] ppid=30398 vsize=291052 CPUtime=0.13 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 2098 0 0 0 13 0 0 0 18 0 4 0 595367505 298037248 6583 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=312164 CPUtime=0.49 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 2519 0 0 0 48 1 0 0 18 0 4 0 595367505 319655936 9140 33554432000 4194304 4650419 140736749980688 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=312164 CPUtime=0.47 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) D 30398 30400 30360 0 -1 4202560 1944 0 0 0 47 0 0 0 18 0 4 0 595367505 319655936 9140 33554432000 4194304 4650419 140736749980688 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 287072

[startup+0.981476 s]
/proc/loadavg: 6.86 7.83 7.79 5/179 30400
/proc/meminfo: memFree=20498692/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=295916 CPUtime=3.9 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 15892 0 0 0 386 4 0 0 19 0 4 0 595367505 303017984 8042 33554432000 4194304 4650419 140736749980688 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 73979 8042 391 112 0 68944 0
[pid=30400/tid=30402] ppid=30398 vsize=295916 CPUtime=0.97 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 4182 0 0 0 96 1 0 0 19 0 4 0 595367505 303017984 8042 33554432000 4194304 4650419 140736749980688 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=295916 CPUtime=0.97 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 3955 0 0 0 96 1 0 0 19 0 4 0 595367505 303017984 8042 33554432000 4194304 4650419 140736749980688 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=295916 CPUtime=0.97 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 3066 0 0 0 96 1 0 0 19 0 4 0 595367505 303017984 8042 33554432000 4194304 4650419 140736749980688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 295916

[startup+1.00047 s]
/proc/loadavg: 6.86 7.83 7.79 5/179 30400
/proc/meminfo: memFree=20498692/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=295916 CPUtime=3.98 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 16019 0 0 0 394 4 0 0 19 0 4 0 595367505 303017984 8169 33554432000 4194304 4650419 140736749980688 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 73979 8169 391 112 0 68944 0
[pid=30400/tid=30402] ppid=30398 vsize=295916 CPUtime=0.99 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 4215 0 0 0 98 1 0 0 19 0 4 0 595367505 303017984 8169 33554432000 4194304 4650419 140736749980688 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=295916 CPUtime=0.99 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 3988 0 0 0 98 1 0 0 19 0 4 0 595367505 303017984 8169 33554432000 4194304 4650419 140736749980688 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=295916 CPUtime=0.99 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 3095 0 0 0 98 1 0 0 19 0 4 0 595367505 303017984 8169 33554432000 4194304 4650419 140736749980688 18446744073709551615 4366869 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) 295916

[startup+1.10045 s]
/proc/loadavg: 6.86 7.83 7.79 5/179 30400
/proc/meminfo: memFree=20498692/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=295916 CPUtime=4.37 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 16669 0 0 0 433 4 0 0 19 0 4 0 595367505 303017984 8819 33554432000 4194304 4650419 140736749980688 18446744073709551615 4366857 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 73979 8819 391 112 0 68944 0
[pid=30400/tid=30402] ppid=30398 vsize=295916 CPUtime=1.09 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 4382 0 0 0 108 1 0 0 19 0 4 0 595367505 303017984 8819 33554432000 4194304 4650419 140736749980688 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=295916 CPUtime=1.09 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 4147 0 0 0 108 1 0 0 19 0 4 0 595367505 303017984 8819 33554432000 4194304 4650419 140736749980688 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=295916 CPUtime=1.09 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 3254 0 0 0 108 1 0 0 19 0 4 0 595367505 303017984 8819 33554432000 4194304 4650419 140736749980688 18446744073709551615 4363432 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) 295916

[startup+1.50038 s]
/proc/loadavg: 6.86 7.83 7.79 5/179 30400
/proc/meminfo: memFree=20498692/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=296460 CPUtime=5.97 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 20723 0 0 0 593 4 0 0 20 0 4 0 595367505 303575040 8098 33554432000 4194304 4650419 140736749980688 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 74115 8098 391 112 0 69080 0
[pid=30400/tid=30402] ppid=30398 vsize=296460 CPUtime=1.49 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 5366 0 0 0 148 1 0 0 20 0 4 0 595367505 303575040 8098 33554432000 4194304 4650419 140736749980688 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=296460 CPUtime=1.49 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 5117 0 0 0 148 1 0 0 20 0 4 0 595367505 303575040 8098 33554432000 4194304 4650419 140736749980688 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=296460 CPUtime=1.48 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 4251 0 0 0 147 1 0 0 20 0 4 0 595367505 303575040 8098 33554432000 4194304 4650419 140736749980688 18446744073709551615 4365203 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) 296460

[startup+3.10108 s]
/proc/loadavg: 6.95 7.83 7.79 9/184 30405
/proc/meminfo: memFree=20382852/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=297056 CPUtime=12.36 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 36601 0 0 0 1228 8 0 0 18 0 4 0 595367505 304185344 14067 33554432000 4194304 4650419 140736749980688 18446744073709551615 4439619 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 74264 14068 393 112 0 69229 0
[pid=30400/tid=30402] ppid=30398 vsize=297056 CPUtime=3.09 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 8547 0 0 0 307 2 0 0 25 0 4 0 595367505 304185344 14068 33554432000 4194304 4650419 140736749980688 18446744073709551615 4426459 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=297056 CPUtime=3.08 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 8260 0 0 0 307 1 0 0 18 0 4 0 595367505 304185344 14068 33554432000 4194304 4650419 140736749980688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=297056 CPUtime=3.07 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 7340 0 0 0 305 2 0 0 25 0 4 0 595367505 304185344 14068 33554432000 4194304 4650419 140736749980688 18446744073709551615 4364785 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) 297056

[startup+6.30648 s]
/proc/loadavg: 6.95 7.83 7.79 9/184 30405
/proc/meminfo: memFree=20306732/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=325452 CPUtime=25.16 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 54338 0 0 0 2506 10 0 0 25 0 4 0 595367505 333262848 30210 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 81363 30210 393 112 0 76328 0
[pid=30400/tid=30402] ppid=30398 vsize=325452 CPUtime=6.29 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 11212 0 0 0 627 2 0 0 25 0 4 0 595367505 333262848 30210 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=325452 CPUtime=6.29 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 15887 0 0 0 627 2 0 0 25 0 4 0 595367505 333262848 30210 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=325452 CPUtime=6.26 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 14542 0 0 0 623 3 0 0 25 0 4 0 595367505 333262848 30210 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476502 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) 325452

[startup+12.7003 s]
/proc/loadavg: 7.04 7.83 7.80 9/184 30405
/proc/meminfo: memFree=20234880/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=327448 CPUtime=50.7 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 85131 0 0 0 5052 18 0 0 25 0 4 0 595367505 335306752 39535 33554432000 4194304 4650419 140736749980688 18446744073709551615 4328130 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 81862 39536 393 112 0 76827 0
[pid=30400/tid=30402] ppid=30398 vsize=327448 CPUtime=12.69 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 22856 0 0 0 1264 5 0 0 25 0 4 0 595367505 335306752 39536 33554432000 4194304 4650419 140736749980688 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=327448 CPUtime=12.68 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 22923 0 0 0 1264 4 0 0 25 0 4 0 595367505 335306752 39536 33554432000 4194304 4650419 140736749980688 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=327448 CPUtime=12.62 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 22698 0 0 0 1257 5 0 0 25 0 4 0 595367505 335306752 39536 33554432000 4194304 4650419 140736749980688 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 327448

[startup+25.5009 s]
/proc/loadavg: 7.32 7.86 7.80 9/184 30405
/proc/meminfo: memFree=20118544/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=421680 CPUtime=101.83 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 121986 0 0 0 10157 26 0 0 25 0 4 0 595367505 431800320 61164 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 105420 61164 393 112 0 100385 0
[pid=30400/tid=30402] ppid=30398 vsize=421680 CPUtime=25.48 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 32350 0 0 0 2542 6 0 0 25 0 4 0 595367505 431800320 61164 33554432000 4194304 4650419 140736749980688 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=421680 CPUtime=25.48 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 29867 0 0 0 2543 5 0 0 25 0 4 0 595367505 431800320 61164 33554432000 4194304 4650419 140736749980688 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=421680 CPUtime=25.35 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 30841 0 0 0 2528 7 0 0 25 0 4 0 595367505 431800320 61164 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 421680

[startup+51.1011 s]
/proc/loadavg: 7.62 7.88 7.81 9/184 30406
/proc/meminfo: memFree=20010604/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=502128 CPUtime=204.1 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 178839 0 0 0 20366 44 0 0 25 0 4 0 595367505 514179072 74171 33554432000 4194304 4650419 140736749980688 18446744073709551615 4334286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 125532 74171 393 112 0 120497 0
[pid=30400/tid=30402] ppid=30398 vsize=502128 CPUtime=51.08 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 44923 0 0 0 5098 10 0 0 25 0 4 0 595367505 514179072 74171 33554432000 4194304 4650419 140736749980688 18446744073709551615 4330253 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=502128 CPUtime=51.09 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 42500 0 0 0 5100 9 0 0 25 0 4 0 595367505 514179072 74171 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=502128 CPUtime=50.81 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 49267 0 0 0 5067 14 0 0 25 0 4 0 595367505 514179072 74171 33554432000 4194304 4650419 140736749980688 18446744073709551615 4438671 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) 502128

[startup+102.301 s]
/proc/loadavg: 7.91 7.91 7.83 9/184 30407
/proc/meminfo: memFree=19891928/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=624708 CPUtime=408.61 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 294615 0 0 0 40784 77 0 0 25 0 4 0 595367505 639700992 93004 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 156177 93004 393 112 0 151142 0
[pid=30400/tid=30402] ppid=30398 vsize=624708 CPUtime=102.28 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 83452 0 0 0 10205 23 0 0 25 0 4 0 595367505 639700992 93004 33554432000 4194304 4650419 140736749980688 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=624708 CPUtime=102.29 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 60110 0 0 0 10216 13 0 0 25 0 4 0 595367505 639700992 93004 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=624708 CPUtime=101.73 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 83716 0 0 0 10147 26 0 0 25 0 4 0 595367505 639700992 93004 33554432000 4194304 4650419 140736749980688 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 624708

[startup+162.3 s]

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

[pid=30400] ppid=30398 vsize=1000324 CPUtime=2805.4 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 851882 0 0 0 280204 336 0 0 25 0 4 0 595367505 1024331776 172671 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 250081 172671 393 112 0 245046 0
[pid=30400/tid=30402] ppid=30398 vsize=1000324 CPUtime=702.3 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 289341 0 0 0 70126 104 0 0 25 0 4 0 595367505 1024331776 172671 33554432000 4194304 4650419 140736749980688 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1000324 CPUtime=702.31 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246608 0 0 0 70103 128 0 0 25 0 4 0 595367505 1024331776 172671 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1000324 CPUtime=698.46 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 178234 0 0 0 69782 64 0 0 25 0 4 0 595367505 1024331776 172671 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 1000324

[startup+762.301 s]
/proc/loadavg: 8.05 8.08 7.94 9/184 30428
/proc/meminfo: memFree=19328104/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1050172 CPUtime=3045.07 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 871276 0 0 0 304156 351 0 0 25 0 4 0 595367505 1075376128 174344 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 262543 174344 393 112 0 257508 0
[pid=30400/tid=30402] ppid=30398 vsize=1050172 CPUtime=762.3 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 308735 0 0 0 76111 119 0 0 25 0 4 0 595367505 1075376128 174344 33554432000 4194304 4650419 140736749980688 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1050172 CPUtime=762.31 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246608 0 0 0 76103 128 0 0 25 0 4 0 595367505 1075376128 174344 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1050172 CPUtime=758.13 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 178234 0 0 0 75749 64 0 0 25 0 4 0 595367505 1075376128 174344 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 1050172

[startup+822.301 s]
/proc/loadavg: 8.02 8.07 7.94 9/184 30429
/proc/meminfo: memFree=19334408/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1050760 CPUtime=3284.75 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 893672 0 0 0 328105 370 0 0 25 0 4 0 595367505 1075978240 174635 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 262690 174635 393 112 0 257655 0
[pid=30400/tid=30402] ppid=30398 vsize=1050760 CPUtime=822.3 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 331131 0 0 0 82092 138 0 0 25 0 4 0 595367505 1075978240 174635 33554432000 4194304 4650419 140736749980688 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1050760 CPUtime=822.31 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246608 0 0 0 82103 128 0 0 25 0 4 0 595367505 1075978240 174635 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1050760 CPUtime=817.8 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 178234 0 0 0 81716 64 0 0 25 0 4 0 595367505 1075978240 174635 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 1050760

[startup+882.301 s]
/proc/loadavg: 8.06 8.07 7.94 9/184 30431
/proc/meminfo: memFree=19314792/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1051372 CPUtime=3524.43 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 914006 0 0 0 352058 385 0 0 25 0 4 0 595367505 1076604928 177947 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 262843 177947 393 112 0 257808 0
[pid=30400/tid=30402] ppid=30398 vsize=1051372 CPUtime=882.31 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 351465 0 0 0 88078 153 0 0 25 0 4 0 595367505 1076604928 177947 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1051372 CPUtime=882.31 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246608 0 0 0 88103 128 0 0 25 0 4 0 595367505 1076604928 177947 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1051372 CPUtime=877.47 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 178234 0 0 0 87683 64 0 0 25 0 4 0 595367505 1076604928 177947 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 1051372

[startup+942.301 s]
/proc/loadavg: 8.11 8.08 7.95 9/184 30433
/proc/meminfo: memFree=19332764/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1004252 CPUtime=3764.13 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 933011 0 0 0 376014 399 0 0 25 0 4 0 595367505 1028354048 171206 33554432000 4194304 4650419 140736749980688 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 251063 171206 393 112 0 246028 0
[pid=30400/tid=30402] ppid=30398 vsize=1004252 CPUtime=942.31 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 351465 0 0 0 94078 153 0 0 25 0 4 0 595367505 1028354048 171206 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1004252 CPUtime=942.32 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246609 0 0 0 94104 128 0 0 25 0 4 0 595367505 1028354048 171206 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1004252 CPUtime=937.15 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 178234 0 0 0 93651 64 0 0 25 0 4 0 595367505 1028354048 171206 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476421 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.13
Current children cumulated vsize (KiB) 1004252

[startup+1002.3 s]
/proc/loadavg: 8.20 8.11 7.97 9/184 30434
/proc/meminfo: memFree=19288972/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1053632 CPUtime=4003.79 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 962532 0 0 0 399955 424 0 0 25 0 4 0 595367505 1078919168 178346 33554432000 4194304 4650419 140736749980688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 263408 178346 393 112 0 258373 0
[pid=30400/tid=30402] ppid=30398 vsize=1053632 CPUtime=1002.31 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 351465 0 0 0 100078 153 0 0 25 0 4 0 595367505 1078919168 178346 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1053632 CPUtime=1002.32 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246676 0 0 0 100104 128 0 0 25 0 4 0 595367505 1078919168 178346 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1053632 CPUtime=996.82 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 178234 0 0 0 99618 64 0 0 25 0 4 0 595367505 1078919168 178346 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 1053632

[startup+1062.31 s]
/proc/loadavg: 8.19 8.12 7.98 9/184 30436
/proc/meminfo: memFree=19254216/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1053632 CPUtime=4243.49 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 973986 0 0 0 423922 427 0 0 25 0 4 0 595367505 1078919168 185923 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 263408 185923 393 112 0 258373 0
[pid=30400/tid=30402] ppid=30398 vsize=1053632 CPUtime=1062.32 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 351465 0 0 0 106079 153 0 0 25 0 4 0 595367505 1078919168 185923 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1053632 CPUtime=1062.33 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246676 0 0 0 106105 128 0 0 25 0 4 0 595367505 1078919168 185923 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1053632 CPUtime=1056.5 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 181494 0 0 0 105585 65 0 0 25 0 4 0 595367505 1078919168 185923 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476505 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.49
Current children cumulated vsize (KiB) 1053632

[startup+1122.3 s]
/proc/loadavg: 8.18 8.12 7.99 9/184 30437
/proc/meminfo: memFree=19266452/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1053632 CPUtime=4483.15 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 978687 0 0 0 447887 428 0 0 25 0 4 0 595367505 1078919168 185833 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 263408 185833 393 112 0 258373 0
[pid=30400/tid=30402] ppid=30398 vsize=1053632 CPUtime=1122.31 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 351465 0 0 0 112078 153 0 0 25 0 4 0 595367505 1078919168 185833 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1053632 CPUtime=1122.32 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246676 0 0 0 112104 128 0 0 25 0 4 0 595367505 1078919168 185833 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1053632 CPUtime=1116.17 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 185641 0 0 0 111551 66 0 0 25 0 4 0 595367505 1078919168 185833 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 1053632

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.00 9/184 30439
/proc/meminfo: memFree=19257372/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1053632 CPUtime=4722.83 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 982558 0 0 0 471854 429 0 0 25 0 4 0 595367505 1078919168 185823 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 263408 185823 393 112 0 258373 0
[pid=30400/tid=30402] ppid=30398 vsize=1053632 CPUtime=1182.31 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 351472 0 0 0 118078 153 0 0 25 0 4 0 595367505 1078919168 185823 33554432000 4194304 4650419 140736749980688 18446744073709551615 4307242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1053632 CPUtime=1182.32 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246676 0 0 0 118104 128 0 0 25 0 4 0 595367505 1078919168 185823 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1053632 CPUtime=1175.84 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 187173 0 0 0 117518 66 0 0 25 0 4 0 595367505 1078919168 185823 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.83
Current children cumulated vsize (KiB) 1053632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.12 8.00 9/184 30440
/proc/meminfo: memFree=19272624/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1053848 CPUtime=4800.35 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 988799 0 0 0 479602 433 0 0 25 0 4 0 595367505 1079140352 179442 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 263462 179442 393 112 0 258427 0
[pid=30400/tid=30402] ppid=30398 vsize=1053848 CPUtime=1201.72 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 355978 0 0 0 120015 157 0 0 25 0 4 0 595367505 1079140352 179442 33554432000 4194304 4650419 140736749980688 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1053848 CPUtime=1201.73 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246676 0 0 0 120045 128 0 0 25 0 4 0 595367505 1079140352 179442 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1053848 CPUtime=1195.14 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 187251 0 0 0 119448 66 0 0 25 0 4 0 595367505 1079140352 179442 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1053848

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.15 8.12 8.00 9/184 30440
/proc/meminfo: memFree=19272624/32950928 swapFree=67111524/67111528
[pid=30400] ppid=30398 vsize=1053848 CPUtime=4800.35 cores=1,3,5,7
/proc/30400/stat : 30400 (strangenight1-m) R 30398 30400 30360 0 -1 4202496 988799 0 0 0 479602 433 0 0 25 0 4 0 595367505 1079140352 179442 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30400/statm: 263462 179442 393 112 0 258427 0
[pid=30400/tid=30402] ppid=30398 vsize=1053848 CPUtime=1201.72 cores=1,3,5,7
/proc/30400/task/30402/stat : 30402 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 355978 0 0 0 120015 157 0 0 25 0 4 0 595367505 1079140352 179442 33554432000 4194304 4650419 140736749980688 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30400/tid=30403] ppid=30398 vsize=1053848 CPUtime=1201.73 cores=1,3,5,7
/proc/30400/task/30403/stat : 30403 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 246676 0 0 0 120045 128 0 0 25 0 4 0 595367505 1079140352 179442 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30400/tid=30404] ppid=30398 vsize=1053848 CPUtime=1195.14 cores=1,3,5,7
/proc/30400/task/30404/stat : 30404 (strangenight1-m) R 30398 30400 30360 0 -1 4202560 187251 0 0 0 119448 66 0 0 25 0 4 0 595367505 1079140352 179442 33554432000 4194304 4650419 140736749980688 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1053848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.41
CPU user time (s): 4796.04
CPU system time (s): 4.36434
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 1053848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.04
system time used= 4.36434
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 988800
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= 1505
involuntary context switches= 36086

runsolver used 1.66675 second user time and 4.90425 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 06:29:28
IDJOB=3174916
IDBENCH=82534
IDSOLVER=1588
FILE ID=node114/3174916-1304051368
RUNJOBID= node114-1304051368-30379
PBS_JOBID= 13170413
Free space on /tmp= 71800 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S541740666-063-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174916-1304051368/watcher-3174916-1304051368 -o /tmp/evaluation-result-3174916-1304051368/solver-3174916-1304051368 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174916-1304051368.cnf

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

MD5SUM BENCH= 2961485b9da323860183d34cbf19e164
RANDOM SEED=226254943

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20500212 kB
Buffers:       2255456 kB
Cached:        9548420 kB
SwapCached:          4 kB
Active:        3404260 kB
Inactive:      8464524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20500212 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13364 kB
Writeback:           0 kB
AnonPages:       64728 kB
Mapped:          14816 kB
Slab:           516376 kB
PageTables:       4500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   227740 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= 71792 MiB
End job on node114 at 2011-04-29 06:49:32