Trace number 3175072

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.74

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-3175072-1304081656.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.03/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.38
0.03/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.03/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.03/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.03/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.03/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.03/0.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
0.03/0.93	c Finding binary XORs  T:     0.00 s  found:       0
0.03/0.93	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.03/0.93	c calculated reachability. Time: 0.00
0.03/0.93	c Calc default polars -  time:   0.00 s pos:     476 undec:      33 neg:     491
0.03/0.93	c =========================================================================================
0.03/0.93	c types(t): F = full restart, N = normal restart
0.03/0.93	c types(t): S = simplification begin/end, E = solution found
0.03/0.93	c restart types(rt): st = static, dy = dynamic
0.03/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.03/0.93	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.03/0.93	c  N dy    16      4083      1000     20000         0      4071    100000    505290     96.74    102.39  --
0.03/0.93	c  N dy    37      8169      1000     20000         0      5660    100000    513708     96.61    104.09  --
4.20/1.10	c  N dy    58     12261      1000     20000         0      5507    100000    335873     95.79    102.64  --
5.57/1.40	c  N dy    79     16368      1000     20000         0      9610    100000    814383     95.11    100.60  --
6.37/1.66	c  N dy   103     20498      1000     20000         0      8119    100000    506140     95.37    100.54  --
7.59/1.99	c  N dy   127     24743      1000     20000         0     12356    100000   1012412     95.59    104.38  --
7.96/2.02	c  F st   129     25001      1000     20000         0     12614    100000   1044152     95.64     87.73  --
9.56/2.45	c  N dy   135     30002      1000     20000         0     10800    100000    757220     95.64   no data  --
9.56/2.45	c  S st   135     30002      1000     20000         0     10800    100000    757220     95.64   no data  --
9.56/2.50	c  S st   135     30505      1000     20000         0     11303    100000    809064     95.64   no data  --
9.96/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.96/2.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.96/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.96/2.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.54/6.96	c lits-rem:      5376  cl-subs:       36  v-elim:      0  v-fix:    0  time: 17.57 s
28.34/7.13	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.70
28.34/7.13	c calculated reachability. Time: 0.00
28.34/7.13	c  N dy   135     30505      1000     20000         0     11267    100000    794615     95.64   no data  --
29.93/7.53	c  N dy   153     34719      1000     20000         0     15475    100000   1293518     95.27    100.30  --
31.13/7.89	c  N dy   172     38839      1000     20000         0     11700    100000    690328     95.15    100.28  --
32.73/8.28	c  N dy   201     42877      1000     20000         0     15735    100000   1175005     95.51    103.03  --
33.94/8.57	c  S st   219     45757      1000     20000         0      9670    100000    334722     95.51   no data  --
34.33/8.61	c  S st   219     46262      1000     20000         0     10175    100000    384488     95.51   no data  --
34.33/8.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.33/8.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.33/8.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
34.33/8.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.33/8.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.33/8.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
34.33/8.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.31/12.14	c lits-rem:      1293  cl-subs:        2  v-elim:      0  v-fix:    0  time: 13.94 s
48.31/12.14	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
48.31/12.15	c vivif2 --  cl tried    10173 cl shrink        0 lits rem          0 time: 0.02
48.71/12.28	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.54
48.71/12.28	c calculated reachability. Time: 0.00
48.71/12.28	c  N dy   219     46262      1000     20000         0     10173    100000    382824     95.51   no data  --
50.31/12.64	c  N dy   240     50308      1000     20000         0     14213    100000    859315     95.46    101.57  --
51.90/13.07	c  N dy   268     54533      1000     20000         0     18436    100000   1357519     95.57    102.22  --
53.50/13.47	c  N dy   289     58610      1000     20000         0     12542    100000    562072     95.64    101.77  --
55.52/13.95	c  N dy   313     63452      1000     20000         0     17377    100000   1134330     95.68    101.59  --
57.49/14.43	c  N dy   338     67565      1000     20000         0     21484    100000   1625236     95.72    110.72  --
58.29/14.61	c  S st   348     69393      1000     20000         0     12334    100000    426586     95.70   no data  --
58.29/14.67	c  S st   348     69897      1000     20000         0     12838    100000    476575     95.70   no data  --
58.29/14.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.29/14.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.29/14.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
58.69/14.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.69/14.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.69/14.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
58.69/14.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
74.67/18.73	c lits-rem:      2063  cl-subs:        4  v-elim:      0  v-fix:    0  time: 16.05 s
74.67/18.73	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
74.67/18.74	c vivif2 --  cl tried    12834 cl shrink        0 lits rem          0 time: 0.02
75.47/18.93	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.77
75.47/18.93	c calculated reachability. Time: 0.00
75.47/18.93	c  N dy   348     69897      1000     20000         0     12834    100000    473548     95.70   no data  --
77.49/19.41	c  N dy   379     74366      1000     20000         0     17294    100000   1009317     95.96    123.08  --
79.47/19.96	c  N dy   408     79156      1000     20000         0     22078    100000   1577984     96.00    101.37  --
81.88/20.54	c  N dy   438     84321      1000     20000         0     15254    100000    671195     96.05    102.29  --
83.06/20.88	c  F st   452     87501      1000     20000         0     18429    100000   1049257     95.97   no data  --
84.66/21.26	c  N st   457     90796      1000     20000         0     21715    100000   1461052     95.97   no data  --
87.45/21.98	c  N dy   466     96896      1000     20000         0     14836    100000    511484     95.67    101.48  --
90.25/22.64	c  N dy   499    103087      1000     20000         0     21017    100000   1238650     95.62    100.92  --
91.07/22.85	c  S st   510    104848      1000     20000         0     22775    100000   1449028     95.67   no data  --
91.45/22.93	c  S st   510    105353      1000     20000         0     23280    100000   1502781     95.67   no data  --
91.45/22.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
91.45/22.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.45/22.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
91.85/23.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.85/23.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.85/23.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
91.85/23.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
118.61/29.70	c lits-rem:      1214  cl-subs:       37  v-elim:      0  v-fix:    0  time: 26.69 s
118.61/29.70	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
118.61/29.72	c vivif2 --  cl tried    23243 cl shrink        0 lits rem          0 time: 0.06
119.81/30.00	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.12
119.81/30.00	c calculated reachability. Time: 0.00
119.81/30.00	c  N dy   510    105353      1000     20000         0     23243    100000   1492659     95.67   no data  --
123.00/30.80	c  N dy   546    112175      1000     20000         0     16079    100000    548300     95.56    101.41  --
126.22/31.61	c  N dy   595    119408      1000     20000         0     23302    100000   1415168     95.73    103.77  --
129.80/32.57	c  N dy   641    127094      1000     20000         0     15999    100000    427426     95.77    100.85  --
133.79/33.50	c  N dy   691    135305      1000     20000         0     24195    100000   1405250     95.84    102.52  --
138.18/34.62	c  N dy   742    144007      1000     20000         0     16908    100000    424877     95.90    101.43  --
142.17/35.63	c  N dy   793    153245      1000     20000         0     26129    100000   1525962     95.91    101.11  --
144.57/36.29	c  S st   823    158030      1000     20000         0     30906    100000   2102426     95.98   no data  --
144.98/36.38	c  S st   823    158535      1000     20000         0     31411    100000   2156248     95.98   no data  --
144.98/36.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
144.98/36.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
145.38/36.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
145.38/36.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.38/36.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.38/36.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
145.38/36.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
199.31/49.99	c lits-rem:      1068  cl-subs:       55  v-elim:      0  v-fix:    0  time: 53.87 s
199.31/49.99	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
199.71/50.01	c vivif2 --  cl tried    31356 cl shrink        0 lits rem          0 time: 0.09
200.92/50.39	c asymm  cl-useful: 0/18929/20000 lits-rem:0 time: 1.53
200.92/50.39	c calculated reachability. Time: 0.00
200.92/50.39	c  N dy   823    158535      1000     20000         0     31356    100000   2142046     95.98   no data  --
206.49/51.70	c  N dy   879    168681      1000     20000         0     24514    100000   1218028     96.02    106.61  --
212.48/53.21	c  N dy   936    179599      1000     20000         0     35418    100000   2509040     95.99    101.43  --
218.10/54.66	c  N dy  1010    191136      1000     20000         0     28948    100000   1632956     96.08    102.01  --
224.46/56.27	c  N dy  1073    203447      1000     20000         0     22280    100000    735371     96.08    101.14  --
230.86/57.90	c  N dy  1147    216572      1000     20000         0     35387    100000   2275536     96.06    102.28  --
238.05/59.67	c  N dy  1224    230587      1000     20000         0     29407    100000   1461553     96.06    101.67  --
242.05/60.62	c  S st  1263    237802      1000     20000         0     36617    100000   2315767     96.05     91.50  --
242.45/60.72	c  S st  1263    238305      1000     20000         0     37120    100000   2371271     96.05   no data  --
242.45/60.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
242.45/60.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
242.45/60.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
242.85/60.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.85/60.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.85/60.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
242.85/60.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
317.54/79.52	c lits-rem:      1000  cl-subs:       53  v-elim:      0  v-fix:    0  time: 74.55 s
317.54/79.52	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
317.54/79.55	c vivif2 --  cl tried    37067 cl shrink        0 lits rem          0 time: 0.10
317.54/79.58	c asymm  cl-useful: 0/1071/20000 lits-rem:0 time: 0.11
317.54/79.58	c calculated reachability. Time: 0.00
317.54/79.58	c  N dy  1263    238305      1000     20000         0     37067    100000   2357838     96.05   no data  --
325.93/81.69	c  N dy  1363    253560      1000     20000         0     31333    100000   1590776     96.19    101.68  --
335.51/84.02	c  N dy  1456    269840      1000     20000         0     25621    100000    792035     96.22    102.96  --
345.10/86.45	c  N dy  1560    287204      1000     20000         0     42953    100000   2860761     96.27    101.99  --
355.48/89.05	c  N dy  1673    305562      1000     20000         0     38335    100000   2201792     96.32    101.46  --
355.89/89.15	c  F st  1676    306251      1000     20000         0     39024    100000   2280444     96.31     98.99  --
366.68/91.88	c  N dy  1758    325085      1000     20000         0     33852    100000   1563576     96.33    102.84  --
379.45/95.09	c  N dy  1873    345120      1000     20000         0     28893    100000    854556     96.37    102.91  --
387.05/96.94	c  S st  1943    357457      1000     20000         0     41209    100000   2322195     96.39     96.39  --
387.45/97.06	c  S st  1943    357963      1000     20000         0     41715    100000   2371343     96.39   no data  --
387.45/97.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
387.45/97.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
387.85/97.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
387.85/97.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
387.85/97.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
387.85/97.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
387.85/97.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
482.14/120.72	c lits-rem:       557  cl-subs:       55  v-elim:      0  v-fix:    0  time: 93.92 s
482.14/120.72	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
482.14/120.75	c vivif2 --  cl tried    41660 cl shrink        0 lits rem          0 time: 0.10
483.72/121.10	c asymm  cl-useful: 0/15805/20000 lits-rem:0 time: 1.40
483.72/121.10	c calculated reachability. Time: 0.00
483.72/121.10	c  N dy  1943    357963      1000     20000         0     41660    100000   2358345     96.39   no data  --
495.70/124.10	c  N dy  2032    377990      1000     20000         0     35704    100000   1549636     96.29    101.63  --
508.88/127.41	c  N dy  2136    398037      1000     20000         0     28766    100000    618224     96.27    104.64  --
521.28/130.56	c  N dy  2255    418115      1000     20000         0     48821    100000   2999263     96.29    101.98  --
534.87/133.96	c  N dy  2384    438166      1000     20000         0     40873    100000   1949083     96.35    110.62  --
549.63/137.64	c  N dy  2491    458272      1000     20000         0     31991    100000    780958     96.36    103.53  --
563.21/141.02	c  N dy  2600    478409      1000     20000         0     52083    100000   3180393     96.36    102.90  --
577.60/144.65	c  N dy  2702    498449      1000     20000         0     42132    100000   1870054     96.31    102.33  --
594.37/148.82	c  N dy  2817    518967      1000     20000         0     31670    100000    518160     96.33    101.98  --
606.75/151.96	c  S st  2932    536945      1000     20000         0     49615    100000   2666452     96.37   no data  --
607.55/152.10	c  S st  2932    537446      1000     20000         0     50116    100000   2721617     96.37   no data  --
607.55/152.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
607.55/152.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
607.55/152.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
607.95/152.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
607.95/152.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
607.95/152.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
607.95/152.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
732.99/183.54	c lits-rem:       912  cl-subs:       46  v-elim:      0  v-fix:    0  time: 124.91 s
732.99/183.54	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
732.99/183.57	c vivif2 --  cl tried    50070 cl shrink        0 lits rem          0 time: 0.11
733.79/183.72	c asymm  cl-useful: 0/4195/20000 lits-rem:0 time: 0.60
733.79/183.72	c calculated reachability. Time: 0.00
733.79/183.72	c  N dy  2932    537446      1000     20000         0     50070    100000   2710606     96.37   no data  --
749.36/187.65	c  N dy  3049    557535      1000     20000         0     38194    100000   1193041     96.39    106.00  --
764.53/191.47	c  N dy  3158    577630      1000     20000         0     58253    100000   3584915     96.39    102.90  --
779.72/195.23	c  N dy  3261    597954      1000     20000         0     45597    100000   1960439     96.36    101.79  --
796.50/199.44	c  N dy  3377    618057      1000     20000         0     65665    100000   4339360     96.37    101.59  --
811.30/203.13	c  N dy  3487    638120      1000     20000         0     51742    100000   2581054     96.36    104.89  --
829.27/207.67	c  N dy  3605    658267      1000     20000         0     36921    100000    702614     96.38    102.18  --
844.43/211.42	c  N dy  3721    678354      1000     20000         0     56983    100000   3102165     96.40    118.02  --
862.41/215.99	c  N dy  3836    698430      1000     20000         0     41081    100000   1095369     96.42    102.22  --
879.19/220.11	c  N dy  3936    718728      1000     20000         0     61341    100000   3501764     96.39    103.15  --
897.16/224.68	c  N dy  4046    738770      1000     20000         0     44415    100000   1368878     96.39    106.27  --
914.34/228.93	c  N dy  4153    758901      1000     20000         0     64505    100000   3768983     96.40    101.99  --
932.71/233.55	c  N dy  4267    778984      1000     20000         0     46628    100000   1521006     96.40    101.66  --
951.10/238.18	c  N dy  4396    799084      1000     20000         0     66703    100000   3912616     96.43    104.68  --
958.69/240.07	c  S st  4438    806170      1000     20000         0     73780    100000   4766412     96.44   no data  --
959.48/240.28	c  S st  4438    806672      1000     20000         0     74282    100000   4819039     96.44   no data  --
959.48/240.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
959.48/240.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
959.88/240.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
960.71/240.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
960.71/240.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
960.71/240.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
960.71/240.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3909.92/978.82	c lits-rem:       752  cl-subs:      106  v-elim:      0  v-fix:    0  time: 2947.43 s
3909.92/978.82	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
3909.92/978.87	c vivif2 --  cl tried    74176 cl shrink        0 lits rem          0 time: 0.21
3911.92/979.37	c asymm  cl-useful: 0/10625/20000 lits-rem:0 time: 1.98
3911.92/979.37	c calculated reachability. Time: 0.00
3911.92/979.37	c  N dy  4438    806672      1000     20000         0     74176    100000   4792585     96.44   no data  --
3930.70/984.02	c  N dy  4558    826723      1000     20000         0     55258    100000   2440341     96.45    102.81  --
3951.47/989.20	c  N dy  4659    846742      1000     20000         0     75245    100000   4813649     96.44    101.67  --
3970.25/993.96	c  N dy  4779    866796      1000     20000         0     55324    100000   2346111     96.46    103.25  --
3993.03/999.61	c  N dy  4893    887904      1000     20000         0     76386    100000   4880839     96.48    101.72  --
4011.78/1004.33	c  N dy  4987    908035      1000     20000         0     55558    100000   2261779     96.46    102.27  --
4032.95/1009.67	c  N dy  5094    928143      1000     20000         0     75633    100000   4657040     96.45    102.21  --
4053.33/1014.71	c  N dy  5198    948207      1000     20000         0     53731    100000   1921286     96.45    101.58  --
4074.11/1019.97	c  N dy  5324    968315      1000     20000         0     73811    100000   4326860     96.47    102.20  --
4096.47/1025.51	c  N dy  5441    988373      1000     20000         0     50902    100000   1483478     96.50    109.79  --
4116.44/1030.51	c  N dy  5560   1008393      1000     20000         0     70892    100000   3874132     96.51    103.78  --
4139.62/1036.36	c  N dy  5669   1028427      1000     20000         0     46958    100000    897180     96.51    104.66  --
4158.79/1041.17	c  N dy  5799   1048524      1000     20000         0     67016    100000   3314749     96.56    101.69  --
4183.56/1047.39	c  N dy  5913   1068713      1000     20000         0     87183    100000   5717602     96.56    101.73  --
4187.95/1048.49	c  F st  5935   1071875      1000     20000         0     45413    100000    602155     96.56   no data  --
4203.55/1052.33	c  N dy  6004   1088817      1000     20000         0     62320    100000   2666974     96.57    101.76  --
4226.70/1058.18	c  N dy  6124   1108964      1000     20000         0     82442    100000   5072079     96.58    103.04  --
4249.46/1063.81	c  N dy  6242   1128995      1000     20000         0     56526    100000   1817326     96.59    102.26  --
4271.04/1069.26	c  N dy  6370   1149068      1000     20000         0     76577    100000   4232902     96.61    102.77  --
4297.00/1075.71	c  N dy  6485   1169088      1000     20000         0     49633    100000    881603     96.63    102.26  --
4316.58/1080.63	c  N dy  6598   1189191      1000     20000         0     69693    100000   3277107     96.64    101.78  --
4341.35/1086.86	c  N dy  6717   1209299      1000     20000         0     89768    100000   5685580     96.66    104.87  --
4342.54/1087.12	c  S st  6723   1210008      1000     20000         0     90476    100000   5769364     96.66     95.65  --
4343.74/1087.40	c  S st  6723   1210513      1000     20000         0     90981    100000   5821186     96.66   no data  --
4343.74/1087.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4343.74/1087.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4343.74/1087.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
4344.56/1087.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4344.56/1087.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4344.56/1087.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4344.56/1087.68	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-3175072-1304081656/watcher-3175072-1304081656 -o /tmp/evaluation-result-3175072-1304081656/solver-3175072-1304081656 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175072-1304081656.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.02 8.11 8.08 5/180 23500
/proc/meminfo: memFree=29757372/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 598396257 52465664 352 33554432000 4194304 4650419 140735575281136 18446744073709551615 47987837732786 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 12809 352 303 112 0 7774 0
[pid=23500/tid=23501] ppid=23498 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 598396258 52465664 352 33554432000 4194304 4650419 140735575281136 18446744073709551615 47987837732786 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 598396258 52465664 352 33554432000 4194304 4650419 140735575281136 18446744073709551615 47987837732780 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 598396258 52465664 352 33554432000 4194304 4650419 140735575281136 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0115231 s]
/proc/loadavg: 8.02 8.11 8.08 5/180 23500
/proc/meminfo: memFree=29757372/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=282504 CPUtime=0.03 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 1914 0 0 0 3 0 0 0 18 0 4 0 598396257 289284096 1823 33554432000 4194304 4650419 140735575281136 18446744073709551615 256415496735 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 70775 2169 343 112 0 65740 0
[pid=23500/tid=23501] ppid=23498 vsize=283240 CPUtime=0.01 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 529 0 0 0 1 0 0 0 18 0 4 0 598396258 290037760 2397 33554432000 4194304 4650419 140735575281136 18446744073709551615 256415449514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=283312 CPUtime=0.01 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 418 0 0 0 1 0 0 0 18 0 4 0 598396258 290111488 2451 33554432000 4194304 4650419 140735575281136 18446744073709551615 256415496735 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=283520 CPUtime=0.01 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) S 23498 23500 23268 0 -1 4202560 574 0 0 0 1 0 0 0 18 0 4 0 598396258 290324480 2549 33554432000 4194304 4650419 140735575281136 18446744073709551615 256415496686 0 0 4096 2 18446604471150578496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 282504

[startup+0.933233 s]
/proc/loadavg: 8.02 8.11 8.08 5/180 23500
/proc/meminfo: memFree=29757372/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=305468 CPUtime=3.7 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 15194 0 0 0 368 2 0 0 18 0 4 0 598396257 312799232 9257 33554432000 4194304 4650419 140735575281136 18446744073709551615 256415416215 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 76367 8912 391 112 0 71332 0
[pid=23500/tid=23501] ppid=23498 vsize=305468 CPUtime=0.92 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 4159 0 0 0 92 0 0 0 18 0 4 0 598396258 312799232 8912 33554432000 4194304 4650419 140735575281136 18446744073709551615 256415434887 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=296340 CPUtime=0.94 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 4034 0 0 0 94 0 0 0 19 0 4 0 598396258 303452160 7809 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=296340 CPUtime=0.94 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 3223 0 0 0 94 0 0 0 19 0 4 0 598396258 303452160 7809 33554432000 4194304 4650419 140735575281136 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 305468

[startup+1.05823 s]
/proc/loadavg: 8.02 8.11 8.08 5/180 23500
/proc/meminfo: memFree=29757372/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=296340 CPUtime=4.2 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 16835 0 0 0 417 3 0 0 19 0 4 0 598396257 303452160 8467 33554432000 4194304 4650419 140735575281136 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 74085 8468 391 112 0 69050 0
[pid=23500/tid=23501] ppid=23498 vsize=296340 CPUtime=1.04 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 4370 0 0 0 104 0 0 0 19 0 4 0 598396258 303452160 8468 33554432000 4194304 4650419 140735575281136 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=296340 CPUtime=1.04 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 4206 0 0 0 104 0 0 0 19 0 4 0 598396258 303452160 8468 33554432000 4194304 4650419 140735575281136 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=296340 CPUtime=1.03 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 3378 0 0 0 103 0 0 0 19 0 4 0 598396258 303452160 8468 33554432000 4194304 4650419 140735575281136 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 296340

[startup+1.15821 s]
/proc/loadavg: 8.02 8.11 8.08 5/180 23500
/proc/meminfo: memFree=29757372/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=296340 CPUtime=4.6 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 17484 0 0 0 457 3 0 0 19 0 4 0 598396257 303452160 9116 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 74085 9116 391 112 0 69050 0
[pid=23500/tid=23501] ppid=23498 vsize=296340 CPUtime=1.14 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 4535 0 0 0 114 0 0 0 19 0 4 0 598396258 303452160 9116 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=296340 CPUtime=1.14 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 4370 0 0 0 114 0 0 0 19 0 4 0 598396258 303452160 9116 33554432000 4194304 4650419 140735575281136 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=296340 CPUtime=1.14 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 3534 0 0 0 113 1 0 0 19 0 4 0 598396258 303452160 9116 33554432000 4194304 4650419 140735575281136 18446744073709551615 4363337 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 296340

[startup+1.50114 s]
/proc/loadavg: 8.02 8.11 8.08 5/180 23500
/proc/meminfo: memFree=29757372/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=296868 CPUtime=5.97 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 21202 0 0 0 593 4 0 0 20 0 4 0 598396257 303992832 7943 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 74217 7943 391 112 0 69182 0
[pid=23500/tid=23501] ppid=23498 vsize=296868 CPUtime=1.48 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 5423 0 0 0 148 0 0 0 19 0 4 0 598396258 303992832 7943 33554432000 4194304 4650419 140735575281136 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=296868 CPUtime=1.49 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 5280 0 0 0 148 1 0 0 20 0 4 0 598396258 303992832 7943 33554432000 4194304 4650419 140735575281136 18446744073709551615 4354952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=296868 CPUtime=1.48 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 4518 0 0 0 147 1 0 0 20 0 4 0 598396258 303992832 7944 33554432000 4194304 4650419 140735575281136 18446744073709551615 4229472 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) 296868

[startup+3.10084 s]
/proc/loadavg: 8.02 8.11 8.08 9/184 23504
/proc/meminfo: memFree=29654472/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=297484 CPUtime=12.35 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 37696 0 0 0 1228 7 0 0 25 0 4 0 598396257 304623616 14345 33554432000 4194304 4650419 140735575281136 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 74371 14346 393 112 0 69336 0
[pid=23500/tid=23501] ppid=23498 vsize=297484 CPUtime=3.08 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 8616 0 0 0 307 1 0 0 24 0 4 0 598396258 304623616 14347 33554432000 4194304 4650419 140735575281136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=297484 CPUtime=3.08 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 8601 0 0 0 307 1 0 0 24 0 4 0 598396258 304623616 14347 33554432000 4194304 4650419 140735575281136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=297484 CPUtime=3.07 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 7723 0 0 0 305 2 0 0 25 0 4 0 598396258 304623616 14347 33554432000 4194304 4650419 140735575281136 18446744073709551615 4333858 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 297484

[startup+6.30624 s]
/proc/loadavg: 8.02 8.11 8.08 9/184 23504
/proc/meminfo: memFree=29546508/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=308432 CPUtime=25.16 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 55605 0 0 0 2505 11 0 0 25 0 4 0 598396257 315834368 30576 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 77108 30576 393 112 0 72073 0
[pid=23500/tid=23501] ppid=23498 vsize=308432 CPUtime=6.28 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 11348 0 0 0 627 1 0 0 25 0 4 0 598396258 315834368 30576 33554432000 4194304 4650419 140735575281136 18446744073709551615 4438643 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=308432 CPUtime=6.3 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 16413 0 0 0 627 3 0 0 25 0 4 0 598396258 315834368 30576 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=308432 CPUtime=6.26 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 15086 0 0 0 622 4 0 0 25 0 4 0 598396258 315834368 30576 33554432000 4194304 4650419 140735575281136 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) 308432

[startup+12.701 s]
/proc/loadavg: 8.02 8.11 8.08 9/184 23505
/proc/meminfo: memFree=29496680/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=337248 CPUtime=50.71 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 84401 0 0 0 5054 17 0 0 25 0 4 0 598396257 345341952 38382 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 84312 38382 393 112 0 79277 0
[pid=23500/tid=23501] ppid=23498 vsize=337248 CPUtime=12.69 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 21162 0 0 0 1266 3 0 0 25 0 4 0 598396258 345341952 38382 33554432000 4194304 4650419 140735575281136 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=337248 CPUtime=12.69 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 22984 0 0 0 1264 5 0 0 25 0 4 0 598396258 345341952 38383 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=337248 CPUtime=12.62 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 23354 0 0 0 1257 5 0 0 25 0 4 0 598396258 345341952 38383 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 337248

[startup+25.5006 s]
/proc/loadavg: 8.01 8.10 8.08 9/184 23505
/proc/meminfo: memFree=29342884/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=347888 CPUtime=101.83 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 122755 0 0 0 10157 26 0 0 25 0 4 0 598396257 356237312 60626 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 86972 60626 393 112 0 81937 0
[pid=23500/tid=23501] ppid=23498 vsize=347888 CPUtime=25.48 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 29791 0 0 0 2543 5 0 0 25 0 4 0 598396258 356237312 60626 33554432000 4194304 4650419 140735575281136 18446744073709551615 4426564 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=347888 CPUtime=25.48 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 30893 0 0 0 2542 6 0 0 25 0 4 0 598396258 356237312 60626 33554432000 4194304 4650419 140735575281136 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=347888 CPUtime=25.35 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 32299 0 0 0 2528 7 0 0 25 0 4 0 598396258 356237312 60626 33554432000 4194304 4650419 140735575281136 18446744073709551615 4366819 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) 347888

[startup+51.1008 s]
/proc/loadavg: 8.01 8.09 8.08 9/184 23506
/proc/meminfo: memFree=29204300/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=468008 CPUtime=204.1 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 182367 0 0 0 20367 43 0 0 25 0 4 0 598396257 479240192 81706 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 117002 81706 393 112 0 111967 0
[pid=23500/tid=23501] ppid=23498 vsize=468008 CPUtime=51.08 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 42320 0 0 0 5099 9 0 0 25 0 4 0 598396258 479240192 81706 33554432000 4194304 4650419 140735575281136 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=468008 CPUtime=51.08 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 46368 0 0 0 5099 9 0 0 25 0 4 0 598396258 479240192 81706 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=468008 CPUtime=50.81 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 55517 0 0 0 5066 15 0 0 25 0 4 0 598396258 479240192 81706 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476309 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) 468008

[startup+102.301 s]
/proc/loadavg: 8.05 8.09 8.08 9/184 23507
/proc/meminfo: memFree=29080992/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=580688 CPUtime=408.62 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 295545 0 0 0 40783 79 0 0 25 0 4 0 598396257 594624512 97296 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 145172 97296 393 112 0 140137 0
[pid=23500/tid=23501] ppid=23498 vsize=580688 CPUtime=102.28 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 62190 0 0 0 10214 14 0 0 25 0 4 0 598396258 594624512 97296 33554432000 4194304 4650419 140735575281136 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=580688 CPUtime=102.29 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 72623 0 0 0 10210 19 0 0 25 0 4 0 598396258 594624512 97296 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=580688 CPUtime=101.73 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 97907 0 0 0 10144 29 0 0 25 0 4 0 598396258 594624512 97296 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 580688

[startup+162.301 s]

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

[pid=23500] ppid=23498 vsize=1097220 CPUtime=2805.4 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 753588 0 0 0 280244 296 0 0 25 0 4 0 598396257 1123553280 178046 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 274305 178046 393 112 0 269270 0
[pid=23500/tid=23501] ppid=23498 vsize=1097220 CPUtime=702.3 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 120926 0 0 0 70174 56 0 0 25 0 4 0 598396258 1123553280 178046 33554432000 4194304 4650419 140735575281136 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1097220 CPUtime=702.28 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265289 0 0 0 70107 121 0 0 25 0 4 0 598396258 1123553280 178046 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1097220 CPUtime=698.48 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 69772 76 0 0 25 0 4 0 598396258 1123553280 178046 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 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) 1097220

[startup+762.301 s]
/proc/loadavg: 8.09 8.08 8.07 9/184 23534
/proc/meminfo: memFree=28598536/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1048220 CPUtime=3045.08 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 775625 0 0 0 304198 310 0 0 25 0 4 0 598396257 1073377280 174734 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 262055 174734 393 112 0 257020 0
[pid=23500/tid=23501] ppid=23498 vsize=1048220 CPUtime=762.29 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 136297 0 0 0 76161 68 0 0 25 0 4 0 598396258 1073377280 174734 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1048220 CPUtime=762.28 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265311 0 0 0 76107 121 0 0 25 0 4 0 598396258 1073377280 174734 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1048220 CPUtime=758.16 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 75740 76 0 0 25 0 4 0 598396258 1073377280 174734 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 1048220

[startup+822.3 s]
/proc/loadavg: 8.09 8.08 8.07 9/184 23535
/proc/meminfo: memFree=28600348/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1098668 CPUtime=3284.76 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 802205 0 0 0 328149 327 0 0 25 0 4 0 598396257 1125036032 177356 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 274667 177356 393 112 0 269632 0
[pid=23500/tid=23501] ppid=23498 vsize=1098668 CPUtime=822.3 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 154965 0 0 0 82146 84 0 0 25 0 4 0 598396258 1125036032 177356 33554432000 4194304 4650419 140735575281136 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1098668 CPUtime=822.28 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265345 0 0 0 82107 121 0 0 25 0 4 0 598396258 1125036032 177356 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1098668 CPUtime=817.83 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 81707 76 0 0 25 0 4 0 598396258 1125036032 177356 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 1098668

[startup+882.301 s]
/proc/loadavg: 8.06 8.08 8.07 9/184 23537
/proc/meminfo: memFree=28589016/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1099288 CPUtime=3524.44 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 824199 0 0 0 352103 341 0 0 25 0 4 0 598396257 1125670912 175246 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 274822 175246 393 112 0 269787 0
[pid=23500/tid=23501] ppid=23498 vsize=1099288 CPUtime=882.31 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 170123 0 0 0 88134 97 0 0 25 0 4 0 598396258 1125670912 175246 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1099288 CPUtime=882.28 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265350 0 0 0 88107 121 0 0 25 0 4 0 598396258 1125670912 175246 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1099288 CPUtime=877.51 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 87675 76 0 0 25 0 4 0 598396258 1125670912 175246 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 1099288

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 8.07 9/184 23538
/proc/meminfo: memFree=28564656/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1099288 CPUtime=3764.14 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 832328 0 0 0 376072 342 0 0 25 0 4 0 598396257 1125670912 175259 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 274822 175259 393 112 0 269787 0
[pid=23500/tid=23501] ppid=23498 vsize=1099288 CPUtime=942.31 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 170123 0 0 0 94134 97 0 0 25 0 4 0 598396258 1125670912 175259 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1099288 CPUtime=942.29 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265350 0 0 0 94108 121 0 0 25 0 4 0 598396258 1125670912 175259 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1099288 CPUtime=937.19 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 93643 76 0 0 25 0 4 0 598396258 1125670912 175259 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 1099288

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.07 9/184 23540
/proc/meminfo: memFree=28577868/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1016324 CPUtime=4003.8 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 848070 0 0 0 400029 351 0 0 25 0 4 0 598396257 1040715776 168786 33554432000 4194304 4650419 140735575281136 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 254081 168786 393 112 0 249046 0
[pid=23500/tid=23501] ppid=23498 vsize=1016324 CPUtime=1002.31 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 170123 0 0 0 100134 97 0 0 25 0 4 0 598396258 1040715776 168786 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1016324 CPUtime=1002.28 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265350 0 0 0 100107 121 0 0 25 0 4 0 598396258 1040715776 168786 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1016324 CPUtime=996.86 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 99610 76 0 0 25 0 4 0 598396258 1040715776 168786 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 1016324

[startup+1062.31 s]
/proc/loadavg: 8.11 8.09 8.07 9/184 23542
/proc/meminfo: memFree=28588376/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1016324 CPUtime=4243.5 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 876107 0 0 0 423975 375 0 0 25 0 4 0 598396257 1040715776 165883 33554432000 4194304 4650419 140735575281136 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 254081 165883 393 112 0 249046 0
[pid=23500/tid=23501] ppid=23498 vsize=1016324 CPUtime=1062.32 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 170123 0 0 0 106135 97 0 0 25 0 4 0 598396258 1040715776 165883 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1016324 CPUtime=1062.29 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265438 0 0 0 106108 121 0 0 25 0 4 0 598396258 1040715776 165883 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1016324 CPUtime=1056.54 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 105578 76 0 0 25 0 4 0 598396258 1040715776 165883 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.5
Current children cumulated vsize (KiB) 1016324

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 8.07 9/184 23543
/proc/meminfo: memFree=28485296/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1065312 CPUtime=4483.15 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 894553 0 0 0 447930 385 0 0 25 0 4 0 598396257 1090879488 177898 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476527 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 266328 177898 393 112 0 261293 0
[pid=23500/tid=23501] ppid=23498 vsize=1065312 CPUtime=1122.31 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 170123 0 0 0 112134 97 0 0 25 0 4 0 598396258 1090879488 177898 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1065312 CPUtime=1122.28 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265438 0 0 0 112107 121 0 0 25 0 4 0 598396258 1090879488 177898 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1065312 CPUtime=1116.21 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 111545 76 0 0 25 0 4 0 598396258 1090879488 177898 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476502 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) 1065312

[startup+1182.3 s]
/proc/loadavg: 8.11 8.08 8.07 9/184 23545
/proc/meminfo: memFree=28510932/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1014244 CPUtime=4722.83 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 907000 0 0 0 471892 391 0 0 25 0 4 0 598396257 1038585856 177541 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 253561 177541 393 112 0 248526 0
[pid=23500/tid=23501] ppid=23498 vsize=1014244 CPUtime=1182.31 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 174523 0 0 0 118130 101 0 0 25 0 4 0 598396258 1038585856 177541 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1014244 CPUtime=1182.28 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265438 0 0 0 118107 121 0 0 25 0 4 0 598396258 1038585856 177541 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1014244 CPUtime=1175.88 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 117512 76 0 0 25 0 4 0 598396258 1038585856 177541 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476304 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) 1014244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.82 8.03 8.05 5/179 23546
/proc/meminfo: memFree=29054808/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1014244 CPUtime=4800.35 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 914918 0 0 0 479640 395 0 0 25 0 4 0 598396257 1038585856 177493 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 253561 177493 393 112 0 248526 0
[pid=23500/tid=23501] ppid=23498 vsize=1014244 CPUtime=1201.72 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 179502 0 0 0 120068 104 0 0 25 0 4 0 598396258 1038585856 177493 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1014244 CPUtime=1201.69 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265441 0 0 0 120048 121 0 0 25 0 4 0 598396258 1038585856 177493 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1014244 CPUtime=1195.18 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 119442 76 0 0 25 0 4 0 598396258 1038585856 177493 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 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) 1014244

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: 7.82 8.03 8.05 5/179 23546
/proc/meminfo: memFree=29054808/32950928 swapFree=67111364/67111528
[pid=23500] ppid=23498 vsize=1014244 CPUtime=4800.35 cores=1,3,5,7
/proc/23500/stat : 23500 (strangenight1-m) R 23498 23500 23268 0 -1 4202496 914918 0 0 0 479640 395 0 0 25 0 4 0 598396257 1038585856 177493 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23500/statm: 253561 177493 393 112 0 248526 0
[pid=23500/tid=23501] ppid=23498 vsize=1014244 CPUtime=1201.72 cores=1,3,5,7
/proc/23500/task/23501/stat : 23501 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 179502 0 0 0 120068 104 0 0 25 0 4 0 598396258 1038585856 177493 33554432000 4194304 4650419 140735575281136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23500/tid=23502] ppid=23498 vsize=1014244 CPUtime=1201.69 cores=1,3,5,7
/proc/23500/task/23502/stat : 23502 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 265441 0 0 0 120048 121 0 0 25 0 4 0 598396258 1038585856 177493 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23500/tid=23503] ppid=23498 vsize=1014244 CPUtime=1195.18 cores=1,3,5,7
/proc/23500/task/23503/stat : 23503 (strangenight1-m) R 23498 23500 23268 0 -1 4202560 207863 0 0 0 119442 76 0 0 25 0 4 0 598396258 1038585856 177493 33554432000 4194304 4650419 140735575281136 18446744073709551615 4476514 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) 1014244

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.41
CPU user time (s): 4796.43
CPU system time (s): 3.98439
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 1099288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.43
system time used= 3.98439
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 914918
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= 1614
involuntary context switches= 20980

runsolver used 1.73174 second user time and 4.83127 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 14:54:16
IDJOB=3175072
IDBENCH=82690
IDSOLVER=1588
FILE ID=node115/3175072-1304081656
RUNJOBID= node115-1304079247-23287
PBS_JOBID= 13170529
Free space on /tmp= 72724 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175072-1304081656/watcher-3175072-1304081656 -o /tmp/evaluation-result-3175072-1304081656/solver-3175072-1304081656 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175072-1304081656.cnf

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

MD5SUM BENCH= b0f2a8c1ae428dae6bc946bb38e8786d
RANDOM SEED=236629837

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29757528 kB
Buffers:        785140 kB
Cached:        1907252 kB
SwapCached:          0 kB
Active:         163388 kB
Inactive:      2605104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29757528 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           13252 kB
Writeback:          24 kB
AnonPages:       76080 kB
Mapped:          15104 kB
Slab:           362320 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   275164 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= 72724 MiB
End job on node115 at 2011-04-29 15:14:20