Trace number 3368681

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.49 1202.35

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S519298227-080-UNKNOWN.cnf
MD5SUMb0f2a8c1ae428dae6bc946bb38e8786d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.7627
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-3368681-1305400637.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.01	c Parsing time:  0.04 s
0.00/0.01	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.41/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.38
0.41/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.41/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.41/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.41/0.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
0.41/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.16	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.41/0.16	c calculated reachability. Time: 0.00
0.41/0.16	c Calc default polars -  time:   0.00 s pos:     476 undec:      33 neg:     491
0.41/0.16	c =========================================================================================
0.41/0.16	c types(t): F = full restart, N = normal restart
0.41/0.16	c types(t): S = simplification begin/end, E = solution found
0.41/0.16	c restart types(rt): st = static, dy = dynamic
0.41/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.41/0.16	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
1.57/0.43	c  N dy    16      4083      1000     20000         0      4071    100000    505290     96.74    102.39  --
2.77/0.72	c  N dy    37      8169      1000     20000         0      5660    100000    513708     96.61    104.09  --
3.97/1.02	c  N dy    58     12261      1000     20000         0      5507    100000    335873     95.79    102.64  --
5.15/1.33	c  N dy    79     16368      1000     20000         0      9610    100000    814383     95.11    100.60  --
6.36/1.66	c  N dy   103     20498      1000     20000         0      8119    100000    506140     95.37    100.54  --
7.96/2.00	c  N dy   127     24743      1000     20000         0     12356    100000   1012412     95.59    104.38  --
7.96/2.03	c  F st   129     25001      1000     20000         0     12614    100000   1044152     95.64     87.73  --
9.55/2.46	c  N dy   135     30002      1000     20000         0     10800    100000    757220     95.64   no data  --
9.55/2.46	c  S st   135     30002      1000     20000         0     10800    100000    757220     95.64   no data  --
9.95/2.51	c  S st   135     30505      1000     20000         0     11303    100000    809064     95.64   no data  --
9.95/2.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.95/2.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.95/2.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.95/2.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.92/6.55	c lits-rem:      5376  cl-subs:       36  v-elim:      0  v-fix:    0  time: 15.90 s
26.74/6.72	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.66
26.74/6.72	c calculated reachability. Time: 0.00
26.74/6.72	c  N dy   135     30505      1000     20000         0     11267    100000    794615     95.64   no data  --
28.31/7.15	c  N dy   153     34719      1000     20000         0     15475    100000   1293518     95.27    100.30  --
29.92/7.52	c  N dy   172     38839      1000     20000         0     11700    100000    690328     95.15    100.28  --
31.51/7.91	c  N dy   201     42877      1000     20000         0     15735    100000   1175005     95.51    103.03  --
32.31/8.20	c  S st   219     45757      1000     20000         0      9670    100000    334722     95.51   no data  --
32.71/8.25	c  S st   219     46262      1000     20000         0     10175    100000    384488     95.51   no data  --
32.71/8.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.71/8.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.71/8.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
32.71/8.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.71/8.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.71/8.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
32.71/8.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.28/11.62	c lits-rem:      1293  cl-subs:        2  v-elim:      0  v-fix:    0  time: 13.31 s
46.28/11.62	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
46.28/11.63	c vivif2 --  cl tried    10173 cl shrink        0 lits rem          0 time: 0.02
46.68/11.76	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.53
46.68/11.76	c calculated reachability. Time: 0.00
46.68/11.76	c  N dy   219     46262      1000     20000         0     10173    100000    382824     95.51   no data  --
48.29/12.12	c  N dy   240     50308      1000     20000         0     14213    100000    859315     95.46    101.57  --
49.87/12.54	c  N dy   268     54533      1000     20000         0     18436    100000   1357519     95.57    102.22  --
51.47/12.93	c  N dy   289     58610      1000     20000         0     12542    100000    562072     95.64    101.77  --
53.10/13.39	c  N dy   313     63452      1000     20000         0     17377    100000   1134330     95.68    101.59  --
55.07/13.85	c  N dy   338     67565      1000     20000         0     21484    100000   1625236     95.72    110.72  --
55.87/14.05	c  S st   348     69393      1000     20000         0     12334    100000    426586     95.70   no data  --
56.27/14.11	c  S st   348     69897      1000     20000         0     12838    100000    476575     95.70   no data  --
56.27/14.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.27/14.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.27/14.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
56.27/14.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.27/14.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.27/14.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
56.27/14.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.04/17.84	c lits-rem:      2063  cl-subs:        4  v-elim:      0  v-fix:    0  time: 14.73 s
71.04/17.84	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
71.04/17.84	c vivif2 --  cl tried    12834 cl shrink        0 lits rem          0 time: 0.02
71.84/18.04	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.78
71.84/18.04	c calculated reachability. Time: 0.00
71.84/18.04	c  N dy   348     69897      1000     20000         0     12834    100000    473548     95.70   no data  --
73.83/18.53	c  N dy   379     74366      1000     20000         0     17294    100000   1009317     95.96    123.08  --
76.23/19.12	c  N dy   408     79156      1000     20000         0     22078    100000   1577984     96.00    101.37  --
78.63/19.72	c  N dy   438     84321      1000     20000         0     15254    100000    671195     96.05    102.29  --
79.82/20.06	c  F st   452     87501      1000     20000         0     18429    100000   1049257     95.97   no data  --
81.42/20.44	c  N st   457     90796      1000     20000         0     21715    100000   1461052     95.97   no data  --
84.21/21.16	c  N dy   466     96896      1000     20000         0     14836    100000    511484     95.67    101.48  --
87.01/21.83	c  N dy   499    103087      1000     20000         0     21017    100000   1238650     95.62    100.92  --
87.82/22.04	c  S st   510    104848      1000     20000         0     22775    100000   1449028     95.67   no data  --
88.24/22.13	c  S st   510    105353      1000     20000         0     23280    100000   1502781     95.67   no data  --
88.24/22.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
88.24/22.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.24/22.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
88.60/22.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.60/22.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.60/22.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
88.60/22.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
114.17/28.64	c lits-rem:      1214  cl-subs:       37  v-elim:      0  v-fix:    0  time: 25.66 s
114.17/28.65	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
114.17/28.66	c vivif2 --  cl tried    23243 cl shrink        0 lits rem          0 time: 0.06
115.35/28.92	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.04
115.35/28.92	c calculated reachability. Time: 0.00
115.35/28.92	c  N dy   510    105353      1000     20000         0     23243    100000   1492659     95.67   no data  --
118.57/29.72	c  N dy   546    112175      1000     20000         0     16079    100000    548300     95.56    101.41  --
121.74/30.53	c  N dy   595    119408      1000     20000         0     23302    100000   1415168     95.73    103.77  --
125.74/31.50	c  N dy   641    127094      1000     20000         0     15999    100000    427426     95.77    100.85  --
129.32/32.43	c  N dy   691    135305      1000     20000         0     24195    100000   1405250     95.84    102.52  --
133.72/33.55	c  N dy   742    144007      1000     20000         0     16908    100000    424877     95.90    101.43  --
138.11/34.60	c  N dy   793    153245      1000     20000         0     26129    100000   1525962     95.91    101.11  --
140.53/35.24	c  S st   823    158030      1000     20000         0     30906    100000   2102426     95.98   no data  --
140.93/35.34	c  S st   823    158535      1000     20000         0     31411    100000   2156248     95.98   no data  --
140.93/35.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
140.93/35.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
140.93/35.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
141.30/35.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.30/35.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.30/35.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
141.30/35.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
193.63/48.55	c lits-rem:      1068  cl-subs:       55  v-elim:      0  v-fix:    0  time: 52.28 s
193.63/48.56	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
193.63/48.58	c vivif2 --  cl tried    31356 cl shrink        0 lits rem          0 time: 0.08
195.21/48.94	c asymm  cl-useful: 0/18929/20000 lits-rem:0 time: 1.46
195.21/48.94	c calculated reachability. Time: 0.00
195.21/48.94	c  N dy   823    158535      1000     20000         0     31356    100000   2142046     95.98   no data  --
200.40/50.21	c  N dy   879    168681      1000     20000         0     24514    100000   1218028     96.02    106.61  --
206.40/51.74	c  N dy   936    179599      1000     20000         0     35418    100000   2509040     95.99    101.43  --
212.37/53.25	c  N dy  1010    191136      1000     20000         0     28948    100000   1632956     96.08    102.01  --
219.16/54.91	c  N dy  1073    203447      1000     20000         0     22280    100000    735371     96.08    101.14  --
225.55/56.57	c  N dy  1147    216572      1000     20000         0     35387    100000   2275536     96.06    102.28  --
232.76/58.32	c  N dy  1224    230587      1000     20000         0     29407    100000   1461553     96.06    101.67  --
236.34/59.29	c  S st  1263    237802      1000     20000         0     36617    100000   2315767     96.05     91.50  --
236.74/59.39	c  S st  1263    238305      1000     20000         0     37120    100000   2371271     96.05   no data  --
236.74/59.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
236.74/59.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
237.15/59.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
237.15/59.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.15/59.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.15/59.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
237.15/59.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
310.20/77.77	c lits-rem:      1000  cl-subs:       53  v-elim:      0  v-fix:    0  time: 72.86 s
310.20/77.78	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
310.60/77.80	c vivif2 --  cl tried    37067 cl shrink        0 lits rem          0 time: 0.10
310.60/77.83	c asymm  cl-useful: 0/1071/20000 lits-rem:0 time: 0.11
310.60/77.83	c calculated reachability. Time: 0.00
310.60/77.83	c  N dy  1263    238305      1000     20000         0     37067    100000   2357838     96.05   no data  --
318.57/79.87	c  N dy  1363    253560      1000     20000         0     31333    100000   1590776     96.19    101.68  --
328.16/82.23	c  N dy  1456    269840      1000     20000         0     25621    100000    792035     96.22    102.96  --
338.17/84.71	c  N dy  1560    287204      1000     20000         0     42953    100000   2860761     96.27    101.99  --
348.13/87.22	c  N dy  1673    305562      1000     20000         0     38335    100000   2201792     96.32    101.46  --
348.53/87.33	c  F st  1676    306251      1000     20000         0     39024    100000   2280444     96.31     98.99  --
359.30/90.09	c  N dy  1758    325085      1000     20000         0     33852    100000   1563576     96.33    102.84  --
372.08/93.24	c  N dy  1873    345120      1000     20000         0     28893    100000    854556     96.37    102.91  --
379.27/95.09	c  S st  1943    357457      1000     20000         0     41209    100000   2322195     96.39     96.39  --
380.07/95.22	c  S st  1943    357963      1000     20000         0     41715    100000   2371343     96.39   no data  --
380.07/95.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
380.07/95.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
380.07/95.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
380.47/95.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
380.47/95.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
380.47/95.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
380.47/95.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
473.50/118.61	c lits-rem:       557  cl-subs:       55  v-elim:      0  v-fix:    0  time: 92.84 s
473.50/118.61	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
473.50/118.64	c vivif2 --  cl tried    41660 cl shrink        0 lits rem          0 time: 0.10
474.72/118.98	c asymm  cl-useful: 0/15805/20000 lits-rem:0 time: 1.37
474.72/118.98	c calculated reachability. Time: 0.00
474.72/118.98	c  N dy  1943    357963      1000     20000         0     41660    100000   2358345     96.39   no data  --
486.67/121.98	c  N dy  2032    377990      1000     20000         0     35704    100000   1549636     96.29    101.63  --
499.85/125.25	c  N dy  2136    398037      1000     20000         0     28766    100000    618224     96.27    104.64  --
512.22/128.35	c  N dy  2255    418115      1000     20000         0     48821    100000   2999263     96.29    101.98  --
525.40/131.64	c  N dy  2384    438166      1000     20000         0     40873    100000   1949083     96.35    110.62  --
540.19/135.31	c  N dy  2491    458272      1000     20000         0     31991    100000    780958     96.36    103.53  --
553.37/138.70	c  N dy  2600    478409      1000     20000         0     52083    100000   3180393     96.36    102.90  --
567.72/142.24	c  N dy  2702    498449      1000     20000         0     42132    100000   1870054     96.31    102.33  --
584.11/146.40	c  N dy  2817    518967      1000     20000         0     31670    100000    518160     96.33    101.98  --
596.47/149.48	c  S st  2932    536945      1000     20000         0     49615    100000   2666452     96.37   no data  --
597.29/149.63	c  S st  2932    537446      1000     20000         0     50116    100000   2721617     96.37   no data  --
597.29/149.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
597.29/149.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
597.29/149.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.16
597.70/149.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
597.70/149.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
597.70/149.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
597.70/149.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
721.84/180.81	c lits-rem:       912  cl-subs:       46  v-elim:      0  v-fix:    0  time: 123.78 s
721.84/180.81	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
721.84/180.84	c vivif2 --  cl tried    50070 cl shrink        0 lits rem          0 time: 0.12
722.24/180.99	c asymm  cl-useful: 0/4195/20000 lits-rem:0 time: 0.60
722.24/180.99	c calculated reachability. Time: 0.00
722.24/180.99	c  N dy  2932    537446      1000     20000         0     50070    100000   2710606     96.37   no data  --
738.24/184.94	c  N dy  3049    557535      1000     20000         0     38194    100000   1193041     96.39    106.00  --
753.38/188.75	c  N dy  3158    577630      1000     20000         0     58253    100000   3584915     96.39    102.90  --
768.58/192.55	c  N dy  3261    597954      1000     20000         0     45597    100000   1960439     96.36    101.79  --
785.33/196.75	c  N dy  3377    618057      1000     20000         0     65665    100000   4339360     96.37    101.59  --
800.09/200.43	c  N dy  3487    638120      1000     20000         0     51742    100000   2581054     96.36    104.89  --
817.66/204.89	c  N dy  3605    658267      1000     20000         0     36921    100000    702614     96.38    102.18  --
833.23/208.70	c  N dy  3721    678354      1000     20000         0     56983    100000   3102165     96.40    118.02  --
851.20/213.22	c  N dy  3836    698430      1000     20000         0     41081    100000   1095369     96.42    102.22  --
867.57/217.33	c  N dy  3936    718728      1000     20000         0     61341    100000   3501764     96.39    103.15  --
885.94/221.91	c  N dy  4046    738770      1000     20000         0     44415    100000   1368878     96.39    106.27  --
903.10/226.20	c  N dy  4153    758901      1000     20000         0     64505    100000   3768983     96.40    101.99  --
921.47/230.81	c  N dy  4267    778984      1000     20000         0     46628    100000   1521006     96.40    101.66  --
939.86/235.41	c  N dy  4396    799084      1000     20000         0     66703    100000   3912616     96.43    104.68  --
947.42/237.31	c  S st  4438    806170      1000     20000         0     73780    100000   4766412     96.44   no data  --
948.22/237.52	c  S st  4438    806672      1000     20000         0     74282    100000   4819039     96.44   no data  --
948.22/237.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
948.22/237.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
948.22/237.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
949.05/237.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
949.05/237.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
949.05/237.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
949.05/237.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3889.65/974.25	c lits-rem:       752  cl-subs:      106  v-elim:      0  v-fix:    0  time: 2939.03 s
3889.65/974.25	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3890.05/974.30	c vivif2 --  cl tried    74176 cl shrink        0 lits rem          0 time: 0.21
3891.67/974.79	c asymm  cl-useful: 0/10625/20000 lits-rem:0 time: 1.96
3892.04/974.80	c calculated reachability. Time: 0.00
3892.04/974.80	c  N dy  4438    806672      1000     20000         0     74176    100000   4792585     96.44   no data  --
3910.41/979.42	c  N dy  4558    826723      1000     20000         0     55258    100000   2440341     96.45    102.81  --
3930.78/984.60	c  N dy  4659    846742      1000     20000         0     75245    100000   4813649     96.44    101.67  --
3949.94/989.35	c  N dy  4779    866796      1000     20000         0     55324    100000   2346111     96.46    103.25  --
3972.69/995.01	c  N dy  4893    887904      1000     20000         0     76386    100000   4880839     96.48    101.72  --
3991.46/999.73	c  N dy  4987    908035      1000     20000         0     55558    100000   2261779     96.46    102.27  --
4012.63/1005.04	c  N dy  5094    928143      1000     20000         0     75633    100000   4657040     96.45    102.21  --
4032.58/1010.07	c  N dy  5198    948207      1000     20000         0     53731    100000   1921286     96.45    101.58  --
4053.77/1015.33	c  N dy  5324    968315      1000     20000         0     73811    100000   4326860     96.47    102.20  --
4075.72/1020.88	c  N dy  5441    988373      1000     20000         0     50902    100000   1483478     96.50    109.79  --
4096.06/1025.91	c  N dy  5560   1008393      1000     20000         0     70892    100000   3874132     96.51    103.78  --
4119.23/1031.75	c  N dy  5669   1028427      1000     20000         0     46958    100000    897180     96.51    104.66  --
4138.39/1036.56	c  N dy  5799   1048524      1000     20000         0     67016    100000   3314749     96.56    101.69  --
4163.15/1042.75	c  N dy  5913   1068713      1000     20000         0     87183    100000   5717602     96.56    101.73  --
4167.54/1043.86	c  F st  5935   1071875      1000     20000         0     45413    100000    602155     96.56   no data  --
4182.71/1047.70	c  N dy  6004   1088817      1000     20000         0     62320    100000   2666974     96.57    101.76  --
4206.27/1053.55	c  N dy  6124   1108964      1000     20000         0     82442    100000   5072079     96.58    103.04  --
4228.63/1059.18	c  N dy  6242   1128995      1000     20000         0     56526    100000   1817326     96.59    102.26  --
4250.59/1064.61	c  N dy  6370   1149068      1000     20000         0     76577    100000   4232902     96.61    102.77  --
4276.14/1071.08	c  N dy  6485   1169088      1000     20000         0     49633    100000    881603     96.63    102.26  --
4295.73/1075.99	c  N dy  6598   1189191      1000     20000         0     69693    100000   3277107     96.64    101.78  --
4320.86/1082.22	c  N dy  6717   1209299      1000     20000         0     89768    100000   5685580     96.66    104.87  --
4321.67/1082.49	c  S st  6723   1210008      1000     20000         0     90476    100000   5769364     96.66     95.65  --
4322.85/1082.77	c  S st  6723   1210513      1000     20000         0     90981    100000   5821186     96.66   no data  --
4322.85/1082.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4322.85/1082.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4323.25/1082.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.31
4324.05/1083.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4324.05/1083.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4324.05/1083.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4324.05/1083.05	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368681-1305400637/watcher-3368681-1305400637 -o /tmp/evaluation-result-3368681-1305400637/solver-3368681-1305400637 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368681-1305400637.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.36 7.90 7.97 5/232 3217
/proc/meminfo: memFree=19317676/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 651663461 52465664 352 33554432000 4194304 4650419 140734933287136 18446744073709551615 47976036399030 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 12809 352 303 112 0 7774 0
[pid=3217/tid=3218] ppid=3215 vsize=208088 CPUtime=0 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 204 0 0 0 0 0 0 0 25 0 4 0 651663461 213082112 1143 33554432000 4194304 4650419 140734933287136 18446744073709551615 248089803295 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=208088 CPUtime=0 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 137 0 0 0 0 0 0 0 25 0 4 0 651663461 213082112 1146 33554432000 4194304 4650419 140734933287136 18446744073709551615 248089803246 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=208088 CPUtime=0 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 228 0 0 0 0 0 0 0 25 0 4 0 651663461 213082112 1146 33554432000 4194304 4650419 140734933287136 18446744073709551615 248089803246 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.109502 s]
/proc/loadavg: 7.36 7.90 7.97 5/232 3217
/proc/meminfo: memFree=19317676/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=284068 CPUtime=0.41 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 3133 0 0 0 40 1 0 0 25 0 4 0 651663461 290885632 3053 33554432000 4194304 4650419 140734933287136 18446744073709551615 4369378 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 71017 3053 367 112 0 65982 0
[pid=3217/tid=3218] ppid=3215 vsize=284068 CPUtime=0.09 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 595 0 0 0 9 0 0 0 25 0 4 0 651663461 290885632 3054 33554432000 4194304 4650419 140734933287136 18446744073709551615 4370465 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=284068 CPUtime=0.09 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 621 0 0 0 9 0 0 0 25 0 4 0 651663461 290885632 3054 33554432000 4194304 4650419 140734933287136 18446744073709551615 4371123 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=284068 CPUtime=0.1 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 804 0 0 0 10 0 0 0 25 0 4 0 651663461 290885632 3054 33554432000 4194304 4650419 140734933287136 18446744073709551615 4332033 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 284068

[startup+0.200489 s]
/proc/loadavg: 7.36 7.90 7.97 5/232 3217
/proc/meminfo: memFree=19317676/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=292136 CPUtime=0.77 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 7871 0 0 0 75 2 0 0 25 0 4 0 651663461 299147264 6637 33554432000 4194304 4650419 140734933287136 18446744073709551615 4349694 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 73034 6637 389 112 0 67999 0
[pid=3217/tid=3218] ppid=3215 vsize=292136 CPUtime=0.18 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 2068 0 0 0 18 0 0 0 25 0 4 0 651663461 299147264 6637 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365407 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=292136 CPUtime=0.18 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 2196 0 0 0 18 0 0 0 25 0 4 0 651663461 299147264 6637 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=292136 CPUtime=0.19 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 960 0 0 0 19 0 0 0 25 0 4 0 651663461 299147264 6639 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 292136

[startup+0.300471 s]
/proc/loadavg: 7.36 7.90 7.97 5/232 3217
/proc/meminfo: memFree=19317676/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=292136 CPUtime=1.17 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 8646 0 0 0 115 2 0 0 25 0 4 0 651663461 299147264 7412 33554432000 4194304 4650419 140734933287136 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 73034 7412 389 112 0 67999 0
[pid=3217/tid=3218] ppid=3215 vsize=292136 CPUtime=0.28 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 2264 0 0 0 28 0 0 0 25 0 4 0 651663461 299147264 7412 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=292136 CPUtime=0.28 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 2392 0 0 0 28 0 0 0 25 0 4 0 651663461 299147264 7412 33554432000 4194304 4650419 140734933287136 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=292136 CPUtime=0.29 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 1148 0 0 0 29 0 0 0 25 0 4 0 651663461 299147264 7412 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 292136

[startup+0.700401 s]
/proc/loadavg: 7.36 7.90 7.97 5/232 3217
/proc/meminfo: memFree=19317676/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=295588 CPUtime=2.77 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 12732 0 0 0 275 2 0 0 25 0 4 0 651663461 302682112 8358 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 73897 8360 391 112 0 68862 0
[pid=3217/tid=3218] ppid=3215 vsize=295588 CPUtime=0.68 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 3313 0 0 0 68 0 0 0 25 0 4 0 651663461 302682112 8360 33554432000 4194304 4650419 140734933287136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=295588 CPUtime=0.68 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 3370 0 0 0 68 0 0 0 25 0 4 0 651663461 302682112 8360 33554432000 4194304 4650419 140734933287136 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=295588 CPUtime=0.69 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 2131 0 0 0 69 0 0 0 25 0 4 0 651663461 302682112 8360 33554432000 4194304 4650419 140734933287136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 295588

[startup+1.50026 s]
/proc/loadavg: 7.36 7.90 7.97 9/236 3221
/proc/meminfo: memFree=19261600/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=297124 CPUtime=5.96 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 21006 0 0 0 592 4 0 0 25 0 4 0 651663461 304254976 7649 33554432000 4194304 4650419 140734933287136 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 74281 7649 391 112 0 69246 0
[pid=3217/tid=3218] ppid=3215 vsize=297124 CPUtime=1.49 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 5409 0 0 0 148 1 0 0 25 0 4 0 651663461 304254976 7649 33554432000 4194304 4650419 140734933287136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=297124 CPUtime=1.47 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 5431 0 0 0 146 1 0 0 25 0 4 0 651663461 304254976 7649 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=297124 CPUtime=1.48 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 4128 0 0 0 148 0 0 0 25 0 4 0 651663461 304254976 7649 33554432000 4194304 4650419 140734933287136 18446744073709551615 4334441 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 297124

[startup+3.10098 s]
/proc/loadavg: 7.36 7.90 7.97 9/236 3221
/proc/meminfo: memFree=19259436/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=297740 CPUtime=12.35 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 37415 0 0 0 1228 7 0 0 25 0 4 0 651663461 304885760 13937 33554432000 4194304 4650419 140734933287136 18446744073709551615 4438671 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 74435 13937 393 112 0 69400 0
[pid=3217/tid=3218] ppid=3215 vsize=297740 CPUtime=3.09 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 8658 0 0 0 307 2 0 0 25 0 4 0 651663461 304885760 13937 33554432000 4194304 4650419 140734933287136 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=297740 CPUtime=3.07 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 8645 0 0 0 305 2 0 0 25 0 4 0 651663461 304885760 13937 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=297740 CPUtime=3.09 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 7285 0 0 0 308 1 0 0 25 0 4 0 651663461 304885760 13937 33554432000 4194304 4650419 140734933287136 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 297740

[startup+6.30041 s]
/proc/loadavg: 7.49 7.92 7.97 9/236 3221
/proc/meminfo: memFree=19113020/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=347876 CPUtime=25.12 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 55484 0 0 0 2502 10 0 0 25 0 4 0 651663461 356225024 30377 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 86969 30377 393 112 0 81934 0
[pid=3217/tid=3218] ppid=3215 vsize=347876 CPUtime=6.28 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 11526 0 0 0 626 2 0 0 25 0 4 0 651663461 356225024 30377 33554432000 4194304 4650419 140734933287136 18446744073709551615 4438643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=347876 CPUtime=6.24 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 16700 0 0 0 621 3 0 0 25 0 4 0 651663461 356225024 30377 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=347876 CPUtime=6.28 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 14082 0 0 0 627 1 0 0 25 0 4 0 651663461 356225024 30377 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476318 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 347876

[startup+12.7003 s]
/proc/loadavg: 7.53 7.92 7.97 9/236 3221
/proc/meminfo: memFree=19046964/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=340528 CPUtime=50.67 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 86371 0 0 0 5051 16 0 0 25 0 4 0 651663461 348700672 39269 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 85132 39269 393 112 0 80097 0
[pid=3217/tid=3218] ppid=3215 vsize=340528 CPUtime=12.68 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 23102 0 0 0 1264 4 0 0 25 0 4 0 651663461 348700672 39269 33554432000 4194304 4650419 140734933287136 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=340528 CPUtime=12.59 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 23820 0 0 0 1254 5 0 0 25 0 4 0 651663461 348700672 39269 33554432000 4194304 4650419 140734933287136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=340528 CPUtime=12.68 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 22249 0 0 0 1265 3 0 0 25 0 4 0 651663461 348700672 39269 33554432000 4194304 4650419 140734933287136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 340528

[startup+25.501 s]
/proc/loadavg: 7.63 7.92 7.97 9/236 3221
/proc/meminfo: memFree=18913408/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=390820 CPUtime=101.78 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 120271 0 0 0 10155 23 0 0 25 0 4 0 651663461 400199680 58544 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 97705 58544 393 112 0 92670 0
[pid=3217/tid=3218] ppid=3215 vsize=390820 CPUtime=25.48 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 30467 0 0 0 2542 6 0 0 25 0 4 0 651663461 400199680 58544 33554432000 4194304 4650419 140734933287136 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=390820 CPUtime=25.3 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 30912 0 0 0 2524 6 0 0 25 0 4 0 651663461 400199680 58544 33554432000 4194304 4650419 140734933287136 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=390820 CPUtime=25.48 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 30926 0 0 0 2543 5 0 0 25 0 4 0 651663461 400199680 58544 33554432000 4194304 4650419 140734933287136 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 390820

[startup+51.1005 s]
/proc/loadavg: 7.91 7.96 7.98 9/236 3222
/proc/meminfo: memFree=18788992/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=545188 CPUtime=203.99 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 179355 0 0 0 20362 37 0 0 25 0 4 0 651663461 558272512 75599 33554432000 4194304 4650419 140734933287136 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 136297 75599 393 112 0 131262 0
[pid=3217/tid=3218] ppid=3215 vsize=545188 CPUtime=51.08 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 46215 0 0 0 5098 10 0 0 25 0 4 0 651663461 558272512 75599 33554432000 4194304 4650419 140734933287136 18446744073709551615 4439648 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=545188 CPUtime=50.71 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 43401 0 0 0 5062 9 0 0 25 0 4 0 651663461 558272512 75599 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=545188 CPUtime=51.08 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 53819 0 0 0 5097 11 0 0 25 0 4 0 651663461 558272512 75600 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 545188

[startup+102.3 s]
/proc/loadavg: 8.03 7.98 7.99 9/236 3223
/proc/meminfo: memFree=18644504/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=702160 CPUtime=408.44 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 296673 0 0 0 40775 69 0 0 25 0 4 0 651663461 719011840 101407 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 175540 101407 393 112 0 170505 0
[pid=3217/tid=3218] ppid=3215 vsize=702160 CPUtime=102.29 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 81927 0 0 0 10210 19 0 0 25 0 4 0 651663461 719011840 101410 33554432000 4194304 4650419 140734933287136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=702160 CPUtime=101.55 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 66939 0 0 0 10140 15 0 0 25 0 4 0 651663461 719011840 101410 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=702160 CPUtime=102.29 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 91635 0 0 0 10208 21 0 0 25 0 4 0 651663461 719011840 101410 33554432000 4194304 4650419 140734933287136 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 702160

[startup+162.301 s]

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

[pid=3217] ppid=3215 vsize=1011712 CPUtime=2564.48 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 738612 0 0 0 256200 248 0 0 25 0 4 0 651663461 1035993088 163747 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 252928 163747 393 112 0 247893 0
[pid=3217/tid=3218] ppid=3215 vsize=1011712 CPUtime=642.29 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 166248 0 0 0 64182 47 0 0 25 0 4 0 651663461 1035993088 163747 33554432000 4194304 4650419 140734933287136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1011712 CPUtime=637.63 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272654 0 0 0 63657 106 0 0 25 0 4 0 651663461 1035993088 163747 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1011712 CPUtime=642.3 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193935 0 0 0 64172 58 0 0 25 0 4 0 651663461 1035993088 163747 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2564.48
Current children cumulated vsize (KiB) 1011712

[startup+702.301 s]
/proc/loadavg: 8.06 8.07 8.01 9/236 3244
/proc/meminfo: memFree=18189812/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=1014088 CPUtime=2804.04 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 762099 0 0 0 280143 261 0 0 25 0 4 0 651663461 1038426112 167377 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 253522 167378 393 112 0 248487 0
[pid=3217/tid=3218] ppid=3215 vsize=1014088 CPUtime=702.28 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 189507 0 0 0 70169 59 0 0 25 0 4 0 651663461 1038426112 167378 33554432000 4194304 4650419 140734933287136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1014088 CPUtime=697.19 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272880 0 0 0 69613 106 0 0 25 0 4 0 651663461 1038426112 167378 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1014088 CPUtime=702.29 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 70171 58 0 0 25 0 4 0 651663461 1038426112 167378 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.04
Current children cumulated vsize (KiB) 1014088

[startup+762.301 s]
/proc/loadavg: 8.10 8.08 8.02 9/236 3246
/proc/meminfo: memFree=18193864/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=965088 CPUtime=3043.61 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 784732 0 0 0 304089 272 0 0 25 0 4 0 651663461 988250112 167224 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 241272 167224 393 112 0 236237 0
[pid=3217/tid=3218] ppid=3215 vsize=965088 CPUtime=762.29 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 212139 0 0 0 76159 70 0 0 25 0 4 0 651663461 988250112 167224 33554432000 4194304 4650419 140734933287136 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=965088 CPUtime=756.76 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272880 0 0 0 75570 106 0 0 25 0 4 0 651663461 988250112 167224 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=965088 CPUtime=762.3 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 76172 58 0 0 25 0 4 0 651663461 988250112 167224 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3043.61
Current children cumulated vsize (KiB) 965088

[startup+822.3 s]
/proc/loadavg: 8.18 8.11 8.03 9/236 3247
/proc/meminfo: memFree=18189116/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=1016024 CPUtime=3283.16 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 806264 0 0 0 328030 286 0 0 25 0 4 0 651663461 1040408576 166572 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 254006 166572 393 112 0 248971 0
[pid=3217/tid=3218] ppid=3215 vsize=1016024 CPUtime=822.29 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 233670 0 0 0 82146 83 0 0 25 0 4 0 651663461 1040408576 166572 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1016024 CPUtime=816.32 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272881 0 0 0 81526 106 0 0 25 0 4 0 651663461 1040408576 166572 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1016024 CPUtime=822.29 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 82171 58 0 0 25 0 4 0 651663461 1040408576 166572 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.16
Current children cumulated vsize (KiB) 1016024

[startup+882.309 s]
/proc/loadavg: 8.17 8.12 8.03 9/236 3249
/proc/meminfo: memFree=18172340/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=1082180 CPUtime=3522.75 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 827235 0 0 0 351977 298 0 0 25 0 4 0 651663461 1108152320 169952 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 270545 169952 393 112 0 265510 0
[pid=3217/tid=3218] ppid=3215 vsize=1082180 CPUtime=882.3 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 254641 0 0 0 88135 95 0 0 25 0 4 0 651663461 1108152320 169952 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1082180 CPUtime=875.89 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272881 0 0 0 87483 106 0 0 25 0 4 0 651663461 1108152320 169952 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1082180 CPUtime=882.31 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 88172 59 0 0 25 0 4 0 651663461 1108152320 169952 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.75
Current children cumulated vsize (KiB) 1082180

[startup+942.3 s]
/proc/loadavg: 8.06 8.09 8.02 9/236 3251
/proc/meminfo: memFree=18154696/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=1082180 CPUtime=3762.27 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 851408 0 0 0 375925 302 0 0 25 0 4 0 651663461 1108152320 169631 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 270545 169631 393 112 0 265510 0
[pid=3217/tid=3218] ppid=3215 vsize=1082180 CPUtime=942.29 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 278814 0 0 0 94130 99 0 0 25 0 4 0 651663461 1108152320 169631 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1082180 CPUtime=935.45 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272881 0 0 0 93439 106 0 0 25 0 4 0 651663461 1108152320 169631 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1082180 CPUtime=942.3 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 94171 59 0 0 25 0 4 0 651663461 1108152320 169631 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3762.27
Current children cumulated vsize (KiB) 1082180

[startup+1002.3 s]
/proc/loadavg: 8.02 8.07 8.02 9/236 3252
/proc/meminfo: memFree=18126248/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=1082764 CPUtime=4001.84 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 891118 0 0 0 399870 314 0 0 25 0 4 0 651663461 1108750336 177183 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 270691 177183 393 112 0 265656 0
[pid=3217/tid=3218] ppid=3215 vsize=1082764 CPUtime=1002.29 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 302894 0 0 0 100127 102 0 0 25 0 4 0 651663461 1108750336 177183 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1082764 CPUtime=995.01 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272881 0 0 0 99395 106 0 0 25 0 4 0 651663461 1108750336 177183 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1082764 CPUtime=1002.31 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 100172 59 0 0 25 0 4 0 651663461 1108750336 177183 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4001.84
Current children cumulated vsize (KiB) 1082764

[startup+1062.3 s]
/proc/loadavg: 8.01 8.06 8.01 9/236 3254
/proc/meminfo: memFree=18176676/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=1084196 CPUtime=4241.4 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 936475 0 0 0 423805 335 0 0 25 0 4 0 651663461 1110216704 168042 33554432000 4194304 4650419 140734933287136 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 271049 168042 393 112 0 266014 0
[pid=3217/tid=3218] ppid=3215 vsize=1084196 CPUtime=1062.29 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 323338 0 0 0 106124 105 0 0 25 0 4 0 651663461 1110216704 168042 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1084196 CPUtime=1054.58 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272881 0 0 0 105352 106 0 0 25 0 4 0 651663461 1110216704 168042 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1084196 CPUtime=1062.31 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 106172 59 0 0 25 0 4 0 651663461 1110216704 168042 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4241.4
Current children cumulated vsize (KiB) 1084196

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/236 3255
/proc/meminfo: memFree=18132124/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=1084376 CPUtime=4480.96 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 978105 0 0 0 447750 346 0 0 25 0 4 0 651663461 1110401024 175528 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 271094 175528 393 112 0 266059 0
[pid=3217/tid=3218] ppid=3215 vsize=1084376 CPUtime=1122.3 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 350412 0 0 0 112120 110 0 0 25 0 4 0 651663461 1110401024 175528 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1084376 CPUtime=1114.14 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272881 0 0 0 111308 106 0 0 25 0 4 0 651663461 1110401024 175528 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1084376 CPUtime=1122.31 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 112172 59 0 0 25 0 4 0 651663461 1110401024 175528 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4480.96
Current children cumulated vsize (KiB) 1084376

[startup+1182.3 s]
/proc/loadavg: 8.09 8.06 8.01 9/236 3257
/proc/meminfo: memFree=18126768/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=1046136 CPUtime=4720.52 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 1009979 0 0 0 471699 353 0 0 25 0 4 0 651663461 1071243264 177742 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 261534 177743 393 112 0 256499 0
[pid=3217/tid=3218] ppid=3215 vsize=1046136 CPUtime=1182.3 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 374468 0 0 0 118114 116 0 0 25 0 4 0 651663461 1071243264 177743 33554432000 4194304 4650419 140734933287136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1046136 CPUtime=1173.71 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272881 0 0 0 117265 106 0 0 25 0 4 0 651663461 1071243264 177743 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1046136 CPUtime=1182.31 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 118172 59 0 0 25 0 4 0 651663461 1071243264 177743 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4720.52
Current children cumulated vsize (KiB) 1046136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.3 s]
/proc/loadavg: 8.07 8.06 8.01 6/231 3259
/proc/meminfo: memFree=18616108/32950928 swapFree=64721848/67111528
[pid=3217] ppid=3215 vsize=1046192 CPUtime=4800.42 cores=0,2,4,6
/proc/3217/stat : 3217 (strangenight1-m) R 3215 3217 2957 0 -1 4202496 1020975 0 0 0 479683 359 0 0 25 0 4 0 651663461 1071300608 177591 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3217/statm: 261548 177591 393 112 0 256513 0
[pid=3217/tid=3218] ppid=3215 vsize=1046192 CPUtime=1202.31 cores=0,2,4,6
/proc/3217/task/3218/stat : 3218 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 382509 0 0 0 120110 121 0 0 25 0 4 0 651663461 1071300608 177593 33554432000 4194304 4650419 140734933287136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3217/tid=3219] ppid=3215 vsize=1046192 CPUtime=1193.57 cores=0,2,4,6
/proc/3217/task/3219/stat : 3219 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 272881 0 0 0 119251 106 0 0 25 0 4 0 651663461 1071300608 177593 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3217/tid=3220] ppid=3215 vsize=1046192 CPUtime=1202.32 cores=0,2,4,6
/proc/3217/task/3220/stat : 3220 (strangenight1-m) R 3215 3217 2957 0 -1 4202560 193938 0 0 0 120173 59 0 0 25 0 4 0 651663461 1071300608 177593 33554432000 4194304 4650419 140734933287136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 1046192

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.35
CPU time (s): 4800.49
CPU user time (s): 4796.86
CPU system time (s): 3.62845
CPU usage (%): 399.257
Max. virtual memory (cumulated for all children) (KiB): 1097424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.86
system time used= 3.62845
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1020980
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= 2040
involuntary context switches= 23343

runsolver used 2.46762 second user time and 6.29704 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-14 21:17:17
IDJOB=3368681
IDBENCH=82690
IDSOLVER=1846
FILE ID=node123/3368681-1305400637
RUNJOBID= node123-1305398227-2977
PBS_JOBID= 13324482
Free space on /tmp= 73360 MiB

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

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

MD5SUM BENCH= b0f2a8c1ae428dae6bc946bb38e8786d
RANDOM SEED=1460391494

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19318080 kB
Buffers:        296096 kB
Cached:        3991736 kB
SwapCached:      10528 kB
Active:       10628424 kB
Inactive:      2737456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19318080 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           13236 kB
Writeback:           0 kB
AnonPages:     9075108 kB
Mapped:          16020 kB
Slab:           175840 kB
PageTables:      31152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13110656 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= 73360 MiB
End job on node123 at 2011-05-14 21:37:21