Trace number 3173753

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-2-mt? (TO) 4800.2 1201.77

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S976131144-051-UNKNOWN.cnf
MD5SUM951fe016d765ee9b2e2038c7330879da
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.87765
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173753-1304030386.cnf'
0.00/0.00	c -- header says num vars:          15000
0.00/0.00	c -- header says num clauses:       63000
0.00/0.12	c -- clauses added:            0 learnts,        63000 normals,            0 xors
0.00/0.12	c -- vars added      15000
0.00/0.12	c Parsing time:  0.04 s
0.00/0.12	c  N st     0         0     15000     63000         0         0    189000         0   no data   no data
0.00/0.12	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.05
0.00/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
0.46/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.46/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.46/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.46/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.46/0.17	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
3.97/1.03	c lits-rem:         0  cl-subs:        0  v-elim:    363  v-fix:    0  time:  0.09 s
3.97/1.03	c Finding binary XORs  T:     0.00 s  found:       0
3.97/1.03	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.97/1.03	c calculated reachability. Time: 0.00
3.97/1.03	c Calc default polars -  time:   0.01 s pos:    6742 undec:    1606 neg:    6652
3.97/1.03	c =========================================================================================
3.97/1.03	c types(t): F = full restart, N = normal restart
3.97/1.03	c types(t): S = simplification begin/end, E = solution found
3.97/1.03	c restart types(rt): st = static, dy = dynamic
3.97/1.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.97/1.03	c  B st     0         0     14637     62606         0         0    190096         0   no data   no data
4.79/1.23	c  N dy    20      4018     14637     62606         0      4016    190096    849828    112.58    118.96
8.37/2.15	c  N dy    50      8223     14637     62606         0      8220    190096   1626434    113.00    124.34
12.36/3.12	c  N dy    76     12329     14637     62606         0     12326    190096   2370313    112.41    119.31
15.96/4.08	c  N dy   100     16379     14637     62606         0     16375    190096   3063500    111.44    120.90
20.35/5.10	c  N dy   127     20394     14637     62606         0     10394    190096    572301    111.98    120.81
24.34/6.10	c  N dy   158     24547     14637     62606         0     14547    190096   1324987    112.74    119.73
24.74/6.21	c  F st   162     25001     14637     62606         0     15001    190096   1411260    112.94   no data
29.94/7.56	c  N dy   168     30001     14637     62606         0     20001    190096   2666175    112.94   no data
29.94/7.56	c  S st   168     30001     14637     62606         0     20001    190096   2666175    112.94   no data
30.34/7.69	c  S st   168     30506     14637     62606         0     20506    190096   2742469    112.94   no data
30.34/7.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.75/7.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
30.75/7.78	c blocked clauses removed:      251 vars:     46 tried:       14637 T: 0.01 s
30.75/7.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.75/7.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.75/7.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14591 time:  0.00 s
30.75/7.79	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
31.16/7.87	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.07 s
31.93/8.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.15/8.81	c lits-rem:        21  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.71 s
35.15/8.88	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.07
35.15/8.88	c calculated reachability. Time: 0.00
35.15/8.88	c  N dy   168     30506     14588     62352         0     20403    189351   2697612    112.94   no data
39.94/10.02	c  N dy   193     34777     14588     62352         0     24673    189351   3451719    112.83    126.17
44.34/11.19	c  N dy   220     38909     14588     62352         0     28805    189351   4177024    112.84    122.42
49.10/12.33	c  N dy   245     43008     14588     62352         0     17454    189351    954734    112.28    119.56
51.90/13.05	c  S st   266     45759     14588     62352         0     20205    189351   1451094    112.69   no data
52.30/13.18	c  S st   266     46264     14588     62352         0     20710    189351   1523451    112.69   no data
52.30/13.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.72/13.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
52.72/13.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.72/13.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.72/13.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.72/13.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.01 s
52.72/13.28	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
53.12/13.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
53.49/13.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.30/13.63	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.21 s
54.30/13.64	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
54.30/13.66	c vivif2 --  cl tried    20709 cl shrink        0 lits rem          0 time: 0.02
54.70/13.74	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.07
54.70/13.74	c calculated reachability. Time: 0.00
54.70/13.74	c  N dy   266     46264     14588     62352         0     20709    189351   1523230    112.69   no data
58.69/14.79	c  N dy   292     50311     14588     62352         0     24756    189351   2230569    112.75    119.51
63.48/15.90	c  N dy   321     54341     14588     62352         0     28785    189351   2957692    113.02    119.54
67.88/17.05	c  N dy   347     58478     14588     62352         0     32922    189351   3720356    113.13    119.31
72.67/18.24	c  N dy   373     62546     14588     62352         0     36990    189351   4452967    113.13    119.62
77.06/19.34	c  N dy   399     66621     14588     62352         0     22341    189351   1263708    113.05    120.18
79.86/20.09	c  S st   417     69397     14588     62352         0     25117    189351   1773079    113.06   no data
80.65/20.22	c  S st   417     69900     14588     62352         0     25620    189351   1839537    113.06   no data
80.65/20.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
80.65/20.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
81.05/20.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.05/20.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.05/20.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.05/20.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
81.05/20.32	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
81.05/20.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
81.46/20.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.06/20.82	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.33 s
83.06/20.83	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
83.06/20.85	c vivif2 --  cl tried    25617 cl shrink        0 lits rem          0 time: 0.03
83.48/20.94	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.08
83.48/20.94	c calculated reachability. Time: 0.00
83.48/20.94	c  N dy   417     69900     14588     62352         0     25617    189351   1838978    113.06   no data
88.27/22.20	c  N dy   447     74446     14588     62352         0     30163    189351   2654315    113.12    125.26
93.83/23.59	c  N dy   479     79283     14588     62352         0     35000    189351   3514203    113.13    120.55
99.84/25.09	c  N dy   510     84449     14588     62352         0     40166    189351   4431530    113.04    125.17
103.83/26.02	c  F st   533     87500     14588     62352         0     22355    189351    848442    113.23   no data
107.42/26.95	c  N st   538     90797     14588     62352         0     25652    189351   1594955    113.23   no data
114.23/28.60	c  N dy   563     96609     14588     62352         0     31464    189351   2738463    113.18    122.13
121.00/30.38	c  N dy   599    102780     14588     62352         0     37635    189351   3813494    112.92    120.65
123.42/30.99	c  S st   614    104850     14588     62352         0     39705    189351   4190190    112.98   no data
124.19/31.15	c  S st   614    105352     14588     62352         0     40207    189351   4259498    112.98   no data
124.19/31.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
124.59/31.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.07
124.59/31.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
124.59/31.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
124.59/31.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.59/31.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
124.59/31.27	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
125.00/31.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
125.80/31.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.78/33.53	c lits-rem:         7  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.95 s
133.78/33.54	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
134.18/33.60	c vivif2 --  cl tried    40202 cl shrink        0 lits rem          0 time: 0.06
134.58/33.71	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.10
134.58/33.71	c calculated reachability. Time: 0.00
134.58/33.71	c  N dy   614    105352     14588     62352         0     40202    189351   4256927    112.98   no data
142.57/35.79	c  N dy   658    112115     14588     62352         0     24533    189351    912410    113.00    119.91
150.96/37.81	c  N dy   707    119280     14588     62352         0     31698    189351   2193352    113.07    119.08
159.76/40.07	c  N dy   756    126939     14588     62352         0     39357    189351   3563285    113.03    122.06
170.14/42.67	c  N dy   816    135080     14588     62352         0     23784    189351    522159    113.17    123.33
180.14/45.11	c  N dy   877    143764     14588     62352         0     32466    189351   2097958    113.35    127.51
190.91/47.81	c  N dy   931    152945     14588     62352         0     41645    189351   3723360    113.18    121.85
196.90/49.39	c  S st   965    158028     14588     62352         0     46727    189351   4659796    113.26    107.70
197.72/49.56	c  S st   965    158530     14588     62352         0     47229    189351   4722254    113.26   no data
197.72/49.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
198.12/49.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
198.12/49.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
198.12/49.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
198.12/49.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.12/49.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
198.12/49.68	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
198.50/49.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
199.69/50.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
211.30/52.94	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.92 s
211.30/52.94	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
211.67/53.02	c vivif2 --  cl tried    47227 cl shrink        0 lits rem          0 time: 0.07
212.07/53.13	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.11
212.07/53.14	c calculated reachability. Time: 0.00
212.07/53.14	c  N dy   965    158530     14588     62352         0     47227    189351   4722054    113.26   no data
224.08/56.14	c  N dy  1034    168683     14588     62352         0     32526    189351   1856181    113.27    120.76
237.26/59.45	c  N dy  1115    179480     14588     62352         0     43323    189351   3858823    113.65    120.20
251.63/63.05	c  N dy  1194    190947     14588     62352         0     28865    189351   1013375    113.81    120.26
266.00/66.64	c  N dy  1277    203198     14588     62352         0     41115    189351   3282855    113.96    120.68
282.78/70.84	c  N dy  1363    216215     14588     62352         0     27166    189351    486729    113.90    127.36
298.78/74.87	c  N dy  1453    230069     14588     62352         0     41020    189351   2964023    113.93    125.89
308.74/77.32	c  S st  1506    237795     14588     62352         0     48745    189351   4369602    113.91    111.70
309.14/77.49	c  S st  1506    238298     14588     62352         0     49248    189351   4441562    113.91   no data
309.54/77.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
309.54/77.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
309.94/77.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
309.94/77.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
309.94/77.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.94/77.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
309.94/77.62	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
310.34/77.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
311.14/77.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
322.73/80.87	c lits-rem:         5  cl-subs:        7  v-elim:      0  v-fix:    0  time:  2.95 s
322.73/80.87	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
323.12/80.94	c vivif2 --  cl tried    49241 cl shrink        0 lits rem          0 time: 0.07
323.52/81.06	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.11
323.52/81.06	c calculated reachability. Time: 0.00
323.52/81.06	c  N dy  1506    238298     14588     62352         0     49241    189351   4440193    113.91   no data
342.30/85.73	c  N dy  1595    253525     14588     62352         0     36492    189351   1979634    113.85    119.92
363.07/90.93	c  N dy  1699    269732     14588     62352         0     52696    189351   4927791    113.87    156.69
384.64/96.36	c  N dy  1820    287056     14588     62352         0     41033    189351   2629757    113.93    120.08
408.63/102.32	c  N dy  1942    305441     14588     62352         0     59416    189351   5967463    113.97    120.16
409.80/102.64	c  F st  1948    306251     14588     62352         0     30231    189351    464922    113.96     92.78
432.98/108.42	c  N dy  2038    325024     14588     62352         0     49003    189351   4188984    114.00    120.25
458.53/114.88	c  N dy  2162    345092     14588     62352         0     38076    189351   1673670    113.93    121.09
474.12/118.76	c  S st  2241    357449     14588     62352         0     50429    189351   3931325    113.94   no data
474.94/118.93	c  S st  2241    357954     14588     62352         0     50934    189351   4004284    113.94   no data
474.94/118.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
475.31/119.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
475.31/119.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
475.31/119.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
475.31/119.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
475.31/119.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
475.31/119.06	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
475.71/119.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
476.51/119.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
487.72/122.11	c lits-rem:        17  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.78 s
487.72/122.12	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
487.72/122.18	c vivif2 --  cl tried    50932 cl shrink        0 lits rem          0 time: 0.06
488.50/122.30	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.12
488.50/122.30	c calculated reachability. Time: 0.00
488.50/122.30	c  N dy  2241    357954     14588     62352         0     50932    189351   4003596    113.94   no data
515.26/129.03	c  N dy  2372    378051     14588     62352         0     39031    189351   1685518    113.96    121.12
541.62/135.64	c  N dy  2510    398129     14588     62352         0     59108    189351   5347782    114.03    120.07
567.59/142.12	c  N dy  2643    418207     14588     62352         0     46185    189351   2830930    114.11    128.29
594.75/148.95	c  N dy  2779    438451     14588     62352         0     66429    189351   6504985    114.16    124.72
620.31/155.30	c  N dy  2902    458536     14588     62352         0     52519    189351   3826413    114.21    125.35
647.87/162.20	c  N dy  3027    478624     14588     62352         0     37607    189351    911613    114.20    121.93
673.04/168.56	c  N dy  3156    498689     14588     62352         0     57671    189351   4477059    114.16    121.20
700.60/175.45	c  N dy  3290    518739     14588     62352         0     41726    189351   1493572    114.16    151.04
724.18/181.36	c  S st  3400    536931     14588     62352         0     59916    189351   4779464    114.13    116.32
724.99/181.56	c  S st  3400    537435     14588     62352         0     60420    189351   4838938    114.13   no data
724.99/181.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
725.39/181.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
725.39/181.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
725.39/181.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
725.39/181.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
725.39/181.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
725.39/181.69	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
726.17/181.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
726.97/182.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
737.36/184.65	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  2.63 s
737.36/184.65	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
737.76/184.73	c vivif2 --  cl tried    60411 cl shrink        0 lits rem          0 time: 0.08
738.17/184.86	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.13
738.17/184.86	c calculated reachability. Time: 0.00
738.17/184.86	c  N dy  3400    537435     14588     62352         0     60411    189351   4835747    114.13   no data
766.51/191.90	c  N dy  3537    557619     14588     62352         0     43595    189351   1618908    114.18    121.49
793.29/198.63	c  N dy  3681    577676     14588     62352         0     63651    189351   5298570    114.28    125.31
821.25/205.67	c  N dy  3815    597813     14588     62352         0     45787    189351   1878359    114.37    121.65
848.80/212.50	c  N dy  3943    617954     14588     62352         0     65928    189351   5540600    114.37    121.40
877.16/219.60	c  N dy  4075    638074     14588     62352         0     47048    189351   1893838    114.40    124.02
904.33/226.42	c  N dy  4204    658225     14588     62352         0     67198    189351   5559685    114.43    121.17
933.48/233.75	c  N dy  4340    678238     14588     62352         0     47209    189351   1788911    114.50    121.69
961.85/240.85	c  N dy  4468    698365     14588     62352         0     67335    189351   5474858    114.50    120.94
991.41/248.21	c  N dy  4604    718457     14588     62352         0     46428    189351   1448225    114.59    125.84
1018.97/255.12	c  N dy  4739    738600     14588     62352         0     66569    189351   5137992    114.63    123.06
1048.93/262.64	c  N dy  4878    758689     14588     62352         0     44662    189351    924255    114.67    122.82
1076.09/269.41	c  N dy  5014    778800     14588     62352         0     64772    189351   4626570    114.71    121.12
1106.05/276.99	c  N dy  5144    798836     14588     62352         0     84807    189351   8241069    114.69    122.34
1116.06/279.46	c  S st  5197    806152     14588     62352         0     49128    189351   1568204    114.71    110.39
1116.83/279.64	c  S st  5197    806658     14588     62352         0     49634    189351   1631458    114.71   no data
1116.83/279.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1117.23/279.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
1117.23/279.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1117.23/279.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1117.23/279.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1117.23/279.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
1117.23/279.76	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
1117.63/279.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1118.03/279.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1120.45/280.54	c lits-rem:         8  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.63 s
1120.45/280.55	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
1120.45/280.58	c vivif2 --  cl tried    49633 cl shrink        0 lits rem          0 time: 0.03
1120.84/280.69	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.11
1120.84/280.69	c calculated reachability. Time: 0.00
1120.84/280.69	c  N dy  5197    806658     14588     62352         0     49633    189351   1631337    114.71   no data
1149.19/287.79	c  N dy  5339    826766     14588     62352         0     69740    189351   5366352    114.76    122.22
1180.75/295.61	c  N dy  5474    846840     14588     62352         0     45814    189351    766070    114.84    125.37
1208.33/302.53	c  N dy  5611    866964     14588     62352         0     65937    189351   4503011    114.89    122.15
1238.68/310.13	c  N dy  5741    886984     14588     62352         0     85957    189351   8189015    114.91    121.57
1267.03/317.28	c  N dy  5875    907026     14588     62352         0     60996    189351   3411075    114.95    127.04
1296.98/324.75	c  N dy  6006    927110     14588     62352         0     81079    189351   7090696    114.95    129.35
1326.96/332.20	c  N dy  6133    947166     14588     62352         0     55137    189351   2119840    114.96    131.40
1355.70/339.41	c  N dy  6261    967296     14588     62352         0     75264    189351   5790970    114.96    121.93
1386.85/347.28	c  N dy  6384    987328     14588     62352         0     48299    189351    679926    114.94    122.65
1414.84/354.25	c  N dy  6519   1007421     14588     62352         0     68391    189351   4390351    114.97    121.48
1446.00/362.04	c  N dy  6656   1027442     14588     62352         0     88411    189351   8109157    115.02    129.35
1475.54/369.49	c  N dy  6780   1047635     14588     62352         0     60604    189351   2761011    115.04    121.23
1505.49/376.93	c  N dy  6911   1067641     14588     62352         0     80610    189351   6445015    115.04    122.60
1512.28/378.63	c  F st  6941   1071875     14588     62352         0     84843    189351   7209253    115.05    101.33
1537.87/385.02	c  N dy  7021   1087754     14588     62352         0     51728    189351    953098    115.06    121.20
1566.21/392.15	c  N dy  7152   1107901     14588     62352         0     71872    189351   4608896    115.07    123.57
1598.17/400.12	c  N dy  7290   1128120     14588     62352         0     92091    189351   8329368    115.10    121.89
1628.13/407.67	c  N dy  7421   1148243     14588     62352         0     62214    189351   2740904    115.12    127.56
1658.48/415.29	c  N dy  7551   1168346     14588     62352         0     82315    189351   6443596    115.12    121.41
1692.05/423.65	c  N dy  7687   1188447     14588     62352         0     51422    189351    557466    115.13    126.06
1721.19/430.93	c  N dy  7821   1208492     14588     62352         0     71466    189351   4290326    115.15    121.40
1723.59/431.55	c  S st  7832   1209988     14588     62352         0     72961    189351   4556325    115.15   no data
1724.39/431.77	c  S st  7832   1210493     14588     62352         0     73466    189351   4628517    115.15   no data
1724.39/431.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1724.79/431.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
1725.19/431.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1725.19/431.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1725.19/431.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1725.19/431.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.01 s
1725.19/431.93	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
1725.59/432.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
1726.38/432.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1739.57/435.50	c lits-rem:         4  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.22 s
1739.57/435.50	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
1739.57/435.58	c vivif2 --  cl tried    73461 cl shrink        0 lits rem          0 time: 0.07
1740.39/435.73	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.15
1740.39/435.73	c calculated reachability. Time: 0.00
1740.39/435.73	c  N dy  7832   1210493     14588     62352         0     73461    189351   4625693    115.15   no data
1772.72/443.80	c  N dy  7962   1230555     14588     62352         0     93522    189351   8331073    115.16    123.15
1804.28/451.77	c  N dy  8100   1250592     14588     62352         0     61560    189351   2242337    115.18    123.91
1834.24/459.28	c  N dy  8230   1270663     14588     62352         0     81631    189351   6043428    115.22    146.19
1868.19/467.72	c  N dy  8365   1290811     14588     62352         0    101779    189351   9751808    115.22    122.11
1898.16/475.28	c  N dy  8505   1310878     14588     62352         0     68844    189351   3450607    115.25    124.73
1929.70/483.13	c  N dy  8635   1330941     14588     62352         0     88904    189351   7131890    115.25    121.48
1963.66/491.69	c  N dy  8766   1350971     14588     62352         0     54936    189351    658044    115.26    123.08
1992.42/498.90	c  N dy  8896   1371005     14588     62352         0     74965    189351   4342887    115.26    121.80
2025.59/507.13	c  N dy  9034   1391291     14588     62352         0     95249    189351   8108711    115.29    121.67
2059.13/515.56	c  N dy  9169   1411323     14588     62352         0     60283    189351   1479396    115.32    126.29
2088.68/522.94	c  N dy  9295   1431344     14588     62352         0     80300    189351   5156894    115.30    124.05
2121.84/531.27	c  N dy  9429   1451425     14588     62352         0    100381    189351   8804461    115.30    122.34
2154.59/539.44	c  N dy  9569   1471485     14588     62352         0     64449    189351   2045544    115.32    124.63
2184.54/546.96	c  N dy  9695   1491520     14588     62352         0     84480    189351   5747945    115.31    122.25
2218.51/555.40	c  N dy  9825   1511534     14588     62352         0    104492    189351   9444817    115.34    128.44
2250.86/563.52	c  N dy  9958   1531722     14588     62352         0     67690    189351   2496840    115.35    122.03
2282.02/571.37	c  N dy 10099   1551845     14588     62352         0     87813    189351   6203976    115.37    121.86
2316.77/580.01	c  N dy 10229   1571848     14588     62352         0    107815    189351   9908773    115.38    129.23
2348.73/588.06	c  N dy 10361   1591849     14588     62352         0     69817    189351   2703078    115.39    123.39
2380.28/595.95	c  N dy 10487   1611924     14588     62352         0     89891    189351   6379390    115.39    122.04
2415.04/604.64	c  N dy 10618   1631927     14588     62352         0    109894    189351  10055852    115.40    134.55
2447.40/612.78	c  N dy 10755   1652000     14588     62352         0     70965    189351   2763021    115.42    131.18
2479.34/620.72	c  N dy 10892   1672093     14588     62352         0     91056    189351   6491824    115.43    122.37
2514.49/629.53	c  N dy 11028   1692179     14588     62352         0    111140    189351  10221209    115.45    122.74
2545.25/637.24	c  S st 11157   1710495     14588     62352         0     69455    189351   2303241    115.47   no data
2546.05/637.45	c  S st 11157   1711005     14588     62352         0     69965    189351   2380954    115.47   no data
2546.05/637.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2546.45/637.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
2546.45/637.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2546.45/637.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2546.45/637.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2546.45/637.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
2546.45/637.59	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
2546.85/637.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
2547.25/637.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2554.03/639.45	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.66 s
2554.03/639.46	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
2554.43/639.50	c vivif2 --  cl tried    69962 cl shrink        0 lits rem          0 time: 0.04
2554.83/639.64	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.14
2554.83/639.64	c calculated reachability. Time: 0.00
2554.83/639.64	c  N dy 11157   1711005     14588     62352         0     69962    189351   2380049    115.47   no data
2586.80/647.61	c  N dy 11282   1731117     14588     62352         0     90073    189351   6074098    115.46    134.16
2621.94/656.42	c  N dy 11423   1751163     14588     62352         0    110117    189351   9822950    115.47    124.80
2656.30/665.00	c  N dy 11560   1771188     14588     62352         0     69149    189351   2076041    115.50    149.68
2687.45/672.89	c  N dy 11692   1791351     14588     62352         0     89311    189351   5798750    115.51    122.08
2722.60/681.62	c  N dy 11830   1811405     14588     62352         0    109362    189351   9481994    115.53    124.42
2758.55/690.65	c  N dy 11961   1831693     14588     62352         0     67656    189351   1598252    115.54    122.20
2791.31/698.83	c  N dy 12107   1851713     14588     62352         0     87674    189351   5395676    115.58    152.34
2825.68/707.45	c  N dy 12235   1871738     14588     62352         0    107696    189351   9120352    115.58    137.99
2862.80/716.78	c  N dy 12360   1891866     14588     62352         0     64825    189351    868681    115.57    124.69
2893.56/724.42	c  N dy 12487   1912130     14588     62352         0     85088    189351   4609351    115.58    127.51
2927.51/732.96	c  N dy 12623   1932187     14588     62352         0    105139    189351   8356505    115.59    122.87
2965.07/742.39	c  N dy 12757   1952224     14588     62352         0    125174    189351  12024852    115.60    124.08
2996.64/750.24	c  N dy 12892   1972263     14588     62352         0     81218    189351   3738446    115.61    121.95
3030.18/758.68	c  N dy 13026   1992353     14588     62352         0    101307    189351   7516101    115.65    122.07
3067.71/768.02	c  N dy 13164   2012424     14588     62352         0    121376    189351  11218650    115.66    174.94
3102.08/776.60	c  N dy 13307   2032485     14588     62352         0     76444    189351   2667169    115.68    122.51
3134.02/784.63	c  N dy 13431   2052536     14588     62352         0     96494    189351   6353646    115.67    123.11
3169.98/793.65	c  N dy 13565   2072558     14588     62352         0    116515    189351  10034030    115.69    122.21
3207.54/803.01	c  N dy 13698   2092613     14588     62352         0     70576    189351   1410382    115.70    126.63
3238.70/810.88	c  N dy 13828   2112827     14588     62352         0     90787    189351   5114332    115.71    123.01
3274.63/819.85	c  N dy 13967   2133204     14588     62352         0    111162    189351   8982404    115.74    122.17
3312.99/829.49	c  N dy 14100   2153220     14588     62352         0    131177    189351  12645472    115.74    125.75
3345.33/837.58	c  N dy 14239   2173415     14588     62352         0     84374    189351   3772322    115.75    121.93
3379.30/846.08	c  N dy 14370   2193488     14588     62352         0    104445    189351   7511906    115.76    122.68
3412.84/854.45	c  S st 14482   2211005     14588     62352         0    121959    189351  10712014    115.75   no data
3414.06/854.77	c  S st 14482   2211509     14588     62352         0    122463    189351  10769445    115.75   no data
3414.06/854.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3414.84/854.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.15
3414.84/854.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3414.84/854.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3414.84/854.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3414.84/854.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.01 s
3414.84/854.98	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
3415.64/855.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
3418.03/855.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3444.81/862.46	c lits-rem:        19  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.65 s
3444.81/862.47	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
3445.59/862.64	c vivif2 --  cl tried   122454 cl shrink        0 lits rem          0 time: 0.17
3446.39/862.86	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.22
3446.39/862.87	c calculated reachability. Time: 0.00
3446.39/862.87	c  N dy 14482   2211509     14588     62352         0    122454    189351  10766173    115.75   no data
3485.94/872.75	c  N dy 14617   2231572     14588     62352         0     74521    189351   1778819    115.77    125.00
3518.29/880.86	c  N dy 14754   2251640     14588     62352         0     94586    189351   5498934    115.78    124.46
3553.85/889.80	c  N dy 14888   2271774     14588     62352         0    114719    189351   9191307    115.79    123.31
3593.39/899.63	c  N dy 15019   2291998     14588     62352         0    134943    189351  12899974    115.79    122.22
3626.14/907.86	c  N dy 15153   2312011     14588     62352         0     85959    189351   3751414    115.80    144.55
3660.51/916.43	c  N dy 15281   2332078     14588     62352         0    106026    189351   7469230    115.80    123.42
3698.44/925.95	c  N dy 15420   2352089     14588     62352         0    126037    189351  11191537    115.81    123.25
3736.38/935.49	c  N dy 15563   2372183     14588     62352         0     76133    189351   1712398    115.84    125.57
3768.74/943.60	c  N dy 15692   2392202     14588     62352         0     96149    189351   5447947    115.85    124.24
3804.69/952.53	c  N dy 15815   2412224     14588     62352         0    116168    189351   9153580    115.85    128.29
3844.24/962.48	c  N dy 15959   2432231     14588     62352         0    136173    189351  12912113    115.87    123.17
3879.39/971.21	c  N dy 16099   2452471     14588     62352         0     85421    189351   3277808    115.89    123.07
3913.34/979.77	c  N dy 16237   2472503     14588     62352         0    105452    189351   6996078    115.91    124.68
3950.88/989.17	c  N dy 16372   2492507     14588     62352         0    125454    189351  10671834    115.92    123.28
3991.63/999.39	c  N dy 16508   2512531     14588     62352         0     73483    189351    875538    115.93    122.10
4023.97/1007.42	c  N dy 16645   2532570     14588     62352         0     93521    189351   4681173    115.96    169.10
4059.53/1016.33	c  N dy 16780   2552623     14588     62352         0    113571    189351   8405525    115.97    123.14
4098.67/1026.10	c  N dy 16913   2572659     14588     62352         0    133601    189351  12185581    116.00    125.00
4136.22/1035.57	c  N dy 17038   2592743     14588     62352         0     80691    189351   2011316    116.00    122.28
4169.37/1043.85	c  N dy 17170   2612812     14588     62352         0    100759    189351   5684846    116.01    157.96
4206.91/1053.23	c  N dy 17299   2633246     14588     62352         0    121191    189351   9465553    116.02    123.90
4247.26/1063.34	c  N dy 17428   2653289     14588     62352         0    141234    189351  13177353    116.02    122.58
4283.61/1072.41	c  N dy 17571   2673383     14588     62352         0     87332    189351   3123599    116.05    124.04
4318.36/1081.12	c  N dy 17710   2693596     14588     62352         0    107543    189351   6854537    116.06    126.69
4352.31/1089.66	c  S st 17835   2711510     14588     62352         0    125455    189351  10171349    116.07   no data
4353.51/1089.97	c  S st 17835   2712011     14588     62352         0    125956    189351  10234437    116.07   no data
4353.91/1090.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4354.32/1090.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.15
4354.32/1090.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4354.32/1090.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4354.32/1090.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4354.32/1090.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.01 s
4354.32/1090.19	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
4355.10/1090.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
4357.50/1090.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4383.47/1097.45	c lits-rem:         3  cl-subs:       13  v-elim:      0  v-fix:    0  time:  6.53 s
4383.47/1097.46	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
4384.27/1097.63	c vivif2 --  cl tried   125943 cl shrink        0 lits rem          0 time: 0.16
4385.09/1097.86	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.23
4385.09/1097.87	c calculated reachability. Time: 0.00
4385.09/1097.87	c  N dy 17835   2712011     14588     62352         0    125943    189351  10229641    116.07   no data
4428.21/1108.65	c  N dy 17975   2732091     14588     62352         0    146022    189351  13976617    116.09    126.52
4464.17/1117.67	c  N dy 18108   2752294     14588     62352         0     91232    189351   3607994    116.09    124.09
4498.91/1126.39	c  N dy 18231   2772367     14588     62352         0    111301    189351   7303263    116.09    125.35
4537.26/1135.97	c  N dy 18361   2792398     14588     62352         0    131332    189351  10946504    116.08    122.40
4580.40/1146.73	c  N dy 18500   2812460     14588     62352         0    151394    189351  14710883    116.10    122.63
4613.98/1155.13	c  N dy 18628   2832560     14588     62352         0     95502    189351   4266467    116.09    125.27
4650.70/1164.39	c  N dy 18766   2852574     14588     62352         0    115516    189351   7959719    116.10    123.19
4690.65/1174.34	c  N dy 18899   2872617     14588     62352         0    135558    189351  11686684    116.11    123.35
4732.98/1184.93	c  N dy 19034   2892722     14588     62352         0     78666    189351    923394    116.11    122.71
4766.14/1193.23	c  N dy 19177   2912779     14588     62352         0     98723    189351   4699834    116.13    126.41

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

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

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


[startup+0 s]
/proc/loadavg: 8.18 8.09 6.75 5/180 30382
/proc/meminfo: memFree=22809400/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 593269331 52441088 347 33554432000 4194304 4627427 140736277215728 18446744073709551615 47250100639666 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 12803 347 299 106 0 7774 0
[pid=30382/tid=30383] ppid=30380 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593269332 52441088 347 33554432000 4194304 4627427 140736277215728 18446744073709551615 260905450481 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593269332 52441088 347 33554432000 4194304 4627427 140736277215728 18446744073709551615 260917191734 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 593269332 52441088 347 33554432000 4194304 4627427 140736277215728 18446744073709551615 47250100639666 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.122111 s]
/proc/loadavg: 8.18 8.09 6.75 5/180 30382
/proc/meminfo: memFree=22809400/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=302332 CPUtime=0.46 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) D 30380 30382 30052 0 -1 4202496 11798 0 0 0 44 2 0 0 25 0 4 0 593269331 309587968 10774 33554432000 4194304 4627427 140736277215728 18446744073709551615 4415675 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 75583 10790 371 106 0 70554 0
[pid=30382/tid=30383] ppid=30380 vsize=302332 CPUtime=0.11 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 2863 0 0 0 11 0 0 0 25 0 4 0 593269332 309587968 10791 33554432000 4194304 4627427 140736277215728 18446744073709551615 260905054917 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=302332 CPUtime=0.11 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 2845 0 0 0 11 0 0 0 25 0 4 0 593269332 309587968 10793 33554432000 4194304 4627427 140736277215728 18446744073709551615 4415675 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=302332 CPUtime=0.11 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 2870 0 0 0 11 0 0 0 25 0 4 0 593269332 309587968 10794 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 302332

[startup+0.200485 s]
/proc/loadavg: 8.18 8.09 6.75 5/180 30382
/proc/meminfo: memFree=22809400/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=326156 CPUtime=0.77 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 20580 0 0 0 73 4 0 0 18 0 4 0 593269331 333983744 18640 33554432000 4194304 4627427 140736277215728 18446744073709551615 4427854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 81539 18640 379 106 0 76510 0
[pid=30382/tid=30383] ppid=30380 vsize=326156 CPUtime=0.18 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 5700 0 0 0 18 0 0 0 25 0 4 0 593269332 333983744 18640 33554432000 4194304 4627427 140736277215728 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=326156 CPUtime=0.18 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 5753 0 0 0 18 0 0 0 18 0 4 0 593269332 333983744 18640 33554432000 4194304 4627427 140736277215728 18446744073709551615 4427136 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=326156 CPUtime=0.18 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 2928 0 0 0 18 0 0 0 25 0 4 0 593269332 333983744 18640 33554432000 4194304 4627427 140736277215728 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 326156

[startup+0.300464 s]
/proc/loadavg: 8.18 8.09 6.75 5/180 30382
/proc/meminfo: memFree=22809400/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=314804 CPUtime=1.17 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 21837 0 0 0 113 4 0 0 18 0 4 0 593269331 322359296 16688 33554432000 4194304 4627427 140736277215728 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 78701 16688 385 106 0 73672 0
[pid=30382/tid=30383] ppid=30380 vsize=314804 CPUtime=0.28 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 5786 0 0 0 28 0 0 0 25 0 4 0 593269332 322359296 16688 33554432000 4194304 4627427 140736277215728 18446744073709551615 4329649 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=314804 CPUtime=0.28 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 6224 0 0 0 28 0 0 0 18 0 4 0 593269332 322359296 16689 33554432000 4194304 4627427 140736277215728 18446744073709551615 4327897 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=314804 CPUtime=0.28 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 3017 0 0 0 28 0 0 0 25 0 4 0 593269332 322359296 16690 33554432000 4194304 4627427 140736277215728 18446744073709551615 4507260 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) 314804

[startup+0.700391 s]
/proc/loadavg: 8.18 8.09 6.75 5/180 30382
/proc/meminfo: memFree=22809400/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=314804 CPUtime=2.77 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 23400 0 0 0 273 4 0 0 18 0 4 0 593269331 322359296 18251 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308712 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 78701 18251 385 106 0 73672 0
[pid=30382/tid=30383] ppid=30380 vsize=314804 CPUtime=0.68 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 6162 0 0 0 68 0 0 0 25 0 4 0 593269332 322359296 18251 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308104 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=314804 CPUtime=0.68 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 6653 0 0 0 68 0 0 0 18 0 4 0 593269332 322359296 18251 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=314804 CPUtime=0.68 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 3370 0 0 0 68 0 0 0 25 0 4 0 593269332 322359296 18252 33554432000 4194304 4627427 140736277215728 18446744073709551615 4299630 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 314804

[startup+1.50025 s]
/proc/loadavg: 8.18 8.09 6.75 9/184 30386
/proc/meminfo: memFree=22731144/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=314804 CPUtime=5.96 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 26270 0 0 0 592 4 0 0 19 0 4 0 593269331 322359296 21121 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 78701 21121 385 106 0 73672 0
[pid=30382/tid=30383] ppid=30380 vsize=314804 CPUtime=1.48 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 6797 0 0 0 147 1 0 0 25 0 4 0 593269332 322359296 21121 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=314804 CPUtime=1.48 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 7364 0 0 0 148 0 0 0 19 0 4 0 593269332 322359296 21121 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=314804 CPUtime=1.48 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 4171 0 0 0 148 0 0 0 25 0 4 0 593269332 322359296 21121 33554432000 4194304 4627427 140736277215728 18446744073709551615 4329852 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) 314804

[startup+3.10095 s]
/proc/loadavg: 8.17 8.09 6.76 9/184 30386
/proc/meminfo: memFree=22705104/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=446068 CPUtime=12.36 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 31511 0 0 0 1230 6 0 0 24 0 4 0 593269331 456773632 26362 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 111517 26362 385 106 0 106488 0
[pid=30382/tid=30383] ppid=30380 vsize=446068 CPUtime=3.08 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 8003 0 0 0 307 1 0 0 25 0 4 0 593269332 456773632 26362 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=446068 CPUtime=3.08 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 8692 0 0 0 307 1 0 0 24 0 4 0 593269332 456773632 26362 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=446068 CPUtime=3.09 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 5481 0 0 0 308 1 0 0 25 0 4 0 593269332 456773632 26362 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308345 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) 446068

[startup+6.30037 s]
/proc/loadavg: 8.17 8.09 6.76 9/184 30386
/proc/meminfo: memFree=22709816/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=331836 CPUtime=25.14 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 44900 0 0 0 2505 9 0 0 25 0 4 0 593269331 339800064 23765 33554432000 4194304 4627427 140736277215728 18446744073709551615 4324663 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 82959 23765 387 106 0 77930 0
[pid=30382/tid=30383] ppid=30380 vsize=331836 CPUtime=6.25 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 11193 0 0 0 624 1 0 0 25 0 4 0 593269332 339800064 23765 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=331836 CPUtime=6.28 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 12112 0 0 0 627 1 0 0 25 0 4 0 593269332 339800064 23765 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=331836 CPUtime=6.28 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 8868 0 0 0 627 1 0 0 25 0 4 0 593269332 339800064 23765 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308162 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 331836

[startup+12.7012 s]
/proc/loadavg: 8.22 8.10 6.78 9/184 30387
/proc/meminfo: memFree=22539888/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=526276 CPUtime=50.71 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 102759 0 0 0 5050 21 0 0 25 0 4 0 593269331 538906624 65690 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 131569 65690 390 106 0 126540 0
[pid=30382/tid=30383] ppid=30380 vsize=526276 CPUtime=12.62 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 33397 0 0 0 1257 5 0 0 25 0 4 0 593269332 538906624 65690 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=526276 CPUtime=12.68 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 23010 0 0 0 1264 4 0 0 25 0 4 0 593269332 538906624 65690 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=526276 CPUtime=12.69 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 14297 0 0 0 1266 3 0 0 25 0 4 0 593269332 538906624 65690 33554432000 4194304 4627427 140736277215728 18446744073709551615 4310423 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 526276

[startup+25.5009 s]
/proc/loadavg: 8.18 8.10 6.79 9/184 30387
/proc/meminfo: memFree=22430024/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=543744 CPUtime=101.82 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 153772 0 0 0 10149 33 0 0 25 0 4 0 593269331 556793856 87139 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 135936 87139 390 106 0 130907 0
[pid=30382/tid=30383] ppid=30380 vsize=543744 CPUtime=25.35 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 43521 0 0 0 2527 8 0 0 25 0 4 0 593269332 556793856 87139 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=543744 CPUtime=25.48 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 33463 0 0 0 2542 6 0 0 25 0 4 0 593269332 556793856 87139 33554432000 4194304 4627427 140736277215728 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=543744 CPUtime=25.48 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 31947 0 0 0 2541 7 0 0 25 0 4 0 593269332 556793856 87139 33554432000 4194304 4627427 140736277215728 18446744073709551615 4310370 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 543744

[startup+51.1012 s]
/proc/loadavg: 8.19 8.10 6.83 9/184 30388
/proc/meminfo: memFree=22316516/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=812232 CPUtime=204.09 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 229465 0 0 0 20355 54 0 0 25 0 4 0 593269331 831725568 122526 33554432000 4194304 4627427 140736277215728 18446744073709551615 4428116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 203058 122526 390 106 0 198029 0
[pid=30382/tid=30383] ppid=30380 vsize=812232 CPUtime=50.81 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 57139 0 0 0 5069 12 0 0 25 0 4 0 593269332 831725568 122526 33554432000 4194304 4627427 140736277215728 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=812232 CPUtime=51.08 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 51225 0 0 0 5096 12 0 0 25 0 4 0 593269332 831725568 122526 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308184 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=812232 CPUtime=51.09 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 49553 0 0 0 5097 12 0 0 25 0 4 0 593269332 831725568 122526 33554432000 4194304 4627427 140736277215728 18446744073709551615 4299605 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) 812232

[startup+102.301 s]
/proc/loadavg: 8.14 8.10 6.90 9/184 30389
/proc/meminfo: memFree=22179708/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=872972 CPUtime=408.63 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 335619 0 0 0 40780 83 0 0 25 0 4 0 593269331 893923328 148646 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 218243 148646 390 106 0 213214 0
[pid=30382/tid=30383] ppid=30380 vsize=872972 CPUtime=101.74 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 76636 0 0 0 10157 17 0 0 25 0 4 0 593269332 893923328 148646 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=872972 CPUtime=102.28 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 79956 0 0 0 10208 20 0 0 25 0 4 0 593269332 893923328 148646 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=872972 CPUtime=102.29 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 82253 0 0 0 10210 19 0 0 25 0 4 0 593269332 893923328 148646 33554432000 4194304 4627427 140736277215728 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 872972

[startup+162.301 s]

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

[pid=30382] ppid=30380 vsize=1191516 CPUtime=2565.62 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 1345395 0 0 0 256143 419 0 0 25 0 4 0 593269331 1220112384 213879 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 297879 213879 390 106 0 292850 0
[pid=30382/tid=30383] ppid=30380 vsize=1191516 CPUtime=639.12 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 295039 0 0 0 63821 91 0 0 25 0 4 0 593269332 1220112384 213879 33554432000 4194304 4627427 140736277215728 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1191516 CPUtime=642.26 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 353398 0 0 0 64116 110 0 0 25 0 4 0 593269332 1220112384 213879 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1191516 CPUtime=641.95 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 337594 0 0 0 64094 101 0 0 25 0 4 0 593269332 1220112384 213879 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.62
Current children cumulated vsize (KiB) 1191516

[startup+702.301 s]
/proc/loadavg: 8.09 8.11 7.46 9/184 30405
/proc/meminfo: memFree=21690312/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1260148 CPUtime=2805.28 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 1473687 0 0 0 280069 459 0 0 25 0 4 0 593269331 1290391552 240229 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 315037 240229 390 106 0 310008 0
[pid=30382/tid=30383] ppid=30380 vsize=1260148 CPUtime=698.79 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 322511 0 0 0 69777 102 0 0 25 0 4 0 593269332 1290391552 240229 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1260148 CPUtime=702.26 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 397610 0 0 0 70106 120 0 0 25 0 4 0 593269332 1290391552 240230 33554432000 4194304 4627427 140736277215728 18446744073709551615 4333227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1260148 CPUtime=701.95 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 365733 0 0 0 70085 110 0 0 25 0 4 0 593269332 1290391552 240230 33554432000 4194304 4627427 140736277215728 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.28
Current children cumulated vsize (KiB) 1260148

[startup+762.301 s]
/proc/loadavg: 7.74 8.04 7.47 5/179 30408
/proc/meminfo: memFree=22712964/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1261824 CPUtime=3044.97 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 1585677 0 0 0 303999 498 0 0 25 0 4 0 593269331 1292107776 248678 33554432000 4194304 4627427 140736277215728 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 315456 248678 390 106 0 310427 0
[pid=30382/tid=30383] ppid=30380 vsize=1261824 CPUtime=758.46 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 350220 0 0 0 75734 112 0 0 25 0 4 0 593269332 1292107776 248678 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1261824 CPUtime=762.27 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 425725 0 0 0 76096 131 0 0 25 0 4 0 593269332 1292107776 248678 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1261824 CPUtime=761.95 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 393873 0 0 0 76077 118 0 0 25 0 4 0 593269332 1292107776 248678 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 1261824

[startup+822.301 s]
/proc/loadavg: 7.90 8.03 7.50 9/184 30439
/proc/meminfo: memFree=22411580/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1209524 CPUtime=3284.62 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 1697592 0 0 0 327928 534 0 0 25 0 4 0 593269331 1238552576 239711 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 302381 239711 390 106 0 297352 0
[pid=30382/tid=30383] ppid=30380 vsize=1209524 CPUtime=818.13 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 377506 0 0 0 81691 122 0 0 25 0 4 0 593269332 1238552576 239711 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1209524 CPUtime=822.25 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 454844 0 0 0 82086 139 0 0 25 0 4 0 593269332 1238552576 239711 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1209524 CPUtime=821.95 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 421529 0 0 0 82068 127 0 0 25 0 4 0 593269332 1238552576 239711 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 1209524

[startup+882.307 s]
/proc/loadavg: 8.09 8.05 7.54 9/184 30441
/proc/meminfo: memFree=22106712/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1581664 CPUtime=3524.31 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 1864854 0 0 0 351847 584 0 0 25 0 4 0 593269331 1619623936 308443 33554432000 4194304 4627427 140736277215728 18446744073709551615 4310102 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 395416 308443 390 106 0 390387 0
[pid=30382/tid=30383] ppid=30380 vsize=1581664 CPUtime=877.8 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 428091 0 0 0 87645 135 0 0 25 0 4 0 593269332 1619623936 308443 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1581664 CPUtime=882.26 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 480772 0 0 0 88075 151 0 0 25 0 4 0 593269332 1619623936 308443 33554432000 4194304 4627427 140736277215728 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1581664 CPUtime=881.96 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 467758 0 0 0 88056 140 0 0 25 0 4 0 593269332 1619623936 308443 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.31
Current children cumulated vsize (KiB) 1581664

[startup+942.301 s]
/proc/loadavg: 8.22 8.09 7.58 9/184 30442
/proc/meminfo: memFree=22051636/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1528860 CPUtime=3763.94 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 1973122 0 0 0 375771 623 0 0 25 0 4 0 593269331 1565552640 303258 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 382215 303258 390 106 0 377186 0
[pid=30382/tid=30383] ppid=30380 vsize=1528860 CPUtime=937.47 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 454661 0 0 0 93603 144 0 0 25 0 4 0 593269332 1565552640 303258 33554432000 4194304 4627427 140736277215728 18446744073709551615 4299705 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1528860 CPUtime=942.25 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 507823 0 0 0 94064 161 0 0 25 0 4 0 593269332 1565552640 303258 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1528860 CPUtime=941.95 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 495152 0 0 0 94044 151 0 0 25 0 4 0 593269332 1565552640 303258 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.94
Current children cumulated vsize (KiB) 1528860

[startup+1002.3 s]
/proc/loadavg: 8.15 8.08 7.61 9/184 30444
/proc/meminfo: memFree=21967036/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1530164 CPUtime=4003.61 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 2078236 0 0 0 399700 661 0 0 25 0 4 0 593269331 1566887936 307116 33554432000 4194304 4627427 140736277215728 18446744073709551615 4327410 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 382541 307116 390 106 0 377512 0
[pid=30382/tid=30383] ppid=30380 vsize=1530164 CPUtime=997.13 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 480043 0 0 0 99560 153 0 0 25 0 4 0 593269332 1566887936 307116 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1530164 CPUtime=1002.25 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 534690 0 0 0 100054 171 0 0 25 0 4 0 593269332 1566887936 307116 33554432000 4194304 4627427 140736277215728 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1530164 CPUtime=1001.94 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 521488 0 0 0 100033 161 0 0 25 0 4 0 593269332 1566887936 307116 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 1530164

[startup+1062.3 s]
/proc/loadavg: 8.11 8.08 7.64 9/184 30446
/proc/meminfo: memFree=21898804/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1586124 CPUtime=4243.27 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 2181591 0 0 0 423630 697 0 0 25 0 4 0 593269331 1624190976 321404 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 396531 321404 390 106 0 391502 0
[pid=30382/tid=30383] ppid=30380 vsize=1586124 CPUtime=1056.81 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 506662 0 0 0 105519 162 0 0 25 0 4 0 593269332 1624190976 321404 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1586124 CPUtime=1062.25 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 561256 0 0 0 106046 179 0 0 25 0 4 0 593269332 1624190976 321404 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1586124 CPUtime=1061.94 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 546273 0 0 0 106023 171 0 0 25 0 4 0 593269332 1624190976 321404 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 1586124

[startup+1122.3 s]
/proc/loadavg: 8.10 8.08 7.66 9/184 30447
/proc/meminfo: memFree=21841728/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1566112 CPUtime=4482.93 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 2295551 0 0 0 447557 736 0 0 25 0 4 0 593269331 1603698688 327953 33554432000 4194304 4627427 140736277215728 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 391528 327954 390 106 0 386499 0
[pid=30382/tid=30383] ppid=30380 vsize=1566112 CPUtime=1116.49 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 535778 0 0 0 111478 171 0 0 25 0 4 0 593269332 1603698688 327954 33554432000 4194304 4627427 140736277215728 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1566112 CPUtime=1122.25 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 585252 0 0 0 112036 189 0 0 25 0 4 0 593269332 1603698688 327954 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1566112 CPUtime=1121.94 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 577017 0 0 0 112013 181 0 0 25 0 4 0 593269332 1603698688 327954 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 1566112

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 7.69 9/184 30449
/proc/meminfo: memFree=21764452/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1632940 CPUtime=4722.6 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 2411881 0 0 0 471487 773 0 0 25 0 4 0 593269331 1672130560 350714 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 408235 350714 390 106 0 403206 0
[pid=30382/tid=30383] ppid=30380 vsize=1632940 CPUtime=1176.16 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 560550 0 0 0 117437 179 0 0 25 0 4 0 593269332 1672130560 350714 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1632940 CPUtime=1182.25 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 627249 0 0 0 118025 200 0 0 25 0 4 0 593269332 1672130560 350714 33554432000 4194304 4627427 140736277215728 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1632940 CPUtime=1181.93 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 602338 0 0 0 118003 190 0 0 25 0 4 0 593269332 1672130560 350714 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.6
Current children cumulated vsize (KiB) 1632940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.07 7.69 9/184 30449
/proc/meminfo: memFree=21737288/32950928 swapFree=67071984/67111528
[pid=30382] ppid=30380 vsize=1689104 CPUtime=4800.1 cores=1,3,5,7
/proc/30382/stat : 30382 (strangenight2-m) R 30380 30382 30052 0 -1 4202496 2445138 0 0 0 479225 785 0 0 25 0 4 0 593269331 1729642496 352706 33554432000 4194304 4627427 140736277215728 18446744073709551615 4308654 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30382/statm: 422276 352706 390 106 0 417247 0
[pid=30382/tid=30383] ppid=30380 vsize=1689104 CPUtime=1195.45 cores=1,3,5,7
/proc/30382/task/30383/stat : 30383 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 569096 0 0 0 119363 182 0 0 25 0 4 0 593269332 1729642496 352706 33554432000 4194304 4627427 140736277215728 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30382/tid=30384] ppid=30380 vsize=1689104 CPUtime=1201.65 cores=1,3,5,7
/proc/30382/task/30384/stat : 30384 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 634489 0 0 0 119963 202 0 0 25 0 4 0 593269332 1729642496 352706 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30382/tid=30385] ppid=30380 vsize=1689104 CPUtime=1201.34 cores=1,3,5,7
/proc/30382/task/30385/stat : 30385 (strangenight2-m) R 30380 30382 30052 0 -1 4202560 610458 0 0 0 119940 194 0 0 25 0 4 0 593269332 1729642496 352706 33554432000 4194304 4627427 140736277215728 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1689104

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.2
CPU user time (s): 4792.28
CPU system time (s): 7.9168
CPU usage (%): 399.427
Max. virtual memory (cumulated for all children) (KiB): 1689104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.28
system time used= 7.9168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2445147
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= 1831
involuntary context switches= 30797

runsolver used 1.84772 second user time and 4.73028 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 00:39:47
IDJOB=3173753
IDBENCH=82571
IDSOLVER=1586
FILE ID=node116/3173753-1304030386
RUNJOBID= node116-1304028687-30071
PBS_JOBID= 13170336
Free space on /tmp= 72504 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S976131144-051-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173753-1304030386/watcher-3173753-1304030386 -o /tmp/evaluation-result-3173753-1304030386/solver-3173753-1304030386 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173753-1304030386.cnf

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

MD5SUM BENCH= 951fe016d765ee9b2e2038c7330879da
RANDOM SEED=1029125431

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22809680 kB
Buffers:       1891508 kB
Cached:        6884528 kB
SwapCached:       9732 kB
Active:        5209784 kB
Inactive:      4508168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22809680 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            6608 kB
Writeback:          44 kB
AnonPages:      935804 kB
Mapped:          14548 kB
Slab:           358496 kB
PageTables:       6740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1219212 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= 72504 MiB
End job on node116 at 2011-04-29 00:59:50