Trace number 3173894

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.37 1201.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S8215859-049.SATISFIABLE.cnf
MD5SUM65ec9a3d3f909189961ec0dd141dd0a7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.548915
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
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-3173894-1304072679.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       750      3195         0         0      9585         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     319 undec:      95 neg:     336
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       736      3182         0         0      9635         0   no data   no data
0.00/0.12	c Decided on static restart strategy
0.60/0.22	c  N st     8      4921       736      3182         0      4888      9635    153562   no data   no data
1.79/0.52	c  N st    10     11303       736      3182         0      4513      9635     93484   no data   no data
2.78/0.76	c  N st    11     17050       736      3182         0     10205      9635    276867   no data   no data
4.80/1.21	c  F st    12     25001       736      3182         0     12496      9635    341553   no data   no data
4.80/1.21	c  N st    12     25001       736      3182         0     12496      9635    341553   no data   no data
5.58/1.48	c  N dy    18     30001       736      3182         0     10767      9635    269450   no data   no data
5.58/1.48	c  S st    18     30001       736      3182         0     10767      9635    269450   no data   no data
5.97/1.51	c  S st    18     30504       736      3182         0     11269      9635    283422   no data   no data
5.97/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.97/1.51	c blocked clauses removed:        0 vars:      0 tried:         736 T: 0.00 s
5.97/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
5.97/1.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.97/1.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.57	c lits-rem:        68  cl-subs:      228  v-elim:      0  v-fix:    0  time:  0.04 s
5.97/1.58	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.01
5.97/1.58	c calculated reachability. Time: 0.00
5.97/1.58	c  N dy    18     30504       736      3182         0     11041      9635    274556   no data   no data
7.58/1.92	c  N dy    31     35896       736      3182         0      8534      9635    135086     20.97     22.08
8.37/2.13	c  N dy    41     39918       736      3182         0     12533      9635    255738     20.41     21.65
9.19/2.39	c  N dy    55     43923       736      3182         0     16513      9635    374514     20.28     21.45
9.97/2.51	c  S st    61     45757       736      3182         0      9437      9635    129656     20.32   no data
9.97/2.54	c  S st    61     46260       736      3182         0      9940      9635    144072     20.32   no data
9.97/2.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.97/2.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.97/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
9.97/2.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.97/2.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.97/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.56	c lits-rem:        11  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.01 s
9.97/2.56	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
9.97/2.57	c vivif2 --  cl tried     9935 cl shrink        0 lits rem          0 time: 0.00
9.97/2.57	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.01
9.97/2.57	c calculated reachability. Time: 0.00
9.97/2.57	c  N dy    61     46260       736      3182         0      9935      9635    143872     20.32   no data
11.17/2.81	c  N dy    88     50349       736      3182         0     14013      9635    268608     20.48     24.29
11.97/3.09	c  N dy   109     54375       736      3182         0     18020      9635    389554     20.55     21.64
13.18/3.37	c  N dy   129     58877       736      3182         0     12561      9635    191807     20.50     21.68
14.36/3.68	c  N dy   141     63591       736      3182         0     17240      9635    327367     20.37     21.54
15.97/4.06	c  N dy   154     68525       736      3182         0     11218      9635    125971     20.27     21.34
16.36/4.11	c  S st   155     69390       736      3182         0     12073      9635    151263     20.21     17.44
16.36/4.14	c  S st   155     69894       736      3182         0     12576      9635    165912     20.21   no data
16.36/4.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.36/4.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.36/4.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.36/4.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.36/4.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
16.36/4.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.36/4.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.36/4.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.17	c lits-rem:        27  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.01 s
16.36/4.17	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
16.36/4.17	c vivif2 --  cl tried    12553 cl shrink        0 lits rem          0 time: 0.00
16.36/4.18	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.01
16.36/4.18	c calculated reachability. Time: 0.00
16.36/4.18	c  N dy   155     69894       736      3182         0     12553      9635    165092     20.21   no data
17.98/4.52	c  N dy   179     74950       736      3182         0     17580      9635    314739     20.24     21.41
19.55/4.95	c  N dy   206     80234       736      3182         0     22841      9635    471488     20.28     21.53
21.15/5.32	c  N dy   228     85513       736      3182         0     16163      9635    245878     20.28     21.43
21.55/5.45	c  F st   238     87500       736      3182         0     18141      9635    305257     20.30     20.67
23.14/5.86	c  N dy   244     92699       736      3182         0     23294      9635    466736     20.30   no data
25.15/6.33	c  N dy   264     98692       736      3182         0     16323      9635    230150     20.25     21.39
27.14/6.82	c  S st   297    104841       736      3182         0     22429      9635    412139     20.27   no data
27.14/6.87	c  S st   297    105344       736      3182         0     22931      9635    426407     20.27   no data
27.14/6.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.14/6.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.14/6.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
27.14/6.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.14/6.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.55/6.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.55/6.97	c lits-rem:       109  cl-subs:      225  v-elim:      0  v-fix:    0  time:  0.07 s
27.55/6.97	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
27.55/6.97	c vivif2 --  cl tried    22706 cl shrink        0 lits rem          0 time: 0.00
27.55/6.99	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.01
27.55/6.99	c calculated reachability. Time: 0.00
27.55/6.99	c  N dy   297    105344       736      3182         0     22706      9635    418120     20.27   no data
30.34/7.68	c  N dy   335    113236       736      3182         0     16653      9635    215852     20.28     21.39
32.74/8.29	c  N dy   344    120970       736      3182         0     24328      9635    435890     20.16     21.31
35.93/9.05	c  N dy   394    128793       736      3182         0     17218      9635    206421     20.22     21.48
38.73/9.74	c  N dy   436    137120       736      3182         0     25503      9635    456537     20.26     21.44
42.32/10.60	c  N dy   476    145982       736      3182         0     18406      9635    218572     20.26     21.34
45.52/11.44	c  N dy   532    155333       736      3182         0     27705      9635    505902     20.33     21.56
46.71/11.73	c  S st   548    158016       736      3182         0     30371      9635    586566     20.34   no data
47.11/11.80	c  S st   548    158525       736      3182         0     30878      9635    601463     20.34   no data
47.11/11.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.11/11.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.11/11.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.11/11.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.11/11.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.11/11.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
47.11/11.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.11/11.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.11/11.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.98	c lits-rem:       123  cl-subs:      251  v-elim:      0  v-fix:    0  time:  0.14 s
47.51/11.98	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
47.51/11.99	c vivif2 --  cl tried    30627 cl shrink        0 lits rem          0 time: 0.01
47.91/12.01	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.02
47.91/12.01	c calculated reachability. Time: 0.00
47.91/12.01	c  N dy   548    158525       736      3182         0     30627      9635    591883     20.34   no data
51.51/13.00	c  N dy   566    168713       736      3182         0     23807      9635    354924     20.20     21.62
56.31/14.18	c  N dy   614    179532       736      3182         0     34555      9635    671463     20.23     22.06
60.70/15.26	c  N dy   680    190996       736      3182         0     28071      9635    454774     20.27     21.61
66.31/16.61	c  N dy   715    203276       736      3182         0     21392      9635    237362     20.20     22.54
71.88/18.03	c  N dy   772    216327       736      3182         0     34358      9635    623665     20.20     23.22
77.87/19.57	c  N dy   841    230153       736      3182         0     28233      9635    413154     20.24     24.70
81.47/20.49	c  S st   885    237787       736      3182         0     35825      9635    644369     20.27   no data
81.87/20.57	c  S st   885    238292       736      3182         0     36330      9635    659092     20.27   no data
81.87/20.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.87/20.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
81.87/20.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.87/20.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.87/20.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.87/20.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
81.87/20.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
82.27/20.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.27/20.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.07/20.80	c lits-rem:       112  cl-subs:      381  v-elim:      0  v-fix:    0  time:  0.18 s
83.07/20.80	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
83.07/20.81	c vivif2 --  cl tried    35949 cl shrink        0 lits rem          0 time: 0.01
83.07/20.83	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.02
83.07/20.83	c calculated reachability. Time: 0.00
83.07/20.83	c  N dy   885    238292       736      3182         0     35949      9635    645408     20.27   no data
89.85/22.56	c  N dy   935    253618       736      3182         0     30297      9635    450459     20.24     21.34
98.25/24.60	c  N dy  1000    270086       736      3182         0     24796      9635    270157     20.24     21.32
108.23/27.11	c  N dy  1098    289861       736      3182         0     44442      9635    863751     20.27     21.62
115.82/29.03	c  F st  1177    306251       736      3182         0     37894      9635    641522     20.29     18.39
117.42/29.48	c  N st  1182    309552       736      3182         0     41169      9635    746220     20.29   no data
118.63/29.75	c Decided on static restart strategy
130.20/32.66	c  N st  1187    334556       736      3182         0     42157      9635   1039857     20.29   no data
143.38/35.90	c  N st  1189    357438       736      3182         0     39941      9635    989272     20.29   no data
143.38/35.90	c  S st  1189    357438       736      3182         0     39941      9635    989272     20.29   no data
143.79/36.00	c  S st  1189    357944       736      3182         0     40447      9635   1004391     20.29   no data
143.79/36.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.79/36.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
143.79/36.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.79/36.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.79/36.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.79/36.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
143.79/36.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
143.79/36.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.79/36.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.97/36.82	c lits-rem:       249  cl-subs:     1362  v-elim:      0  v-fix:    0  time:  0.75 s
146.97/36.82	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
146.97/36.83	c vivif2 --  cl tried    39085 cl shrink        0 lits rem          0 time: 0.01
146.97/36.86	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.03
146.97/36.86	c calculated reachability. Time: 0.00
146.97/36.86	c  N st  1189    357944       736      3182         0     39085      9635    955961     20.29   no data
167.75/42.01	c  N st  1190    390337       736      3182         0     45342      9635   1121077     20.29   no data
197.72/49.60	c  N st  1191    438925       736      3182         0     38965      9635    803052     20.29   no data
244.05/61.19	c  N st  1192    511807       736      3182         0     52686      9635   1261947     20.29   no data
260.02/65.19	c  N st  1193    536916       736      3182         0     46867      9635   1018323     20.29   no data
260.02/65.19	c  S st  1193    536916       736      3182         0     46867      9635   1018323     20.29   no data
260.82/65.31	c  S st  1193    537417       736      3182         0     47368      9635   1033008     20.29   no data
260.82/65.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
260.82/65.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
260.82/65.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
260.82/65.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.82/65.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.82/65.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
260.82/65.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
260.82/65.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
260.82/65.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.41/66.26	c lits-rem:       549  cl-subs:     1062  v-elim:      0  v-fix:    0  time:  0.88 s
264.41/66.26	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
264.41/66.28	c vivif2 --  cl tried    46306 cl shrink        0 lits rem          0 time: 0.01
264.81/66.31	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.04
264.81/66.32	c calculated reachability. Time: 0.00
264.81/66.32	c  N st  1193    537417       736      3182         0     46306      9635    995338     20.29   no data
393.04/98.40	c  N st  1194    701401       736      3182         0     40369      9635    673036     20.29   no data
482.92/120.96	c  N st  1195    806125       736      3182         0     69576      9635   1587997     20.29   no data
482.92/120.96	c  S st  1195    806125       736      3182         0     69576      9635   1587997     20.29   no data
483.74/121.15	c  S st  1195    806626       736      3182         0     70077      9635   1602033     20.29   no data
483.74/121.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
483.74/121.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
483.74/121.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
483.74/121.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
483.74/121.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
483.74/121.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
483.74/121.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
484.12/121.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
484.12/121.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
507.29/127.03	c lits-rem:       592  cl-subs:     3677  v-elim:      0  v-fix:    0  time:  5.76 s
507.29/127.03	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
507.29/127.05	c vivif2 --  cl tried    66400 cl shrink        0 lits rem          0 time: 0.02
507.69/127.12	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.06
507.69/127.12	c calculated reachability. Time: 0.00
507.69/127.12	c  N st  1195    806626       736      3182         0     66400      9635   1480943     20.29   no data
732.99/183.53	c  F st  1196   1071875       736      3182         0     82808      9635   1927947     20.29   no data
732.99/183.53	c  N st  1196   1071875       736      3182         0     82808      9635   1927947     20.29   no data
752.16/188.39	c  N dy  1275   1091965       736      3182         0     58220      9635    912113     20.30     22.41
773.75/193.73	c  N dy  1351   1112034       736      3182         0     78125      9635   1505215     20.30     22.27
796.90/199.56	c  N dy  1448   1132122       736      3182         0     52476      9635    677734     20.32     21.56
817.29/204.62	c  N dy  1557   1152336       736      3182         0     72551      9635   1284289     20.36     21.67
844.44/211.40	c  N dy  1652   1172923       736      3182         0     92971      9635   1901244     20.36     21.78
862.41/215.90	c  N dy  1766   1193034       736      3182         0     66358      9635   1058725     20.39     21.56
883.61/221.23	c  S st  1857   1209939       736      3182         0     83139      9635   1571068     20.42   no data
884.39/221.46	c  S st  1857   1210440       736      3182         0     83640      9635   1586583     20.42   no data
884.39/221.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
884.79/221.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
884.79/221.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
884.79/221.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
884.79/221.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.79/221.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
884.79/221.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
884.79/221.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
884.79/221.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
890.78/223.08	c lits-rem:       311  cl-subs:      836  v-elim:      0  v-fix:    0  time:  1.50 s
890.78/223.08	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
891.18/223.10	c vivif2 --  cl tried    82804 cl shrink        0 lits rem          0 time: 0.02
891.18/223.19	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.08
891.18/223.19	c calculated reachability. Time: 0.00
891.18/223.19	c  N dy  1857   1210440       736      3182         0     82804      9635   1556101     20.42   no data
914.74/229.03	c  N dy  1924   1231070       736      3182         0     55620      9635    677766     20.40     21.49
934.32/233.96	c  N dy  1987   1251309       736      3182         0     75700      9635   1281223     20.36     21.61
961.88/240.82	c  N dy  2100   1271356       736      3182         0     95614      9635   1889187     20.40     21.82
981.05/245.66	c  N dy  2209   1291387       736      3182         0     66864      9635    999124     20.42     25.52
1006.24/251.91	c  N dy  2316   1311841       736      3182         0     87177      9635   1615539     20.44     21.58
1031.38/258.20	c  N dy  2448   1331888       736      3182         0     57446      9635    671869     20.48     21.69
1051.75/263.31	c  N dy  2533   1351949       736      3182         0     77354      9635   1280148     20.49     21.60
1078.91/270.19	c  N dy  2614   1371996       736      3182         0     97214      9635   1879591     20.49     21.65
1102.09/275.94	c  N dy  2706   1393768       736      3182         0     68220      9635    964569     20.47     21.56
1126.05/281.98	c  N dy  2788   1414071       736      3182         0     88350      9635   1570935     20.47     21.57
1153.22/288.74	c  N dy  2887   1434138       736      3182         0     56667      9635    593667     20.48     25.45
1173.62/293.85	c  N dy  2958   1454651       736      3182         0     77050      9635   1209006     20.47     21.59
1200.75/300.68	c  N dy  3058   1474760       736      3182         0     97039      9635   1825230     20.49     21.83
1224.33/306.51	c  N dy  3149   1494770       736      3182         0     64282      9635    797549     20.49     22.43
1247.49/312.35	c  N dy  3266   1514857       736      3182         0     84246      9635   1412278     20.52     22.87
1277.85/319.97	c  N dy  3363   1534889       736      3182         0    104125      9635   2015675     20.53     23.34
1299.82/325.41	c  N dy  3476   1555067       736      3182         0     70548      9635    951423     20.55     21.82
1326.59/332.10	c  N dy  3590   1575708       736      3182         0     91060      9635   1581861     20.57     22.15
1357.76/339.90	c  N dy  3668   1595755       736      3182         0     56328      9635    485614     20.57     21.79
1377.32/344.80	c  N dy  3757   1615817       736      3182         0     76190      9635   1080170     20.57     23.80
1406.10/352.05	c  N dy  3837   1637582       736      3182         0     97783      9635   1736363     20.57     21.74
1435.24/359.38	c  N dy  3962   1657610       736      3182         0     62101      9635    642006     20.60     21.72
1463.22/366.39	c  N dy  3980   1682255       736      3182         0     86520      9635   1365852     20.55     21.65
1491.16/373.38	c  N dy  4037   1702313       736      3182         0    106398      9635   1964100     20.53     21.63
1505.54/376.90	c  S st  4099   1710440       736      3182         0     57939      9635    489617     20.55   no data
1505.94/377.04	c  S st  4099   1710944       736      3182         0     58443      9635    505555     20.55   no data
1505.94/377.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1505.94/377.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1505.94/377.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1505.94/377.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1505.94/377.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1505.94/377.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
1505.94/377.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1505.94/377.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1506.34/377.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1506.74/377.25	c lits-rem:        31  cl-subs:       27  v-elim:      0  v-fix:    0  time:  0.15 s
1506.74/377.25	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
1506.74/377.26	c vivif2 --  cl tried    58416 cl shrink        0 lits rem          0 time: 0.01
1507.16/377.30	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.04
1507.16/377.31	c calculated reachability. Time: 0.00
1507.16/377.31	c  N dy  4099   1710944       736      3182         0     58416      9635    504794     20.55   no data
1529.14/382.81	c  N dy  4153   1733313       736      3182         0     80576      9635   1165724     20.52     21.87
1558.27/390.20	c  N dy  4259   1754279       736      3182         0    101381      9635   1806213     20.54     21.66
1588.63/397.76	c  N dy  4343   1774287       736      3182         0     63696      9635    640976     20.53     21.76
1616.59/404.72	c  N dy  4450   1794328       736      3182         0     83573      9635   1245918     20.54     22.73
1653.75/414.07	c  N dy  4566   1814379       736      3182         0    103488      9635   1868155     20.56     21.93
1683.70/421.59	c  N dy  4657   1834389       736      3182         0     64810      9635    652293     20.57     24.38
1706.87/427.31	c  N dy  4762   1854449       736      3182         0     84730      9635   1259476     20.58     22.20
1737.63/435.03	c  N dy  4884   1874535       736      3182         0    104681      9635   1876917     20.60     21.92
1769.59/443.07	c  N dy  4949   1895959       736      3182         0     66334      9635    655989     20.59     21.68
1792.77/448.85	c  N dy  5041   1916036       736      3182         0     86276      9635   1265383     20.60     21.92
1823.12/456.49	c  N dy  5137   1936113       736      3182         0    106187      9635   1878435     20.60     21.78
1858.69/465.39	c  N dy  5257   1958071       736      3182         0     67468      9635    670424     20.61     21.77
1882.63/471.38	c  N dy  5356   1978136       736      3182         0     87384      9635   1280516     20.62     22.90
1918.99/480.41	c  N dy  5425   2002331       736      3182         0    111333      9635   2002062     20.61     21.74
1948.55/487.87	c  N dy  5512   2022397       736      3182         0     69753      9635    716825     20.61     25.49
1973.72/494.12	c  N dy  5635   2042467       736      3182         0     89676      9635   1326450     20.63     21.79
2004.09/501.77	c  N dy  5696   2062601       736      3182         0    109633      9635   1934561     20.62     21.72
2038.43/510.39	c  N dy  5804   2082886       736      3182         0     67269      9635    615395     20.63     21.72
2062.40/516.38	c  N dy  5902   2103322       736      3182         0     87553      9635   1241704     20.64     21.76
2092.35/523.84	c  N dy  5976   2123604       736      3182         0    107659      9635   1853859     20.64     21.97
2129.50/533.16	c  N dy  6060   2143643       736      3182         0     64044      9635    490852     20.64     23.96
2151.87/538.77	c  N dy  6188   2163733       736      3182         0     84000      9635   1109227     20.66     21.76
2181.04/546.05	c  N dy  6287   2183751       736      3182         0    103847      9635   1713148     20.67     22.94
2217.79/555.29	c  N dy  6388   2203799       736      3182         0    123750      9635   2322039     20.67     22.53
2231.37/558.66	c  S st  6431   2210946       736      3182         0     66362      9635    534881     20.68   no data
2232.19/558.82	c  S st  6431   2211446       736      3182         0     66862      9635    549291     20.68   no data
2232.19/558.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2232.19/558.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2232.19/558.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2232.19/558.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2232.19/558.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2232.19/558.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
2232.19/558.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2232.19/558.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2232.19/558.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2232.97/559.01	c lits-rem:         8  cl-subs:       40  v-elim:      0  v-fix:    0  time:  0.13 s
2232.97/559.01	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
2232.97/559.02	c vivif2 --  cl tried    66822 cl shrink        0 lits rem          0 time: 0.01
2232.97/559.07	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.05
2232.97/559.08	c calculated reachability. Time: 0.00
2232.97/559.08	c  N dy  6431   2211446       736      3182         0     66822      9635    548105     20.68   no data
2256.54/564.94	c  N dy  6562   2231569       736      3182         0     86828      9635   1168886     20.69     21.91
2289.70/573.25	c  N dy  6651   2252798       736      3182         0    107858      9635   1818434     20.70     21.84
2328.04/582.82	c  N dy  6711   2272893       736      3182         0    127751      9635   2412745     20.69     24.65
2355.22/589.63	c  N dy  6827   2294052       736      3182         0     83286      9635   1032099     20.70     21.82
2383.56/596.75	c  N dy  6894   2314075       736      3182         0    103120      9635   1629162     20.70     21.82
2420.32/605.98	c  N dy  6991   2334085       736      3182         0    122979      9635   2232956     20.71     22.23
2453.07/614.19	c  N dy  7108   2354136       736      3182         0     76429      9635    799995     20.72     24.09
2479.83/620.87	c  N dy  7201   2374149       736      3182         0     96284      9635   1402549     20.72     25.14
2514.58/629.54	c  N dy  7315   2394839       736      3182         0    116815      9635   2033384     20.73     22.00
2555.73/639.83	c  N dy  7437   2414891       736      3182         0     69238      9635    549799     20.75     23.19
2579.72/645.80	c  N dy  7543   2434974       736      3182         0     89171      9635   1162981     20.76     23.69
2626.83/657.66	c  N dy  7603   2467354       736      3182         0    121187      9635   2138756     20.72     21.82
2664.78/667.13	c  N dy  7698   2487418       736      3182         0     72669      9635    634778     20.73     21.93
2691.95/673.94	c  N dy  7777   2510055       736      3182         0     95064      9635   1319620     20.72     21.90
2725.90/682.47	c  N dy  7880   2530155       736      3182         0    114991      9635   1932376     20.73     23.66
2772.23/694.04	c  N dy  7997   2552666       736      3182         0    137336      9635   2620013     20.74     21.99
2797.40/700.39	c  N dy  8084   2572766       736      3182         0     87886      9635   1080203     20.74     24.38
2832.96/709.23	c  N dy  8170   2593679       736      3182         0    108604      9635   1710178     20.74     21.92
2892.47/724.19	c  N dy  8269   2626442       736      3182         0     70671      9635    524967     20.73     22.41
2916.85/730.22	c  N dy  8387   2646606       736      3182         0     90659      9635   1147548     20.74     21.86
2948.41/738.18	c  N dy  8463   2667605       736      3182         0    111456      9635   1779842     20.73     21.95
2987.55/747.97	c  N dy  8560   2687669       736      3182         0    131347      9635   2391182     20.74     21.86
3025.09/757.32	c  N dy  8641   2708288       736      3182         0     80407      9635    789302     20.74     22.11
3028.68/758.29	c  S st  8659   2711446       736      3182         0     83546      9635    885213     20.74   no data
3029.48/758.50	c  S st  8659   2711948       736      3182         0     84047      9635    900312     20.74   no data
3029.88/758.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3029.88/758.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3029.88/758.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3029.88/758.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3029.88/758.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3029.88/758.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
3029.88/758.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3029.88/758.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3029.88/758.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3031.48/758.94	c lits-rem:        39  cl-subs:      581  v-elim:      0  v-fix:    0  time:  0.35 s
3031.48/758.94	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
3031.48/758.95	c vivif2 --  cl tried    83466 cl shrink        0 lits rem          0 time: 0.01
3031.90/759.03	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.07
3031.90/759.03	c calculated reachability. Time: 0.00
3031.90/759.03	c  N dy  8659   2711948       736      3182         0     83466      9635    882832     20.74   no data
3059.85/766.06	c  N dy  8688   2732191       736      3182         0    103512      9635   1489733     20.72     22.03
3095.40/774.98	c  N dy  8757   2752243       736      3182         0    123398      9635   2095697     20.72     26.33
3139.34/785.99	c  N dy  8877   2772246       736      3182         0    143255      9635   2710908     20.73     21.89
3166.90/792.83	c  N dy  9003   2792309       736      3182         0     90854      9635   1097974     20.74     21.92
3203.68/802.08	c  N dy  9072   2816144       736      3182         0    114418      9635   1804830     20.73     21.94
3245.20/812.41	c  N dy  9186   2836203       736      3182         0    134346      9635   2421008     20.74     21.86
3283.95/822.15	c  N dy  9291   2856827       736      3182         0     81429      9635    780771     20.75     21.95
3312.31/829.21	c  N dy  9394   2877274       736      3182         0    101700      9635   1415195     20.76     21.91
3348.68/838.33	c  N dy  9483   2897500       736      3182         0    121708      9635   2031140     20.76     22.07
3392.22/849.24	c  N dy  9584   2917594       736      3182         0    141657      9635   2648588     20.76     21.93
3423.75/857.18	c  N dy  9655   2937610       736      3182         0     87109      9635    919330     20.76     23.52
3455.71/865.13	c  N dy  9760   2958823       736      3182         0    108164      9635   1572972     20.77     22.07
3494.86/874.94	c  N dy  9873   2978855       736      3182         0    128037      9635   2186347     20.78     22.25
3547.59/888.14	c  N dy 10012   3001424       736      3182         0    150437      9635   2885148     20.79     22.05
3578.74/895.91	c  N dy 10093   3021486       736      3182         0     94970      9635   1144178     20.79     24.74
3630.28/908.83	c  N dy 10147   3047418       736      3182         0    120668      9635   1938945     20.78     22.05
3678.61/920.99	c  N dy 10264   3068847       736      3182         0    141949      9635   2601079     20.79     22.33
3715.76/930.29	c  N dy 10324   3088850       736      3182         0     85435      9635    815828     20.78     25.28
3782.47/946.96	c  N dy 10422   3131911       736      3182         0    127922      9635   2068998     20.74     21.95
3828.41/958.40	c  N dy 10538   3151952       736      3182         0    147779      9635   2686991     20.75     25.51
3866.78/968.10	c  N dy 10627   3171990       736      3182         0     90391      9635    949940     20.75     22.76
3907.10/978.13	c  N dy 10721   3192054       736      3182         0    110283      9635   1560578     20.76     25.33
3944.65/987.50	c  S st 10772   3211948       736      3182         0    129981      9635   2156395     20.75     19.05
3945.87/987.88	c  S st 10772   3212453       736      3182         0    130484      9635   2172165     20.75   no data
3945.87/987.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3946.27/987.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3946.27/987.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3946.27/987.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3946.27/987.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3946.27/987.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
3946.27/987.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3946.27/987.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3946.64/988.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3955.84/990.34	c lits-rem:       199  cl-subs:     2081  v-elim:      0  v-fix:    0  time:  2.28 s
3955.84/990.34	c vivif2 --  cl tried     3182 cl shrink        0 lits rem          0 time: 0.00
3955.84/990.38	c vivif2 --  cl tried   128403 cl shrink        0 lits rem          0 time: 0.03
3956.64/990.51	c asymm  cl-useful: 0/3182/3182 lits-rem:0 time: 0.14
3956.64/990.52	c calculated reachability. Time: 0.00
3956.64/990.52	c  N dy 10772   3212453       736      3182         0    128403      9635   2104607     20.75   no data
4005.37/1002.72	c  N dy 10908   3233423       736      3182         0    149226      9635   2751029     20.77     21.99
4040.92/1011.62	c  N dy 11030   3253672       736      3182         0     91042      9635    953427     20.77     22.39
4072.08/1019.48	c  N dy 11130   3273748       736      3182         0    110939      9635   1569172     20.78     23.61
4112.85/1029.63	c  N dy 11241   3293802       736      3182         0    130839      9635   2186185     20.78     22.47
4155.97/1040.48	c  N dy 11292   3313856       736      3182         0    150721      9635   2780849     20.78     21.88
4193.12/1049.73	c  N dy 11383   3334055       736      3182         0     91465      9635    932457     20.78     22.42
4222.70/1057.18	c  N dy 11445   3354125       736      3182         0    111355      9635   1542557     20.78     24.19
4262.65/1067.17	c  N dy 11561   3374462       736      3182         0    131548      9635   2166823     20.79     21.92
4310.16/1079.01	c  N dy 11661   3394930       736      3182         0    151832      9635   2789817     20.79     22.16
4349.31/1088.86	c  N dy 11735   3415661       736      3182         0     92061      9635    919368     20.79     21.94
4380.89/1096.72	c  N dy 11817   3435676       736      3182         0    111877      9635   1520269     20.79     21.91
4420.02/1106.60	c  N dy 11917   3455891       736      3182         0    131914      9635   2135676     20.79     21.99
4463.96/1117.57	c  N dy 11971   3476552       736      3182         0    152368      9635   2746975     20.79     22.13
4506.29/1128.14	c  N dy 12079   3496671       736      3182         0     91074      9635    872054     20.80     22.72
4545.04/1137.82	c  N dy 12173   3516681       736      3182         0    110916      9635   1492064     20.80     24.50
4591.39/1149.44	c  N dy 12307   3536761       736      3182         0    130846      9635   2119079     20.81     22.17
4638.52/1161.25	c  N dy 12417   3557458       736      3182         0    151337      9635   2751976     20.82     22.04
4679.69/1171.57	c  N dy 12483   3577468       736      3182         0     88880      9635    779272     20.81     22.52
4709.23/1178.96	c  N dy 12553   3597514       736      3182         0    108739      9635   1383526     20.81     22.20
4746.37/1188.29	c  N dy 12651   3617532       736      3182         0    128624      9635   2006675     20.81     22.18
4797.10/1200.93	c  N dy 12770   3637679       736      3182         0    148623      9635   2633354     20.82     21.95

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-3173894-1304072679/watcher-3173894-1304072679 -o /tmp/evaluation-result-3173894-1304072679/solver-3173894-1304072679 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173894-1304072679.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.14 3.30 5.00 3/176 30703
/proc/meminfo: memFree=22151452/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 410 0 0 0 0 0 0 0 18 0 4 0 518866740 52441088 349 33554432000 4194304 4627427 140733283909232 18446744073709551615 47894397015976 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 12803 349 299 106 0 7774 0
[pid=30703/tid=30706] ppid=30701 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 518866740 52441088 349 33554432000 4194304 4627427 140733283909232 18446744073709551615 268272745457 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 518866740 52441088 349 33554432000 4194304 4627427 140733283909232 18446744073709551615 47894397015980 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 518866740 52441088 349 33554432000 4194304 4627427 140733283909232 18446744073709551615 47894397015986 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.155337 s]
/proc/loadavg: 1.14 3.30 5.00 3/176 30703
/proc/meminfo: memFree=22151452/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=282676 CPUtime=0.6 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 2261 0 0 0 60 0 0 0 19 0 4 0 518866740 289460224 2102 33554432000 4194304 4627427 140733283909232 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 70669 2102 384 106 0 65640 0
[pid=30703/tid=30706] ppid=30701 vsize=282676 CPUtime=0.14 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 482 0 0 0 14 0 0 0 20 0 4 0 518866740 289460224 2102 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=282676 CPUtime=0.15 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 485 0 0 0 15 0 0 0 20 0 4 0 518866740 289460224 2102 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=282676 CPUtime=0.15 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 374 0 0 0 15 0 0 0 20 0 4 0 518866740 289460224 2102 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282676

[startup+0.25532 s]
/proc/loadavg: 1.14 3.30 5.00 3/176 30703
/proc/meminfo: memFree=22151452/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=284136 CPUtime=1 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 2986 0 0 0 100 0 0 0 19 0 4 0 518866740 290955264 2095 33554432000 4194304 4627427 140733283909232 18446744073709551615 4299657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 71034 2095 385 106 0 66005 0
[pid=30703/tid=30706] ppid=30701 vsize=284136 CPUtime=0.24 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 661 0 0 0 24 0 0 0 20 0 4 0 518866740 290955264 2095 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=284136 CPUtime=0.25 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 664 0 0 0 25 0 0 0 20 0 4 0 518866740 290955264 2095 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=284136 CPUtime=0.25 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 556 0 0 0 25 0 0 0 20 0 4 0 518866740 290955264 2095 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 284136

[startup+0.355301 s]
/proc/loadavg: 1.14 3.30 5.00 3/176 30703
/proc/meminfo: memFree=22151452/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=284268 CPUtime=1.4 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 3394 0 0 0 140 0 0 0 19 0 4 0 518866740 291090432 2503 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 71067 2503 385 106 0 66038 0
[pid=30703/tid=30706] ppid=30701 vsize=284268 CPUtime=0.34 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 763 0 0 0 34 0 0 0 20 0 4 0 518866740 291090432 2503 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=284268 CPUtime=0.35 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 763 0 0 0 35 0 0 0 20 0 4 0 518866740 291090432 2503 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=284268 CPUtime=0.35 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 661 0 0 0 35 0 0 0 20 0 4 0 518866740 291090432 2503 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 284268

[startup+0.700241 s]
/proc/loadavg: 1.14 3.30 5.00 3/176 30703
/proc/meminfo: memFree=22151452/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=285204 CPUtime=2.78 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 4984 0 0 0 277 1 0 0 19 0 4 0 518866740 292048896 3001 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308647 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 71301 3001 385 106 0 66272 0
[pid=30703/tid=30706] ppid=30701 vsize=285204 CPUtime=0.69 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 1143 0 0 0 69 0 0 0 21 0 4 0 518866740 292048896 3001 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=285204 CPUtime=0.69 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 1168 0 0 0 69 0 0 0 21 0 4 0 518866740 292048896 3001 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308408 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=285204 CPUtime=0.69 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 1056 0 0 0 69 0 0 0 21 0 4 0 518866740 292048896 3001 33554432000 4194304 4627427 140733283909232 18446744073709551615 4299595 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285204

[startup+1.5011 s]
/proc/loadavg: 1.14 3.30 5.00 11/184 30711
/proc/meminfo: memFree=22127828/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=286864 CPUtime=5.97 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 8648 0 0 0 596 1 0 0 21 0 4 0 518866740 293748736 3589 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 71716 3589 386 106 0 66687 0
[pid=30703/tid=30706] ppid=30701 vsize=286864 CPUtime=1.48 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 2052 0 0 0 148 0 0 0 23 0 4 0 518866740 293748736 3589 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=286864 CPUtime=1.49 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 2095 0 0 0 149 0 0 0 23 0 4 0 518866740 293748736 3589 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=286864 CPUtime=1.49 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 1970 0 0 0 149 0 0 0 23 0 4 0 518866740 293748736 3589 33554432000 4194304 4627427 140733283909232 18446744073709551615 4332978 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286864

[startup+3.10082 s]
/proc/loadavg: 1.69 3.38 5.02 10/184 30711
/proc/meminfo: memFree=22095524/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=288560 CPUtime=12.37 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 20687 0 0 0 1234 3 0 0 25 0 4 0 518866740 295485440 11619 33554432000 4194304 4627427 140733283909232 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 72140 11619 389 106 0 67111 0
[pid=30703/tid=30706] ppid=30701 vsize=288560 CPUtime=3.07 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 4510 0 0 0 307 0 0 0 25 0 4 0 518866740 295485440 11620 33554432000 4194304 4627427 140733283909232 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=288560 CPUtime=3.09 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 5738 0 0 0 308 1 0 0 25 0 4 0 518866740 295485440 11621 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=288560 CPUtime=3.09 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 5131 0 0 0 309 0 0 0 25 0 4 0 518866740 295485440 11621 33554432000 4194304 4627427 140733283909232 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 288560

[startup+6.30025 s]
/proc/loadavg: 1.69 3.38 5.02 10/184 30711
/proc/meminfo: memFree=22051976/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=295752 CPUtime=25.15 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 32564 0 0 0 2509 6 0 0 25 0 4 0 518866740 302850048 16674 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 73938 16674 389 106 0 68909 0
[pid=30703/tid=30706] ppid=30701 vsize=295752 CPUtime=6.25 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 8676 0 0 0 624 1 0 0 25 0 4 0 518866740 302850048 16674 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=295752 CPUtime=6.28 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 9272 0 0 0 627 1 0 0 25 0 4 0 518866740 302850048 16674 33554432000 4194304 4627427 140733283909232 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=295752 CPUtime=6.29 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 7305 0 0 0 628 1 0 0 25 0 4 0 518866740 302850048 16674 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 295752

[startup+12.7011 s]
/proc/loadavg: 2.73 3.54 5.05 10/184 30711
/proc/meminfo: memFree=21982468/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=286660 CPUtime=50.71 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 49793 0 0 0 5062 9 0 0 25 0 4 0 518866740 293539840 25188 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308291 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 71665 25188 389 106 0 66636 0
[pid=30703/tid=30706] ppid=30701 vsize=286660 CPUtime=12.62 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 12854 0 0 0 1261 1 0 0 25 0 4 0 518866740 293539840 25188 33554432000 4194304 4627427 140733283909232 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=286660 CPUtime=12.68 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 12733 0 0 0 1266 2 0 0 25 0 4 0 518866740 293539840 25188 33554432000 4194304 4627427 140733283909232 18446744073709551615 4333536 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=286660 CPUtime=12.69 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 13156 0 0 0 1267 2 0 0 25 0 4 0 518866740 293539840 25188 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308256 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) 286660

[startup+25.5008 s]
/proc/loadavg: 3.54 3.69 5.08 10/184 30712
/proc/meminfo: memFree=21923680/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=297916 CPUtime=101.84 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 72124 0 0 0 10170 14 0 0 25 0 4 0 518866740 305065984 32473 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 74479 32474 389 106 0 69450 0
[pid=30703/tid=30706] ppid=30701 vsize=297916 CPUtime=25.35 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 17602 0 0 0 2532 3 0 0 25 0 4 0 518866740 305065984 32474 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=297916 CPUtime=25.49 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 20336 0 0 0 2545 4 0 0 25 0 4 0 518866740 305065984 32474 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=297916 CPUtime=25.48 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 18838 0 0 0 2545 3 0 0 25 0 4 0 518866740 305065984 32474 33554432000 4194304 4627427 140733283909232 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 297916

[startup+51.1003 s]
/proc/loadavg: 5.06 4.04 5.16 10/184 30713
/proc/meminfo: memFree=21854848/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=309180 CPUtime=204.09 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 108851 0 0 0 20384 25 0 0 25 0 4 0 518866740 316600320 44183 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 77295 44183 389 106 0 72266 0
[pid=30703/tid=30706] ppid=30701 vsize=309180 CPUtime=50.81 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 25981 0 0 0 5075 6 0 0 25 0 4 0 518866740 316600320 44183 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=309180 CPUtime=51.08 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 30684 0 0 0 5101 7 0 0 25 0 4 0 518866740 316600320 44183 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=309180 CPUtime=51.09 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 26028 0 0 0 5103 6 0 0 25 0 4 0 518866740 316600320 44183 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309347 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) 309180

[startup+102.301 s]
/proc/loadavg: 6.87 4.71 5.33 10/184 30714
/proc/meminfo: memFree=21792708/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=342024 CPUtime=408.64 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 146632 0 0 0 40823 41 0 0 25 0 4 0 518866740 350232576 53887 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 85506 53887 389 106 0 80477 0
[pid=30703/tid=30706] ppid=30701 vsize=342024 CPUtime=101.73 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 35341 0 0 0 10163 10 0 0 25 0 4 0 518866740 350232576 53887 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=342024 CPUtime=102.29 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 33678 0 0 0 10221 8 0 0 25 0 4 0 518866740 350232576 53887 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=342024 CPUtime=102.3 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 35154 0 0 0 10219 11 0 0 25 0 4 0 518866740 350232576 53887 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 342024

[startup+162.3 s]

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

[pid=30703] ppid=30701 vsize=600480 CPUtime=2565.71 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 383532 0 0 0 256412 159 0 0 25 0 4 0 518866740 614891520 96052 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308280 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 150120 96052 389 106 0 145091 0
[pid=30703/tid=30706] ppid=30701 vsize=600480 CPUtime=638.79 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 132252 0 0 0 63821 58 0 0 25 0 4 0 518866740 614891520 96052 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=600480 CPUtime=642.29 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 80935 0 0 0 64198 31 0 0 25 0 4 0 518866740 614891520 96052 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=600480 CPUtime=642.3 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 67257 0 0 0 64204 26 0 0 25 0 4 0 518866740 614891520 96052 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.71
Current children cumulated vsize (KiB) 600480

[startup+702.3 s]
/proc/loadavg: 8.10 7.61 6.62 9/184 30760
/proc/meminfo: memFree=21621300/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=562732 CPUtime=2805.38 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 404260 0 0 0 280368 170 0 0 25 0 4 0 518866740 576237568 104755 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 140683 104755 389 106 0 135654 0
[pid=30703/tid=30706] ppid=30701 vsize=562732 CPUtime=698.46 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 144813 0 0 0 69782 64 0 0 25 0 4 0 518866740 576237568 104755 33554432000 4194304 4627427 140733283909232 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=562732 CPUtime=702.29 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 83565 0 0 0 70197 32 0 0 25 0 4 0 518866740 576237568 104755 33554432000 4194304 4627427 140733283909232 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=562732 CPUtime=702.31 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 68143 0 0 0 70204 27 0 0 25 0 4 0 518866740 576237568 104755 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 562732

[startup+762.301 s]
/proc/loadavg: 8.18 7.71 6.71 9/184 30761
/proc/meminfo: memFree=21578732/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=550652 CPUtime=3045.09 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 419659 0 0 0 304328 181 0 0 25 0 4 0 518866740 563867648 101539 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 137663 101539 389 106 0 132634 0
[pid=30703/tid=30706] ppid=30701 vsize=550652 CPUtime=758.14 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 152654 0 0 0 75745 69 0 0 25 0 4 0 518866740 563867648 101539 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=550652 CPUtime=762.29 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 86034 0 0 0 76195 34 0 0 25 0 4 0 518866740 563867648 101539 33554432000 4194304 4627427 140733283909232 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=550652 CPUtime=762.31 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 68521 0 0 0 76204 27 0 0 25 0 4 0 518866740 563867648 101539 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 550652

[startup+822.301 s]
/proc/loadavg: 8.14 7.77 6.79 9/184 30763
/proc/meminfo: memFree=21557380/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=563868 CPUtime=3284.75 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 435327 0 0 0 328286 189 0 0 25 0 4 0 518866740 577400832 107944 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 140967 107944 389 106 0 135938 0
[pid=30703/tid=30706] ppid=30701 vsize=563868 CPUtime=817.81 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 160738 0 0 0 81708 73 0 0 25 0 4 0 518866740 577400832 107944 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=563868 CPUtime=822.28 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 88518 0 0 0 82193 35 0 0 25 0 4 0 518866740 577400832 107944 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308615 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=563868 CPUtime=822.31 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 69205 0 0 0 82203 28 0 0 25 0 4 0 518866740 577400832 107944 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 563868

[startup+882.306 s]
/proc/loadavg: 8.05 7.81 6.87 9/184 30765
/proc/meminfo: memFree=21543724/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=550908 CPUtime=3524.45 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 451967 0 0 0 352247 198 0 0 25 0 4 0 518866740 564129792 102785 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 137727 102785 389 106 0 132698 0
[pid=30703/tid=30706] ppid=30701 vsize=550908 CPUtime=877.48 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 169053 0 0 0 87672 76 0 0 25 0 4 0 518866740 564129792 102785 33554432000 4194304 4627427 140733283909232 18446744073709551615 4324648 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=550908 CPUtime=882.3 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 93972 0 0 0 88191 39 0 0 25 0 4 0 518866740 564129792 102785 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=550908 CPUtime=882.31 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 69853 0 0 0 88203 28 0 0 25 0 4 0 518866740 564129792 102785 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 550908

[startup+942.301 s]
/proc/loadavg: 8.05 7.86 6.94 9/184 30766
/proc/meminfo: memFree=21472264/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=664852 CPUtime=3764.1 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 474988 0 0 0 376203 207 0 0 25 0 4 0 518866740 680808448 119708 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 166213 119708 389 106 0 161184 0
[pid=30703/tid=30706] ppid=30701 vsize=664852 CPUtime=937.15 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 181766 0 0 0 93636 79 0 0 25 0 4 0 518866740 680808448 119708 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=664852 CPUtime=942.28 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 98168 0 0 0 94187 41 0 0 25 0 4 0 518866740 680808448 119708 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=664852 CPUtime=942.31 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 70247 0 0 0 94202 29 0 0 25 0 4 0 518866740 680808448 119708 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309134 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 664852

[startup+1002.3 s]
/proc/loadavg: 8.05 7.89 7.01 9/184 30768
/proc/meminfo: memFree=21484404/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=664468 CPUtime=4003.77 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 496354 0 0 0 400161 216 0 0 25 0 4 0 518866740 680415232 116771 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 166117 116771 389 106 0 161088 0
[pid=30703/tid=30706] ppid=30701 vsize=664468 CPUtime=996.83 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 188955 0 0 0 99600 83 0 0 25 0 4 0 518866740 680415232 116771 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=664468 CPUtime=1002.29 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 102435 0 0 0 100185 44 0 0 25 0 4 0 518866740 680415232 116771 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=664468 CPUtime=1002.32 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 77185 0 0 0 100201 31 0 0 25 0 4 0 518866740 680415232 116771 33554432000 4194304 4627427 140733283909232 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 664468

[startup+1062.3 s]
/proc/loadavg: 8.02 7.91 7.07 9/184 30769
/proc/meminfo: memFree=21413948/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=785592 CPUtime=4243.45 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 516854 0 0 0 424116 229 0 0 25 0 4 0 518866740 804446208 131486 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 196398 131486 389 106 0 191369 0
[pid=30703/tid=30706] ppid=30701 vsize=785592 CPUtime=1056.5 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 194624 0 0 0 105564 86 0 0 25 0 4 0 518866740 804446208 131486 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=785592 CPUtime=1062.29 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 106482 0 0 0 106183 46 0 0 25 0 4 0 518866740 804446208 131486 33554432000 4194304 4627427 140733283909232 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=785592 CPUtime=1062.31 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 82076 0 0 0 106197 34 0 0 25 0 4 0 518866740 804446208 131486 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 785592

[startup+1122.3 s]
/proc/loadavg: 8.00 7.92 7.12 9/184 30771
/proc/meminfo: memFree=21414060/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=744280 CPUtime=4483.13 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 537033 0 0 0 448072 241 0 0 25 0 4 0 518866740 762142720 131681 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 186070 131681 389 106 0 181041 0
[pid=30703/tid=30706] ppid=30701 vsize=744280 CPUtime=1116.17 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 202629 0 0 0 111526 91 0 0 25 0 4 0 518866740 762142720 131681 33554432000 4194304 4627427 140733283909232 18446744073709551615 4333558 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=744280 CPUtime=1122.29 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 110073 0 0 0 112180 49 0 0 25 0 4 0 518866740 762142720 131681 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=744280 CPUtime=1122.32 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 86008 0 0 0 112196 36 0 0 25 0 4 0 518866740 762142720 131681 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 744280

[startup+1182.3 s]
/proc/loadavg: 8.00 7.93 7.17 9/184 30773
/proc/meminfo: memFree=21409700/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=696036 CPUtime=4722.81 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 555256 0 0 0 472032 249 0 0 25 0 4 0 518866740 712740864 132308 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 174009 132308 389 106 0 168980 0
[pid=30703/tid=30706] ppid=30701 vsize=696036 CPUtime=1175.85 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 211753 0 0 0 117491 94 0 0 25 0 4 0 518866740 712740864 132308 33554432000 4194304 4627427 140733283909232 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=696036 CPUtime=1182.3 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 113158 0 0 0 118180 50 0 0 25 0 4 0 518866740 712740864 132308 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=696036 CPUtime=1182.32 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 89472 0 0 0 118194 38 0 0 25 0 4 0 518866740 712740864 132308 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 696036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 7.94 7.19 9/184 30773
/proc/meminfo: memFree=21396536/32950928 swapFree=67111524/67111528
[pid=30703] ppid=30701 vsize=744816 CPUtime=4800.32 cores=1,3,5,7
/proc/30703/stat : 30703 (strangenight2-m) R 30701 30703 30047 0 -1 4202496 562208 0 0 0 479779 253 0 0 25 0 4 0 518866740 762691584 134326 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30703/statm: 186204 134326 389 106 0 181175 0
[pid=30703/tid=30706] ppid=30701 vsize=744816 CPUtime=1195.14 cores=1,3,5,7
/proc/30703/task/30706/stat : 30706 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 214490 0 0 0 119419 95 0 0 25 0 4 0 518866740 762691584 134326 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30703/tid=30707] ppid=30701 vsize=744816 CPUtime=1201.7 cores=1,3,5,7
/proc/30703/task/30707/stat : 30707 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 114249 0 0 0 120119 51 0 0 25 0 4 0 518866740 762691584 134326 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30703/tid=30708] ppid=30701 vsize=744816 CPUtime=1201.72 cores=1,3,5,7
/proc/30703/task/30708/stat : 30708 (strangenight2-m) R 30701 30703 30047 0 -1 4202560 91472 0 0 0 120133 39 0 0 25 0 4 0 518866740 762691584 134326 33554432000 4194304 4627427 140733283909232 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 744816

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.74
CPU time (s): 4800.37
CPU user time (s): 4797.82
CPU system time (s): 2.55661
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 804480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.82
system time used= 2.55661
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 562211
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= 221
involuntary context switches= 35764

runsolver used 1.85372 second user time and 4.72728 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 12:24:39
IDJOB=3173894
IDBENCH=82712
IDSOLVER=1586
FILE ID=node122/3173894-1304072679
RUNJOBID= node122-1304072679-30685
PBS_JOBID= 13170466
Free space on /tmp= 71664 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S8215859-049.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173894-1304072679/watcher-3173894-1304072679 -o /tmp/evaluation-result-3173894-1304072679/solver-3173894-1304072679 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173894-1304072679.cnf

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

MD5SUM BENCH= 65ec9a3d3f909189961ec0dd141dd0a7
RANDOM SEED=1145814411

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22151988 kB
Buffers:       1626984 kB
Cached:        8558716 kB
SwapCached:          4 kB
Active:        1069972 kB
Inactive:      9180332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22151988 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11388 kB
Writeback:           0 kB
AnonPages:       64904 kB
Mapped:          15460 kB
Slab:           486020 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   207264 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= 71652 MiB
End job on node122 at 2011-04-29 12:44:43