Trace number 3368511

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.25 1203.35

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S941604910-059-UNKNOWN.cnf
MD5SUMc78d6e1455a357419b7ce124c081a6ba
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0632
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.01	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368511-1305395364.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.00/0.02	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.02	c -- vars added       1000
0.00/0.02	c Parsing time:  0.03 s
0.00/0.02	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.00/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.37
0.00/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.00/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.00/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.39/0.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3.39/0.94	c Finding binary XORs  T:     0.00 s  found:       0
3.39/0.94	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
3.39/0.94	c calculated reachability. Time: 0.00
3.39/0.94	c Calc default polars -  time:   0.00 s pos:     492 undec:      44 neg:     464
3.39/0.94	c =========================================================================================
3.39/0.94	c types(t): F = full restart, N = normal restart
3.39/0.94	c types(t): S = simplification begin/end, E = solution found
3.39/0.94	c restart types(rt): st = static, dy = dynamic
3.39/0.94	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.39/0.94	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
3.39/0.94	c  N dy    14      4115      1000     20000         0      4102    100000    504650     98.58    105.81  --
3.39/0.94	c  N dy    32      8157      1000     20000         0      5647    100000    506047     96.05    104.23  --
3.79/1.06	c  N dy    58     12166      1000     20000         0      5412    100000    328943     96.55    102.62  --
5.14/1.33	c  N dy    76     16216      1000     20000         0      9458    100000    797810     95.47    101.32  --
6.34/1.65	c  N dy   101     20250      1000     20000         0      7865    100000    477858     96.01    101.64  --
7.52/1.98	c  N dy   128     24318      1000     20000         0     11930    100000    971310     96.23    101.30  --
7.92/2.04	c  F st   131     25000      1000     20000         0     12611    100000   1049799     96.11     94.25  --
9.52/2.47	c  N dy   137     30000      1000     20000         0     10791    100000    760139     96.11   no data  --
9.52/2.47	c  S st   137     30000      1000     20000         0     10791    100000    760139     96.11   no data  --
9.92/2.52	c  S st   137     30504      1000     20000         0     11295    100000    814518     96.11   no data  --
9.92/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.92/2.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.92/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.92/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.92/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.92/2.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.92/2.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.48/6.96	c lits-rem:      6317  cl-subs:       53  v-elim:      0  v-fix:    0  time: 17.45 s
28.28/7.13	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.68
28.28/7.13	c calculated reachability. Time: 0.00
28.28/7.13	c  N dy   137     30504      1000     20000         0     11242    100000    795090     96.11   no data  --
29.86/7.53	c  N dy   156     34543      1000     20000         0     15275    100000   1272217     95.98    102.60  --
31.46/7.92	c  N dy   180     38852      1000     20000         0     11689    100000    687849     96.02    101.14  --
32.67/8.30	c  N dy   205     42906      1000     20000         0     15737    100000   1164027     96.11    102.41  --
33.85/8.59	c  S st   223     45758      1000     20000         0      9648    100000    332988     96.17   no data  --
34.25/8.64	c  S st   223     46261      1000     20000         0     10151    100000    383013     96.17   no data  --
34.25/8.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.25/8.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.25/8.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
34.25/8.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.25/8.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.25/8.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
34.25/8.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.22/12.19	c lits-rem:      1215  cl-subs:        4  v-elim:      0  v-fix:    0  time: 14.02 s
48.22/12.19	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
48.62/12.20	c vivif2 --  cl tried    10147 cl shrink        0 lits rem          0 time: 0.02
49.01/12.33	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.54
49.01/12.33	c calculated reachability. Time: 0.00
49.01/12.33	c  N dy   223     46261      1000     20000         0     10147    100000    381051     96.17   no data  --
50.22/12.69	c  N dy   247     50348      1000     20000         0     14230    100000    863249     96.14    110.69  --
51.80/13.09	c  N dy   264     54552      1000     20000         0     18430    100000   1355215     95.84    101.40  --
53.40/13.49	c  N dy   287     58656      1000     20000         0     12569    100000    564644     95.83    101.88  --
55.44/13.91	c  N dy   310     62826      1000     20000         0     16732    100000   1053472     95.73    101.87  --
56.99/14.37	c  N dy   338     66881      1000     20000         0     20783    100000   1536450     95.86    102.42  --
58.19/14.65	c  S st   355     69391      1000     20000         0     12319    100000    422766     95.95   no data  --
58.59/14.71	c  S st   355     69894      1000     20000         0     12822    100000    477567     95.95   no data  --
58.59/14.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.59/14.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.59/14.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
58.59/14.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.59/14.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.59/14.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
58.59/14.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
74.54/18.76	c lits-rem:      2020  cl-subs:        7  v-elim:      0  v-fix:    0  time: 15.99 s
74.54/18.76	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
74.54/18.76	c vivif2 --  cl tried    12815 cl shrink        0 lits rem          0 time: 0.02
75.34/18.96	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.77
75.34/18.96	c calculated reachability. Time: 0.00
75.34/18.96	c  N dy   355     69894      1000     20000         0     12815    100000    474102     95.95   no data  --
77.38/19.45	c  N dy   388     74378      1000     20000         0     17296    100000   1017170     96.22    112.18  --
79.73/20.02	c  N dy   418     79173      1000     20000         0     22084    100000   1585702     96.24    111.60  --
81.77/20.57	c  N dy   440     84232      1000     20000         0     15154    100000    650775     96.18    130.68  --
83.33/20.93	c  F st   458     87500      1000     20000         0     18420    100000   1040745     96.15     96.01  --
84.92/21.30	c  N st   463     90796      1000     20000         0     21700    100000   1461844     96.15   no data  --
87.32/21.98	c  N dy   483     96649      1000     20000         0     14567    100000    475202     96.13    102.44  --
90.13/22.62	c  N dy   519    102826      1000     20000         0     20739    100000   1210873     96.12    102.48  --
90.90/22.86	c  S st   535    104844      1000     20000         0     22753    100000   1457505     96.23   no data  --
91.30/22.94	c  S st   535    105345      1000     20000         0     23254    100000   1507368     96.23   no data  --
91.30/22.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
91.30/22.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.30/22.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
91.70/23.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.70/23.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.70/23.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
91.70/23.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
119.63/30.09	c lits-rem:       788  cl-subs:       54  v-elim:      0  v-fix:    0  time: 28.15 s
119.63/30.09	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
120.03/30.10	c vivif2 --  cl tried    23200 cl shrink        0 lits rem          0 time: 0.06
120.85/30.39	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.13
120.85/30.39	c calculated reachability. Time: 0.00
120.85/30.39	c  N dy   535    105345      1000     20000         0     23200    100000   1493621     96.23   no data  --
124.42/31.24	c  N dy   569    112555      1000     20000         0     16422    100000    581056     96.13    101.32  --
127.61/32.07	c  N dy   605    120124      1000     20000         0     23979    100000   1482280     96.03    101.56  --
131.60/33.03	c  N dy   648    127815      1000     20000         0     16675    100000    502975     96.11    105.22  --
135.19/33.94	c  N dy   694    136039      1000     20000         0     24892    100000   1479932     96.16    109.91  --
139.98/35.12	c  N dy   748    144906      1000     20000         0     17765    100000    520297     96.19    102.71  --
144.36/36.20	c  N dy   800    154234      1000     20000         0     27076    100000   1629199     96.24    101.53  --
145.97/36.69	c  S st   823    158021      1000     20000         0     30856    100000   2088174     96.30     94.63  --
146.37/36.78	c  S st   823    158524      1000     20000         0     31359    100000   2140708     96.30   no data  --
146.37/36.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
146.37/36.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.77/36.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
146.77/36.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.77/36.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.77/36.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
146.77/36.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
199.02/49.94	c lits-rem:       992  cl-subs:       56  v-elim:      0  v-fix:    0  time: 52.01 s
199.02/49.94	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
199.02/49.96	c vivif2 --  cl tried    31303 cl shrink        0 lits rem          0 time: 0.09
200.61/50.33	c asymm  cl-useful: 0/18933/20000 lits-rem:0 time: 1.45
200.61/50.33	c calculated reachability. Time: 0.00
200.61/50.33	c  N dy   823    158524      1000     20000         0     31303    100000   2126225     96.30   no data  --
205.80/51.62	c  N dy   879    168786      1000     20000         0     24580    100000   1222756     96.29    102.40  --
211.79/53.19	c  N dy   945    179650      1000     20000         0     35425    100000   2516734     96.34    101.68  --
217.40/54.59	c  N dy  1022    191312      1000     20000         0     29100    100000   1655605     96.45    102.05  --
223.76/56.20	c  N dy  1093    203571      1000     20000         0     22369    100000    738156     96.44    103.62  --
230.57/57.85	c  N dy  1169    216636      1000     20000         0     35419    100000   2291540     96.42    101.98  --
237.72/59.62	c  N dy  1250    230535      1000     20000         0     29326    100000   1457809     96.45    103.12  --
241.31/60.58	c  S st  1293    237787      1000     20000         0     36570    100000   2324190     96.47   no data  --
241.71/60.68	c  S st  1293    238288      1000     20000         0     37071    100000   2376822     96.47   no data  --
241.71/60.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
241.71/60.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
242.11/60.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
242.11/60.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.11/60.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.11/60.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
242.11/60.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
316.33/79.36	c lits-rem:       821  cl-subs:       44  v-elim:      0  v-fix:    0  time: 74.01 s
316.33/79.36	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
316.33/79.39	c vivif2 --  cl tried    37027 cl shrink        0 lits rem          0 time: 0.10
316.72/79.42	c asymm  cl-useful: 0/1067/20000 lits-rem:0 time: 0.11
316.72/79.42	c calculated reachability. Time: 0.00
316.72/79.42	c  N dy  1293    238288      1000     20000         0     37027    100000   2365561     96.47   no data  --
324.71/81.42	c  N dy  1382    253654      1000     20000         0     31395    100000   1595977     96.49    103.38  --
333.88/83.77	c  N dy  1461    269923      1000     20000         0     25664    100000    794503     96.43    101.99  --
343.86/86.24	c  N dy  1559    287260      1000     20000         0     42975    100000   2846382     96.42    103.06  --
354.23/88.85	c  N dy  1671    305746      1000     20000         0     38468    100000   2209026     96.41    101.78  --
354.62/88.94	c  F st  1675    306251      1000     20000         0     38973    100000   2268703     96.42   no data  --
366.20/91.84	c  N dy  1760    325337      1000     20000         0     34050    100000   1578414     96.43    101.92  --
378.96/95.07	c  N dy  1870    345357      1000     20000         0     29097    100000    885086     96.46    101.70  --
386.54/96.90	c  S st  1941    357433      1000     20000         0     41147    100000   2315895     96.47   no data  --
386.94/97.02	c  S st  1941    357935      1000     20000         0     41649    100000   2368221     96.47   no data  --
386.94/97.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
386.94/97.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
386.94/97.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
387.34/97.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
387.34/97.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
387.34/97.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
387.34/97.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
463.16/116.19	c lits-rem:       892  cl-subs:       63  v-elim:      0  v-fix:    0  time: 75.90 s
463.16/116.19	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
463.58/116.21	c vivif2 --  cl tried    41586 cl shrink        0 lits rem          0 time: 0.10
464.73/116.56	c asymm  cl-useful: 0/15830/20000 lits-rem:0 time: 1.39
464.73/116.56	c calculated reachability. Time: 0.00
464.73/116.56	c  N dy  1941    357935      1000     20000         0     41586    100000   2352721     96.47   no data  --
476.75/119.58	c  N dy  2048    378034      1000     20000         0     35704    100000   1543694     96.42    103.32  --
489.91/122.82	c  N dy  2160    398070      1000     20000         0     28757    100000    613800     96.40    102.22  --
501.45/125.79	c  N dy  2263    418194      1000     20000         0     48851    100000   3005425     96.38    102.86  --
514.61/129.01	c  N dy  2381    438257      1000     20000         0     40920    100000   1957016     96.42    103.99  --
528.19/132.46	c  N dy  2481    458374      1000     20000         0     32046    100000    791942     96.42    101.51  --
541.75/135.86	c  N dy  2588    478629      1000     20000         0     52266    100000   3221377     96.44    102.01  --
555.75/139.34	c  N dy  2698    498724      1000     20000         0     42385    100000   1911442     96.45    104.86  --
571.67/143.34	c  N dy  2808    518803      1000     20000         0     31471    100000    491056     96.44    102.08  --
584.03/146.41	c  S st  2911    536902      1000     20000         0     49531    100000   2656319     96.45     85.11  --
584.43/146.56	c  S st  2911    537403      1000     20000         0     50032    100000   2708324     96.45   no data  --
584.43/146.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
584.43/146.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
584.83/146.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
584.83/146.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
584.83/146.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
584.83/146.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
584.83/146.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
693.34/173.81	c lits-rem:       692  cl-subs:       52  v-elim:      0  v-fix:    0  time: 108.08 s
693.34/173.81	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
693.34/173.84	c vivif2 --  cl tried    49980 cl shrink        0 lits rem          0 time: 0.12
693.74/173.99	c asymm  cl-useful: 0/4170/20000 lits-rem:0 time: 0.60
693.74/173.99	c calculated reachability. Time: 0.00
693.74/173.99	c  N dy  2911    537403      1000     20000         0     49980    100000   2695109     96.45   no data  --
709.70/177.99	c  N dy  3032    557512      1000     20000         0     38120    100000   1179126     96.48    102.76  --
724.85/181.75	c  N dy  3135    577588      1000     20000         0     58163    100000   3554313     96.46    101.60  --
740.40/185.62	c  N dy  3257    597755      1000     20000         0     45349    100000   1925643     96.50    102.32  --
756.78/189.77	c  N dy  3355    617776      1000     20000         0     65334    100000   4294723     96.46    102.67  --
771.13/193.37	c  N dy  3453    637848      1000     20000         0     51423    100000   2536916     96.44    102.10  --
789.09/197.81	c  N dy  3576    657871      1000     20000         0     36479    100000    645076     96.45    101.79  --
803.45/201.46	c  N dy  3691    677876      1000     20000         0     56454    100000   3037463     96.46    132.63  --
821.80/206.09	c  N dy  3823    698065      1000     20000         0     40674    100000   1029321     96.51    102.76  --
838.16/210.14	c  N dy  3933    718145      1000     20000         0     60707    100000   3430750     96.52    102.99  --
856.91/214.80	c  N dy  4053    738170      1000     20000         0     43767    100000   1298482     96.53    104.35  --
873.67/219.08	c  N dy  4161    758377      1000     20000         0     63943    100000   3714314     96.54    101.79  --
892.41/223.77	c  N dy  4273    778522      1000     20000         0     46116    100000   1467575     96.55    102.00  --
910.36/228.23	c  N dy  4394    798566      1000     20000         0     66129    100000   3843812     96.56    111.42  --
918.33/230.24	c  S st  4434    806104      1000     20000         0     73651    100000   4743804     96.56   no data  --
919.13/230.44	c  S st  4434    806608      1000     20000         0     74155    100000   4801023     96.56   no data  --
919.13/230.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
919.13/230.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
919.55/230.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
919.97/230.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
919.97/230.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
919.97/230.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
919.97/230.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3866.30/969.22	c lits-rem:       793  cl-subs:      100  v-elim:      0  v-fix:    0  time: 2944.55 s
3866.30/969.23	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
3866.30/969.28	c vivif2 --  cl tried    74055 cl shrink        0 lits rem          0 time: 0.21
3868.32/969.77	c asymm  cl-useful: 0/10546/20000 lits-rem:0 time: 1.96
3868.32/969.77	c calculated reachability. Time: 0.00
3868.32/969.77	c  N dy  4434    806608      1000     20000         0     74055    100000   4775842     96.56   no data  --
3887.04/974.42	c  N dy  4544    826892      1000     20000         0     55380    100000   2452132     96.55    101.67  --
3908.22/979.73	c  N dy  4643    846984      1000     20000         0     75430    100000   4849024     96.53    103.22  --
3926.54/984.39	c  N dy  4763    867095      1000     20000         0     55576    100000   2372130     96.54    101.94  --
3948.47/989.80	c  N dy  4875    887306      1000     20000         0     75755    100000   4783147     96.55    102.17  --
3967.62/994.67	c  N dy  4986    907486      1000     20000         0     54971    100000   2190951     96.56    104.90  --
3988.76/999.90	c  N dy  5101    927552      1000     20000         0     75001    100000   4582327     96.55    104.15  --
4008.74/1004.98	c  N dy  5217    947601      1000     20000         0     53082    100000   1861603     96.56    103.51  --
4029.06/1010.07	c  N dy  5322    967728      1000     20000         0     73164    100000   4258038     96.55    102.68  --
4051.39/1015.66	c  N dy  5446    987899      1000     20000         0     50391    100000   1421073     96.58    104.53  --
4070.93/1020.58	c  N dy  5551   1007978      1000     20000         0     70440    100000   3812950     96.58    103.11  --
4095.68/1026.74	c  N dy  5674   1028046      1000     20000         0     46537    100000    847384     96.59    102.32  --
4114.82/1031.51	c  N dy  5784   1048204      1000     20000         0     66677    100000   3259652     96.60    103.04  --
4139.15/1037.62	c  N dy  5906   1068241      1000     20000         0     86681    100000   5657701     96.62    102.06  --
4143.94/1038.89	c  F st  5927   1071876      1000     20000         0     45380    100000    593285     96.62     81.74  --
4159.09/1042.63	c  N dy  6008   1088285      1000     20000         0     61744    100000   2645514     96.64    106.93  --
4181.83/1048.32	c  N dy  6116   1108378      1000     20000         0     81816    100000   5051220     96.64    101.80  --
4204.57/1054.02	c  N dy  6228   1128474      1000     20000         0     55958    100000   1753494     96.64    103.34  --
4226.51/1059.50	c  N dy  6343   1148858      1000     20000         0     76313    100000   4185608     96.65    102.09  --
4251.65/1065.89	c  N dy  6453   1168867      1000     20000         0     49369    100000    847012     96.65    102.92  --
4271.60/1070.84	c  N dy  6564   1189030      1000     20000         0     69500    100000   3247837     96.65    101.87  --
4297.13/1077.20	c  N dy  6683   1209217      1000     20000         0     89656    100000   5655649     96.65    102.69  --
4297.93/1077.46	c  S st  6689   1209912      1000     20000         0     90350    100000   5740365     96.65     97.03  --
4299.12/1077.74	c  S st  6689   1210415      1000     20000         0     90853    100000   5793853     96.65   no data  --
4299.12/1077.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4299.12/1077.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4299.52/1077.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
4300.32/1078.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4300.32/1078.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4300.32/1078.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4300.32/1078.01	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-3368511-1305395364/watcher-3368511-1305395364 -o /tmp/evaluation-result-3368511-1305395364/solver-3368511-1305395364 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368511-1305395364.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: 3.76 4.59 6.06 3/327 19898
/proc/meminfo: memFree=23431420/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 631952064 52465664 353 33554432000 4194304 4650419 140736471938192 18446744073709551615 47106492381106 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 12809 353 303 112 0 7774 0
[pid=19898/tid=19899] ppid=19896 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 631952065 52465664 353 33554432000 4194304 4650419 140736471938192 18446744073709551615 47106492381106 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 631952065 52465664 353 33554432000 4194304 4650419 140736471938192 18446744073709551615 47106492381106 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 631952065 52465664 353 33554432000 4194304 4650419 140736471938192 18446744073709551615 270338440177 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0235641 s]
/proc/loadavg: 3.76 4.59 6.06 3/327 19898
/proc/meminfo: memFree=23431420/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=283116 CPUtime=0.04 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 2560 0 0 0 4 0 0 0 18 0 4 0 631952064 289910784 2464 33554432000 4194304 4650419 140736471938192 18446744073709551615 270338488863 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 70796 2517 367 112 0 65761 0
[pid=19898/tid=19899] ppid=19896 vsize=348844 CPUtime=0.01 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) S 19896 19898 18941 0 -1 4202560 532 0 0 0 1 0 0 0 18 0 4 0 631952065 357216256 2621 33554432000 4194304 4650419 140736471938192 18446744073709551615 270338488814 0 0 4096 2 18446604445097036864 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=355928 CPUtime=0.11 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 1547 0 0 0 11 0 0 0 18 0 4 0 631952065 364470272 4833 33554432000 4194304 4650419 140736471938192 18446744073709551615 270338427063 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=356060 CPUtime=0.11 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) S 19896 19898 18941 0 -1 4202560 868 0 0 0 11 0 0 0 18 0 4 0 631952065 364605440 4974 33554432000 4194304 4650419 140736471938192 18446744073709551615 270338488814 0 0 4096 2 18446604445097036864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 283116

[startup+0.511334 s]
/proc/loadavg: 3.76 4.59 6.06 3/327 19898
/proc/meminfo: memFree=23431420/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=361240 CPUtime=3.39 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 14275 0 0 0 336 3 0 0 18 0 4 0 631952064 369909760 9018 33554432000 4194304 4650419 140736471938192 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 90310 9018 391 112 0 85275 0
[pid=19898/tid=19899] ppid=19896 vsize=361240 CPUtime=0.84 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 3570 0 0 0 84 0 0 0 19 0 4 0 631952065 369909760 9018 33554432000 4194304 4650419 140736471938192 18446744073709551615 4334509 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=361240 CPUtime=0.85 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 3695 0 0 0 84 1 0 0 18 0 4 0 631952065 369909760 9018 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=361240 CPUtime=0.84 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 3004 0 0 0 84 0 0 0 19 0 4 0 631952065 369909760 9018 33554432000 4194304 4650419 140736471938192 18446744073709551615 4314825 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 361240

[startup+0.965142 s]
/proc/loadavg: 3.76 4.59 6.06 3/327 19898
/proc/meminfo: memFree=23431420/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=362008 CPUtime=3.79 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 16032 0 0 0 376 3 0 0 19 0 4 0 631952064 370696192 7628 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 90502 7629 391 112 0 85467 0
[pid=19898/tid=19899] ppid=19896 vsize=362008 CPUtime=0.94 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 4158 0 0 0 94 0 0 0 19 0 4 0 631952065 370696192 7629 33554432000 4194304 4650419 140736471938192 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=362008 CPUtime=0.95 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 4195 0 0 0 94 1 0 0 19 0 4 0 631952065 370696192 7629 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=362008 CPUtime=0.94 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 3168 0 0 0 94 0 0 0 19 0 4 0 631952065 370696192 7629 33554432000 4194304 4650419 140736471938192 18446744073709551615 4281443 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 362008

[startup+1.06512 s]
/proc/loadavg: 3.76 4.59 6.06 3/327 19898
/proc/meminfo: memFree=23431420/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=362008 CPUtime=4.19 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 16703 0 0 0 416 3 0 0 19 0 4 0 631952064 370696192 8299 33554432000 4194304 4650419 140736471938192 18446744073709551615 4333611 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 90502 8299 391 112 0 85467 0
[pid=19898/tid=19899] ppid=19896 vsize=362008 CPUtime=1.04 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 4324 0 0 0 104 0 0 0 19 0 4 0 631952065 370696192 8299 33554432000 4194304 4650419 140736471938192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=362008 CPUtime=1.05 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 4363 0 0 0 104 1 0 0 19 0 4 0 631952065 370696192 8299 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=362008 CPUtime=1.04 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 3337 0 0 0 104 0 0 0 19 0 4 0 631952065 370696192 8299 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 362008

[startup+1.50104 s]
/proc/loadavg: 3.76 4.59 6.06 3/327 19898
/proc/meminfo: memFree=23431420/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=362508 CPUtime=5.94 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 21162 0 0 0 590 4 0 0 20 0 4 0 631952064 371208192 7867 33554432000 4194304 4650419 140736471938192 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 90627 7867 391 112 0 85592 0
[pid=19898/tid=19899] ppid=19896 vsize=362508 CPUtime=1.48 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 5476 0 0 0 147 1 0 0 19 0 4 0 631952065 371208192 7867 33554432000 4194304 4650419 140736471938192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=362508 CPUtime=1.48 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 5434 0 0 0 147 1 0 0 20 0 4 0 631952065 371208192 7867 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=362508 CPUtime=1.47 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 4474 0 0 0 147 0 0 0 20 0 4 0 631952065 371208192 7867 33554432000 4194304 4650419 140736471938192 18446744073709551615 4360445 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 362508

[startup+3.10072 s]
/proc/loadavg: 3.76 4.59 6.06 10/337 19911
/proc/meminfo: memFree=23173308/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=381812 CPUtime=12.31 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 37483 0 0 0 1222 9 0 0 25 0 4 0 631952064 390975488 14048 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 95453 14048 393 112 0 90418 0
[pid=19898/tid=19899] ppid=19896 vsize=381812 CPUtime=3.08 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 8750 0 0 0 306 2 0 0 25 0 4 0 631952065 390975488 14048 33554432000 4194304 4650419 140736471938192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=381812 CPUtime=3.08 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 8618 0 0 0 305 3 0 0 24 0 4 0 631952065 390975488 14048 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=381812 CPUtime=3.05 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 7713 0 0 0 304 1 0 0 25 0 4 0 631952065 390975488 14048 33554432000 4194304 4650419 140736471938192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 381812

[startup+6.30109 s]
/proc/loadavg: 4.10 4.64 6.07 9/337 19911
/proc/meminfo: memFree=23077800/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=381868 CPUtime=25.08 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 55545 0 0 0 2495 13 0 0 25 0 4 0 631952064 391032832 30482 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 95467 30482 393 112 0 90432 0
[pid=19898/tid=19899] ppid=19896 vsize=381868 CPUtime=6.28 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 11635 0 0 0 626 2 0 0 25 0 4 0 631952065 391032832 30482 33554432000 4194304 4650419 140736471938192 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=381868 CPUtime=6.27 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 16425 0 0 0 623 4 0 0 25 0 4 0 631952065 391032832 30482 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=381868 CPUtime=6.21 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 15083 0 0 0 618 3 0 0 25 0 4 0 631952065 391032832 30482 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 381868

[startup+12.7008 s]
/proc/loadavg: 4.49 4.72 6.09 9/337 19911
/proc/meminfo: memFree=23044988/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=384436 CPUtime=50.64 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 85620 0 0 0 5045 19 0 0 25 0 4 0 631952064 393662464 38296 33554432000 4194304 4650419 140736471938192 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 96109 38296 393 112 0 91074 0
[pid=19898/tid=19899] ppid=19896 vsize=384436 CPUtime=12.69 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 22887 0 0 0 1265 4 0 0 25 0 4 0 631952065 393662464 38306 33554432000 4194304 4650419 140736471938192 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=384436 CPUtime=12.69 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 23346 0 0 0 1264 5 0 0 25 0 4 0 631952065 393662464 38306 33554432000 4194304 4650419 140736471938192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=384436 CPUtime=12.56 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 23292 0 0 0 1251 5 0 0 25 0 4 0 631952065 393662464 38306 33554432000 4194304 4650419 140736471938192 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 384436

[startup+25.5003 s]
/proc/loadavg: 5.33 4.89 6.12 9/337 19912
/proc/meminfo: memFree=22650796/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=481232 CPUtime=101.67 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 124185 0 0 0 10140 27 0 0 25 0 4 0 631952064 492781568 64012 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 120308 64012 393 112 0 115273 0
[pid=19898/tid=19899] ppid=19896 vsize=481232 CPUtime=25.48 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 29307 0 0 0 2542 6 0 0 25 0 4 0 631952065 492781568 64012 33554432000 4194304 4650419 140736471938192 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=481232 CPUtime=25.48 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 32654 0 0 0 2540 8 0 0 25 0 4 0 631952065 492781568 64012 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=481232 CPUtime=25.22 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 32691 0 0 0 2516 6 0 0 25 0 4 0 631952065 492781568 64012 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 481232

[startup+51.1002 s]
/proc/loadavg: 6.30 5.16 6.18 9/337 19912
/proc/meminfo: memFree=22543140/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=565932 CPUtime=203.81 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 187108 0 0 0 20334 47 0 0 25 0 4 0 631952064 579514368 75370 33554432000 4194304 4650419 140736471938192 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 141483 75370 393 112 0 136448 0
[pid=19898/tid=19899] ppid=19896 vsize=565932 CPUtime=51.08 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 43561 0 0 0 5098 10 0 0 25 0 4 0 631952065 579514368 75370 33554432000 4194304 4650419 140736471938192 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=565932 CPUtime=51.07 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 44603 0 0 0 5096 11 0 0 25 0 4 0 631952065 579514368 75371 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=565932 CPUtime=50.56 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 58249 0 0 0 5041 15 0 0 25 0 4 0 631952065 579514368 75371 33554432000 4194304 4650419 140736471938192 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 565932

[startup+102.301 s]
/proc/loadavg: 7.38 5.62 6.28 9/337 19914
/proc/meminfo: memFree=22322600/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=658316 CPUtime=408.09 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 295577 0 0 0 40732 77 0 0 25 0 4 0 631952064 674115584 90340 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 164579 90340 393 112 0 159544 0
[pid=19898/tid=19899] ppid=19896 vsize=658316 CPUtime=102.28 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 70498 0 0 0 10211 17 0 0 25 0 4 0 631952065 674115584 90340 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=658316 CPUtime=102.27 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 68032 0 0 0 10209 18 0 0 25 0 4 0 631952065 674115584 90340 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476449 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=658316 CPUtime=101.24 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 96328 0 0 0 10098 26 0 0 25 0 4 0 631952065 674115584 90340 33554432000 4194304 4650419 140736471938192 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 658316

[startup+162.301 s]

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

[pid=19898] ppid=19896 vsize=972376 CPUtime=2562.25 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 668925 0 0 0 256000 225 0 0 25 0 4 0 631952064 995713024 153707 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 243094 153707 393 112 0 238059 0
[pid=19898/tid=19899] ppid=19896 vsize=972376 CPUtime=642.31 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 109873 0 0 0 64195 36 0 0 25 0 4 0 631952065 995713024 153707 33554432000 4194304 4650419 140736471938192 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=972376 CPUtime=642.18 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 211652 0 0 0 64129 89 0 0 25 0 4 0 631952065 995713024 153707 33554432000 4194304 4650419 140736471938192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=972376 CPUtime=635.45 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234212 0 0 0 63477 68 0 0 25 0 4 0 631952065 995713024 153707 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2562.25
Current children cumulated vsize (KiB) 972376

[startup+702.301 s]
/proc/loadavg: 8.10 7.76 7.13 9/337 19939
/proc/meminfo: memFree=21586312/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1033704 CPUtime=2801.59 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 715029 0 0 0 279908 251 0 0 25 0 4 0 631952064 1058512896 157651 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 258426 157651 393 112 0 253391 0
[pid=19898/tid=19899] ppid=19896 vsize=1033704 CPUtime=702.29 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 130241 0 0 0 70183 46 0 0 25 0 4 0 631952065 1058512896 157651 33554432000 4194304 4650419 140736471938192 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1033704 CPUtime=702.17 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 237354 0 0 0 70114 103 0 0 25 0 4 0 631952065 1058512896 157651 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1033704 CPUtime=694.81 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 69413 68 0 0 25 0 4 0 631952065 1058512896 157651 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.59
Current children cumulated vsize (KiB) 1033704

[startup+762.3 s]
/proc/loadavg: 8.10 7.81 7.19 9/337 19940
/proc/meminfo: memFree=21452396/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1075700 CPUtime=3040.95 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 759284 0 0 0 303825 270 0 0 25 0 4 0 631952064 1101516800 177306 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 268925 177306 393 112 0 263890 0
[pid=19898/tid=19899] ppid=19896 vsize=1075700 CPUtime=762.29 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 149030 0 0 0 76171 58 0 0 25 0 4 0 631952065 1101516800 177306 33554432000 4194304 4650419 140736471938192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1075700 CPUtime=762.17 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 262820 0 0 0 76106 111 0 0 25 0 4 0 631952065 1101516800 177306 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1075700 CPUtime=754.17 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 75349 68 0 0 25 0 4 0 631952065 1101516800 177306 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.95
Current children cumulated vsize (KiB) 1075700

[startup+822.3 s]
/proc/loadavg: 8.24 7.89 7.25 9/337 19942
/proc/meminfo: memFree=21430768/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1088964 CPUtime=3280.31 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 784436 0 0 0 327747 284 0 0 25 0 4 0 631952064 1115099136 175499 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 272241 175499 393 112 0 267206 0
[pid=19898/tid=19899] ppid=19896 vsize=1088964 CPUtime=822.31 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 168644 0 0 0 82160 71 0 0 25 0 4 0 631952065 1115099136 175501 33554432000 4194304 4650419 140736471938192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1088964 CPUtime=822.17 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 268360 0 0 0 82105 112 0 0 25 0 4 0 631952065 1115099136 175501 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1088964 CPUtime=813.53 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 81285 68 0 0 25 0 4 0 631952065 1115099136 175501 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.31
Current children cumulated vsize (KiB) 1088964

[startup+882.3 s]
/proc/loadavg: 8.20 7.94 7.30 9/337 19944
/proc/meminfo: memFree=21465188/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1127600 CPUtime=3519.65 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 814959 0 0 0 351664 301 0 0 25 0 4 0 631952064 1154662400 177661 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 281900 177661 393 112 0 276865 0
[pid=19898/tid=19899] ppid=19896 vsize=1127600 CPUtime=882.3 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 191772 0 0 0 88143 87 0 0 25 0 4 0 631952065 1154662400 177661 33554432000 4194304 4650419 140736471938192 18446744073709551615 4311744 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1127600 CPUtime=882.15 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 275753 0 0 0 88102 113 0 0 25 0 4 0 631952065 1154662400 177661 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1127600 CPUtime=872.88 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 87220 68 0 0 25 0 4 0 631952065 1154662400 177661 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.65
Current children cumulated vsize (KiB) 1127600

[startup+942.312 s]
/proc/loadavg: 8.19 7.98 7.35 9/337 19945
/proc/meminfo: memFree=21409348/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1127780 CPUtime=3759.03 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 827222 0 0 0 375597 306 0 0 25 0 4 0 631952064 1154846720 178089 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 281945 178089 393 112 0 276910 0
[pid=19898/tid=19899] ppid=19896 vsize=1127780 CPUtime=942.31 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 197231 0 0 0 94141 90 0 0 25 0 4 0 631952065 1154846720 178089 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1127780 CPUtime=942.15 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 282557 0 0 0 94101 114 0 0 25 0 4 0 631952065 1154846720 178089 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1127780 CPUtime=932.24 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 93156 68 0 0 25 0 4 0 631952065 1154846720 178089 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.03
Current children cumulated vsize (KiB) 1127780

[startup+1002.3 s]
/proc/loadavg: 8.23 8.03 7.41 9/337 19947
/proc/meminfo: memFree=21420440/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1128364 CPUtime=3998.34 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 843150 0 0 0 399520 314 0 0 25 0 4 0 631952064 1155444736 181343 33554432000 4194304 4650419 140736471938192 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 282091 181343 393 112 0 277056 0
[pid=19898/tid=19899] ppid=19896 vsize=1128364 CPUtime=1002.31 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 197869 0 0 0 100140 91 0 0 25 0 4 0 631952065 1155444736 181343 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1128364 CPUtime=1002.13 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 286112 0 0 0 100098 115 0 0 25 0 4 0 631952065 1155444736 181343 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1128364 CPUtime=991.58 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 99090 68 0 0 25 0 4 0 631952065 1155444736 181343 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.34
Current children cumulated vsize (KiB) 1128364

[startup+1062.3 s]
/proc/loadavg: 8.19 8.05 7.45 9/337 19948
/proc/meminfo: memFree=21350316/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1194968 CPUtime=4237.68 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 871348 0 0 0 423440 328 0 0 25 0 4 0 631952064 1223647232 181114 33554432000 4194304 4650419 140736471938192 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 298742 181114 393 112 0 293707 0
[pid=19898/tid=19899] ppid=19896 vsize=1194968 CPUtime=1062.31 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 197940 0 0 0 106140 91 0 0 25 0 4 0 631952065 1223647232 181114 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1194968 CPUtime=1062.13 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 286112 0 0 0 106098 115 0 0 25 0 4 0 631952065 1223647232 181114 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1194968 CPUtime=1050.93 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 105025 68 0 0 25 0 4 0 631952065 1223647232 181114 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.68
Current children cumulated vsize (KiB) 1194968

[startup+1122.3 s]
/proc/loadavg: 8.12 8.05 7.49 9/337 19950
/proc/meminfo: memFree=21341328/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1195164 CPUtime=4477.04 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 878858 0 0 0 447370 334 0 0 25 0 4 0 631952064 1223847936 185112 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 298791 185112 393 112 0 293756 0
[pid=19898/tid=19899] ppid=19896 vsize=1195164 CPUtime=1122.31 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 197940 0 0 0 112140 91 0 0 25 0 4 0 631952065 1223847936 185112 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1195164 CPUtime=1122.12 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 286112 0 0 0 112097 115 0 0 25 0 4 0 631952065 1223847936 185112 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1195164 CPUtime=1110.29 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 110961 68 0 0 25 0 4 0 631952065 1223847936 185112 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.04
Current children cumulated vsize (KiB) 1195164

[startup+1182.3 s]
/proc/loadavg: 8.10 8.06 7.52 9/337 19952
/proc/meminfo: memFree=21368344/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1195164 CPUtime=4716.38 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 878858 0 0 0 471304 334 0 0 25 0 4 0 631952064 1223847936 185112 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 298791 185112 393 112 0 293756 0
[pid=19898/tid=19899] ppid=19896 vsize=1195164 CPUtime=1182.31 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 197940 0 0 0 118140 91 0 0 25 0 4 0 631952065 1223847936 185112 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1195164 CPUtime=1182.11 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 286112 0 0 0 118096 115 0 0 25 0 4 0 631952065 1223847936 185112 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1195164 CPUtime=1169.63 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 116895 68 0 0 25 0 4 0 631952065 1223847936 185112 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.38
Current children cumulated vsize (KiB) 1195164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.07 8.05 7.53 9/337 19952
/proc/meminfo: memFree=21366096/32951124 swapFree=59367104/67111528
[pid=19898] ppid=19896 vsize=1195164 CPUtime=4800.17 cores=0,2,4,6
/proc/19898/stat : 19898 (strangenight1-m) R 19896 19898 18941 0 -1 4202496 879326 0 0 0 479683 334 0 0 25 0 4 0 631952064 1223847936 185513 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19898/statm: 298791 185513 393 112 0 293756 0
[pid=19898/tid=19899] ppid=19896 vsize=1195164 CPUtime=1203.33 cores=0,2,4,6
/proc/19898/task/19899/stat : 19899 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 198409 0 0 0 120241 92 0 0 25 0 4 0 631952065 1223847936 185514 33554432000 4194304 4650419 140736471938192 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19898/tid=19900] ppid=19896 vsize=1195164 CPUtime=1203.12 cores=0,2,4,6
/proc/19898/task/19900/stat : 19900 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 286112 0 0 0 120197 115 0 0 25 0 4 0 631952065 1223847936 185514 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19898/tid=19901] ppid=19896 vsize=1195164 CPUtime=1190.4 cores=0,2,4,6
/proc/19898/task/19901/stat : 19901 (strangenight1-m) R 19896 19898 18941 0 -1 4202560 234246 0 0 0 118972 68 0 0 25 0 4 0 631952065 1223847936 185514 33554432000 4194304 4650419 140736471938192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1195164

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): 1203.35
CPU time (s): 4800.25
CPU user time (s): 4796.87
CPU system time (s): 3.38149
CPU usage (%): 398.906
Max. virtual memory (cumulated for all children) (KiB): 1195164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.87
system time used= 3.38149
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 879329
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= 1517
involuntary context switches= 23679

runsolver used 3.75643 second user time and 9.1786 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-14 19:49:24
IDJOB=3368511
IDBENCH=82520
IDSOLVER=1846
FILE ID=node143/3368511-1305395364
RUNJOBID= node143-1305395364-19884
PBS_JOBID= 13324429
Free space on /tmp= 73416 MiB

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

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

MD5SUM BENCH= c78d6e1455a357419b7ce124c081a6ba
RANDOM SEED=282524

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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.846
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:     32951124 kB
MemFree:      23431700 kB
Buffers:        136384 kB
Cached:         636700 kB
SwapCached:      66600 kB
Active:          75232 kB
Inactive:      9221240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23431700 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:            7392 kB
Writeback:           0 kB
AnonPages:     8456584 kB
Mapped:          21828 kB
Slab:           105180 kB
PageTables:      53448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69937484 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= 73400 MiB
End job on node143 at 2011-05-14 20:09:30