Trace number 3368501

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.13 1201.64

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S883282443-030-UNKNOWN.cnf
MD5SUMdfe09aa5f3a1967c08c2b336865aee78
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.42448
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-3368501-1307648442.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.02	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.02	c -- vars added       1000
0.00/0.02	c Parsing time:  0.04 s
0.00/0.02	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.38/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.38
0.38/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.38/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.38/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
0.38/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.16	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.38/0.16	c calculated reachability. Time: 0.00
0.38/0.16	c Calc default polars -  time:   0.00 s pos:     484 undec:      42 neg:     474
0.38/0.16	c =========================================================================================
0.38/0.16	c types(t): F = full restart, N = normal restart
0.38/0.16	c types(t): S = simplification begin/end, E = solution found
0.38/0.16	c restart types(rt): st = static, dy = dynamic
0.38/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.16	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
1.57/0.42	c  N dy    13      4037      1000     20000         0      4015    100000    492740     95.91    102.11  --
2.77/0.72	c  N dy    32      8200      1000     20000         0      5683    100000    519192     96.50    101.63  --
3.97/1.02	c  N dy    54     12282      1000     20000         0      5522    100000    335304     95.54    100.83  --
5.16/1.34	c  N dy    74     16461      1000     20000         0      9698    100000    827404     94.78    101.55  --
6.37/1.67	c  N dy    99     20671      1000     20000         0      8291    100000    527209     95.02    100.17  --
7.97/2.02	c  N dy   129     24861      1000     20000         0     12476    100000   1022759     95.44    101.41  --
7.97/2.03	c  F st   130     25001      1000     20000         0     12616    100000   1037658     95.37     78.74  --
9.56/2.44	c  N dy   136     30000      1000     20000         0     10796    100000    715610     95.37   no data  --
9.56/2.44	c  S st   136     30000      1000     20000         0     10796    100000    715610     95.37   no data  --
9.56/2.49	c  S st   136     30500      1000     20000         0     11296    100000    769149     95.37   no data  --
9.56/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.56/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.96/2.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.96/2.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.13/6.37	c lits-rem:      4255  cl-subs:       22  v-elim:      0  v-fix:    0  time: 15.25 s
25.93/6.54	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.67
25.93/6.54	c calculated reachability. Time: 0.00
25.93/6.54	c  N dy   136     30500      1000     20000         0     11274    100000    759716     95.37   no data  --
27.52/6.96	c  N dy   166     34730      1000     20000         0     15500    100000   1268716     96.09    101.53  --
29.13/7.33	c  N dy   194     38750      1000     20000         0     11624    100000    679722     96.37    102.49  --
30.74/7.74	c  N dy   217     43004      1000     20000         0     15875    100000   1184224     96.36    101.55  --
31.93/8.01	c  S st   229     45750      1000     20000         0      9673    100000    331138     96.19     97.89  --
31.93/8.06	c  S st   229     46252      1000     20000         0     10175    100000    380122     96.19   no data  --
31.93/8.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.93/8.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.93/8.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
31.93/8.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.93/8.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.93/8.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
31.93/8.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.50/11.47	c lits-rem:      1165  cl-subs:        3  v-elim:      0  v-fix:    0  time: 13.45 s
45.50/11.47	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
45.50/11.48	c vivif2 --  cl tried    10172 cl shrink        0 lits rem          0 time: 0.02
46.30/11.61	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.54
46.30/11.61	c calculated reachability. Time: 0.00
46.30/11.61	c  N dy   229     46252      1000     20000         0     10172    100000    378296     96.19   no data  --
47.50/11.97	c  N dy   251     50340      1000     20000         0     14255    100000    860976     96.27    102.89  --
49.09/12.37	c  N dy   273     54442      1000     20000         0     18351    100000   1346797     96.29    101.44  --
50.70/12.76	c  N dy   297     58585      1000     20000         0     12529    100000    559757     96.30    102.98  --
52.30/13.14	c  N dy   319     62671      1000     20000         0     16608    100000   1044221     96.31    101.58  --
54.29/13.65	c  N dy   341     67427      1000     20000         0     21354    100000   1603667     96.24    102.74  --
55.09/13.86	c  S st   351     69378      1000     20000         0     12332    100000    427008     96.23   no data  --
55.49/13.92	c  S st   351     69879      1000     20000         0     12833    100000    479092     96.23   no data  --
55.49/13.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.49/13.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.49/13.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
55.49/13.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.49/13.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.49/13.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
55.49/13.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
70.69/17.71	c lits-rem:      2002  cl-subs:        7  v-elim:      0  v-fix:    0  time: 14.98 s
70.69/17.71	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
70.69/17.71	c vivif2 --  cl tried    12826 cl shrink        0 lits rem          0 time: 0.02
71.46/17.91	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.77
71.46/17.91	c calculated reachability. Time: 0.00
71.46/17.91	c  N dy   351     69879      1000     20000         0     12826    100000    475405     96.23   no data  --
73.46/18.40	c  N dy   383     74472      1000     20000         0     17412    100000   1024378     96.34    102.67  --
75.46/18.98	c  N dy   414     79271      1000     20000         0     22203    100000   1597907     96.45    105.48  --
77.86/19.58	c  N dy   444     84408      1000     20000         0     15353    100000    675788     96.47    102.67  --
79.47/19.93	c  F st   461     87500      1000     20000         0     18434    100000   1042990     96.45     82.30  --
81.06/20.33	c  N st   466     90799      1000     20000         0     21717    100000   1473434     96.45   no data  --
83.87/21.05	c  N dy   486     96689      1000     20000         0     14629    100000    487201     96.49    101.74  --
86.64/21.72	c  N dy   523    102870      1000     20000         0     20802    100000   1219190     96.44    104.67  --
87.44/21.94	c  S st   534    104818      1000     20000         0     22746    100000   1452492     96.46    100.20  --
87.86/22.02	c  S st   534    105321      1000     20000         0     23249    100000   1501344     96.46   no data  --
87.86/22.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
87.86/22.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.86/22.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
88.26/22.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.26/22.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.26/22.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
88.26/22.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
116.99/29.34	c lits-rem:       930  cl-subs:       24  v-elim:      0  v-fix:    0  time: 28.84 s
116.99/29.34	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
116.99/29.36	c vivif2 --  cl tried    23225 cl shrink        0 lits rem          0 time: 0.06
118.20/29.62	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.07
118.20/29.63	c calculated reachability. Time: 0.00
118.20/29.63	c  N dy   534    105321      1000     20000         0     23225    100000   1494704     96.46   no data  --
121.39/30.43	c  N dy   571    112129      1000     20000         0     16049    100000    537722     96.38    106.07  --
124.58/31.22	c  N dy   612    119282      1000     20000         0     23192    100000   1383608     96.38    101.86  --
128.18/32.18	c  N dy   650    126950      1000     20000         0     15873    100000    408980     96.38    110.53  --
131.79/33.08	c  N dy   696    135115      1000     20000         0     24020    100000   1377147     96.35    102.00  --
136.59/34.22	c  N dy   744    143748      1000     20000         0     16667    100000    392343     96.30    102.65  --
140.98/35.30	c  N dy   796    152972      1000     20000         0     25868    100000   1479312     96.29    101.75  --
143.35/35.99	c  S st   830    157982      1000     20000         0     30868    100000   2072505     96.33   no data  --
143.76/36.09	c  S st   830    158487      1000     20000         0     31373    100000   2126807     96.33   no data  --
144.16/36.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
144.16/36.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
144.16/36.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
144.56/36.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
144.56/36.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.56/36.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
144.56/36.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
197.28/49.48	c lits-rem:       941  cl-subs:       36  v-elim:      0  v-fix:    0  time: 52.98 s
197.28/49.48	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
197.70/49.51	c vivif2 --  cl tried    31337 cl shrink        0 lits rem          0 time: 0.08
198.88/49.87	c asymm  cl-useful: 0/18911/20000 lits-rem:0 time: 1.44
198.88/49.87	c calculated reachability. Time: 0.00
198.88/49.87	c  N dy   830    158487      1000     20000         0     31337    100000   2117144     96.33   no data  --
204.47/51.26	c  N dy   897    169476      1000     20000         0     25347    100000   1325261     96.39    102.71  --
210.47/52.79	c  N dy   957    180299      1000     20000         0     18186    100000    353198     96.36    104.48  --
216.06/54.17	c  N dy  1006    191827      1000     20000         0     29692    100000   1723861     96.23    102.58  --
222.45/55.74	c  N dy  1067    204244      1000     20000         0     23119    100000    829381     96.18    103.59  --
229.23/57.46	c  N dy  1147    217821      1000     20000         0     36669    100000   2454691     96.28    101.55  --
236.03/59.20	c  N dy  1229    231893      1000     20000         0     30764    100000   1621191     96.29    101.80  --
239.22/59.99	c  S st  1266    237730      1000     20000         0     36593    100000   2324817     96.35     97.78  --
239.62/60.09	c  S st  1266    238236      1000     20000         0     37099    100000   2377482     96.35   no data  --
240.02/60.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
240.02/60.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
240.02/60.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
240.42/60.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.42/60.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.42/60.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
240.42/60.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
317.91/79.65	c lits-rem:       875  cl-subs:       48  v-elim:      0  v-fix:    0  time: 77.53 s
317.91/79.65	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
317.91/79.67	c vivif2 --  cl tried    37051 cl shrink        0 lits rem          0 time: 0.10
318.31/79.70	c asymm  cl-useful: 0/1089/20000 lits-rem:0 time: 0.11
318.31/79.70	c calculated reachability. Time: 0.00
318.31/79.70	c  N dy  1266    238236      1000     20000         0     37051    100000   2364936     96.35   no data  --
326.30/81.71	c  N dy  1358    253500      1000     20000         0     31323    100000   1596386     96.41    104.48  --
335.88/84.14	c  N dy  1454    269817      1000     20000         0     25645    100000    794458     96.42    102.22  --
345.87/86.66	c  N dy  1552    287075      1000     20000         0     42878    100000   2851653     96.45    102.28  --
356.28/89.20	c  N dy  1650    305459      1000     20000         0     38263    100000   2188166     96.45    101.65  --
356.66/89.33	c  F st  1656    306251      1000     20000         0     39055    100000   2282975     96.45   no data  --
367.85/92.10	c  N dy  1742    324981      1000     20000         0     33789    100000   1547250     96.49    115.01  --
381.03/95.40	c  N dy  1850    345020      1000     20000         0     28843    100000    848425     96.49    107.29  --
388.22/97.20	c  S st  1915    357356      1000     20000         0     41163    100000   2315830     96.48   no data  --
388.62/97.32	c  S st  1915    357859      1000     20000         0     41666    100000   2370570     96.48   no data  --
388.62/97.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
388.62/97.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
388.62/97.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
389.02/97.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
389.02/97.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
389.02/97.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
389.02/97.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
460.51/115.38	c lits-rem:       755  cl-subs:       55  v-elim:      0  v-fix:    0  time: 71.61 s
460.51/115.38	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
460.91/115.40	c vivif2 --  cl tried    41611 cl shrink        0 lits rem          0 time: 0.10
462.12/115.75	c asymm  cl-useful: 0/15755/20000 lits-rem:0 time: 1.38
462.12/115.75	c calculated reachability. Time: 0.00
462.12/115.75	c  N dy  1915    357859      1000     20000         0     41611    100000   2356568     96.48   no data  --
474.51/118.83	c  N dy  2035    377993      1000     20000         0     35747    100000   1554601     96.53    105.51  --
487.28/122.05	c  N dy  2137    398093      1000     20000         0     28858    100000    624484     96.47    106.61  --
499.27/125.09	c  N dy  2251    418127      1000     20000         0     48852    100000   3014981     96.49    104.37  --
512.05/128.27	c  N dy  2371    438222      1000     20000         0     40974    100000   1964765     96.52    102.06  --
526.03/131.70	c  N dy  2477    458229      1000     20000         0     31982    100000    777753     96.51    101.86  --
538.81/134.99	c  N dy  2588    478238      1000     20000         0     51964    100000   3154529     96.49    107.96  --
553.19/138.56	c  N dy  2708    498263      1000     20000         0     41995    100000   1876216     96.55    103.07  --
569.17/142.56	c  N dy  2809    518779      1000     20000         0     31536    100000    503416     96.52    101.95  --
581.55/145.65	c  S st  2923    536788      1000     20000         0     49514    100000   2658064     96.56     81.67  --
582.35/145.80	c  S st  2923    537290      1000     20000         0     50016    100000   2712746     96.56   no data  --
582.35/145.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
582.35/145.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
582.35/145.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.16
582.75/145.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
582.75/145.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
582.75/145.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
582.75/145.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
704.58/176.43	c lits-rem:       856  cl-subs:       71  v-elim:      0  v-fix:    0  time: 121.64 s
704.58/176.43	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
704.58/176.46	c vivif2 --  cl tried    49945 cl shrink        0 lits rem          0 time: 0.12
705.38/176.60	c asymm  cl-useful: 0/4245/20000 lits-rem:0 time: 0.59
705.38/176.61	c calculated reachability. Time: 0.00
705.38/176.61	c  N dy  2923    537290      1000     20000         0     49945    100000   2695015     96.56   no data  --
720.97/180.57	c  N dy  3023    557564      1000     20000         0     38242    100000   1182243     96.51    104.26  --
736.53/184.46	c  N dy  3126    578380      1000     20000         0     59014    100000   3647266     96.48    102.68  --
752.12/188.36	c  N dy  3257    598731      1000     20000         0     46387    100000   2055177     96.50    103.69  --
769.32/192.67	c  N dy  3376    618742      1000     20000         0     66378    100000   4437689     96.52    101.86  --
784.07/196.36	c  N dy  3502    638913      1000     20000         0     52571    100000   2686592     96.55    103.24  --
802.05/200.80	c  N dy  3618    658963      1000     20000         0     37645    100000    784787     96.55    102.86  --
816.82/204.54	c  N dy  3736    679062      1000     20000         0     57712    100000   3177790     96.56    101.67  --
834.40/208.96	c  N dy  3859    699140      1000     20000         0     41811    100000   1178801     96.61    101.89  --
850.78/213.03	c  N dy  3960    719312      1000     20000         0     61951    100000   3583186     96.61    101.96  --
869.15/217.60	c  N dy  4073    739332      1000     20000         0     44988    100000   1435697     96.62    103.18  --
886.33/221.92	c  N dy  4183    759411      1000     20000         0     65027    100000   3823615     96.61    102.64  --
904.71/226.50	c  N dy  4299    779674      1000     20000         0     47325    100000   1597488     96.61    102.75  --
922.28/230.98	c  N dy  4412    799691      1000     20000         0     67316    100000   3977375     96.61    101.94  --
929.07/232.64	c  S st  4450    805935      1000     20000         0     73539    100000   4723099     96.62   no data  --
929.87/232.85	c  S st  4450    806440      1000     20000         0     74044    100000   4773297     96.62   no data  --
929.87/232.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
929.87/232.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
930.27/232.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
930.67/233.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
930.67/233.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
930.67/233.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
930.67/233.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3722.52/931.99	c lits-rem:       895  cl-subs:      129  v-elim:      0  v-fix:    0  time: 2790.24 s
3722.52/931.99	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
3722.92/932.04	c vivif2 --  cl tried    73915 cl shrink        0 lits rem          0 time: 0.20
3724.92/932.52	c asymm  cl-useful: 0/10541/20000 lits-rem:0 time: 1.94
3724.92/932.53	c calculated reachability. Time: 0.00
3724.92/932.53	c  N dy  4450    806440      1000     20000         0     73915    100000   4742317     96.62   no data  --
3742.91/937.09	c  N dy  4566    826469      1000     20000         0     54981    100000   2428264     96.64    106.08  --
3764.08/942.35	c  N dy  4674    846475      1000     20000         0     74954    100000   4809757     96.64    103.12  --
3782.86/947.01	c  N dy  4788    866530      1000     20000         0     55048    100000   2331040     96.66    102.15  --
3803.63/952.23	c  N dy  4897    886552      1000     20000         0     75038    100000   4726642     96.67    103.05  --
3823.23/957.12	c  N dy  5022    906591      1000     20000         0     54112    100000   2114236     96.70    102.53  --
3843.19/962.19	c  N dy  5126    926647      1000     20000         0     74139    100000   4513064     96.69    108.48  --
3863.96/967.33	c  N dy  5222    946932      1000     20000         0     52457    100000   1772490     96.67    102.59  --
3884.35/972.45	c  N dy  5341    967058      1000     20000         0     72543    100000   4166340     96.70    104.19  --
3906.33/977.96	c  N dy  5449    987116      1000     20000         0     49642    100000   1334528     96.69    101.95  --
3925.88/982.81	c  N dy  5559   1007398      1000     20000         0     69889    100000   3741965     96.68    102.48  --
3949.46/988.73	c  N dy  5671   1027483      1000     20000         0     46019    100000    785102     96.68    102.95  --
3968.26/993.49	c  N dy  5796   1047671      1000     20000         0     66178    100000   3198476     96.69    102.85  --
3992.21/999.41	c  N dy  5899   1067711      1000     20000         0     86173    100000   5585249     96.68    102.19  --
3997.81/1000.83	c  F st  5927   1071875      1000     20000         0     45413    100000    603654     96.68     95.20  --
4011.40/1004.21	c  N dy  5986   1087775      1000     20000         0     61272    100000   2531772     96.67    102.60  --
4033.37/1009.74	c  N dy  6089   1107778      1000     20000         0     81241    100000   4912483     96.65    101.75  --
4056.16/1015.40	c  N dy  6205   1127888      1000     20000         0     55402    100000   1692880     96.65    102.16  --
4076.52/1020.56	c  N dy  6309   1147953      1000     20000         0     75424    100000   4075966     96.65    102.15  --
4102.09/1026.98	c  N dy  6414   1167988      1000     20000         0     48516    100000    746904     96.65    110.17  --
4121.26/1031.76	c  N dy  6527   1188009      1000     20000         0     68502    100000   3144326     96.65    102.04  --
4146.04/1037.98	c  N dy  6646   1208101      1000     20000         0     88557    100000   5551554     96.67    102.22  --
4148.46/1038.52	c  S st  6657   1209660      1000     20000         0     90112    100000   5741415     96.68   no data  --
4149.24/1038.78	c  S st  6657   1210160      1000     20000         0     90612    100000   5793631     96.68   no data  --
4149.64/1038.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4149.64/1038.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4149.64/1038.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
4150.43/1039.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4150.43/1039.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4150.43/1039.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4150.43/1039.07	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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 7.06 7.73 6.78 5/180 28705
/proc/meminfo: memFree=25108896/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 876447027 52465664 352 33554432000 4194304 4650419 140736004153696 18446744073709551615 47195348113330 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 12809 352 303 112 0 7774 0
[pid=28705/tid=28706] ppid=28703 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 876447028 52465664 352 33554432000 4194304 4650419 140736004153696 18446744073709551615 218371013617 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 876447028 52465664 352 33554432000 4194304 4650419 140736004153696 18446744073709551615 218382754870 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 876447028 52465664 352 33554432000 4194304 4650419 140736004153696 18446744073709551615 47195348113330 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.103041 s]
/proc/loadavg: 7.06 7.73 6.78 5/180 28705
/proc/meminfo: memFree=25108896/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=283644 CPUtime=0.38 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 3120 0 0 0 37 1 0 0 25 0 4 0 876447027 290451456 3034 33554432000 4194304 4650419 140736004153696 18446744073709551615 218371062303 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 70911 3034 367 112 0 65876 0
[pid=28705/tid=28706] ppid=28703 vsize=283644 CPUtime=0.08 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 653 0 0 0 8 0 0 0 25 0 4 0 876447028 290451456 3034 33554432000 4194304 4650419 140736004153696 18446744073709551615 218371062254 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=283644 CPUtime=0.09 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 642 0 0 0 9 0 0 0 25 0 4 0 876447028 290451456 3034 33554432000 4194304 4650419 140736004153696 18446744073709551615 4370554 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=283644 CPUtime=0.09 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 756 0 0 0 9 0 0 0 25 0 4 0 876447028 290451456 3034 33554432000 4194304 4650419 140736004153696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 283644

[startup+0.200432 s]
/proc/loadavg: 7.06 7.73 6.78 5/180 28705
/proc/meminfo: memFree=25108896/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=291356 CPUtime=0.77 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 7960 0 0 0 75 2 0 0 25 0 4 0 876447027 298348544 6872 33554432000 4194304 4650419 140736004153696 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 72839 6872 389 112 0 67804 0
[pid=28705/tid=28706] ppid=28703 vsize=291356 CPUtime=0.18 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 2314 0 0 0 18 0 0 0 25 0 4 0 876447028 298348544 6872 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=291356 CPUtime=0.19 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 2196 0 0 0 19 0 0 0 25 0 4 0 876447028 298348544 6872 33554432000 4194304 4650419 140736004153696 18446744073709551615 4310809 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=291356 CPUtime=0.18 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 936 0 0 0 18 0 0 0 25 0 4 0 876447028 298348544 6872 33554432000 4194304 4650419 140736004153696 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 291356

[startup+0.300413 s]
/proc/loadavg: 7.06 7.73 6.78 5/180 28705
/proc/meminfo: memFree=25108896/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=291356 CPUtime=1.17 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 8719 0 0 0 115 2 0 0 25 0 4 0 876447027 298348544 7631 33554432000 4194304 4650419 140736004153696 18446744073709551615 4332044 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 72839 7632 389 112 0 67804 0
[pid=28705/tid=28706] ppid=28703 vsize=291356 CPUtime=0.28 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 2511 0 0 0 28 0 0 0 25 0 4 0 876447028 298348544 7632 33554432000 4194304 4650419 140736004153696 18446744073709551615 4331879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=291356 CPUtime=0.29 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 2390 0 0 0 29 0 0 0 25 0 4 0 876447028 298348544 7632 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=291356 CPUtime=0.28 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 1114 0 0 0 28 0 0 0 25 0 4 0 876447028 298348544 7632 33554432000 4194304 4650419 140736004153696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 291356

[startup+0.700344 s]
/proc/loadavg: 7.06 7.73 6.78 5/180 28705
/proc/meminfo: memFree=25108896/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=294760 CPUtime=2.77 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 12678 0 0 0 275 2 0 0 25 0 4 0 876447027 301834240 8540 33554432000 4194304 4650419 140736004153696 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 73690 8540 391 112 0 68655 0
[pid=28705/tid=28706] ppid=28703 vsize=294760 CPUtime=0.68 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 3504 0 0 0 68 0 0 0 25 0 4 0 876447028 301834240 8540 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=294760 CPUtime=0.68 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 3377 0 0 0 68 0 0 0 25 0 4 0 876447028 301834240 8541 33554432000 4194304 4650419 140736004153696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=294760 CPUtime=0.68 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 2090 0 0 0 68 0 0 0 25 0 4 0 876447028 301834240 8541 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 294760

[startup+1.50118 s]
/proc/loadavg: 7.06 7.73 6.78 10/184 28709
/proc/meminfo: memFree=25075904/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=296316 CPUtime=5.97 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 20901 0 0 0 593 4 0 0 25 0 4 0 876447027 303427584 7899 33554432000 4194304 4650419 140736004153696 18446744073709551615 4315470 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 74079 7899 391 112 0 69044 0
[pid=28705/tid=28706] ppid=28703 vsize=296316 CPUtime=1.48 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 5456 0 0 0 147 1 0 0 25 0 4 0 876447028 303427584 7899 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=296316 CPUtime=1.48 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 5402 0 0 0 148 0 0 0 25 0 4 0 876447028 303427584 7899 33554432000 4194304 4650419 140736004153696 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=296316 CPUtime=1.49 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 4287 0 0 0 148 1 0 0 25 0 4 0 876447028 303427584 7899 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 296316

[startup+3.10089 s]
/proc/loadavg: 7.13 7.73 6.79 9/184 28709
/proc/meminfo: memFree=25047136/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=296944 CPUtime=12.36 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 36994 0 0 0 1228 8 0 0 25 0 4 0 876447027 304070656 13817 33554432000 4194304 4650419 140736004153696 18446744073709551615 4439371 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 74236 13817 393 112 0 69201 0
[pid=28705/tid=28706] ppid=28703 vsize=296944 CPUtime=3.06 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 8667 0 0 0 305 1 0 0 25 0 4 0 876447028 304070656 13818 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=296944 CPUtime=3.09 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 8559 0 0 0 308 1 0 0 25 0 4 0 876447028 304070656 13818 33554432000 4194304 4650419 140736004153696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=296944 CPUtime=3.08 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 7509 0 0 0 307 1 0 0 25 0 4 0 876447028 304070656 13818 33554432000 4194304 4650419 140736004153696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 296944

[startup+6.30032 s]
/proc/loadavg: 7.13 7.73 6.79 9/184 28709
/proc/meminfo: memFree=24989864/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=308068 CPUtime=25.13 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 55174 0 0 0 2501 12 0 0 25 0 4 0 876447027 315461632 30329 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 77017 30329 393 112 0 71982 0
[pid=28705/tid=28706] ppid=28703 vsize=308068 CPUtime=6.25 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 11434 0 0 0 623 2 0 0 25 0 4 0 876447028 315461632 30329 33554432000 4194304 4650419 140736004153696 18446744073709551615 4438653 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=308068 CPUtime=6.29 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 16612 0 0 0 626 3 0 0 25 0 4 0 876447028 315461632 30329 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=308068 CPUtime=6.28 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 14627 0 0 0 625 3 0 0 25 0 4 0 876447028 315461632 30329 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 308068

[startup+12.7012 s]
/proc/loadavg: 7.34 7.76 6.81 9/184 28710
/proc/meminfo: memFree=24948332/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=326096 CPUtime=50.7 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 87031 0 0 0 5050 20 0 0 25 0 4 0 876447027 333922304 37452 33554432000 4194304 4650419 140736004153696 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 81524 37452 393 112 0 76489 0
[pid=28705/tid=28706] ppid=28703 vsize=326096 CPUtime=12.61 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 22609 0 0 0 1257 4 0 0 25 0 4 0 876447028 333922304 37452 33554432000 4194304 4650419 140736004153696 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=326096 CPUtime=12.68 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 23719 0 0 0 1264 4 0 0 25 0 4 0 876447028 333922304 37452 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=326096 CPUtime=12.68 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 23139 0 0 0 1262 6 0 0 25 0 4 0 876447028 333922304 37452 33554432000 4194304 4650419 140736004153696 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 326096

[startup+25.5009 s]
/proc/loadavg: 7.44 7.77 6.82 9/184 28710
/proc/meminfo: memFree=24871188/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=422504 CPUtime=101.82 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 125993 0 0 0 10153 29 0 0 25 0 4 0 876447027 432644096 58999 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 105626 58999 393 112 0 100591 0
[pid=28705/tid=28706] ppid=28703 vsize=422504 CPUtime=25.34 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 30208 0 0 0 2528 6 0 0 25 0 4 0 876447028 432644096 58999 33554432000 4194304 4650419 140736004153696 18446744073709551615 4329450 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=422504 CPUtime=25.48 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 33383 0 0 0 2542 6 0 0 25 0 4 0 876447028 432644096 59000 33554432000 4194304 4650419 140736004153696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=422504 CPUtime=25.48 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 32907 0 0 0 2540 8 0 0 25 0 4 0 876447028 432644096 59000 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 422504

[startup+51.1003 s]
/proc/loadavg: 7.63 7.78 6.85 9/184 28711
/proc/meminfo: memFree=24785332/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=501012 CPUtime=204.07 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 190402 0 0 0 20360 47 0 0 25 0 4 0 876447027 513036288 76566 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 125253 76566 393 112 0 120218 0
[pid=28705/tid=28706] ppid=28703 vsize=501012 CPUtime=50.8 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 40883 0 0 0 5072 8 0 0 25 0 4 0 876447028 513036288 76566 33554432000 4194304 4650419 140736004153696 18446744073709551615 4438939 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=501012 CPUtime=51.08 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 46249 0 0 0 5099 9 0 0 25 0 4 0 876447028 513036288 76566 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=501012 CPUtime=51.08 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 59076 0 0 0 5089 19 0 0 25 0 4 0 876447028 513036288 76566 33554432000 4194304 4650419 140736004153696 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 501012

[startup+102.301 s]
/proc/loadavg: 7.89 7.83 6.92 9/184 28712
/proc/meminfo: memFree=24695628/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=604200 CPUtime=408.61 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 304365 0 0 0 40782 79 0 0 25 0 4 0 876447027 618700800 99014 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 151050 99014 393 112 0 146015 0
[pid=28705/tid=28706] ppid=28703 vsize=604200 CPUtime=101.88 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 62124 0 0 0 10173 15 0 0 25 0 4 0 876447028 618700800 99014 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=604200 CPUtime=102.28 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 82071 0 0 0 10210 18 0 0 25 0 4 0 876447028 618700800 99014 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=604200 CPUtime=102.13 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 96561 0 0 0 10183 30 0 0 25 0 4 0 876447028 618700800 99014 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 604200

[startup+162.301 s]

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

[pid=28705] ppid=28703 vsize=868084 CPUtime=2805.28 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 751114 0 0 0 280258 270 0 0 25 0 4 0 876447027 888918016 145288 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 217021 145288 393 112 0 211986 0
[pid=28705/tid=28706] ppid=28703 vsize=868084 CPUtime=701.87 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 142934 0 0 0 70135 52 0 0 25 0 4 0 876447028 888918016 145288 33554432000 4194304 4650419 140736004153696 18446744073709551615 4361049 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=868084 CPUtime=702.29 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 251821 0 0 0 70115 114 0 0 25 0 4 0 876447028 888918016 145288 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=868084 CPUtime=698.87 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 239349 0 0 0 69817 70 0 0 25 0 4 0 876447028 888918016 145288 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.28
Current children cumulated vsize (KiB) 868084

[startup+762.301 s]
/proc/loadavg: 8.05 8.03 7.48 9/184 28730
/proc/meminfo: memFree=24189104/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=994848 CPUtime=3044.97 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 807563 0 0 0 304207 290 0 0 25 0 4 0 876447027 1018724352 170918 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 248712 170918 393 112 0 243677 0
[pid=28705/tid=28706] ppid=28703 vsize=994848 CPUtime=761.87 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 161898 0 0 0 76125 62 0 0 25 0 4 0 876447028 1018724352 170918 33554432000 4194304 4650419 140736004153696 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=994848 CPUtime=762.29 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 282425 0 0 0 76106 123 0 0 25 0 4 0 876447028 1018724352 170918 33554432000 4194304 4650419 140736004153696 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=994848 CPUtime=758.54 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 246230 0 0 0 75784 70 0 0 25 0 4 0 876447028 1018724352 170918 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 994848

[startup+822.3 s]
/proc/loadavg: 6.47 7.66 7.38 5/175 28756
/proc/meminfo: memFree=31711588/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=996212 CPUtime=3284.65 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 835908 0 0 0 328163 302 0 0 25 0 4 0 876447027 1020121088 173818 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 249053 173818 393 112 0 244018 0
[pid=28705/tid=28706] ppid=28703 vsize=996212 CPUtime=821.87 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 177926 0 0 0 82115 72 0 0 25 0 4 0 876447028 1020121088 173818 33554432000 4194304 4650419 140736004153696 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=996212 CPUtime=822.29 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 288980 0 0 0 82105 124 0 0 25 0 4 0 876447028 1020121088 173818 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=996212 CPUtime=818.23 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 251992 0 0 0 81752 71 0 0 25 0 4 0 876447028 1020121088 173818 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 996212

[startup+882.307 s]
/proc/loadavg: 4.94 7.00 7.17 5/175 28758
/proc/meminfo: memFree=31738068/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=968616 CPUtime=3524.38 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 863043 0 0 0 352127 311 0 0 25 0 4 0 876447027 991862784 167028 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476471 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 242154 167028 393 112 0 237119 0
[pid=28705/tid=28706] ppid=28703 vsize=968616 CPUtime=881.88 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 193481 0 0 0 88108 80 0 0 25 0 4 0 876447028 991862784 167028 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=968616 CPUtime=882.3 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 296234 0 0 0 88105 125 0 0 25 0 4 0 876447028 991862784 167028 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=968616 CPUtime=877.96 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 256318 0 0 0 87724 72 0 0 25 0 4 0 876447028 991862784 167028 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 968616

[startup+942.301 s]
/proc/loadavg: 4.42 6.47 6.98 5/175 28759
/proc/meminfo: memFree=31726484/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=968876 CPUtime=3764.08 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 881870 0 0 0 376092 316 0 0 25 0 4 0 876447027 992129024 170207 33554432000 4194304 4650419 140736004153696 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 242219 170207 393 112 0 237184 0
[pid=28705/tid=28706] ppid=28703 vsize=968876 CPUtime=941.87 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 193490 0 0 0 94107 80 0 0 25 0 4 0 876447028 992129024 170207 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=968876 CPUtime=942.29 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 303238 0 0 0 94103 126 0 0 25 0 4 0 876447028 992129024 170207 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=968876 CPUtime=937.67 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 262397 0 0 0 93694 73 0 0 25 0 4 0 876447028 992129024 170207 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 968876

[startup+1002.3 s]
/proc/loadavg: 4.22 6.03 6.79 5/175 28761
/proc/meminfo: memFree=31727152/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=998820 CPUtime=4003.8 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 921911 0 0 0 400045 335 0 0 25 0 4 0 876447027 1022791680 169848 33554432000 4194304 4650419 140736004153696 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 249705 169848 393 112 0 244670 0
[pid=28705/tid=28706] ppid=28703 vsize=998820 CPUtime=1001.87 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 193490 0 0 0 100107 80 0 0 25 0 4 0 876447028 1022791680 169848 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=998820 CPUtime=1002.29 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 310724 0 0 0 100102 127 0 0 25 0 4 0 876447028 1022791680 169848 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=998820 CPUtime=997.39 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 262446 0 0 0 99666 73 0 0 25 0 4 0 876447028 1022791680 169848 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 998820

[startup+1062.3 s]
/proc/loadavg: 4.14 5.68 6.62 5/175 28763
/proc/meminfo: memFree=31692004/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=1047784 CPUtime=4243.52 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 951586 0 0 0 424004 348 0 0 25 0 4 0 876447027 1072930816 178252 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 261946 178252 393 112 0 256911 0
[pid=28705/tid=28706] ppid=28703 vsize=1047784 CPUtime=1061.87 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 193490 0 0 0 106107 80 0 0 25 0 4 0 876447028 1072930816 178252 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=1047784 CPUtime=1062.29 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 317975 0 0 0 106101 128 0 0 25 0 4 0 876447028 1072930816 178252 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=1047784 CPUtime=1057.12 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 263351 0 0 0 105639 73 0 0 25 0 4 0 876447028 1072930816 178252 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.52
Current children cumulated vsize (KiB) 1047784

[startup+1122.3 s]
/proc/loadavg: 4.05 5.37 6.45 5/175 28764
/proc/meminfo: memFree=31692828/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=1047784 CPUtime=4483.24 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 963986 0 0 0 447974 350 0 0 25 0 4 0 876447027 1072930816 178179 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476466 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 261946 178179 393 112 0 256911 0
[pid=28705/tid=28706] ppid=28703 vsize=1047784 CPUtime=1121.87 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 193490 0 0 0 112107 80 0 0 25 0 4 0 876447028 1072930816 178179 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=1047784 CPUtime=1122.3 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 325325 0 0 0 112101 129 0 0 25 0 4 0 876447028 1072930816 178179 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=1047784 CPUtime=1116.84 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 267814 0 0 0 111610 74 0 0 25 0 4 0 876447028 1072930816 178179 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.24
Current children cumulated vsize (KiB) 1047784

[startup+1182.3 s]
/proc/loadavg: 4.08 5.13 6.30 5/175 28766
/proc/meminfo: memFree=31675792/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=1060836 CPUtime=4722.94 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 985039 0 0 0 471934 360 0 0 25 0 4 0 876447027 1086296064 182839 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 265209 182839 393 112 0 260174 0
[pid=28705/tid=28706] ppid=28703 vsize=1060836 CPUtime=1181.88 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 202874 0 0 0 118101 87 0 0 25 0 4 0 876447028 1086296064 182839 33554432000 4194304 4650419 140736004153696 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=1060836 CPUtime=1182.3 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 331940 0 0 0 118099 131 0 0 25 0 4 0 876447028 1086296064 182839 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=1060836 CPUtime=1176.55 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 271427 0 0 0 117580 75 0 0 25 0 4 0 876447028 1086296064 182839 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.94
Current children cumulated vsize (KiB) 1060836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.06 5.06 6.25 5/175 28766
/proc/meminfo: memFree=31675416/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=1061112 CPUtime=4800.07 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 996925 0 0 0 479641 366 0 0 25 0 4 0 876447027 1086578688 182649 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 265278 182649 393 112 0 260243 0
[pid=28705/tid=28706] ppid=28703 vsize=1061112 CPUtime=1201.18 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 210760 0 0 0 120026 92 0 0 25 0 4 0 876447028 1086578688 182649 33554432000 4194304 4650419 140736004153696 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=1061112 CPUtime=1201.6 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 334249 0 0 0 120029 131 0 0 25 0 4 0 876447028 1086578688 182649 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=1061112 CPUtime=1195.75 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 272463 0 0 0 119500 75 0 0 25 0 4 0 876447028 1086578688 182649 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1061112

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

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

[startup+1201.6 s]
/proc/loadavg: 4.06 5.06 6.25 5/175 28766
/proc/meminfo: memFree=31675416/32951124 swapFree=67050780/67111528
[pid=28705] ppid=28703 vsize=1061112 CPUtime=4800.07 cores=0,2,4,6
/proc/28705/stat : 28705 (strangenight1-m) R 28703 28705 26276 0 -1 4202496 996925 0 0 0 479641 366 0 0 25 0 4 0 876447027 1086578688 182649 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28705/statm: 265278 182649 393 112 0 260243 0
[pid=28705/tid=28706] ppid=28703 vsize=1061112 CPUtime=1201.18 cores=0,2,4,6
/proc/28705/task/28706/stat : 28706 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 210760 0 0 0 120026 92 0 0 25 0 4 0 876447028 1086578688 182649 33554432000 4194304 4650419 140736004153696 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28705/tid=28707] ppid=28703 vsize=1061112 CPUtime=1201.6 cores=0,2,4,6
/proc/28705/task/28707/stat : 28707 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 334249 0 0 0 120029 131 0 0 25 0 4 0 876447028 1086578688 182649 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28705/tid=28708] ppid=28703 vsize=1061112 CPUtime=1195.75 cores=0,2,4,6
/proc/28705/task/28708/stat : 28708 (strangenight1-m) R 28703 28705 26276 0 -1 4202560 272463 0 0 0 119500 75 0 0 25 0 4 0 876447028 1086578688 182649 33554432000 4194304 4650419 140736004153696 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1061112

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.13
CPU user time (s): 4796.44
CPU system time (s): 3.69844
CPU usage (%): 399.464
Max. virtual memory (cumulated for all children) (KiB): 1061112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.44
system time used= 3.69844
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 996927
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= 1650
involuntary context switches= 30377

runsolver used 1.89871 second user time and 4.37233 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-09 21:40:43
IDJOB=3368501
IDBENCH=82510
IDSOLVER=1846
FILE ID=node101/3368501-1307648442
RUNJOBID= node101-1307646801-28506
PBS_JOBID= 13549390
Free space on /tmp= 74084 MiB

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

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

MD5SUM BENCH= dfe09aa5f3a1967c08c2b336865aee78
RANDOM SEED=2019787590

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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.841
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:      25096056 kB
Buffers:        104680 kB
Cached:         369044 kB
SwapCached:      27576 kB
Active:        7387408 kB
Inactive:       286384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25096056 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:            6612 kB
Writeback:           0 kB
AnonPages:     7194976 kB
Mapped:          10048 kB
Slab:           101308 kB
PageTables:      19348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8048944 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= 74200 MiB
End job on node101 at 2011-06-09 22:00:46