Trace number 3174926

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.19 1201.75

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S709804505-031-UNKNOWN.cnf
MD5SUM5fbb493df133934f33cf8a2f736084e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.9418
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3174926-1307649676.cnf'
0.00/0.01	c -- header says num vars:          10000
0.00/0.01	c -- header says num clauses:       42000
0.00/0.06	c -- clauses added:            0 learnts,        42000 normals,            0 xors
0.00/0.06	c -- vars added      10000
0.00/0.06	c Parsing time:  0.08 s
0.00/0.06	c  N st     0         0     10000     42000         0         0    126000         0   no data   no data  --
0.00/0.06	c asymm  cl-useful: 0/42000/42000 lits-rem:0 time: 0.10
0.00/0.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.05
0.00/0.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.00/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.00/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10000 time:  0.01 s
0.00/0.14	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.01 s
0.00/0.96	c lits-rem:         0  cl-subs:        0  v-elim:    338  v-fix:    0  time:  0.33 s
0.00/0.96	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.96	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.00/0.96	c calculated reachability. Time: 0.00
0.00/0.96	c Calc default polars -  time:   0.01 s pos:    4397 undec:    1189 neg:    4414
0.00/0.96	c =========================================================================================
0.00/0.96	c types(t): F = full restart, N = normal restart
0.00/0.96	c types(t): S = simplification begin/end, E = solution found
0.00/0.96	c restart types(rt): st = static, dy = dynamic
0.00/0.96	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.96	c  B st     0         0      9662     41605         0         0    126629         0   no data   no data  --
0.00/0.96	c  N dy    21      4047      9662     41605         0      4047    126629    680059     95.98    105.36  --
5.54/1.42	c  N dy    46      8121      9662     41605         0      4623    126629    332601     94.67    100.14  --
7.96/2.03	c  N dy    72     12196      9662     41605         0      8698    126629    958007     96.26    102.44  --
10.34/2.65	c  N dy    98     16216      9662     41605         0      6969    126629    395546     95.45    100.51  --
13.13/3.30	c  N dy   127     20378      9662     41605         0     11131    126629   1024871     95.55    100.65  --
15.53/3.97	c  N dy   150     24472      9662     41605         0      7852    126629    292241     95.47    101.69  --
15.93/4.04	c  F st   154     25002      9662     41605         0      8382    126629    370787     95.46     89.54  --
19.53/4.90	c  N dy   160     30001      9662     41605         0     13381    126629   1284601     95.46   no data  --
19.53/4.90	c  S st   160     30001      9662     41605         0     13381    126629   1284601     95.46   no data  --
19.53/4.98	c  S st   160     30511      9662     41605         0     13891    126629   1335561     95.46   no data  --
19.53/4.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
19.53/4.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.92/5.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.13
20.32/5.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.32/5.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.32/5.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
20.32/5.13	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.01 s
27.11/6.85	c lits-rem:        31  cl-subs:        3  v-elim:      0  v-fix:    0  time:  6.84 s
27.51/6.90	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.19
27.51/6.90	c calculated reachability. Time: 0.00
27.51/6.90	c  N dy   160     30511      9662     41605         0     13888    126629   1334221     95.46   no data  --
30.33/7.64	c  N dy   188     34600      9662     41605         0      9288    126629    320656     95.54    101.20  --
33.11/8.32	c  N dy   216     38708      9662     41605         0     13396    126629    943153     95.51    101.50  --
35.90/9.06	c  N dy   239     42807      9662     41605         0     17495    126629   1560808     95.33    100.62  --
38.30/9.63	c  S st   260     45767      9662     41605         0     10615    126629    347530     95.46   no data  --
38.72/9.72	c  S st   260     46279      9662     41605         0     11127    126629    405481     95.46   no data  --
38.72/9.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
38.72/9.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.72/9.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.14
38.72/9.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
38.72/9.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
38.72/9.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
38.72/9.79	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.01 s
45.49/11.49	c lits-rem:         6  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.76 s
45.49/11.49	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.01
45.89/11.50	c vivif2 --  cl tried    11126 cl shrink        0 lits rem          0 time: 0.02
45.89/11.54	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.16
45.89/11.54	c calculated reachability. Time: 0.00
45.89/11.54	c  N dy   260     46279      9662     41605         0     11126    126629    405126     95.46   no data  --
48.68/12.22	c  N dy   287     50311      9662     41605         0     15158    126629   1010139     95.40    101.02  --
51.48/12.92	c  N dy   315     54365      9662     41605         0     19212    126629   1625389     95.47    103.72  --
54.27/13.65	c  N dy   340     58532      9662     41605         0     12457    126629    459662     95.29    100.68  --
57.07/14.35	c  N dy   363     62762      9662     41605         0     16687    126629   1084724     94.99    100.14  --
59.87/15.07	c  N dy   390     66918      9662     41605         0     20843    126629   1701652     94.86    101.61  --
61.86/15.52	c  S st   408     69418      9662     41605         0     23342    126629   2074442     94.87     86.18  --
62.26/15.61	c  S st   408     69923      9662     41605         0     23847    126629   2125546     94.87   no data  --
62.26/15.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
62.26/15.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.26/15.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.16
62.66/15.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
63.07/15.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
63.07/15.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
63.07/15.80	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.01 s
79.44/19.92	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time: 16.40 s
79.44/19.92	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.01
79.44/19.95	c vivif2 --  cl tried    23843 cl shrink        0 lits rem          0 time: 0.10
79.84/20.02	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.26
79.84/20.02	c calculated reachability. Time: 0.00
79.84/20.02	c  N dy   408     69923      9662     41605         0     23843    126629   2124656     94.87   no data  --
83.06/20.81	c  N dy   434     74458      9662     41605         0     16417    126629    880840     94.65    101.06  --
86.24/21.68	c  N dy   463     79233      9662     41605         0     21192    126629   1588020     94.59     99.83  --
90.22/22.62	c  N dy   494     84288      9662     41605         0     13267    126629    275207     94.40    100.34  --
92.22/23.17	c  F st   518     87500      9662     41605         0     16479    126629    764351     94.43     94.44  --
94.62/23.77	c  N st   523     90803      9662     41605         0     19782    126629   1351224     94.43   no data  --
99.41/24.91	c  N dy   549     96810      9662     41605         0     25789    126629   2303370     94.30    107.05  --
103.80/26.03	c  N dy   581    103118      9662     41605         0     18104    126629    847041     94.04    104.29  --
105.02/26.34	c  S st   590    104885      9662     41605         0     19871    126629   1099389     93.99   no data  --
105.40/26.43	c  S st   590    105388      9662     41605         0     20374    126629   1153024     93.99   no data  --
105.40/26.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
105.40/26.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.40/26.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.15
105.80/26.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
105.80/26.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
105.80/26.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
105.80/26.54	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.01 s
114.19/28.62	c lits-rem:        21  cl-subs:        2  v-elim:      0  v-fix:    0  time:  8.29 s
114.19/28.62	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.01
114.19/28.63	c vivif2 --  cl tried    20372 cl shrink        0 lits rem          0 time: 0.05
114.19/28.69	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.22
114.19/28.69	c calculated reachability. Time: 0.00
114.19/28.69	c  N dy   590    105388      9662     41605         0     20372    126629   1152776     93.99   no data  --
119.39/29.94	c  N dy   634    112131      9662     41605         0     27115    126629   2166020     94.03    100.98  --
124.98/31.36	c  N dy   680    119777      9662     41605         0     19767    126629    947934     93.98    101.78  --
130.98/32.81	c  N dy   726    127464      9662     41605         0     27452    126629   2118538     94.01    103.10  --
136.96/34.36	c  N dy   785    135668      9662     41605         0     19660    126629    792032     94.13    100.33  --
143.35/35.99	c  N dy   842    144468      9662     41605         0     28460    126629   2109205     94.09     99.57  --
150.54/37.78	c  N dy   902    153758      9662     41605         0     20751    126629    825091     94.14    113.13  --
153.73/38.58	c  S st   935    158082      9662     41605         0     25075    126629   1497716     94.27    109.93  --
154.13/38.68	c  S st   935    158582      9662     41605         0     25575    126629   1557946     94.27   no data  --
154.13/38.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
154.13/38.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
154.53/38.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.16
154.93/38.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
154.93/38.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
154.93/38.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
154.93/38.81	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.01 s
165.72/41.57	c lits-rem:        12  cl-subs:        2  v-elim:      0  v-fix:    0  time: 11.02 s
165.72/41.57	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.02
165.72/41.59	c vivif2 --  cl tried    25573 cl shrink        0 lits rem          0 time: 0.08
166.13/41.66	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.26
166.13/41.66	c calculated reachability. Time: 0.00
166.13/41.66	c  N dy   935    158582      9662     41605         0     25573    126629   1557550     94.27   no data  --
174.10/43.69	c  N dy   998    168699      9662     41605         0     35689    126629   3088469     94.35    112.04  --
182.09/45.68	c  N dy  1061    179484      9662     41605         0     28476    126629   1800620     94.30    102.02  --
191.28/47.99	c  N dy  1131    191063      9662     41605         0     21054    126629    559986     94.30     99.96  --
200.87/50.32	c  N dy  1203    203366      9662     41605         0     33356    126629   2380496     94.13    101.48  --
211.25/52.98	c  N dy  1292    216562      9662     41605         0     26559    126629   1261687     94.18    102.35  --
223.25/55.96	c  N dy  1381    230474      9662     41605         0     40469    126629   3386220     94.26    112.24  --
229.22/57.40	c  S st  1430    237873      9662     41605         0     26867    126629   1133561     94.23     85.48  --
229.62/57.50	c  S st  1430    238375      9662     41605         0     27369    126629   1195418     94.23   no data  --
229.62/57.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
229.62/57.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
229.62/57.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.17
230.03/57.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
230.03/57.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
230.03/57.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
230.03/57.62	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.01 s
239.60/60.04	c lits-rem:        19  cl-subs:        1  v-elim:      0  v-fix:    0  time:  9.66 s
239.60/60.04	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.01
239.60/60.06	c vivif2 --  cl tried    27368 cl shrink        0 lits rem          0 time: 0.06
240.00/60.12	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.26
240.00/60.13	c calculated reachability. Time: 0.00
240.00/60.13	c  N dy  1430    238375      9662     41605         0     27368    126629   1195033     94.23   no data  --
252.39/63.26	c  N dy  1523    253609      9662     41605         0     42600    126629   3457073     94.18    122.08  --
265.97/66.64	c  N dy  1631    269812      9662     41605         0     36805    126629   2521100     94.30    100.07  --
280.36/70.26	c  N dy  1751    287204      9662     41605         0     31200    126629   1487269     94.36    100.42  --
296.33/74.29	c  N dy  1875    305852      9662     41605         0     25845    126629    551515     94.44    102.62  --
296.73/74.37	c  F st  1879    306250      9662     41605         0     26243    126629    612211     94.45   no data  --
313.50/78.50	c  N dy  1984    325704      9662     41605         0     45693    126629   3770108     94.59     99.78  --
330.28/82.74	c  N dy  2116    345775      9662     41605         0     40765    126629   2678932     94.63    103.56  --
341.07/85.46	c  S st  2191    357564      9662     41605         0     26552    126629    371464     94.69     92.73  --
341.47/85.56	c  S st  2191    358068      9662     41605         0     27056    126629    430627     94.69   no data  --
341.47/85.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
341.47/85.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
341.88/85.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.16
341.88/85.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
341.88/85.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
341.88/85.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
341.88/85.64	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.01 s
348.26/87.28	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.53 s
348.26/87.28	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.01
348.26/87.29	c vivif2 --  cl tried    27056 cl shrink        0 lits rem          0 time: 0.02
348.66/87.35	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.25
348.66/87.35	c calculated reachability. Time: 0.00
348.66/87.35	c  N dy  2191    358068      9662     41605         0     27056    126629    430624     94.69   no data  --
365.83/91.69	c  N dy  2338    378410      9662     41605         0     47398    126629   3559850     94.87    100.76  --
383.41/96.08	c  N dy  2465    398478      9662     41605         0     40466    126629   2352103     94.88    120.61  --
402.59/100.82	c  N dy  2599    418483      9662     41605         0     32476    126629   1002950     94.95    100.96  --
420.16/105.29	c  N dy  2724    438643      9662     41605         0     52635    126629   4075116     95.00    101.24  --
438.14/109.74	c  N dy  2855    458707      9662     41605         0     43705    126629   2562087     95.07    101.62  --
456.90/114.48	c  N dy  2983    478830      9662     41605         0     33823    126629    897003     95.09    103.00  --
475.28/119.03	c  N dy  3126    498862      9662     41605         0     53855    126629   3980375     95.22    143.97  --
493.66/123.67	c  N dy  3264    518962      9662     41605         0     42951    126629   2140021     95.30    101.58  --
511.24/128.02	c  S st  3377    537102      9662     41605         0     61091    126629   4904749     95.29   no data  --
511.64/128.18	c  S st  3377    537607      9662     41605         0     61596    126629   4966269     95.29   no data  --
511.64/128.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
511.64/128.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
512.04/128.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.27
513.25/128.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
513.25/128.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
513.25/128.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
513.25/128.52	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.01 s
789.25/197.66	c lits-rem:         8  cl-subs:       12  v-elim:      0  v-fix:    0  time: 275.29 s
789.25/197.66	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.01
789.65/197.72	c vivif2 --  cl tried    61584 cl shrink        0 lits rem          0 time: 0.25
790.07/197.86	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.55
790.07/197.87	c calculated reachability. Time: 0.00
790.07/197.87	c  N dy  3377    537607      9662     41605         0     61584    126629   4962348     95.29   no data  --
809.23/202.69	c  N dy  3510    557658      9662     41605         0     49638    126629   3063632     95.37    124.49  --
830.40/207.91	c  N dy  3636    577804      9662     41605         0     36784    126629    902196     95.34    100.92  --
849.97/212.85	c  N dy  3777    597866      9662     41605         0     56845    126629   3989058     95.42    102.24  --
870.34/217.98	c  N dy  3907    617919      9662     41605         0     42896    126629   1679024     95.44    100.61  --
891.12/223.14	c  N dy  4034    637966      9662     41605         0     62942    126629   4772716     95.47    102.50  --
911.48/228.25	c  N dy  4166    658016      9662     41605         0     47992    126629   2327499     95.52    104.13  --
932.65/233.57	c  N dy  4291    678046      9662     41605         0     68021    126629   5330034     95.49    100.75  --
952.65/238.59	c  N dy  4422    698119      9662     41605         0     52091    126629   2807943     95.54    101.02  --
974.61/244.09	c  N dy  4543    718158      9662     41605         0     72126    126629   5837935     95.51    100.67  --
994.96/249.14	c  N dy  4676    738174      9662     41605         0     55152    126629   3156482     95.58    101.23  --
1017.74/254.86	c  N dy  4803    758270      9662     41605         0     75246    126629   6286203     95.65    106.39  --
1037.71/259.84	c  N dy  4936    778338      9662     41605         0     57317    126629   3338347     95.68    101.33  --
1060.87/265.64	c  N dy  5064    798448      9662     41605         0     77425    126629   6391553     95.68    101.18  --
1068.86/267.60	c  S st  5116    806411      9662     41605         0     46395    126629   1484377     95.68     83.98  --
1069.26/267.73	c  S st  5116    806917      9662     41605         0     46901    126629   1537815     95.68   no data  --
1069.26/267.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1069.26/267.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1069.66/267.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.22
1069.66/267.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1069.66/267.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1069.66/267.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
1069.66/267.88	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.02 s
1084.04/271.44	c lits-rem:         5  cl-subs:        0  v-elim:      0  v-fix:    0  time: 14.17 s
1084.04/271.44	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.01
1084.04/271.46	c vivif2 --  cl tried    46901 cl shrink        0 lits rem          0 time: 0.08
1084.45/271.57	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.42
1084.45/271.57	c calculated reachability. Time: 0.00
1084.45/271.57	c  N dy  5116    806917      9662     41605         0     46901    126629   1537810     95.68   no data  --
1105.61/276.81	c  N dy  5245    826944      9662     41605         0     66927    126629   4565996     95.68    101.78  --
1127.58/282.36	c  N dy  5369    847024      9662     41605         0     47004    126629   1427762     95.73    122.02  --
1148.35/287.53	c  N dy  5497    867047      9662     41605         0     67025    126629   4473024     95.72    110.06  --
1170.32/293.06	c  N dy  5626    887186      9662     41605         0     46163    126629   1169594     95.75    102.29  --
1190.31/298.09	c  N dy  5761    907275      9662     41605         0     66252    126629   4253711     95.79    100.87  --
1213.46/303.86	c  N dy  5903    927384      9662     41605         0     44363    126629    738598     95.83    108.84  --
1233.03/308.76	c  N dy  6027    947492      9662     41605         0     64470    126629   3814986     95.81    103.62  --
1256.22/314.51	c  N dy  6154    967620      9662     41605         0     84596    126629   6904983     95.84    101.03  --
1276.18/319.55	c  N dy  6288    987705      9662     41605         0     61686    126629   3250019     95.85    101.60  --
1300.16/325.50	c  N dy  6421   1007787      9662     41605         0     81764    126629   6342947     95.87    101.67  --
1322.50/331.14	c  N dy  6560   1027888      9662     41605         0     57865    126629   2516837     95.91    101.80  --
1344.88/336.78	c  N dy  6675   1047916      9662     41605         0     77890    126629   5588473     95.88    101.33  --
1368.44/342.61	c  N dy  6798   1068064      9662     41605         0     53041    126629   1612346     95.88    100.99  --
1372.04/343.55	c  F st  6815   1071876      9662     41605         0     56852    126629   2169584     95.86     86.54  --
1390.01/348.06	c  N dy  6901   1088450      9662     41605         0     73426    126629   4821231     95.89    105.84  --
1414.40/354.16	c  N dy  7036   1108472      9662     41605         0     47452    126629    627365     95.92    102.86  --
1434.75/359.28	c  N dy  7175   1128550      9662     41605         0     67529    126629   3704059     95.95    109.97  --
1458.71/365.22	c  N dy  7309   1148605      9662     41605         0     87583    126629   6803514     95.97    101.61  --
1480.31/370.66	c  N dy  7440   1168647      9662     41605         0     60629    126629   2479049     95.96    104.09  --
1502.66/376.28	c  N dy  7560   1188764      9662     41605         0     80745    126629   5549054     95.95    103.11  --
1527.02/382.33	c  N dy  7695   1208791      9662     41605         0     52770    126629   1172807     95.97    101.91  --
1528.65/382.72	c  S st  7706   1210375      9662     41605         0     54353    126629   1419336     95.97   no data  --
1529.02/382.86	c  S st  7706   1210876      9662     41605         0     54854    126629   1480795     95.97   no data  --
1529.02/382.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1529.02/382.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1529.42/382.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.24
1529.42/383.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1529.82/383.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1529.82/383.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
1529.82/383.01	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.01 s
1543.00/386.38	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time: 13.46 s
1543.00/386.38	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.01
1543.40/386.40	c vivif2 --  cl tried    54853 cl shrink        0 lits rem          0 time: 0.08
1543.80/386.52	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.45
1543.80/386.52	c calculated reachability. Time: 0.00
1543.80/386.52	c  N dy  7706   1210876      9662     41605         0     54853    126629   1480319     95.97   no data  --
1564.97/391.88	c  N dy  7823   1230949      9662     41605         0     74924    126629   4558437     95.96    103.48  --
1590.16/398.13	c  N dy  7960   1250987      9662     41605         0     94961    126629   7643066     95.99    103.61  --
1611.72/403.51	c  N dy  8097   1271087      9662     41605         0     66061    126629   3031675     96.00    113.26  --
1635.27/409.42	c  N dy  8230   1291258      9662     41605         0     86230    126629   6119857     96.02    105.37  --
1659.24/415.41	c  N dy  8356   1311293      9662     41605         0     56277    126629   1385365     96.03    109.17  --
1681.21/420.95	c  N dy  8490   1331598      9662     41605         0     76580    126629   4494398     96.06    104.03  --
1706.37/427.27	c  N dy  8626   1351687      9662     41605         0     96669    126629   7571733     96.09    113.30  --
1729.94/433.20	c  N dy  8758   1371799      9662     41605         0     65779    126629   2644878     96.10    102.19  --
1753.91/439.14	c  N dy  8892   1391943      9662     41605         0     85923    126629   5697282     96.10    101.74  --
1780.67/445.82	c  N dy  9024   1412322      9662     41605         0     54304    126629    813575     96.12    102.36  --
1801.83/451.16	c  N dy  9147   1432351      9662     41605         0     74332    126629   3854617     96.11    101.73  --
1826.61/457.38	c  N dy  9277   1452514      9662     41605         0     94493    126629   6925317     96.11    101.85  --
1850.96/463.46	c  N dy  9395   1472608      9662     41605         0     61585    126629   1753447     96.10    102.03  --
1873.73/469.15	c  N dy  9530   1492692      9662     41605         0     81668    126629   4867821     96.13    147.02  --
1899.71/475.67	c  N dy  9661   1512773      9662     41605         0    101747    126629   7962033     96.15    101.74  --
1923.26/481.52	c  N dy  9787   1532802      9662     41605         0     67781    126629   2571109     96.16    101.57  --
1946.83/487.40	c  N dy  9918   1552858      9662     41605         0     87835    126629   5647190     96.17    102.06  --
1973.60/494.15	c  N dy 10045   1572875      9662     41605         0    107852    126629   8705037     96.18    103.91  --
1996.36/499.88	c  N dy 10174   1592902      9662     41605         0     72878    126629   3223861     96.19    104.62  --
2023.53/506.68	c  N dy 10307   1612988      9662     41605         0     92964    126629   6290243     96.22    104.02  --
2054.28/514.31	c  N dy 10432   1633061      9662     41605         0     57044    126629    622857     96.23    109.56  --
2077.88/520.21	c  N dy 10565   1653234      9662     41605         0     77213    126629   3709282     96.24    102.11  --
2105.41/527.18	c  N dy 10703   1673287      9662     41605         0     97265    126629   6813006     96.26    102.96  --
2135.37/534.60	c  N dy 10822   1693340      9662     41605         0     60321    126629    984849     96.26    103.94  --
2156.15/539.84	c  S st 10950   1710876      9662     41605         0     77857    126629   3698435     96.28   no data  --
2156.97/540.02	c  S st 10950   1711379      9662     41605         0     78360    126629   3761115     96.28   no data  --
2156.97/540.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2156.97/540.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2157.34/540.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.32
2158.14/540.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2158.14/540.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2158.14/540.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.02 s
2158.14/540.31	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.02 s
2321.92/581.39	c lits-rem:         1  cl-subs:        8  v-elim:      0  v-fix:    0  time: 163.68 s
2321.92/581.39	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.01
2322.32/581.44	c vivif2 --  cl tried    78352 cl shrink        0 lits rem          0 time: 0.20
2323.12/581.61	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.67
2323.12/581.62	c calculated reachability. Time: 0.00
2323.12/581.62	c  N dy 10950   1711379      9662     41605         0     78352    126629   3758533     96.28   no data  --
2349.48/588.21	c  N dy 11071   1731603      9662     41605         0     98576    126629   6868524     96.29    101.45  --
2378.64/595.50	c  N dy 11204   1751719      9662     41605         0     60692    126629    901519     96.31    101.60  --
2401.01/601.19	c  N dy 11337   1771799      9662     41605         0     80770    126629   4020785     96.33    101.62  --
2426.98/607.65	c  N dy 11464   1791875      9662     41605         0    100846    126629   7080010     96.32    106.01  --
2454.94/614.66	c  N dy 11586   1811932      9662     41605         0     61908    126629    930235     96.34    130.98  --
2477.32/620.29	c  N dy 11715   1832031      9662     41605         0     82005    126629   4051794     96.35    106.76  --
2504.09/626.92	c  N dy 11861   1852141      9662     41605         0    102112    126629   7223189     96.39    101.98  --
2533.22/634.22	c  N dy 12001   1872181      9662     41605         0     62158    126629    829137     96.41    119.93  --
2555.59/639.81	c  N dy 12127   1892225      9662     41605         0     82200    126629   3896400     96.41    106.53  --
2581.56/646.36	c  N dy 12257   1912340      9662     41605         0    102315    126629   6965786     96.41    104.72  --
2611.52/653.81	c  N dy 12387   1932368      9662     41605         0     61342    126629    542303     96.43    101.95  --
2633.48/659.39	c  N dy 12516   1952492      9662     41605         0     81466    126629   3602632     96.43    102.36  --
2659.44/665.89	c  N dy 12644   1972513      9662     41605         0    101486    126629   6664218     96.43    101.90  --
2689.01/673.22	c  N dy 12775   1992524      9662     41605         0    121496    126629   9760608     96.45    103.13  --
2713.38/679.30	c  N dy 12904   2012892      9662     41605         0     79864    126629   3259142     96.45    102.01  --
2738.94/685.79	c  N dy 13040   2032964      9662     41605         0     99930    126629   6363988     96.47    103.44  --
2769.29/693.38	c  N dy 13174   2053564      9662     41605         0    120529    126629   9516211     96.48    104.17  --
2794.85/699.75	c  N dy 13300   2073679      9662     41605         0     77649    126629   2776417     96.48    102.47  --
2820.45/706.10	c  N dy 13424   2093769      9662     41605         0     97738    126629   5865999     96.48    103.05  --
2850.79/713.70	c  N dy 13556   2113781      9662     41605         0    117750    126629   8907031     96.48    104.37  --
2879.13/720.88	c  N dy 13693   2133793      9662     41605         0     73763    126629   2016538     96.50    110.38  --
2904.70/727.29	c  N dy 13816   2153816      9662     41605         0     93784    126629   5103154     96.50    101.68  --
2933.86/734.51	c  N dy 13933   2173840      9662     41605         0    113807    126629   8173867     96.49    103.22  --
2964.62/742.20	c  N dy 14058   2193887      9662     41605         0     68855    126629   1104460     96.50    105.63  --
2985.40/747.48	c  S st 14162   2211379      9662     41605         0     86346    126629   3825265     96.49   no data  --
2986.19/747.67	c  S st 14162   2211881      9662     41605         0     86848    126629   3882283     96.49   no data  --
2986.19/747.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2986.19/747.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2986.59/747.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.35
2987.41/747.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2987.41/747.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2987.41/747.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.01 s
2987.41/747.97	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.02 s
3164.75/792.33	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 176.89 s
3164.75/792.33	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.02
3164.75/792.39	c vivif2 --  cl tried    86844 cl shrink        0 lits rem          0 time: 0.22
3165.55/792.58	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.76
3165.55/792.58	c calculated reachability. Time: 0.00
3165.55/792.58	c  N dy 14162   2211881      9662     41605         0     86844    126629   3881646     96.49   no data  --
3196.30/800.21	c  N dy 14298   2232041      9662     41605         0    107004    126629   7018720     96.50    104.24  --
3230.26/808.77	c  N dy 14432   2252164      9662     41605         0    127125    126629  10127364     96.51    101.87  --
3259.02/815.92	c  N dy 14568   2272297      9662     41605         0     81260    126629   2852713     96.53    104.45  --
3287.78/823.15	c  N dy 14702   2292301      9662     41605         0    101262    126629   5967676     96.54    103.07  --
3321.35/831.54	c  N dy 14837   2312382      9662     41605         0    121340    126629   9036420     96.54    103.10  --
3353.69/839.60	c  N dy 14955   2332503      9662     41605         0     74469    126629   1660843     96.54    102.58  --
3381.25/846.53	c  N dy 15082   2352647      9662     41605         0     94610    126629   4771295     96.54    101.76  --
3412.81/854.43	c  N dy 15205   2372888      9662     41605         0    114847    126629   7909550     96.54    103.29  --
3448.38/863.38	c  N dy 15345   2392925      9662     41605         0    134882    126629  10997339     96.56    101.66  --
3475.52/870.12	c  N dy 15479   2412993      9662     41605         0     86957    126629   3491127     96.58    101.73  --
3504.28/877.38	c  N dy 15606   2433002      9662     41605         0    106964    126629   6569140     96.58    112.64  --
3537.03/885.50	c  N dy 15732   2453080      9662     41605         0    127041    126629   9685644     96.59    101.83  --
3568.19/893.33	c  N dy 15867   2473307      9662     41605         0     78271    126629   1971969     96.59    102.26  --
3594.95/900.07	c  N dy 16000   2493432      9662     41605         0     98395    126629   5069521     96.60    101.68  --
3626.51/907.93	c  N dy 16136   2513460      9662     41605         0    118422    126629   8160564     96.61    103.85  --
3661.26/916.69	c  N dy 16271   2533490      9662     41605         0    138452    126629  11299494     96.63    103.75  --
3688.03/923.37	c  N dy 16406   2553507      9662     41605         0     88473    126629   3407324     96.64    101.79  --
3717.19/930.67	c  N dy 16531   2573595      9662     41605         0    108559    126629   6491110     96.65    111.14  --
3750.35/938.93	c  N dy 16663   2593721      9662     41605         0    128682    126629   9614352     96.66    106.39  --
3782.32/946.99	c  N dy 16793   2613769      9662     41605         0     77741    126629   1586430     96.66    105.16  --
3810.66/954.01	c  N dy 16926   2633908      9662     41605         0     97877    126629   4731385     96.67    102.94  --
3843.01/962.13	c  N dy 17057   2653934      9662     41605         0    117902    126629   7833308     96.68    102.67  --
3879.77/971.30	c  N dy 17192   2673956      9662     41605         0    137923    126629  10967829     96.70    103.56  --
3910.15/978.97	c  N dy 17323   2693975      9662     41605         0     85944    126629   2725258     96.71    102.73  --
3936.51/985.57	c  S st 17442   2711881      9662     41605         0    103849    126629   5495441     96.71   no data  --
3937.68/985.81	c  S st 17442   2712384      9662     41605         0    104352    126629   5553009     96.71   no data  --
3937.68/985.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
3937.68/985.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3938.09/985.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.42
3939.28/986.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3939.28/986.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3939.28/986.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9662 time:  0.02 s
3939.28/986.23	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.02 s
4338.34/1086.18	c lits-rem:         6  cl-subs:        9  v-elim:      0  v-fix:    0  time: 397.83 s
4338.34/1086.19	c vivif2 --  cl tried    41605 cl shrink        0 lits rem          0 time: 0.02
4338.74/1086.26	c vivif2 --  cl tried   104343 cl shrink        0 lits rem          0 time: 0.30
4339.54/1086.48	c asymm  cl-useful: 0/41605/41605 lits-rem:0 time: 0.87
4339.54/1086.48	c calculated reachability. Time: 0.00
4339.54/1086.48	c  N dy 17442   2712384      9662     41605         0    104343    126629   5551032     96.71   no data  --
4371.12/1094.36	c  N dy 17575   2732461      9662     41605         0    124416    126629   8667162     96.72    115.50  --
4406.67/1103.28	c  N dy 17707   2752494      9662     41605         0    144446    126629  11756595     96.73    123.55  --
4433.80/1110.04	c  N dy 17833   2772582      9662     41605         0     91536    126629   3415317     96.73    102.73  --
4463.38/1117.47	c  N dy 17963   2792755      9662     41605         0    111709    126629   6534812     96.73    102.07  --
4496.93/1125.85	c  N dy 18092   2813085      9662     41605         0    132037    126629   9623706     96.73    103.30  --
4532.08/1134.60	c  N dy 18224   2833150      9662     41605         0     78109    126629   1212114     96.74    101.89  --
4558.84/1141.33	c  N dy 18355   2853289      9662     41605         0     98247    126629   4307122     96.74    102.49  --
4589.59/1149.02	c  N dy 18483   2873495      9662     41605         0    118451    126629   7476778     96.75    102.37  --
4623.95/1157.62	c  N dy 18606   2893499      9662     41605         0    138454    126629  10557293     96.76    104.49  --
4657.13/1165.90	c  N dy 18741   2913647      9662     41605         0     83606    126629   1915877     96.77    102.01  --
4684.66/1172.87	c  N dy 18869   2933787      9662     41605         0    103746    126629   5024109     96.78    105.10  --
4716.61/1180.86	c  N dy 19005   2953838      9662     41605         0    123797    126629   8117651     96.78    124.05  --
4752.97/1189.98	c  N dy 19137   2973899      9662     41605         0    143854    126629  11252792     96.80    104.21  --
4786.52/1198.37	c  N dy 19270   2993993      9662     41605         0     87950    126629   2437090     96.80    103.29  --

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-3174926-1307649676/watcher-3174926-1307649676 -o /tmp/evaluation-result-3174926-1307649676/solver-3174926-1307649676 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174926-1307649676.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: 1.08 1.60 1.85 2/172 14559
/proc/meminfo: memFree=32245540/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=20504 CPUtime=0 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 404 0 1 0 0 0 0 0 21 0 1 0 955198240 20996096 344 33554432000 4194304 4650419 140735957860272 18446744073709551615 224284925824 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14559/statm: 7687 348 303 112 0 2652 0
[pid=14559/tid=14560] ppid=14557 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 955198241 52465664 351 33554432000 4194304 4650419 140735957860272 18446744073709551615 224284982257 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 955198241 52465664 351 33554432000 4194304 4650419 140735957860272 18446744073709551615 224284982257 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 955198241 52465664 351 33554432000 4194304 4650419 140735957860272 18446744073709551615 224284982257 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0909329 s]
/proc/loadavg: 1.08 1.60 1.85 2/172 14559
/proc/meminfo: memFree=32245540/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=360204 CPUtime=3.23 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 18693 0 1 0 320 3 0 0 18 0 4 0 955198240 368848896 14420 33554432000 4194304 4650419 140735957860272 18446744073709551615 4304024 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 90051 14420 391 112 0 85016 0
[pid=14559/tid=14560] ppid=14557 vsize=360204 CPUtime=0.79 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 5158 0 0 0 79 0 0 0 18 0 4 0 955198241 368848896 14420 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=360204 CPUtime=0.8 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 5200 0 0 0 79 1 0 0 18 0 4 0 955198241 368848896 14420 33554432000 4194304 4650419 140735957860272 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=360204 CPUtime=0.8 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 2752 0 0 0 80 0 0 0 19 0 4 0 955198241 368848896 14420 33554432000 4194304 4650419 140735957860272 18446744073709551615 4367335 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 360204

[startup+1.12435 s]
/proc/loadavg: 1.08 1.60 1.85 2/172 14559
/proc/meminfo: memFree=32245540/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=362152 CPUtime=4.44 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 20731 0 1 0 440 4 0 0 19 0 4 0 955198240 370843648 15173 33554432000 4194304 4650419 140735957860272 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 90538 15173 393 112 0 85503 0
[pid=14559/tid=14560] ppid=14557 vsize=362152 CPUtime=1.1 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 5462 0 0 0 109 1 0 0 19 0 4 0 955198241 370843648 15173 33554432000 4194304 4650419 140735957860272 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=362152 CPUtime=1.1 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 5498 0 0 0 109 1 0 0 19 0 4 0 955198241 370843648 15173 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=362152 CPUtime=1.1 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 3896 0 0 0 110 0 0 0 19 0 4 0 955198241 370843648 15173 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 362152

[startup+1.20034 s]
/proc/loadavg: 1.08 1.60 1.85 2/172 14559
/proc/meminfo: memFree=32245540/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=362152 CPUtime=4.74 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 21030 0 1 0 470 4 0 0 19 0 4 0 955198240 370843648 15472 33554432000 4194304 4650419 140735957860272 18446744073709551615 4303973 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 90538 15472 393 112 0 85503 0
[pid=14559/tid=14560] ppid=14557 vsize=362152 CPUtime=1.18 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 5535 0 0 0 117 1 0 0 19 0 4 0 955198241 370843648 15472 33554432000 4194304 4650419 140735957860272 18446744073709551615 4314835 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=362152 CPUtime=1.18 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 5574 0 0 0 117 1 0 0 19 0 4 0 955198241 370843648 15473 33554432000 4194304 4650419 140735957860272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=362152 CPUtime=1.17 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 3968 0 0 0 117 0 0 0 19 0 4 0 955198241 370843648 15473 33554432000 4194304 4650419 140735957860272 18446744073709551615 4328261 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 362152

[startup+1.30032 s]
/proc/loadavg: 1.08 1.60 1.85 2/172 14559
/proc/meminfo: memFree=32245540/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=364580 CPUtime=5.14 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 23250 0 1 0 510 4 0 0 19 0 4 0 955198240 373329920 13294 33554432000 4194304 4650419 140735957860272 18446744073709551615 4311202 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 91145 13294 393 112 0 86110 0
[pid=14559/tid=14560] ppid=14557 vsize=364580 CPUtime=1.28 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 6244 0 0 0 127 1 0 0 19 0 4 0 955198241 373329920 13295 33554432000 4194304 4650419 140735957860272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=364580 CPUtime=1.28 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 6280 0 0 0 127 1 0 0 19 0 4 0 955198241 373329920 13295 33554432000 4194304 4650419 140735957860272 18446744073709551615 4330881 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=364580 CPUtime=1.27 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 4064 0 0 0 127 0 0 0 19 0 4 0 955198241 373329920 13295 33554432000 4194304 4650419 140735957860272 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 364580

[startup+1.50029 s]
/proc/loadavg: 1.08 1.60 1.85 2/172 14559
/proc/meminfo: memFree=32245540/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=364580 CPUtime=5.94 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 24057 0 1 0 590 4 0 0 19 0 4 0 955198240 373329920 14101 33554432000 4194304 4650419 140735957860272 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 91145 14101 393 112 0 86110 0
[pid=14559/tid=14560] ppid=14557 vsize=364580 CPUtime=1.48 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 6450 0 0 0 147 1 0 0 20 0 4 0 955198241 373329920 14101 33554432000 4194304 4650419 140735957860272 18446744073709551615 4229472 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=364580 CPUtime=1.48 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 6482 0 0 0 147 1 0 0 19 0 4 0 955198241 373329920 14101 33554432000 4194304 4650419 140735957860272 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=364580 CPUtime=1.47 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 4258 0 0 0 147 0 0 0 20 0 4 0 955198241 373329920 14101 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 364580

[startup+3.10102 s]
/proc/loadavg: 2.03 1.79 1.90 9/184 14575
/proc/meminfo: memFree=32109728/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=365488 CPUtime=12.35 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 32851 0 1 0 1229 6 0 0 25 0 4 0 955198240 374259712 16033 33554432000 4194304 4650419 140735957860272 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 91372 16033 393 112 0 86337 0
[pid=14559/tid=14560] ppid=14557 vsize=365488 CPUtime=3.08 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 8680 0 0 0 307 1 0 0 25 0 4 0 955198241 374259712 16034 33554432000 4194304 4650419 140735957860272 18446744073709551615 224284581845 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=365488 CPUtime=3.08 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 8712 0 0 0 307 1 0 0 25 0 4 0 955198241 374259712 16034 33554432000 4194304 4650419 140735957860272 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=365488 CPUtime=3.07 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 6349 0 0 0 306 1 0 0 25 0 4 0 955198241 374259712 16034 33554432000 4194304 4650419 140735957860272 18446744073709551615 4328209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 365488

[startup+6.30049 s]
/proc/loadavg: 2.51 1.89 1.94 9/184 14575
/proc/meminfo: memFree=32000740/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=366024 CPUtime=25.11 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 59418 0 1 0 2499 12 0 0 25 0 4 0 955198240 374808576 28238 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 91506 28238 395 112 0 86471 0
[pid=14559/tid=14560] ppid=14557 vsize=366024 CPUtime=6.27 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 16604 0 0 0 625 2 0 0 25 0 4 0 955198241 374808576 28238 33554432000 4194304 4650419 140735957860272 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=366024 CPUtime=6.28 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 13104 0 0 0 625 3 0 0 25 0 4 0 955198241 374808576 28238 33554432000 4194304 4650419 140735957860272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=366024 CPUtime=6.25 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 10569 0 0 0 623 2 0 0 25 0 4 0 955198241 374808576 28238 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 366024

[startup+12.7004 s]
/proc/loadavg: 2.95 1.99 1.97 9/184 14575
/proc/meminfo: memFree=31879572/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=355596 CPUtime=50.68 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 94199 0 1 0 5046 22 0 0 25 0 4 0 955198240 364130304 43245 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363496 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 88899 43245 395 112 0 83864 0
[pid=14559/tid=14560] ppid=14557 vsize=355596 CPUtime=12.67 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 19182 0 0 0 1264 3 0 0 25 0 4 0 955198241 364130304 43245 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=355596 CPUtime=12.67 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 26888 0 0 0 1262 5 0 0 25 0 4 0 955198241 364130304 43245 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=355596 CPUtime=12.62 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 23386 0 0 0 1255 7 0 0 25 0 4 0 955198241 364130304 43245 33554432000 4194304 4650419 140735957860272 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 355596

[startup+25.5003 s]
/proc/loadavg: 3.80 2.21 2.04 9/184 14575
/proc/meminfo: memFree=31674320/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=410752 CPUtime=101.81 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 154625 0 1 0 10144 37 0 0 25 0 4 0 955198240 420610048 65097 33554432000 4194304 4650419 140735957860272 18446744073709551615 4328094 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 102688 65097 395 112 0 97653 0
[pid=14559/tid=14560] ppid=14557 vsize=410752 CPUtime=25.48 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 36210 0 0 0 2541 7 0 0 25 0 4 0 955198241 420610048 65097 33554432000 4194304 4650419 140735957860272 18446744073709551615 4361066 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=410752 CPUtime=25.48 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 42074 0 0 0 2538 10 0 0 25 0 4 0 955198241 420610048 65097 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=410752 CPUtime=25.34 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 34798 0 0 0 2525 9 0 0 25 0 4 0 955198241 420610048 65097 33554432000 4194304 4650419 140735957860272 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 410752

[startup+51.101 s]
/proc/loadavg: 5.45 2.76 2.23 9/184 14577
/proc/meminfo: memFree=31585764/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=585444 CPUtime=204.06 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 238647 0 1 0 20350 56 0 0 25 0 4 0 955198240 599494656 75432 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 146361 75432 395 112 0 141326 0
[pid=14559/tid=14560] ppid=14557 vsize=585444 CPUtime=51.07 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 55960 0 0 0 5096 11 0 0 25 0 4 0 955198241 599494656 75432 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=585444 CPUtime=51.08 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 66711 0 0 0 5092 16 0 0 25 0 4 0 955198241 599494656 75432 33554432000 4194304 4650419 140735957860272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=585444 CPUtime=50.81 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 58240 0 0 0 5067 14 0 0 25 0 4 0 955198241 599494656 75432 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 585444

[startup+102.3 s]
/proc/loadavg: 6.89 3.56 2.53 9/184 14577
/proc/meminfo: memFree=31393996/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=644764 CPUtime=408.57 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 390680 0 1 0 40760 97 0 0 25 0 4 0 955198240 660238336 89698 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 161191 89698 395 112 0 156156 0
[pid=14559/tid=14560] ppid=14557 vsize=644764 CPUtime=102.27 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 86246 0 0 0 10209 18 0 0 25 0 4 0 955198241 660238336 89698 33554432000 4194304 4650419 140735957860272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=644764 CPUtime=102.28 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 109398 0 0 0 10201 27 0 0 25 0 4 0 955198241 660238336 89698 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=644764 CPUtime=101.73 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 104185 0 0 0 10146 27 0 0 25 0 4 0 955198241 660238336 89698 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 644764

[startup+162.3 s]

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

[pid=14559] ppid=14557 vsize=971536 CPUtime=2805.24 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 2711954 0 1 0 279863 661 0 0 25 0 4 0 955198240 994852864 186370 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 242884 186371 395 112 0 237849 0
[pid=14559/tid=14560] ppid=14557 vsize=971536 CPUtime=702.25 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 791689 0 0 0 70053 172 0 0 25 0 4 0 955198241 994852864 186371 33554432000 4194304 4650419 140735957860272 18446744073709551615 4229472 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=971536 CPUtime=702.27 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 661502 0 0 0 70055 172 0 0 25 0 4 0 955198241 994852864 186372 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=971536 CPUtime=698.44 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 676339 0 0 0 69672 172 0 0 25 0 4 0 955198241 994852864 186372 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.24
Current children cumulated vsize (KiB) 971536

[startup+762.3 s]
/proc/loadavg: 8.07 7.55 5.32 9/184 14595
/proc/meminfo: memFree=30835000/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1089548 CPUtime=3044.91 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 2963112 0 1 0 303768 723 0 0 25 0 4 0 955198240 1115697152 183413 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 272387 183413 395 112 0 267352 0
[pid=14559/tid=14560] ppid=14557 vsize=1089548 CPUtime=762.25 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 817978 0 0 0 76041 184 0 0 25 0 4 0 955198241 1115697152 183413 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1089548 CPUtime=762.27 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 690639 0 0 0 76041 186 0 0 25 0 4 0 955198241 1115697152 183413 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1089548 CPUtime=758.11 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 853508 0 0 0 75612 199 0 0 25 0 4 0 955198241 1115697152 183413 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.91
Current children cumulated vsize (KiB) 1089548

[startup+822.3 s]
/proc/loadavg: 8.08 7.65 5.49 9/184 14597
/proc/meminfo: memFree=30743312/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1155724 CPUtime=3284.59 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 3119646 0 1 0 327690 769 0 0 25 0 4 0 955198240 1183461376 202253 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 288931 202253 395 112 0 283896 0
[pid=14559/tid=14560] ppid=14557 vsize=1155724 CPUtime=822.25 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 818071 0 0 0 82041 184 0 0 25 0 4 0 955198241 1183461376 202253 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1155724 CPUtime=822.27 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 811408 0 0 0 82020 207 0 0 25 0 4 0 955198241 1183461376 202253 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1155724 CPUtime=817.79 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 879368 0 0 0 81562 217 0 0 25 0 4 0 955198241 1183461376 202253 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.59
Current children cumulated vsize (KiB) 1155724

[startup+882.3 s]
/proc/loadavg: 8.09 7.72 5.65 9/184 14599
/proc/meminfo: memFree=30751820/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1105012 CPUtime=3524.25 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 3312409 0 1 0 351600 825 0 0 25 0 4 0 955198240 1131532288 199886 33554432000 4194304 4650419 140735957860272 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 276253 199886 395 112 0 271218 0
[pid=14559/tid=14560] ppid=14557 vsize=1105012 CPUtime=882.25 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 821224 0 0 0 88039 186 0 0 25 0 4 0 955198241 1131532288 199886 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1105012 CPUtime=882.27 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 946604 0 0 0 87999 228 0 0 25 0 4 0 955198241 1131532288 199886 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1105012 CPUtime=877.46 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 907183 0 0 0 87513 233 0 0 25 0 4 0 955198241 1131532288 199886 33554432000 4194304 4650419 140735957860272 18446744073709551615 4315256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 1105012

[startup+942.3 s]
/proc/loadavg: 8.08 7.79 5.80 9/184 14601
/proc/meminfo: memFree=30721892/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1236800 CPUtime=3763.92 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 3551015 0 1 0 375501 891 0 0 25 0 4 0 955198240 1266483200 208047 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 309200 208047 395 112 0 304165 0
[pid=14559/tid=14560] ppid=14557 vsize=1236800 CPUtime=942.25 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 849244 0 0 0 94024 201 0 0 25 0 4 0 955198241 1266483200 208047 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1236800 CPUtime=942.27 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1104028 0 0 0 93974 253 0 0 25 0 4 0 955198241 1266483200 208047 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1236800 CPUtime=937.14 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 934029 0 0 0 93468 246 0 0 25 0 4 0 955198241 1266483200 208047 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1236800

[startup+1002.3 s]
/proc/loadavg: 8.08 7.84 5.94 9/184 14601
/proc/meminfo: memFree=30712176/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1173456 CPUtime=4003.59 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 3967621 0 1 0 399383 976 0 0 25 0 4 0 955198240 1201618944 209723 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 293364 209723 395 112 0 288329 0
[pid=14559/tid=14560] ppid=14557 vsize=1173456 CPUtime=1002.25 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 871622 0 0 0 100008 217 0 0 25 0 4 0 955198241 1201618944 209723 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1173456 CPUtime=1002.27 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1271873 0 0 0 99948 279 0 0 25 0 4 0 955198241 1201618944 209723 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1173456 CPUtime=996.8 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1094139 0 0 0 99409 271 0 0 25 0 4 0 955198241 1201618944 209723 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 1173456

[startup+1062.3 s]
/proc/loadavg: 8.14 7.89 6.08 9/184 14603
/proc/meminfo: memFree=30690560/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1225668 CPUtime=4243.27 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 4412820 0 1 0 423265 1062 0 0 25 0 4 0 955198240 1255084032 210157 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 306417 210157 395 112 0 301382 0
[pid=14559/tid=14560] ppid=14557 vsize=1225668 CPUtime=1062.25 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 893654 0 0 0 105997 228 0 0 25 0 4 0 955198241 1255084032 210157 33554432000 4194304 4650419 140735957860272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1225668 CPUtime=1062.27 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1295077 0 0 0 105932 295 0 0 25 0 4 0 955198241 1255084032 210157 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1225668 CPUtime=1056.48 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1294419 0 0 0 105348 300 0 0 25 0 4 0 955198241 1255084032 210157 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 1225668

[startup+1122.3 s]
/proc/loadavg: 8.09 7.93 6.20 9/184 14605
/proc/meminfo: memFree=30626140/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1226552 CPUtime=4482.94 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 4718131 0 1 0 447162 1132 0 0 25 0 4 0 955198240 1255989248 226663 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 306638 226663 395 112 0 301603 0
[pid=14559/tid=14560] ppid=14557 vsize=1226552 CPUtime=1122.25 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1022151 0 0 0 111976 249 0 0 25 0 4 0 955198241 1255989248 226663 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1226552 CPUtime=1122.27 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1321305 0 0 0 111918 309 0 0 25 0 4 0 955198241 1255989248 226663 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363644 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1226552 CPUtime=1116.16 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1324488 0 0 0 111303 313 0 0 25 0 4 0 955198241 1255989248 226663 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 1226552

[startup+1182.3 s]
/proc/loadavg: 8.07 7.95 6.31 9/184 14607
/proc/meminfo: memFree=30591828/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1227568 CPUtime=4722.63 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 4951939 0 1 0 471075 1188 0 0 25 0 4 0 955198240 1257029632 224497 33554432000 4194304 4650419 140735957860272 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 306892 224497 395 112 0 301857 0
[pid=14559/tid=14560] ppid=14557 vsize=1227568 CPUtime=1182.26 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1181559 0 0 0 117955 271 0 0 25 0 4 0 955198241 1257029632 224497 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1227568 CPUtime=1182.28 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1344025 0 0 0 117910 318 0 0 25 0 4 0 955198241 1257029632 224497 33554432000 4194304 4650419 140735957860272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1227568 CPUtime=1175.82 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1349916 0 0 0 117258 324 0 0 25 0 4 0 955198241 1257029632 224497 33554432000 4194304 4650419 140735957860272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.63
Current children cumulated vsize (KiB) 1227568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 7.97 6.35 9/184 14607
/proc/meminfo: memFree=30568004/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1227764 CPUtime=4800.12 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 5051299 0 1 0 478807 1205 0 0 25 0 4 0 955198240 1257230336 230234 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363469 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 306941 230234 396 112 0 301906 0
[pid=14559/tid=14560] ppid=14557 vsize=1227764 CPUtime=1201.65 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1235845 0 0 0 119888 277 0 0 25 0 4 0 955198241 1257230336 230234 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1227764 CPUtime=1201.68 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1374043 0 0 0 119846 322 0 0 25 0 4 0 955198241 1257230336 230234 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1227764 CPUtime=1195.11 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1356513 0 0 0 119184 327 0 0 25 0 4 0 955198241 1257230336 230234 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1227764

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.12 7.97 6.35 9/184 14607
/proc/meminfo: memFree=30568004/32951124 swapFree=67049456/67111528
[pid=14559] ppid=14557 vsize=1227764 CPUtime=4800.12 cores=1,3,5,7
/proc/14559/stat : 14559 (strangenight1-m) R 14557 14559 12325 0 -1 4202496 5051299 0 1 0 478807 1205 0 0 25 0 4 0 955198240 1257230336 230234 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363469 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14559/statm: 306941 230234 396 112 0 301906 0
[pid=14559/tid=14560] ppid=14557 vsize=1227764 CPUtime=1201.65 cores=1,3,5,7
/proc/14559/task/14560/stat : 14560 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1235845 0 0 0 119888 277 0 0 25 0 4 0 955198241 1257230336 230234 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14559/tid=14561] ppid=14557 vsize=1227764 CPUtime=1201.68 cores=1,3,5,7
/proc/14559/task/14561/stat : 14561 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1374043 0 0 0 119846 322 0 0 25 0 4 0 955198241 1257230336 230234 33554432000 4194304 4650419 140735957860272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14559/tid=14562] ppid=14557 vsize=1227764 CPUtime=1195.11 cores=1,3,5,7
/proc/14559/task/14562/stat : 14562 (strangenight1-m) R 14557 14559 12325 0 -1 4202560 1356513 0 0 0 119184 327 0 0 25 0 4 0 955198241 1257230336 230234 33554432000 4194304 4650419 140735957860272 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1227764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.19
CPU user time (s): 4788.1
CPU system time (s): 12.0922
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 1240220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.1
system time used= 12.0922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5051303
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1758
involuntary context switches= 19698

runsolver used 1.63975 second user time and 4.93625 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-09 22:01:16
IDJOB=3174926
IDBENCH=82544
IDSOLVER=1588
FILE ID=node118/3174926-1307649676
RUNJOBID= node118-1307649675-14541
PBS_JOBID= 13549373
Free space on /tmp= 74176 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S709804505-031-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174926-1307649676/watcher-3174926-1307649676 -o /tmp/evaluation-result-3174926-1307649676/solver-3174926-1307649676 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174926-1307649676.cnf

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

MD5SUM BENCH= 5fbb493df133934f33cf8a2f736084e5
RANDOM SEED=1775057832

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.68
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.842
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.75
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32248332 kB
Buffers:        186212 kB
Cached:         303668 kB
SwapCached:      15436 kB
Active:         299476 kB
Inactive:       209684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32248332 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:           12212 kB
Writeback:           0 kB
AnonPages:       16988 kB
Mapped:           8440 kB
Slab:           129252 kB
PageTables:       4448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191784 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= 74164 MiB
End job on node118 at 2011-06-09 22:21:19