Trace number 3174892

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.38 1201.74

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-3174892-1304045909.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.37/0.11	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.37/0.11	c -- vars added       1000
0.37/0.11	c Parsing time:  0.03 s
0.37/0.11	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.37/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.37
0.37/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.37/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.37/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.57/0.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1.57/0.49	c Finding binary XORs  T:     0.00 s  found:       0
1.57/0.49	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
1.57/0.49	c calculated reachability. Time: 0.00
1.57/0.49	c Calc default polars -  time:   0.00 s pos:     484 undec:      42 neg:     474
1.57/0.49	c =========================================================================================
1.57/0.49	c types(t): F = full restart, N = normal restart
1.57/0.49	c types(t): S = simplification begin/end, E = solution found
1.57/0.49	c restart types(rt): st = static, dy = dynamic
1.57/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.57/0.49	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
1.57/0.49	c  N dy    13      4037      1000     20000         0      4015    100000    492740     95.91    102.11  --
3.57/0.90	c  N dy    32      8200      1000     20000         0      5683    100000    519192     96.50    101.63  --
3.98/1.01	c  N dy    54     12282      1000     20000         0      5522    100000    335304     95.54    100.83  --
5.17/1.32	c  N dy    74     16461      1000     20000         0      9698    100000    827404     94.78    101.55  --
6.36/1.65	c  N dy    99     20671      1000     20000         0      8291    100000    527209     95.02    100.17  --
7.56/1.99	c  N dy   129     24861      1000     20000         0     12476    100000   1022759     95.44    101.41  --
7.97/2.00	c  F st   130     25001      1000     20000         0     12616    100000   1037658     95.37     78.74  --
9.56/2.41	c  N dy   136     30000      1000     20000         0     10796    100000    715610     95.37   no data  --
9.56/2.41	c  S st   136     30000      1000     20000         0     10796    100000    715610     95.37   no data  --
9.56/2.46	c  S st   136     30500      1000     20000         0     11296    100000    769149     95.37   no data  --
9.56/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.56/2.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.95/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.95/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.15/6.35	c lits-rem:      4255  cl-subs:       22  v-elim:      0  v-fix:    0  time: 15.30 s
25.96/6.52	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.66
25.96/6.52	c calculated reachability. Time: 0.00
25.96/6.52	c  N dy   136     30500      1000     20000         0     11274    100000    759716     95.37   no data  --
27.54/6.94	c  N dy   166     34730      1000     20000         0     15500    100000   1268716     96.09    101.53  --
29.14/7.31	c  N dy   194     38750      1000     20000         0     11624    100000    679722     96.37    102.49  --
30.35/7.70	c  N dy   217     43004      1000     20000         0     15875    100000   1184224     96.36    101.55  --
31.53/7.96	c  S st   229     45750      1000     20000         0      9673    100000    331138     96.19     97.89  --
31.93/8.02	c  S st   229     46252      1000     20000         0     10175    100000    380122     96.19   no data  --
31.93/8.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.93/8.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.93/8.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
31.93/8.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.93/8.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.93/8.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
31.93/8.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.51/11.42	c lits-rem:      1165  cl-subs:        3  v-elim:      0  v-fix:    0  time: 13.46 s
45.51/11.43	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
45.51/11.43	c vivif2 --  cl tried    10172 cl shrink        0 lits rem          0 time: 0.02
45.91/11.56	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.52
45.91/11.56	c calculated reachability. Time: 0.00
45.91/11.56	c  N dy   229     46252      1000     20000         0     10172    100000    378296     96.19   no data  --
47.51/11.92	c  N dy   251     50340      1000     20000         0     14255    100000    860976     96.27    102.89  --
49.10/12.31	c  N dy   273     54442      1000     20000         0     18351    100000   1346797     96.29    101.44  --
50.70/12.70	c  N dy   297     58585      1000     20000         0     12529    100000    559757     96.30    102.98  --
51.90/13.08	c  N dy   319     62671      1000     20000         0     16608    100000   1044221     96.31    101.58  --
54.29/13.61	c  N dy   341     67427      1000     20000         0     21354    100000   1603667     96.24    102.74  --
55.10/13.81	c  S st   351     69378      1000     20000         0     12332    100000    427008     96.23   no data  --
55.10/13.87	c  S st   351     69879      1000     20000         0     12833    100000    479092     96.23   no data  --
55.10/13.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.10/13.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.10/13.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
55.50/13.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.50/13.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.50/13.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
55.50/13.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
70.30/17.67	c lits-rem:      2002  cl-subs:        7  v-elim:      0  v-fix:    0  time: 15.02 s
70.30/17.67	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
70.30/17.68	c vivif2 --  cl tried    12826 cl shrink        0 lits rem          0 time: 0.02
71.07/17.87	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.76
71.07/17.87	c calculated reachability. Time: 0.00
71.07/17.87	c  N dy   351     69879      1000     20000         0     12826    100000    475405     96.23   no data  --
73.07/18.36	c  N dy   383     74472      1000     20000         0     17412    100000   1024378     96.34    102.67  --
75.47/18.95	c  N dy   414     79271      1000     20000         0     22203    100000   1597907     96.45    105.48  --
77.87/19.53	c  N dy   444     84408      1000     20000         0     15353    100000    675788     96.47    102.67  --
79.09/19.86	c  F st   461     87500      1000     20000         0     18434    100000   1042990     96.45     82.30  --
80.66/20.26	c  N st   466     90799      1000     20000         0     21717    100000   1473434     96.45   no data  --
83.49/20.97	c  N dy   486     96689      1000     20000         0     14629    100000    487201     96.49    101.74  --
86.26/21.63	c  N dy   523    102870      1000     20000         0     20802    100000   1219190     96.44    104.67  --
87.05/21.85	c  S st   534    104818      1000     20000         0     22746    100000   1452492     96.46    100.20  --
87.47/21.93	c  S st   534    105321      1000     20000         0     23249    100000   1501344     96.46   no data  --
87.47/21.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
87.47/21.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.47/21.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
87.87/22.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.87/22.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.87/22.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
87.87/22.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
116.62/29.24	c lits-rem:       930  cl-subs:       24  v-elim:      0  v-fix:    0  time: 28.83 s
116.62/29.24	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
116.62/29.26	c vivif2 --  cl tried    23225 cl shrink        0 lits rem          0 time: 0.06
117.82/29.54	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.15
117.82/29.54	c calculated reachability. Time: 0.00
117.82/29.54	c  N dy   534    105321      1000     20000         0     23225    100000   1494704     96.46   no data  --
121.01/30.35	c  N dy   571    112129      1000     20000         0     16049    100000    537722     96.38    106.07  --
124.20/31.13	c  N dy   612    119282      1000     20000         0     23192    100000   1383608     96.38    101.86  --
127.80/32.09	c  N dy   650    126950      1000     20000         0     15873    100000    408980     96.38    110.53  --
131.41/32.98	c  N dy   696    135115      1000     20000         0     24020    100000   1377147     96.35    102.00  --
136.21/34.12	c  N dy   744    143748      1000     20000         0     16667    100000    392343     96.30    102.65  --
140.20/35.20	c  N dy   796    152972      1000     20000         0     25868    100000   1479312     96.29    101.75  --
142.97/35.85	c  S st   830    157982      1000     20000         0     30868    100000   2072505     96.33   no data  --
143.37/35.95	c  S st   830    158487      1000     20000         0     31373    100000   2126807     96.33   no data  --
143.37/35.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
143.37/35.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
143.37/35.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
143.77/36.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.77/36.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.77/36.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
143.77/36.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
196.91/49.33	c lits-rem:       941  cl-subs:       36  v-elim:      0  v-fix:    0  time: 53.01 s
196.91/49.34	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
196.91/49.36	c vivif2 --  cl tried    31337 cl shrink        0 lits rem          0 time: 0.08
198.50/49.72	c asymm  cl-useful: 0/18911/20000 lits-rem:0 time: 1.46
198.50/49.73	c calculated reachability. Time: 0.00
198.50/49.73	c  N dy   830    158487      1000     20000         0     31337    100000   2117144     96.33   no data  --
204.09/51.11	c  N dy   897    169476      1000     20000         0     25347    100000   1325261     96.39    102.71  --
210.08/52.66	c  N dy   957    180299      1000     20000         0     18186    100000    353198     96.36    104.48  --
215.30/53.97	c  N dy  1006    191827      1000     20000         0     29692    100000   1723861     96.23    102.58  --
221.66/55.54	c  N dy  1067    204244      1000     20000         0     23119    100000    829381     96.18    103.59  --
228.48/57.23	c  N dy  1147    217821      1000     20000         0     36669    100000   2454691     96.28    101.55  --
235.25/58.96	c  N dy  1229    231893      1000     20000         0     30764    100000   1621191     96.29    101.80  --
238.44/59.75	c  S st  1266    237730      1000     20000         0     36593    100000   2324817     96.35     97.78  --
238.84/59.85	c  S st  1266    238236      1000     20000         0     37099    100000   2377482     96.35   no data  --
238.84/59.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
238.84/59.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
238.84/59.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
239.24/59.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.24/59.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.24/59.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
239.24/59.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
316.74/79.39	c lits-rem:       875  cl-subs:       48  v-elim:      0  v-fix:    0  time: 77.51 s
316.74/79.39	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
317.14/79.41	c vivif2 --  cl tried    37051 cl shrink        0 lits rem          0 time: 0.10
317.14/79.44	c asymm  cl-useful: 0/1089/20000 lits-rem:0 time: 0.12
317.14/79.44	c calculated reachability. Time: 0.00
317.14/79.44	c  N dy  1266    238236      1000     20000         0     37051    100000   2364936     96.35   no data  --
325.15/81.48	c  N dy  1358    253500      1000     20000         0     31323    100000   1596386     96.41    104.48  --
335.11/83.92	c  N dy  1454    269817      1000     20000         0     25645    100000    794458     96.42    102.22  --
344.70/86.39	c  N dy  1552    287075      1000     20000         0     42878    100000   2851653     96.45    102.28  --
355.09/88.92	c  N dy  1650    305459      1000     20000         0     38263    100000   2188166     96.45    101.65  --
355.51/89.04	c  F st  1656    306251      1000     20000         0     39055    100000   2282975     96.45   no data  --
366.67/91.80	c  N dy  1742    324981      1000     20000         0     33789    100000   1547250     96.49    115.01  --
379.46/95.06	c  N dy  1850    345020      1000     20000         0     28843    100000    848425     96.49    107.29  --
386.67/96.84	c  S st  1915    357356      1000     20000         0     41163    100000   2315830     96.48   no data  --
387.05/96.96	c  S st  1915    357859      1000     20000         0     41666    100000   2370570     96.48   no data  --
387.05/96.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
387.05/96.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
387.45/97.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
387.45/97.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
387.45/97.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
387.45/97.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
387.45/97.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
459.35/115.00	c lits-rem:       755  cl-subs:       55  v-elim:      0  v-fix:    0  time: 71.53 s
459.35/115.01	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
459.35/115.03	c vivif2 --  cl tried    41611 cl shrink        0 lits rem          0 time: 0.10
460.55/115.38	c asymm  cl-useful: 0/15755/20000 lits-rem:0 time: 1.40
460.55/115.38	c calculated reachability. Time: 0.00
460.55/115.38	c  N dy  1915    357859      1000     20000         0     41611    100000   2356568     96.48   no data  --
472.93/118.43	c  N dy  2035    377993      1000     20000         0     35747    100000   1554601     96.53    105.51  --
485.71/121.66	c  N dy  2137    398093      1000     20000         0     28858    100000    624484     96.47    106.61  --
497.69/124.65	c  N dy  2251    418127      1000     20000         0     48852    100000   3014981     96.49    104.37  --
510.48/127.85	c  N dy  2371    438222      1000     20000         0     40974    100000   1964765     96.52    102.06  --
524.06/131.28	c  N dy  2477    458229      1000     20000         0     31982    100000    777753     96.51    101.86  --
537.64/134.60	c  N dy  2588    478238      1000     20000         0     51964    100000   3154529     96.49    107.96  --
551.62/138.14	c  N dy  2708    498263      1000     20000         0     41995    100000   1876216     96.55    103.07  --
567.60/142.11	c  N dy  2809    518779      1000     20000         0     31536    100000    503416     96.52    101.95  --
580.00/145.24	c  S st  2923    536788      1000     20000         0     49514    100000   2658064     96.56     81.67  --
580.38/145.38	c  S st  2923    537290      1000     20000         0     50016    100000   2712746     96.56   no data  --
580.38/145.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
580.38/145.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
580.78/145.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
581.18/145.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
581.18/145.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
581.18/145.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
581.18/145.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
703.01/176.07	c lits-rem:       856  cl-subs:       71  v-elim:      0  v-fix:    0  time: 121.89 s
703.01/176.07	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
703.40/176.10	c vivif2 --  cl tried    49945 cl shrink        0 lits rem          0 time: 0.11
703.80/176.25	c asymm  cl-useful: 0/4245/20000 lits-rem:0 time: 0.59
703.80/176.25	c calculated reachability. Time: 0.00
703.80/176.25	c  N dy  2923    537290      1000     20000         0     49945    100000   2695015     96.56   no data  --
719.77/180.20	c  N dy  3023    557564      1000     20000         0     38242    100000   1182243     96.51    104.26  --
734.95/184.06	c  N dy  3126    578380      1000     20000         0     59014    100000   3647266     96.48    102.68  --
750.53/187.96	c  N dy  3257    598731      1000     20000         0     46387    100000   2055177     96.50    103.69  --
767.71/192.26	c  N dy  3376    618742      1000     20000         0     66378    100000   4437689     96.52    101.86  --
782.49/195.91	c  N dy  3502    638913      1000     20000         0     52571    100000   2686592     96.55    103.24  --
800.06/200.33	c  N dy  3618    658963      1000     20000         0     37645    100000    784787     96.55    102.86  --
814.85/204.05	c  N dy  3736    679062      1000     20000         0     57712    100000   3177790     96.56    101.67  --
832.43/208.50	c  N dy  3859    699140      1000     20000         0     41811    100000   1178801     96.61    101.89  --
848.80/212.55	c  N dy  3960    719312      1000     20000         0     61951    100000   3583186     96.61    101.96  --
866.77/217.10	c  N dy  4073    739332      1000     20000         0     44988    100000   1435697     96.62    103.18  --
883.95/221.39	c  N dy  4183    759411      1000     20000         0     65027    100000   3823615     96.61    102.64  --
902.33/225.95	c  N dy  4299    779674      1000     20000         0     47325    100000   1597488     96.61    102.75  --
919.91/230.39	c  N dy  4412    799691      1000     20000         0     67316    100000   3977375     96.61    101.94  --
926.71/232.03	c  S st  4450    805935      1000     20000         0     73539    100000   4723099     96.62   no data  --
927.49/232.24	c  S st  4450    806440      1000     20000         0     74044    100000   4773297     96.62   no data  --
927.49/232.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
927.49/232.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
927.89/232.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
928.29/232.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
928.29/232.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
928.29/232.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
928.29/232.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3735.73/935.21	c lits-rem:       895  cl-subs:      129  v-elim:      0  v-fix:    0  time: 2805.04 s
3735.73/935.21	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3735.73/935.26	c vivif2 --  cl tried    73915 cl shrink        0 lits rem          0 time: 0.20
3737.73/935.75	c asymm  cl-useful: 0/10541/20000 lits-rem:0 time: 1.95
3737.73/935.75	c calculated reachability. Time: 0.00
3737.73/935.75	c  N dy  4450    806440      1000     20000         0     73915    100000   4742317     96.62   no data  --
3755.71/940.29	c  N dy  4566    826469      1000     20000         0     54981    100000   2428264     96.64    106.08  --
3776.88/945.54	c  N dy  4674    846475      1000     20000         0     74954    100000   4809757     96.64    103.12  --
3795.64/950.21	c  N dy  4788    866530      1000     20000         0     55048    100000   2331040     96.66    102.15  --
3816.42/955.43	c  N dy  4897    886552      1000     20000         0     75038    100000   4726642     96.67    103.05  --
3835.61/960.29	c  N dy  5022    906591      1000     20000         0     54112    100000   2114236     96.70    102.53  --
3855.97/965.32	c  N dy  5126    926647      1000     20000         0     74139    100000   4513064     96.69    108.48  --
3876.33/970.46	c  N dy  5222    946932      1000     20000         0     52457    100000   1772490     96.67    102.59  --
3896.72/975.57	c  N dy  5341    967058      1000     20000         0     72543    100000   4166340     96.70    104.19  --
3918.69/981.08	c  N dy  5449    987116      1000     20000         0     49642    100000   1334528     96.69    101.95  --
3938.26/985.90	c  N dy  5559   1007398      1000     20000         0     69889    100000   3741965     96.68    102.48  --
3961.42/991.78	c  N dy  5671   1027483      1000     20000         0     46019    100000    785102     96.68    102.95  --
3980.63/996.55	c  N dy  5796   1047671      1000     20000         0     66178    100000   3198476     96.69    102.85  --
4004.17/1002.45	c  N dy  5899   1067711      1000     20000         0     86173    100000   5585249     96.68    102.19  --
4009.76/1003.86	c  F st  5927   1071875      1000     20000         0     45413    100000    603654     96.68     95.20  --
4023.35/1007.25	c  N dy  5986   1087775      1000     20000         0     61272    100000   2531772     96.67    102.60  --
4045.32/1012.79	c  N dy  6089   1107778      1000     20000         0     81241    100000   4912483     96.65    101.75  --
4068.09/1018.43	c  N dy  6205   1127888      1000     20000         0     55402    100000   1692880     96.65    102.16  --
4088.46/1023.55	c  N dy  6309   1147953      1000     20000         0     75424    100000   4075966     96.65    102.15  --
4114.02/1029.94	c  N dy  6414   1167988      1000     20000         0     48516    100000    746904     96.65    110.17  --
4133.20/1034.70	c  N dy  6527   1188009      1000     20000         0     68502    100000   3144326     96.65    102.04  --
4157.96/1040.94	c  N dy  6646   1208101      1000     20000         0     88557    100000   5551554     96.67    102.22  --
4159.96/1041.48	c  S st  6657   1209660      1000     20000         0     90112    100000   5741415     96.68   no data  --
4161.18/1041.74	c  S st  6657   1210160      1000     20000         0     90612    100000   5793631     96.68   no data  --
4161.18/1041.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4161.18/1041.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4161.55/1041.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
4162.36/1042.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4162.36/1042.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4162.36/1042.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4162.36/1042.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.16 3.86 4.36 5/180 30103
/proc/meminfo: memFree=24887716/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 594821402 52465664 352 33554432000 4194304 4650419 140734319882992 18446744073709551615 47939234953142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 12809 352 303 112 0 7774 0
[pid=30103/tid=30104] ppid=30100 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 594821402 52465664 352 33554432000 4194304 4650419 140734319882992 18446744073709551615 47939234953138 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 594821402 52465664 352 33554432000 4194304 4650419 140734319882992 18446744073709551615 252458122225 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 594821402 52465664 352 33554432000 4194304 4650419 140734319882992 18446744073709551615 252469863478 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.00889312 s]
/proc/loadavg: 3.16 3.86 4.36 5/180 30103
/proc/meminfo: memFree=24887716/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=281920 CPUtime=0.01 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1402 0 0 0 1 0 0 0 18 0 4 0 594821402 288686080 1316 33554432000 4194304 4650419 140734319882992 18446744073709551615 4520021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 70480 1317 343 112 0 65445 0
[pid=30103/tid=30104] ppid=30100 vsize=281920 CPUtime=0 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 246 0 0 0 0 0 0 0 18 0 4 0 594821402 288686080 1319 33554432000 4194304 4650419 140734319882992 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=281920 CPUtime=0 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 248 0 0 0 0 0 0 0 24 0 4 0 594821402 288686080 1320 33554432000 4194304 4650419 140734319882992 18446744073709551615 4372539 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=281920 CPUtime=0 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 245 0 0 0 0 0 0 0 18 0 4 0 594821402 288686080 1322 33554432000 4194304 4650419 140734319882992 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 281920

[startup+0.100878 s]
/proc/loadavg: 3.16 3.86 4.36 5/180 30103
/proc/meminfo: memFree=24887716/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=283616 CPUtime=0.37 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 3127 0 0 0 37 0 0 0 18 0 4 0 594821402 290422784 3041 33554432000 4194304 4650419 140734319882992 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 70904 3041 367 112 0 65869 0
[pid=30103/tid=30104] ppid=30100 vsize=283616 CPUtime=0.09 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 643 0 0 0 9 0 0 0 18 0 4 0 594821402 290422784 3041 33554432000 4194304 4650419 140734319882992 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=283616 CPUtime=0.09 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 639 0 0 0 9 0 0 0 25 0 4 0 594821402 290422784 3041 33554432000 4194304 4650419 140734319882992 18446744073709551615 4370572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=283616 CPUtime=0.09 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 780 0 0 0 9 0 0 0 18 0 4 0 594821402 290422784 3041 33554432000 4194304 4650419 140734319882992 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 283616

[startup+0.300842 s]
/proc/loadavg: 3.16 3.86 4.36 5/180 30103
/proc/meminfo: memFree=24887716/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=291728 CPUtime=1.17 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 8752 0 0 0 116 1 0 0 18 0 4 0 594821402 298729472 7584 33554432000 4194304 4650419 140734319882992 18446744073709551615 4360387 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 72932 7584 389 112 0 67897 0
[pid=30103/tid=30104] ppid=30100 vsize=291728 CPUtime=0.29 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 2407 0 0 0 29 0 0 0 18 0 4 0 594821402 298729472 7584 33554432000 4194304 4650419 140734319882992 18446744073709551615 4314951 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=291728 CPUtime=0.28 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 2335 0 0 0 28 0 0 0 25 0 4 0 594821402 298729472 7584 33554432000 4194304 4650419 140734319882992 18446744073709551615 4334120 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=291728 CPUtime=0.29 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 1199 0 0 0 29 0 0 0 18 0 4 0 594821402 298729472 7585 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 291728

[startup+0.700769 s]
/proc/loadavg: 3.16 3.86 4.36 5/180 30103
/proc/meminfo: memFree=24887716/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=295132 CPUtime=2.78 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 12890 0 0 0 276 2 0 0 18 0 4 0 594821402 302215168 8672 33554432000 4194304 4650419 140734319882992 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 73783 8672 391 112 0 68748 0
[pid=30103/tid=30104] ppid=30100 vsize=295132 CPUtime=0.69 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 3407 0 0 0 69 0 0 0 18 0 4 0 594821402 302215168 8672 33554432000 4194304 4650419 140734319882992 18446744073709551615 4334208 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=295132 CPUtime=0.68 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 3336 0 0 0 68 0 0 0 25 0 4 0 594821402 302215168 8672 33554432000 4194304 4650419 140734319882992 18446744073709551615 4366068 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=295132 CPUtime=0.69 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 2339 0 0 0 69 0 0 0 18 0 4 0 594821402 302215168 8672 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 295132

[startup+1.50062 s]
/proc/loadavg: 3.16 3.86 4.36 9/184 30108
/proc/meminfo: memFree=24831408/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=296688 CPUtime=5.96 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 21195 0 0 0 593 3 0 0 20 0 4 0 594821402 303808512 8081 33554432000 4194304 4650419 140734319882992 18446744073709551615 4328220 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 74172 8081 391 112 0 69137 0
[pid=30103/tid=30104] ppid=30100 vsize=296688 CPUtime=1.48 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 5492 0 0 0 148 0 0 0 19 0 4 0 594821402 303808512 8081 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=296688 CPUtime=1.48 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 5311 0 0 0 147 1 0 0 25 0 4 0 594821402 303808512 8081 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=296688 CPUtime=1.49 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 4503 0 0 0 149 0 0 0 20 0 4 0 594821402 303808512 8081 33554432000 4194304 4650419 140734319882992 18446744073709551615 4363371 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 296688

[startup+3.10032 s]
/proc/loadavg: 3.16 3.86 4.36 9/184 30108
/proc/meminfo: memFree=24815660/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=297316 CPUtime=12.36 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 38162 0 0 0 1230 6 0 0 24 0 4 0 594821402 304451584 14864 33554432000 4194304 4650419 140734319882992 18446744073709551615 4439306 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 74329 14868 393 112 0 69294 0
[pid=30103/tid=30104] ppid=30100 vsize=297316 CPUtime=3.08 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 9656 0 0 0 308 0 0 0 25 0 4 0 594821402 304451584 14870 33554432000 4194304 4650419 140734319882992 18446744073709551615 252458109111 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=297316 CPUtime=3.07 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 8430 0 0 0 306 1 0 0 25 0 4 0 594821402 304451584 14872 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=297316 CPUtime=3.09 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 7802 0 0 0 308 1 0 0 25 0 4 0 594821402 304451584 14876 33554432000 4194304 4650419 140734319882992 18446744073709551615 4315293 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 297316

[startup+6.30073 s]
/proc/loadavg: 3.55 3.93 4.38 9/184 30108
/proc/meminfo: memFree=24663624/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=326284 CPUtime=25.15 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 55530 0 0 0 2506 9 0 0 25 0 4 0 594821402 334114816 30580 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 81571 30580 393 112 0 76536 0
[pid=30103/tid=30104] ppid=30100 vsize=326284 CPUtime=6.29 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 11581 0 0 0 628 1 0 0 25 0 4 0 594821402 334114816 30580 33554432000 4194304 4650419 140734319882992 18446744073709551615 4439366 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=326284 CPUtime=6.26 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 16153 0 0 0 624 2 0 0 25 0 4 0 594821402 334114816 30580 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=326284 CPUtime=6.29 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 15137 0 0 0 626 3 0 0 25 0 4 0 594821402 334114816 30580 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 326284

[startup+12.7005 s]
/proc/loadavg: 3.91 4.00 4.40 9/184 30108
/proc/meminfo: memFree=24579476/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=317408 CPUtime=50.7 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 88252 0 0 0 5053 17 0 0 25 0 4 0 594821402 325025792 38411 33554432000 4194304 4650419 140734319882992 18446744073709551615 4329270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 79352 38411 393 112 0 74317 0
[pid=30103/tid=30104] ppid=30100 vsize=317408 CPUtime=12.68 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 23259 0 0 0 1266 2 0 0 25 0 4 0 594821402 325025792 38411 33554432000 4194304 4650419 140734319882992 18446744073709551615 4439371 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=317408 CPUtime=12.62 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 23465 0 0 0 1258 4 0 0 25 0 4 0 594821402 325025792 38411 33554432000 4194304 4650419 140734319882992 18446744073709551615 4328176 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=317408 CPUtime=12.68 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 23563 0 0 0 1263 5 0 0 25 0 4 0 594821402 325025792 38411 33554432000 4194304 4650419 140734319882992 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 317408

[startup+25.5012 s]
/proc/loadavg: 4.81 4.19 4.46 9/184 30108
/proc/meminfo: memFree=24400448/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=334420 CPUtime=101.83 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 125739 0 0 0 10156 27 0 0 25 0 4 0 594821402 342446080 56457 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 83605 56457 393 112 0 78570 0
[pid=30103/tid=30104] ppid=30100 vsize=334420 CPUtime=25.48 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 32205 0 0 0 2543 5 0 0 25 0 4 0 594821402 342446080 56457 33554432000 4194304 4650419 140734319882992 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=334420 CPUtime=25.34 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 32938 0 0 0 2528 6 0 0 25 0 4 0 594821402 342446080 56457 33554432000 4194304 4650419 140734319882992 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=334420 CPUtime=25.48 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 32050 0 0 0 2541 7 0 0 25 0 4 0 594821402 342446080 56457 33554432000 4194304 4650419 140734319882992 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 334420

[startup+51.1004 s]
/proc/loadavg: 5.90 4.50 4.55 9/184 30109
/proc/meminfo: memFree=24288348/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=481396 CPUtime=204.09 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 187125 0 0 0 20363 46 0 0 25 0 4 0 594821402 492949504 76040 33554432000 4194304 4650419 140734319882992 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 120349 76040 393 112 0 115314 0
[pid=30103/tid=30104] ppid=30100 vsize=481396 CPUtime=51.08 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 45690 0 0 0 5100 8 0 0 25 0 4 0 594821402 492949504 76040 33554432000 4194304 4650419 140734319882992 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=481396 CPUtime=50.8 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 44780 0 0 0 5071 9 0 0 25 0 4 0 594821402 492949504 76040 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=481396 CPUtime=51.09 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 58163 0 0 0 5091 18 0 0 25 0 4 0 594821402 492949504 76040 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 481396

[startup+102.307 s]
/proc/loadavg: 7.09 5.04 4.73 9/184 30110
/proc/meminfo: memFree=24223596/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=538808 CPUtime=408.64 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 293963 0 0 0 40783 81 0 0 25 0 4 0 594821402 551739392 82693 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 134702 82693 393 112 0 129667 0
[pid=30103/tid=30104] ppid=30100 vsize=538808 CPUtime=102.29 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 76203 0 0 0 10209 20 0 0 25 0 4 0 594821402 551739392 82693 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=538808 CPUtime=101.73 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 57069 0 0 0 10160 13 0 0 25 0 4 0 594821402 551739392 82693 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=538808 CPUtime=102.29 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 101047 0 0 0 10198 31 0 0 25 0 4 0 594821402 551739392 82693 33554432000 4194304 4650419 140734319882992 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 538808

[startup+162.301 s]

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

[pid=30103] ppid=30100 vsize=993732 CPUtime=2805.37 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 946011 0 0 0 280225 312 0 0 25 0 4 0 594821402 1017581568 152934 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 248433 152935 393 112 0 243398 0
[pid=30103/tid=30104] ppid=30100 vsize=993732 CPUtime=702.3 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 292773 0 0 0 70143 87 0 0 25 0 4 0 594821402 1017581568 152935 33554432000 4194304 4650419 140734319882992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=993732 CPUtime=698.47 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 179230 0 0 0 69759 88 0 0 25 0 4 0 594821402 1017581568 152935 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=993732 CPUtime=702.29 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 272112 0 0 0 70140 89 0 0 25 0 4 0 594821402 1017581568 152935 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 993732

[startup+762.307 s]
/proc/loadavg: 8.22 7.79 6.44 9/184 30137
/proc/meminfo: memFree=23585672/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1051488 CPUtime=3045.08 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1018521 0 0 0 304167 341 0 0 25 0 4 0 594821402 1076723712 171776 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 262872 171776 393 112 0 257837 0
[pid=30103/tid=30104] ppid=30100 vsize=1051488 CPUtime=762.31 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 318304 0 0 0 76127 104 0 0 25 0 4 0 594821402 1076723712 171776 33554432000 4194304 4650419 140734319882992 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1051488 CPUtime=758.15 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202584 0 0 0 75718 97 0 0 25 0 4 0 594821402 1076723712 171776 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1051488 CPUtime=762.3 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 281502 0 0 0 76140 90 0 0 25 0 4 0 594821402 1076723712 171776 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 1051488

[startup+822.301 s]
/proc/loadavg: 8.21 7.86 6.54 9/184 30138
/proc/meminfo: memFree=23584920/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1052072 CPUtime=3284.73 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1062465 0 0 0 328115 358 0 0 25 0 4 0 594821402 1077321728 174539 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 263018 174539 393 112 0 257983 0
[pid=30103/tid=30104] ppid=30100 vsize=1052072 CPUtime=822.3 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 340147 0 0 0 82113 117 0 0 25 0 4 0 594821402 1077321728 174539 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1052072 CPUtime=817.82 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202688 0 0 0 81685 97 0 0 25 0 4 0 594821402 1077321728 174539 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1052072 CPUtime=822.28 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 289528 0 0 0 82137 91 0 0 25 0 4 0 594821402 1077321728 174539 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 1052072

[startup+882.301 s]
/proc/loadavg: 8.19 7.91 6.64 9/184 30140
/proc/meminfo: memFree=23598916/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1052496 CPUtime=3524.41 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1094744 0 0 0 352072 369 0 0 25 0 4 0 594821402 1077755904 167470 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 263124 167470 393 112 0 258089 0
[pid=30103/tid=30104] ppid=30100 vsize=1052496 CPUtime=882.31 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 348738 0 0 0 88106 125 0 0 25 0 4 0 594821402 1077755904 167470 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1052496 CPUtime=877.49 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202701 0 0 0 87652 97 0 0 25 0 4 0 594821402 1077755904 167470 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1052496 CPUtime=882.29 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 298403 0 0 0 88136 93 0 0 25 0 4 0 594821402 1077755904 167470 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 1052496

[startup+942.301 s]
/proc/loadavg: 8.17 7.96 6.74 9/184 30142
/proc/meminfo: memFree=23592572/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1052756 CPUtime=3764.09 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1118351 0 0 0 376035 374 0 0 25 0 4 0 594821402 1078022144 168973 33554432000 4194304 4650419 140734319882992 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 263189 168973 393 112 0 258154 0
[pid=30103/tid=30104] ppid=30100 vsize=1052756 CPUtime=942.31 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 348738 0 0 0 94106 125 0 0 25 0 4 0 594821402 1078022144 168973 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1052756 CPUtime=937.17 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202701 0 0 0 93620 97 0 0 25 0 4 0 594821402 1078022144 168973 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1052756 CPUtime=942.28 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 307548 0 0 0 94134 94 0 0 25 0 4 0 594821402 1078022144 168973 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 1052756

[startup+1002.3 s]
/proc/loadavg: 8.10 7.97 6.82 9/184 30143
/proc/meminfo: memFree=23586332/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1053764 CPUtime=4003.77 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1154658 0 0 0 399984 393 0 0 25 0 4 0 594821402 1079054336 174052 33554432000 4194304 4650419 140734319882992 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 263441 174052 393 112 0 258406 0
[pid=30103/tid=30104] ppid=30100 vsize=1053764 CPUtime=1002.31 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 348738 0 0 0 100106 125 0 0 25 0 4 0 594821402 1079054336 174052 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1053764 CPUtime=996.84 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202701 0 0 0 99587 97 0 0 25 0 4 0 594821402 1079054336 174052 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1053764 CPUtime=1002.29 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 318144 0 0 0 100133 96 0 0 25 0 4 0 594821402 1079054336 174052 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476354 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 1053764

[startup+1062.3 s]
/proc/loadavg: 8.04 7.97 6.89 9/184 30145
/proc/meminfo: memFree=23561508/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1054332 CPUtime=4243.45 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1182915 0 0 0 423939 406 0 0 25 0 4 0 594821402 1079635968 176353 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 263583 176353 393 112 0 258548 0
[pid=30103/tid=30104] ppid=30100 vsize=1054332 CPUtime=1062.31 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 348738 0 0 0 106106 125 0 0 25 0 4 0 594821402 1079635968 176353 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1054332 CPUtime=1056.52 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202701 0 0 0 105555 97 0 0 25 0 4 0 594821402 1079635968 176353 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1054332 CPUtime=1062.28 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 327467 0 0 0 106132 96 0 0 25 0 4 0 594821402 1079635968 176353 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 1054332

[startup+1122.3 s]
/proc/loadavg: 8.01 7.97 6.95 9/184 30146
/proc/meminfo: memFree=23565444/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1054332 CPUtime=4483.12 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1200532 0 0 0 447904 408 0 0 25 0 4 0 594821402 1079635968 176374 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 263583 176374 393 112 0 258548 0
[pid=30103/tid=30104] ppid=30100 vsize=1054332 CPUtime=1122.31 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 348739 0 0 0 112106 125 0 0 25 0 4 0 594821402 1079635968 176374 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1054332 CPUtime=1116.19 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202701 0 0 0 111522 97 0 0 25 0 4 0 594821402 1079635968 176374 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1054332 CPUtime=1122.29 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 336762 0 0 0 112131 98 0 0 25 0 4 0 594821402 1079635968 176374 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 1054332

[startup+1182.3 s]
/proc/loadavg: 8.04 7.99 7.02 9/184 30148
/proc/meminfo: memFree=23570368/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1067384 CPUtime=4722.81 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1230863 0 0 0 471859 422 0 0 25 0 4 0 594821402 1093001216 175289 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 266846 175289 393 112 0 261811 0
[pid=30103/tid=30104] ppid=30100 vsize=1067384 CPUtime=1182.32 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 358923 0 0 0 118097 135 0 0 25 0 4 0 594821402 1093001216 175289 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1067384 CPUtime=1175.87 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202701 0 0 0 117490 97 0 0 25 0 4 0 594821402 1093001216 175289 33554432000 4194304 4650419 140734319882992 18446744073709551615 4443768 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1067384 CPUtime=1182.29 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 347541 0 0 0 118129 100 0 0 25 0 4 0 594821402 1093001216 175289 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 1067384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.01 7.05 9/184 30149
/proc/meminfo: memFree=23569868/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1067660 CPUtime=4800.32 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1245219 0 0 0 479601 431 0 0 25 0 4 0 594821402 1093283840 175093 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 266915 175093 393 112 0 261880 0
[pid=30103/tid=30104] ppid=30100 vsize=1067660 CPUtime=1201.72 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 366802 0 0 0 120029 143 0 0 25 0 4 0 594821402 1093283840 175093 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1067660 CPUtime=1195.16 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202701 0 0 0 119419 97 0 0 25 0 4 0 594821402 1093283840 175093 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1067660 CPUtime=1201.69 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 350946 0 0 0 120069 100 0 0 25 0 4 0 594821402 1093283840 175093 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1067660

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

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

[startup+1201.7 s]
/proc/loadavg: 8.10 8.01 7.05 9/184 30149
/proc/meminfo: memFree=23569868/32951124 swapFree=67111348/67111528
[pid=30103] ppid=30100 vsize=1067660 CPUtime=4800.32 cores=1,3,5,7
/proc/30103/stat : 30103 (strangenight1-m) R 30100 30103 30062 0 -1 4202496 1245219 0 0 0 479601 431 0 0 25 0 4 0 594821402 1093283840 175093 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30103/statm: 266915 175093 393 112 0 261880 0
[pid=30103/tid=30104] ppid=30100 vsize=1067660 CPUtime=1201.72 cores=1,3,5,7
/proc/30103/task/30104/stat : 30104 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 366802 0 0 0 120029 143 0 0 25 0 4 0 594821402 1093283840 175093 33554432000 4194304 4650419 140734319882992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30103/tid=30105] ppid=30100 vsize=1067660 CPUtime=1195.16 cores=1,3,5,7
/proc/30103/task/30105/stat : 30105 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 202701 0 0 0 119419 97 0 0 25 0 4 0 594821402 1093283840 175093 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30103/tid=30106] ppid=30100 vsize=1067660 CPUtime=1201.69 cores=1,3,5,7
/proc/30103/task/30106/stat : 30106 (strangenight1-m) R 30100 30103 30062 0 -1 4202560 350946 0 0 0 120069 100 0 0 25 0 4 0 594821402 1093283840 175093 33554432000 4194304 4650419 140734319882992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1067660

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.38
CPU user time (s): 4796.03
CPU system time (s): 4.34434
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 1080264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.03
system time used= 4.34434
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1245220
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= 1028
involuntary context switches= 35490

runsolver used 1.75173 second user time and 4.82427 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 04:58:29
IDJOB=3174892
IDBENCH=82510
IDSOLVER=1588
FILE ID=node111/3174892-1304045909
RUNJOBID= node111-1304045909-30081
PBS_JOBID= 13170403
Free space on /tmp= 70892 MiB

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

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

MD5SUM BENCH= dfe09aa5f3a1967c08c2b336865aee78
RANDOM SEED=1536338625

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      24889988 kB
Buffers:       1267868 kB
Cached:        6238612 kB
SwapCached:        124 kB
Active:        3069120 kB
Inactive:      4502052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24889988 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           13348 kB
Writeback:           0 kB
AnonPages:       64660 kB
Mapped:          15200 kB
Slab:           424272 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   230440 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= 70884 MiB
End job on node111 at 2011-04-29 05:18:33