Trace number 3366518

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 (fixed)? (TO) 4800.39 1203.74

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1639347701-083.SATISFIABLE.cnf
MD5SUM409e3a755415661f5541c475b40a659c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.076987
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366518-1305405972.cnf'
0.00/0.01	c -- header says num vars:             80
0.00/0.01	c -- header says num clauses:        7120
0.00/0.01	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.01	c -- vars added         80
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.42/0.17	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.42/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.42/0.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.42/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.42/0.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.77/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.77/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.77/0.20	c calculated reachability. Time: 0.00
0.77/0.20	c Calc default polars -  time:   0.00 s pos:      42 undec:       1 neg:      37
0.77/0.20	c =========================================================================================
0.77/0.20	c types(t): F = full restart, N = normal restart
0.77/0.20	c types(t): S = simplification begin/end, E = solution found
0.77/0.20	c restart types(rt): st = static, dy = dynamic
0.77/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.20	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
1.56/0.40	c  N dy    13      6028        80      7120         0      3230     49840     77697     23.06     24.36
2.36/0.69	c  N dy    36     13447        80      7120         0      6155     49840    142899     23.43     24.68
3.57/0.93	c  N dy    37     18859        80      7120         0      5955     49840    124316     22.95     24.17
4.38/1.14	c  N dy    54     23327        80      7120         0     10051     49840    236165     23.09     24.45
4.81/1.23	c  F st    58     25002        80      7120         0     11582     49840    277775     23.12     22.82
5.15/1.39	c  N st    63     28302        80      7120         0      8369     49840    175879     23.12   no data
5.55/1.46	c  S st    64     30000        80      7120         0      9923     49840    217695     23.12   no data
5.95/1.50	c  S st    64     30503        80      7120         0     10394     49840    230281     23.12   no data
5.95/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.95/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.95/1.50	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
5.95/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.95/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
5.95/1.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.95/1.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.95/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.76/1.71	c lits-rem:       163  cl-subs:      728  v-elim:      0  v-fix:    0  time:  0.19 s
7.55/2.00	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.29
7.55/2.00	c calculated reachability. Time: 0.00
7.55/2.00	c  N dy    64     30503        80      7120         0      9666     49840    208869     23.12   no data
8.77/2.24	c  N dy    81     34913        80      7120         0     13738     49840    318601     23.19     24.51
11.14/2.82	c  N dy    91     44841        80      7120         0     15558     49840    346400     22.83     24.03
11.14/2.89	c  S st    94     45755        80      7120         0      8224     49840    141008     22.83     23.15
11.54/2.92	c  S st    94     46259        80      7120         0      8691     49840    154058     22.83   no data
11.54/2.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.54/2.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.54/2.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.54/2.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.54/2.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.54/2.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.54/2.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.54/2.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.97	c lits-rem:        10  cl-subs:       65  v-elim:      0  v-fix:    0  time:  0.04 s
11.54/2.97	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.54/2.98	c vivif2 --  cl tried     8626 cl shrink        0 lits rem          0 time: 0.00
12.73/3.24	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.26
12.73/3.24	c calculated reachability. Time: 0.00
12.73/3.24	c  N dy    94     46259        80      7120         0      8626     49840    151894     22.83   no data
13.57/3.46	c  N dy   113     50266        80      7120         0     12322     49840    252171     22.91     24.53
15.93/4.04	c  N dy   132     60167        80      7120         0     12218     49840    230831     22.77     23.99
17.12/4.35	c  N dy   154     64864        80      7120         0     16541     49840    347452     22.85     24.29
18.31/4.69	c  N dy   164     69388        80      7120         0     10614     49840    175125     22.83     21.81
18.31/4.69	c  S st   164     69388        80      7120         0     10614     49840    175125     22.83     21.81
18.71/4.73	c  S st   164     69890        80      7120         0     11090     49840    188517     22.83   no data
18.71/4.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.71/4.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.71/4.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.71/4.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.71/4.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.71/4.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.71/4.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.71/4.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.71/4.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.11/4.80	c lits-rem:        21  cl-subs:      168  v-elim:      0  v-fix:    0  time:  0.06 s
19.11/4.80	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
19.11/4.81	c vivif2 --  cl tried    10922 cl shrink        0 lits rem          0 time: 0.00
20.31/5.10	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.30
20.31/5.10	c calculated reachability. Time: 0.00
20.31/5.10	c  N dy   164     69890        80      7120         0     10922     49840    183552     22.83   no data
21.11/5.37	c  N dy   182     74481        80      7120         0     15165     49840    297655     22.85     24.07
23.50/5.97	c  N dy   198     83183        80      7120         0     12130     49840    201051     22.79     24.24
24.70/6.25	c  F st   225     87501        80      7120         0     16118     49840    309645     22.86   no data
25.10/6.33	c  N st   228     88692        80      7120         0     17229     49840    339979     22.86   no data
26.74/6.76	c  N dy   244     94408        80      7120         0     22438     49840    482497     22.90     26.33
29.08/7.34	c  N dy   245    103104        80      7120         0     18437     49840    351571     22.74     24.04
29.48/7.47	c  S st   251    104835        80      7120         0     20020     49840    393770     22.76     21.67
29.88/7.52	c  S st   251    105337        80      7120         0     20488     49840    406564     22.76   no data
29.88/7.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.88/7.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.88/7.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.88/7.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.88/7.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.88/7.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.88/7.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.88/7.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.88/7.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.27/8.16	c lits-rem:       216  cl-subs:     1952  v-elim:      0  v-fix:    0  time:  0.61 s
32.27/8.16	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
32.27/8.17	c vivif2 --  cl tried    18536 cl shrink        0 lits rem          0 time: 0.00
33.88/8.56	c asymm  cl-useful: 0/6064/7120 lits-rem:0 time: 0.39
33.88/8.56	c calculated reachability. Time: 0.00
33.88/8.56	c  N dy   251    105337        80      7120         0     18536     49840    355509     22.76   no data
36.26/9.19	c  N dy   265    112327        80      7120         0     24908     49840    523694     22.74     24.11
41.44/10.46	c  N dy   283    129379        80      7120         0     14090     49840    212306     22.50     23.74
44.28/11.14	c  N dy   348    137883        80      7120         0     21951     49840    425558     22.60     23.81
47.82/12.01	c  N dy   397    146723        80      7120         0     15447     49840    231049     22.67     25.58
50.61/12.78	c  N dy   442    156478        80      7120         0     24451     49840    474291     22.73     24.05
51.41/12.92	c  S st   450    158005        80      7120         0     25851     49840    512096     22.74     21.62
51.41/12.99	c  S st   450    158511        80      7120         0     26316     49840    524853     22.74   no data
51.41/13.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.81/13.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.81/13.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.81/13.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.81/13.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.81/13.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
51.81/13.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.81/13.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.81/13.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.00/13.81	c lits-rem:       243  cl-subs:     2085  v-elim:      0  v-fix:    0  time:  0.78 s
55.00/13.81	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
55.00/13.81	c vivif2 --  cl tried    24231 cl shrink        0 lits rem          0 time: 0.00
55.40/13.91	c asymm  cl-useful: 0/1056/7120 lits-rem:0 time: 0.09
55.40/13.91	c calculated reachability. Time: 0.00
55.40/13.91	c  N dy   450    158511        80      7120         0     24231     49840    464065     22.74   no data
58.98/14.87	c  N dy   486    168644        80      7120         0     17990     49840    283418     22.77     26.01
62.97/15.81	c  N dy   520    180131        80      7120         0     28455     49840    563112     22.77     24.07
67.36/16.94	c  N dy   581    191633        80      7120         0     22565     49840    391893     22.82     24.56
73.74/18.56	c  N dy   625    207371        80      7120         0     19563     49840    293806     22.80     24.03
78.95/19.84	c  N dy   673    220635        80      7120         0     31734     49840    622507     22.82     24.07
84.91/21.35	c  N dy   712    234944        80      7120         0     26529     49840    464701     22.83     24.09
86.11/21.66	c  S st   734    237769        80      7120         0     29144     49840    535874     22.85     21.94
86.50/21.74	c  S st   734    238270        80      7120         0     29617     49840    548515     22.85   no data
86.50/21.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.50/21.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
86.50/21.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.50/21.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.50/21.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.50/21.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
86.50/21.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
86.50/21.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
86.50/21.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.50/22.71	c lits-rem:       272  cl-subs:     2256  v-elim:      0  v-fix:    0  time:  0.93 s
90.50/22.71	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
90.50/22.71	c vivif2 --  cl tried    27361 cl shrink        0 lits rem          0 time: 0.01
91.30/22.91	c asymm  cl-useful: 0/2381/7120 lits-rem:0 time: 0.20
91.30/22.91	c calculated reachability. Time: 0.00
91.30/22.91	c  N dy   734    238270        80      7120         0     27361     49840    485161     22.85   no data
97.27/24.49	c  N dy   751    255082        80      7120         0     23523     49840    367044     22.78     24.22
104.85/26.37	c  N dy   817    271763        80      7120         0     38785     49840    775252     22.80     24.19
116.02/29.14	c  N dy   880    298198        80      7120         0     21849     49840    295709     22.72     23.92
119.20/29.91	c  F st   925    306250        80      7120         0     29223     49840    494677     22.75     22.46
128.37/32.20	c  N dy   955    326928        80      7120         0     26157     49840    395288     22.70     24.07
137.95/34.62	c  N dy  1019    346949        80      7120         0     44490     49840    882219     22.70     24.18
142.34/35.77	c  S st  1064    357405        80      7120         0     31213     49840    515985     22.72     23.29
142.74/35.85	c  S st  1064    357909        80      7120         0     31676     49840    528445     22.72   no data
142.74/35.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.74/35.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
142.74/35.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.74/35.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.74/35.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.74/35.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
142.74/35.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.74/35.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.74/35.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.32/36.74	c lits-rem:       222  cl-subs:     1844  v-elim:      0  v-fix:    0  time:  0.85 s
146.32/36.74	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
146.32/36.75	c vivif2 --  cl tried    29832 cl shrink        0 lits rem          0 time: 0.01
147.12/36.95	c asymm  cl-useful: 0/1937/7120 lits-rem:0 time: 0.21
147.12/36.96	c calculated reachability. Time: 0.00
147.12/36.96	c  N dy  1064    357909        80      7120         0     29832     49840    476687     22.72   no data
159.08/39.97	c  N dy  1150    381119        80      7120         0     27372     49840    393395     22.75     24.07
170.26/42.78	c  N dy  1209    402273        80      7120         0     46775     49840    909641     22.75     24.01
183.02/45.96	c  N dy  1260    424709        80      7120         0     42596     49840    783866     22.74     24.31
194.58/48.82	c  N dy  1362    444820        80      7120         0     35487     49840    580065     22.78     24.15
206.94/51.93	c  N dy  1464    464919        80      7120         0     27336     49840    347282     22.82     24.81
220.10/55.28	c  N dy  1591    489824        80      7120         0     50077     49840    959047     22.85     24.09
232.07/58.24	c  N dy  1692    509848        80      7120         0     41053     49840    702607     22.89     24.74
244.03/61.20	c  N dy  1749    529936        80      7120         0     30974     49840    416650     22.88     24.09
247.22/62.00	c  S st  1769    536865        80      7120         0     37295     49840    585040     22.88     22.46
247.62/62.10	c  S st  1769    537367        80      7120         0     37770     49840    597899     22.88   no data
247.62/62.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
247.62/62.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
247.62/62.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
247.62/62.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
247.62/62.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
247.62/62.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
247.62/62.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
247.62/62.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
247.62/62.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.00/63.20	c lits-rem:       245  cl-subs:     1822  v-elim:      0  v-fix:    0  time:  1.06 s
252.00/63.20	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
252.00/63.21	c vivif2 --  cl tried    35948 cl shrink        0 lits rem          0 time: 0.01
252.80/63.43	c asymm  cl-useful: 0/1584/7120 lits-rem:0 time: 0.23
252.80/63.43	c calculated reachability. Time: 0.00
252.80/63.43	c  N dy  1769    537367        80      7120         0     35948     49840    546478     22.88   no data
265.16/66.52	c  N dy  1824    557685        80      7120         0     54518     49840   1044064     22.87     24.18
277.12/69.51	c  N dy  1891    578268        80      7120         0     44191     49840    754553     22.88     24.09
290.69/72.98	c  N dy  1957    598967        80      7120         0     32995     49840    433313     22.88     24.09
302.26/75.89	c  N dy  2051    619044        80      7120         0     51428     49840    933267     22.90     24.52
316.61/79.46	c  N dy  2139    639872        80      7120         0     39341     49840    588351     22.92     24.15
330.16/82.84	c  N dy  2206    661482        80      7120         0     59144     49840   1116557     22.92     24.22
344.53/86.45	c  N dy  2234    687813        80      7120         0     51043     49840    873611     22.87     24.42
360.13/90.34	c  N dy  2304    707864        80      7120         0     36584     49840    485095     22.88     24.25
373.29/93.65	c  N dy  2388    727952        80      7120         0     55013     49840    982501     22.89     26.10
390.00/97.85	c  N dy  2453    750813        80      7120         0     42041     49840    614668     22.90     24.28
406.35/101.95	c  N dy  2517    776458        80      7120         0     65443     49840   1235244     22.86     24.12
419.10/105.13	c  N dy  2563    796535        80      7120         0     49025     49840    781156     22.85     24.47
426.68/107.07	c  S st  2633    806050        80      7120         0     57819     49840   1023020     22.87   no data
427.47/107.22	c  S st  2633    806555        80      7120         0     58287     49840   1035857     22.87   no data
427.47/107.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
427.47/107.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
427.47/107.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
427.47/107.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.47/107.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.47/107.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
427.47/107.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
427.47/107.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
427.47/107.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.42/111.77	c lits-rem:       694  cl-subs:     4697  v-elim:      0  v-fix:    0  time:  4.47 s
445.42/111.77	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
445.42/111.78	c vivif2 --  cl tried    53590 cl shrink        0 lits rem          0 time: 0.01
446.62/112.06	c asymm  cl-useful: 0/1115/7120 lits-rem:0 time: 0.28
446.62/112.06	c calculated reachability. Time: 0.00
446.62/112.06	c  N dy  2633    806555        80      7120         0     53590     49840    906012     22.87   no data
464.57/116.57	c  N dy  2712    826607        80      7120         0     36396     49840    435289     22.88     25.17
478.57/120.01	c  N dy  2833    846757        80      7120         0     54907     49840    938988     22.91     24.19
496.86/124.69	c  N dy  2896    866941        80      7120         0     36811     49840    430277     22.91     24.38
510.03/127.94	c  N dy  3005    887036        80      7120         0     55241     49840    932015     22.93     25.57
539.15/135.21	c  N dy  3075    926984        80      7120         0     54112     49840    859803     22.88     24.23
559.89/140.43	c  N dy  3151    952102        80      7120         0     38763     49840    448762     22.88     24.09
574.25/144.03	c  N dy  3275    972487        80      7120         0     57505     49840    957195     22.90     24.16
592.62/148.65	c  N dy  3294    995615        80      7120         0     78479     49840   1510452     22.88     24.25
618.53/155.13	c  N dy  3360   1033753        80      7120         0     73937     49840   1365505     22.83     24.11
634.86/159.26	c  N dy  3465   1053776        80      7120         0     52113     49840    777863     22.85     25.07
650.41/163.12	c  F st  3547   1071876        80      7120         0     68701     49840   1225517     22.86     21.32
652.01/163.57	c  N st  3551   1073910        80      7120         0     70561     49840   1276026     22.86   no data
669.15/167.85	c  N dy  3599   1094364        80      7120         0     48107     49840    649063     22.86     24.10
684.75/171.73	c  N dy  3672   1114447        80      7120         0     66458     49840   1143538     22.86     25.03
707.43/177.43	c  N dy  3722   1139428        80      7120         0     47225     49840    610676     22.85     24.07
728.20/182.71	c  N dy  3845   1164578        80      7120         0     70240     49840   1232662     22.86     24.13
747.72/187.53	c  N dy  3916   1184635        80      7120         0     45650     49840    554521     22.87     24.50
764.07/191.69	c  N dy  4042   1205486        80      7120         0     64791     49840   1076454     22.89     24.10
768.45/192.75	c  S st  4065   1209832        80      7120         0     68815     49840   1184856     22.89   no data
769.25/192.96	c  S st  4065   1210334        80      7120         0     69282     49840   1197498     22.89   no data
769.25/192.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
769.25/192.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
769.25/192.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
769.25/192.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
769.25/192.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
769.25/192.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
769.25/192.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
769.65/193.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
769.65/193.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
812.32/203.71	c lits-rem:       637  cl-subs:     4810  v-elim:      0  v-fix:    0  time: 10.66 s
812.32/203.71	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
812.32/203.73	c vivif2 --  cl tried    64472 cl shrink        0 lits rem          0 time: 0.02
814.32/204.25	c asymm  cl-useful: 0/1197/7120 lits-rem:0 time: 0.52
814.32/204.25	c calculated reachability. Time: 0.00
814.32/204.25	c  N dy  4065   1210334        80      7120         0     64472     49840   1056885     22.89   no data
840.24/210.73	c  N dy  4123   1231343        80      7120         0     83606     49840   1567187     22.88     24.12
859.39/215.53	c  N dy  4212   1251715        80      7120         0     58611     49840    891709     22.89     24.20
878.92/220.42	c  N dy  4312   1271719        80      7120         0     77011     49840   1390283     22.91     26.36
926.78/232.42	c  N dy  4331   1330594        80      7120         0     85341     49840   1549596     22.82     24.07
945.92/237.29	c  N dy  4413   1350687        80      7120         0     58390     49840    857113     22.83     25.58
969.47/243.11	c  N dy  4521   1370747        80      7120         0     76843     49840   1359143     22.85     24.59
997.36/250.10	c  N dy  4637   1391372        80      7120         0     49235     49840    592510     22.86     24.07
1014.11/254.37	c  N dy  4719   1412723        80      7120         0     68790     49840   1123267     22.87     24.12
1036.85/260.07	c  N dy  4817   1432930        80      7120         0     87301     49840   1624487     22.88     24.13
1057.22/265.19	c  N dy  4899   1453350        80      7120         0     58529     49840    826612     22.89     24.14
1074.35/269.49	c  N dy  4920   1474488        80      7120         0     77662     49840   1334296     22.87     24.29
1098.67/275.59	c  N dy  4983   1494933        80      7120         0     96397     49840   1836933     22.88     24.31
1114.24/279.51	c  N dy  5027   1515053        80      7120         0     66335     49840   1011476     22.87     24.19
1143.33/286.70	c  N dy  5111   1543746        80      7120         0     92567     49840   1719409     22.87     24.09
1174.84/294.64	c  N dy  5200   1577707        80      7120         0     74062     49840   1193726     22.86     24.09
1200.76/301.11	c  N dy  5225   1606245        80      7120         0     99989     49840   1865678     22.83     24.07
1220.30/306.07	c  N dy  5265   1632135        80      7120         0     73351     49840   1160664     22.81     24.02
1245.85/312.44	c  N dy  5389   1652159        80      7120         0     91804     49840   1665453     22.82     26.85
1267.78/317.95	c  N dy  5429   1672530        80      7120         0     59275     49840    774582     22.82     24.13
1287.70/322.91	c  N dy  5531   1692614        80      7120         0     77717     49840   1276130     22.83     25.39
1311.22/328.81	c  S st  5638   1710337        80      7120         0     93992     49840   1720043     22.84     22.69
1312.06/329.09	c  S st  5638   1710842        80      7120         0     94466     49840   1733035     22.84   no data
1312.06/329.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1312.41/329.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1312.41/329.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1312.41/329.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1312.41/329.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1312.41/329.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1312.41/329.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1312.41/329.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1312.81/329.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1366.66/342.70	c lits-rem:      1106  cl-subs:     8983  v-elim:      0  v-fix:    0  time: 13.49 s
1366.66/342.71	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1366.66/342.73	c vivif2 --  cl tried    85483 cl shrink        0 lits rem          0 time: 0.02
1368.25/343.19	c asymm  cl-useful: 0/779/7120 lits-rem:0 time: 0.46
1368.25/343.19	c calculated reachability. Time: 0.00
1368.25/343.19	c  N dy  5638   1710842        80      7120         0     85483     49840   1481714     22.84   no data
1410.13/353.65	c  N dy  5780   1730986        80      7120         0     52260     49840    581078     22.86     24.08
1438.05/360.60	c  N dy  5878   1753692        80      7120         0     73016     49840   1142214     22.86     24.57
1465.95/367.69	c  N dy  5951   1773728        80      7120         0     91365     49840   1637634     22.87     27.59
1494.66/374.84	c  N dy  6051   1794910        80      7120         0     57899     49840    713736     22.88     24.21
1516.60/380.30	c  N dy  6132   1819329        80      7120         0     80095     49840   1307468     22.87     24.14
1546.10/387.71	c  N dy  6222   1841832        80      7120         0    100674     49840   1863963     22.88     24.17
1574.03/394.78	c  N dy  6328   1862042        80      7120         0     65392     49840    900895     22.89     24.11
1597.20/400.58	c  N dy  6452   1882487        80      7120         0     84084     49840   1413110     22.90     24.17
1624.27/407.38	c  N dy  6552   1902522        80      7120         0    102486     49840   1910926     22.91     25.90
1645.80/412.70	c  N dy  6617   1922606        80      7120         0     66013     49840    900350     22.91     25.78
1666.14/417.88	c  N dy  6680   1943123        80      7120         0     84740     49840   1403191     22.91     24.16
1695.25/425.13	c  N dy  6813   1963164        80      7120         0    103167     49840   1908096     22.92     25.07
1717.99/430.89	c  N dy  6853   1983335        80      7120         0     65768     49840    874215     22.92     24.33
1736.74/435.52	c  N dy  6887   2003341        80      7120         0     83990     49840   1358767     22.91     25.55
1761.06/441.68	c  N dy  6939   2023711        80      7120         0    102613     49840   1860284     22.91     24.17
1795.76/450.37	c  N dy  7025   2053723        80      7120         0     73389     49840   1055742     22.90     24.18
1821.28/456.73	c  N dy  7111   2075121        80      7120         0     92929     49840   1581356     22.90     24.18
1851.21/464.26	c  N dy  7217   2095122        80      7120         0    111315     49840   2082026     22.91     25.93
1874.32/470.03	c  N dy  7286   2116598        80      7120         0     73306     49840   1047183     22.91     24.38
1899.05/476.20	c  N dy  7392   2136632        80      7120         0     91680     49840   1548724     22.92     24.36
1927.37/483.31	c  N dy  7479   2156646        80      7120         0    110020     49840   2040211     22.92     24.82
1952.11/489.60	c  N dy  7547   2176724        80      7120         0     69764     49840    936004     22.93     24.98
1973.63/494.98	c  N dy  7628   2196798        80      7120         0     88070     49840   1435145     22.93     24.89
1993.97/500.04	c  S st  7699   2210842        80      7120         0    100921     49840   1784372     22.94   no data
1995.17/500.34	c  S st  7699   2211347        80      7120         0    101390     49840   1797410     22.94   no data
1995.17/500.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1995.57/500.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1995.57/500.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1995.57/500.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1995.57/500.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1995.57/500.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1995.57/500.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1995.57/500.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1995.57/500.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2043.82/512.55	c lits-rem:      1218  cl-subs:     8653  v-elim:      0  v-fix:    0  time: 12.07 s
2043.82/512.56	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2043.82/512.58	c vivif2 --  cl tried    92737 cl shrink        0 lits rem          0 time: 0.02
2045.40/512.93	c asymm  cl-useful: 0/734/7120 lits-rem:0 time: 0.36
2045.40/512.94	c calculated reachability. Time: 0.00
2045.40/512.94	c  N dy  7699   2211347        80      7120         0     92737     49840   1553375     22.94   no data
2080.90/521.89	c  N dy  7789   2231366        80      7120         0    111026     49840   2048603     22.94     24.16
2128.00/533.64	c  N dy  7893   2258011        80      7120         0     76262     49840   1099427     22.94     24.17
2165.04/542.98	c  N dy  7988   2280695        80      7120         0     96986     49840   1663804     22.95     24.16
2196.15/550.71	c  N dy  8067   2300755        80      7120         0    115308     49840   2160694     22.95     25.17
2218.88/556.44	c  N dy  8147   2320821        80      7120         0     73578     49840   1016782     22.96     24.23
2242.40/562.37	c  N dy  8216   2340864        80      7120         0     91834     49840   1506184     22.96     24.21
2271.52/569.69	c  N dy  8287   2360934        80      7120         0    110128     49840   2001882     22.96     24.18
2302.23/577.36	c  N dy  8374   2381737        80      7120         0     68107     49840    851548     22.96     24.34
2323.76/582.74	c  N dy  8461   2401749        80      7120         0     86502     49840   1352918     22.97     24.91
2351.31/589.68	c  N dy  8538   2421973        80      7120         0    104965     49840   1853033     22.97     24.26
2388.77/599.00	c  N dy  8612   2447175        80      7120         0     65890     49840    775101     22.97     24.23
2409.10/604.12	c  N dy  8674   2467268        80      7120         0     84175     49840   1264553     22.97     24.69
2439.04/611.63	c  N dy  8778   2488320        80      7120         0    103429     49840   1788728     22.98     24.27
2470.17/619.41	c  N dy  8845   2508386        80      7120         0    121706     49840   2281587     22.98     24.26
2496.49/626.05	c  N dy  8957   2528473        80      7120         0     77172     49840   1071388     22.99     24.29
2521.57/632.32	c  N dy  9044   2548576        80      7120         0     95537     49840   1572183     22.99     24.27
2551.09/639.73	c  N dy  9110   2569012        80      7120         0    114193     49840   2077137     23.00     24.21
2598.13/651.50	c  N dy  9192   2605592        80      7120         0     83401     49840   1201018     22.99     24.27
2624.05/658.01	c  N dy  9268   2625807        80      7120         0    101814     49840   1697959     22.99     24.25
2660.36/667.10	c  N dy  9402   2646406        80      7120         0    120719     49840   2216005     23.00     24.23
2697.45/676.43	c  N dy  9473   2675718        80      7120         0     82523     49840   1171030     22.99     24.37
2726.56/683.71	c  N dy  9563   2697474        80      7120         0    102387     49840   1710593     23.00     24.24
2749.28/689.42	c  S st  9626   2711348        80      7120         0    115064     49840   2055452     23.00     22.10
2750.50/689.78	c  S st  9626   2711850        80      7120         0    115536     49840   2068470     23.00   no data
2750.50/689.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2750.92/689.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2750.92/689.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2750.92/689.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2750.92/689.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2750.92/689.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2750.92/689.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2750.92/689.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2751.27/689.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2822.65/707.86	c lits-rem:      1208  cl-subs:    11060  v-elim:      0  v-fix:    0  time: 17.92 s
2822.65/707.86	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2822.65/707.88	c vivif2 --  cl tried   104476 cl shrink        0 lits rem          0 time: 0.02
2824.25/708.25	c asymm  cl-useful: 0/644/7120 lits-rem:0 time: 0.37
2824.25/708.26	c calculated reachability. Time: 0.00
2824.25/708.26	c  N dy  9626   2711850        80      7120         0    104476     49840   1766955     23.00   no data
2862.94/717.92	c  N dy  9729   2731947        80      7120         0    122881     49840   2268717     23.01     24.93
2911.59/730.19	c  N dy  9807   2756879        80      7120         0     80376     49840   1108386     23.01     24.31
2957.44/741.60	c  N dy  9894   2781537        80      7120         0    102876     49840   1716922     23.01     24.25
3000.12/752.35	c  N dy 10017   2801600        80      7120         0    121267     49840   2222586     23.02     25.32
3030.83/760.10	c  N dy 10101   2821674        80      7120         0     73280     49840    905698     23.02     26.13
3054.35/765.99	c  N dy 10186   2841700        80      7120         0     91631     49840   1405577     23.03     24.30
3086.26/773.94	c  N dy 10251   2864488        80      7120         0    112400     49840   1967117     23.03     24.28
3140.50/787.60	c  N dy 10333   2900529        80      7120         0     77702     49840    992623     23.02     24.28
3166.01/793.90	c  N dy 10428   2921253        80      7120         0     96638     49840   1510650     23.02     24.34
3193.98/800.97	c  N dy 10485   2941321        80      7120         0    114967     49840   2006376     23.02     25.59
3234.21/811.07	c  N dy 10593   2963016        80      7120         0    134721     49840   2542515     23.03     24.57
3258.94/817.21	c  N dy 10685   2983112        80      7120         0     84795     49840   1185610     23.03     24.40
3286.10/824.05	c  N dy 10785   3003125        80      7120         0    103051     49840   1679540     23.04     25.02
3319.56/832.46	c  N dy 10882   3023220        80      7120         0    121428     49840   2181155     23.04     24.32
3356.64/841.74	c  N dy 10955   3043335        80      7120         0     70457     49840    777736     23.04     24.26
3384.56/848.71	c  N dy 11036   3067657        80      7120         0     92684     49840   1374617     23.04     24.38
3414.47/856.29	c  N dy 11130   3087760        80      7120         0    111115     49840   1876558     23.05     25.51
3451.17/865.41	c  N dy 11224   3108603        80      7120         0    130103     49840   2392123     23.05     24.36
3486.25/874.26	c  N dy 11318   3128861        80      7120         0     78285     49840    975444     23.06     24.52
3514.56/881.32	c  N dy 11429   3150222        80      7120         0     97812     49840   1509245     23.06     24.34
3549.30/890.03	c  N dy 11551   3170272        80      7120         0    116135     49840   2012728     23.07     24.79
3580.35/897.82	c  N dy 11580   3190334        80      7120         0    134336     49840   2499502     23.07     24.41
3614.26/906.38	c  N dy 11718   3210393        80      7120         0     81481     49840   1052698     23.08     25.58
3616.25/906.82	c  S st 11726   3211851        80      7120         0     82818     49840   1089141     23.08   no data
3617.05/907.06	c  S st 11726   3212353        80      7120         0     83295     49840   1102387     23.08   no data
3617.05/907.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3617.45/907.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3617.45/907.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3617.45/907.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3617.45/907.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3617.45/907.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3617.45/907.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3617.45/907.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3617.45/907.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3628.61/909.98	c lits-rem:       274  cl-subs:     1984  v-elim:      0  v-fix:    0  time:  2.82 s
3628.61/909.98	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3629.01/910.00	c vivif2 --  cl tried    81311 cl shrink        0 lits rem          0 time: 0.02
3630.21/910.33	c asymm  cl-useful: 0/774/7120 lits-rem:0 time: 0.34
3630.21/910.34	c calculated reachability. Time: 0.00
3630.21/910.34	c  N dy 11726   3212353        80      7120         0     81311     49840   1041729     23.08   no data
3654.93/916.53	c  N dy 11769   3232393        80      7120         0     99498     49840   1530245     23.07     26.59
3684.45/923.90	c  N dy 11817   3252448        80      7120         0    117703     49840   2018170     23.07     24.85
3723.93/933.81	c  N dy 11884   3273000        80      7120         0    136431     49840   2527641     23.07     24.35
3757.43/942.26	c  N dy 11980   3293034        80      7120         0     82876     49840   1070899     23.08     26.17
3786.54/949.53	c  N dy 11987   3313069        80      7120         0    101088     49840   1551745     23.07     24.34
3825.67/959.37	c  N dy 12081   3336415        80      7120         0    122389     49840   2130497     23.07     24.46
3864.72/969.19	c  N dy 12161   3356806        80      7120         0    140998     49840   2636217     23.07     24.29
3895.44/976.85	c  N dy 12250   3377234        80      7120         0     86717     49840   1159770     23.08     24.33
3920.94/983.27	c  N dy 12318   3397628        80      7120         0    105196     49840   1658481     23.08     24.45
3957.28/992.38	c  N dy 12408   3418994        80      7120         0    124684     49840   2188739     23.08     24.58
4029.81/1010.52	c  N dy 12478   3469109        80      7120         0     96323     49840   1389477     23.07     24.28
4063.70/1019.02	c  N dy 12551   3492189        80      7120         0    117325     49840   1957696     23.07     24.29
4099.21/1027.91	c  N dy 12623   3512216        80      7120         0    135596     49840   2454738     23.07     25.58
4141.52/1038.52	c  N dy 12738   3532231        80      7120         0     79296     49840    928733     23.07     24.43
4171.81/1046.12	c  N dy 12795   3558558        80      7120         0    103305     49840   1572367     23.07     24.51
4207.32/1055.09	c  N dy 12916   3578566        80      7120         0    121683     49840   2077416     23.08     26.35
4257.53/1067.63	c  N dy 12970   3608003        80      7120         0    148366     49840   2789649     23.07     24.63
4286.64/1074.99	c  N dy 13042   3628034        80      7120         0     91059     49840   1226731     23.07     24.36
4316.58/1082.46	c  N dy 13151   3648036        80      7120         0    109325     49840   1727874     23.08     24.37
4348.86/1090.50	c  N dy 13212   3668480        80      7120         0    127931     49840   2230524     23.08     24.34
4398.70/1103.02	c  N dy 13325   3693125        80      7120         0    150419     49840   2846540     23.08     24.38
4429.82/1110.80	c  S st 13450   3712353        80      7120         0     91483     49840   1234395     23.09   no data
4430.64/1111.07	c  S st 13450   3712858        80      7120         0     91957     49840   1247808     23.09   no data
4430.64/1111.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4431.06/1111.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4431.06/1111.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4431.06/1111.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4431.06/1111.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4431.06/1111.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4431.06/1111.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4431.06/1111.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4431.06/1111.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4446.96/1115.12	c lits-rem:       275  cl-subs:     2791  v-elim:      0  v-fix:    0  time:  3.94 s
4446.96/1115.13	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4446.96/1115.14	c vivif2 --  cl tried    89166 cl shrink        0 lits rem          0 time: 0.02
4448.18/1115.49	c asymm  cl-useful: 0/701/7120 lits-rem:0 time: 0.35
4448.18/1115.50	c calculated reachability. Time: 0.00
4448.18/1115.50	c  N dy 13450   3712858        80      7120         0     89166     49840   1164164     23.09   no data
4482.07/1123.93	c  N dy 13570   3734996        80      7120         0    109433     49840   1719048     23.10     24.43
4507.98/1130.49	c  F st 13613   3751566        80      7120         0    124482     49840   2123944     23.10     20.73
4516.37/1132.58	c  N dy 13619   3756758        80      7120         0    129215     49840   2254789     23.10   no data
4559.82/1143.44	c  N dy 13676   3779494        80      7120         0    149963     49840   2815229     23.10     24.53
4593.72/1151.91	c  N dy 13777   3799509        80      7120         0     90826     49840   1194420     23.10     24.60
4682.66/1174.29	c  N dy 13783   3864292        80      7120         0    149323     49840   2740523     23.07     24.29
4717.75/1183.09	c  N dy 13857   3885566        80      7120         0     90615     49840   1173098     23.07     24.55
4751.65/1191.52	c  N dy 13941   3908789        80      7120         0    111809     49840   1750413     23.07     24.41
4788.34/1200.77	c  N dy 14044   3928801        80      7120         0    130031     49840   2249821     23.07     24.41

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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


[startup+0 s]
/proc/loadavg: 7.48 7.96 8.00 7/366 7847
/proc/meminfo: memFree=30331284/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 406 0 0 0 1 0 0 0 22 0 4 0 633013460 52396032 347 33554432000 4194304 4580107 140734979496000 18446744073709551615 47010764171186 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 12792 347 299 95 0 7774 0
[pid=7847/tid=7848] ppid=7842 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 1 0 0 0 1 0 0 0 23 0 4 0 633013460 52396032 347 33554432000 4194304 4580107 140734979496000 18446744073709551615 47010764171176 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 633013460 52396032 347 33554432000 4194304 4580107 140734979496000 18446744073709551615 47010764171180 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 633013460 52396032 347 33554432000 4194304 4580107 140734979496000 18446744073709551615 212039711729 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.112172 s]
/proc/loadavg: 7.48 7.96 8.00 7/366 7847
/proc/meminfo: memFree=30331284/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=282116 CPUtime=0.42 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 1515 0 0 0 42 0 0 0 18 0 4 0 633013460 288886784 1434 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 70529 1434 358 95 0 65511 0
[pid=7847/tid=7848] ppid=7842 vsize=282116 CPUtime=0.1 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 249 0 0 0 10 0 0 0 18 0 4 0 633013460 288886784 1434 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=282116 CPUtime=0.1 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 240 0 0 0 10 0 0 0 18 0 4 0 633013460 288886784 1434 33554432000 4194304 4580107 140734979496000 18446744073709551615 4504408 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=282116 CPUtime=0.09 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 358 0 0 0 9 0 0 0 25 0 4 0 633013460 288886784 1434 33554432000 4194304 4580107 140734979496000 18446744073709551615 4306320 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282116

[startup+0.201158 s]
/proc/loadavg: 7.48 7.96 8.00 7/366 7847
/proc/meminfo: memFree=30331284/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=282900 CPUtime=0.77 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 3331 0 0 0 77 0 0 0 18 0 4 0 633013460 289689600 3047 33554432000 4194304 4580107 140734979496000 18446744073709551615 4416463 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 70725 3047 370 95 0 65707 0
[pid=7847/tid=7848] ppid=7842 vsize=282900 CPUtime=0.19 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 776 0 0 0 19 0 0 0 18 0 4 0 633013460 289689600 3047 33554432000 4194304 4580107 140734979496000 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=282900 CPUtime=0.19 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 755 0 0 0 19 0 0 0 18 0 4 0 633013460 289689600 3047 33554432000 4194304 4580107 140734979496000 18446744073709551615 4416448 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=282900 CPUtime=0.18 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 613 0 0 0 18 0 0 0 25 0 4 0 633013460 289689600 3047 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282900

[startup+0.30114 s]
/proc/loadavg: 7.48 7.96 8.00 7/366 7847
/proc/meminfo: memFree=30331284/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=283032 CPUtime=1.17 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 3713 0 0 0 117 0 0 0 18 0 4 0 633013460 289824768 3060 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 70758 3060 376 95 0 65740 0
[pid=7847/tid=7848] ppid=7842 vsize=283032 CPUtime=0.29 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 862 0 0 0 29 0 0 0 18 0 4 0 633013460 289824768 3060 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=283032 CPUtime=0.29 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 846 0 0 0 29 0 0 0 18 0 4 0 633013460 289824768 3060 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=283032 CPUtime=0.28 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 715 0 0 0 28 0 0 0 25 0 4 0 633013460 289824768 3060 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283032

[startup+0.701068 s]
/proc/loadavg: 7.48 7.96 8.00 7/366 7847
/proc/meminfo: memFree=30331284/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=286120 CPUtime=2.76 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 6146 0 0 0 276 0 0 0 18 0 4 0 633013460 292986880 3719 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294743 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 71530 3719 376 95 0 66512 0
[pid=7847/tid=7848] ppid=7842 vsize=286120 CPUtime=0.69 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 1514 0 0 0 69 0 0 0 18 0 4 0 633013460 292986880 3719 33554432000 4194304 4580107 140734979496000 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=286120 CPUtime=0.69 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 1513 0 0 0 69 0 0 0 18 0 4 0 633013460 292986880 3719 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=286120 CPUtime=0.68 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 1176 0 0 0 68 0 0 0 25 0 4 0 633013460 292986880 3719 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 286120

[startup+1.50093 s]
/proc/loadavg: 7.48 7.96 8.00 10/371 7852
/proc/meminfo: memFree=30304500/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=287396 CPUtime=5.95 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 9902 0 0 0 594 1 0 0 20 0 4 0 633013460 294293504 4486 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 71849 4486 377 95 0 66831 0
[pid=7847/tid=7848] ppid=7842 vsize=287396 CPUtime=1.49 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 2462 0 0 0 149 0 0 0 19 0 4 0 633013460 294293504 4486 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=287396 CPUtime=1.49 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 2451 0 0 0 149 0 0 0 19 0 4 0 633013460 294293504 4486 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=287396 CPUtime=1.47 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 2123 0 0 0 147 0 0 0 25 0 4 0 633013460 294293504 4486 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 287396

[startup+3.10064 s]
/proc/loadavg: 7.48 7.96 8.00 10/371 7852
/proc/meminfo: memFree=30277392/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=297056 CPUtime=12.33 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 20420 0 0 0 1230 3 0 0 25 0 4 0 633013460 304185344 11660 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 74264 11660 378 95 0 69246 0
[pid=7847/tid=7848] ppid=7842 vsize=297056 CPUtime=3.09 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 4719 0 0 0 308 1 0 0 24 0 4 0 633013460 304185344 11660 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=297056 CPUtime=3.08 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 5234 0 0 0 308 0 0 0 24 0 4 0 633013460 304185344 11660 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=297056 CPUtime=3.05 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 5157 0 0 0 305 0 0 0 25 0 4 0 633013460 304185344 11660 33554432000 4194304 4580107 140734979496000 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 297056

[startup+6.30107 s]
/proc/loadavg: 7.52 7.96 8.00 10/371 7852
/proc/meminfo: memFree=30235848/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=297856 CPUtime=25.1 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 29881 0 0 0 2505 5 0 0 25 0 4 0 633013460 305004544 13868 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 74464 13868 378 95 0 69446 0
[pid=7847/tid=7848] ppid=7842 vsize=297856 CPUtime=6.29 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 8298 0 0 0 628 1 0 0 25 0 4 0 633013460 305004544 13868 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=297856 CPUtime=6.28 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 7044 0 0 0 628 0 0 0 25 0 4 0 633013460 305004544 13868 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=297856 CPUtime=6.21 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 7162 0 0 0 620 1 0 0 25 0 4 0 633013460 305004544 13868 33554432000 4194304 4580107 140734979496000 18446744073709551615 4305310 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 297856

[startup+12.7009 s]
/proc/loadavg: 7.56 7.96 8.00 10/371 7852
/proc/meminfo: memFree=30204156/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=304908 CPUtime=50.61 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 46410 0 0 0 5053 8 0 0 25 0 4 0 633013460 312225792 18539 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 76227 18539 378 95 0 71209 0
[pid=7847/tid=7848] ppid=7842 vsize=304908 CPUtime=12.69 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 12418 0 0 0 1268 1 0 0 25 0 4 0 633013460 312225792 18539 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=304908 CPUtime=12.68 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 10776 0 0 0 1267 1 0 0 25 0 4 0 633013460 312225792 18539 33554432000 4194304 4580107 140734979496000 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=304908 CPUtime=12.53 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 11609 0 0 0 1251 2 0 0 25 0 4 0 633013460 312225792 18539 33554432000 4194304 4580107 140734979496000 18446744073709551615 4317008 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 304908

[startup+25.5007 s]
/proc/loadavg: 7.72 7.98 8.00 10/371 7852
/proc/meminfo: memFree=30168452/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=296420 CPUtime=101.65 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 71873 0 0 0 10151 14 0 0 25 0 4 0 633013460 303534080 23556 33554432000 4194304 4580107 140734979496000 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 74105 23556 378 95 0 69087 0
[pid=7847/tid=7848] ppid=7842 vsize=296420 CPUtime=25.48 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 18881 0 0 0 2546 2 0 0 25 0 4 0 633013460 303534080 23556 33554432000 4194304 4580107 140734979496000 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=296420 CPUtime=25.49 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 17384 0 0 0 2546 3 0 0 25 0 4 0 633013460 303534080 23556 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=296420 CPUtime=25.17 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 17217 0 0 0 2514 3 0 0 25 0 4 0 633013460 303534080 23556 33554432000 4194304 4580107 140734979496000 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 296420

[startup+51.1011 s]
/proc/loadavg: 7.89 8.00 8.00 9/371 7883
/proc/meminfo: memFree=30121996/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=319276 CPUtime=203.75 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 104569 0 0 0 20355 20 0 0 25 0 4 0 633013460 326938624 28536 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 79819 28542 378 95 0 74801 0
[pid=7847/tid=7848] ppid=7842 vsize=319276 CPUtime=51.09 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 28631 0 0 0 5105 4 0 0 25 0 4 0 633013460 326938624 28544 33554432000 4194304 4580107 140734979496000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=319276 CPUtime=51.08 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 26264 0 0 0 5103 5 0 0 25 0 4 0 633013460 326938624 28547 33554432000 4194304 4580107 140734979496000 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=319276 CPUtime=50.47 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 25851 0 0 0 5042 5 0 0 25 0 4 0 633013460 326938624 28550 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 319276

[startup+102.301 s]
/proc/loadavg: 7.95 8.00 8.00 9/371 7884
/proc/meminfo: memFree=30056268/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=331588 CPUtime=407.96 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 150167 0 0 0 40763 33 0 0 25 0 4 0 633013460 339546112 34812 33554432000 4194304 4580107 140734979496000 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 82897 34812 378 95 0 77879 0
[pid=7847/tid=7848] ppid=7842 vsize=331588 CPUtime=102.31 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 39292 0 0 0 10223 8 0 0 25 0 4 0 633013460 339546112 34816 33554432000 4194304 4580107 140734979496000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=331588 CPUtime=102.3 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 37957 0 0 0 10221 9 0 0 25 0 4 0 633013460 339546112 34816 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=331588 CPUtime=101.08 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 38078 0 0 0 10100 8 0 0 25 0 4 0 633013460 339546112 34816 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.96
Current children cumulated vsize (KiB) 331588

[startup+162.3 s]

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

[pid=7847] ppid=7842 vsize=444612 CPUtime=2561.45 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 462260 0 0 0 255998 147 0 0 25 0 4 0 633013460 455282688 71021 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 111153 71021 378 95 0 106135 0
[pid=7847/tid=7848] ppid=7842 vsize=444612 CPUtime=642.31 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 111819 0 0 0 64197 34 0 0 25 0 4 0 633013460 455282688 71021 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=444612 CPUtime=642.3 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 122873 0 0 0 64188 42 0 0 25 0 4 0 633013460 455282688 71021 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=444612 CPUtime=634.67 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 115528 0 0 0 63431 36 0 0 25 0 4 0 633013460 455282688 71021 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.45
Current children cumulated vsize (KiB) 444612

[startup+702.301 s]
/proc/loadavg: 8.15 8.12 8.04 9/371 7900
/proc/meminfo: memFree=29605908/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=445092 CPUtime=2800.72 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 489287 0 0 0 279915 157 0 0 25 0 4 0 633013460 455774208 75041 33554432000 4194304 4580107 140734979496000 18446744073709551615 4406340 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 111273 75041 378 95 0 106255 0
[pid=7847/tid=7848] ppid=7842 vsize=445092 CPUtime=702.31 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 118284 0 0 0 70194 37 0 0 25 0 4 0 633013460 455774208 75041 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=445092 CPUtime=702.31 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 129215 0 0 0 70187 44 0 0 25 0 4 0 633013460 455774208 75041 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=445092 CPUtime=693.95 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 121851 0 0 0 69356 39 0 0 25 0 4 0 633013460 455774208 75041 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.72
Current children cumulated vsize (KiB) 445092

[startup+762.301 s]
/proc/loadavg: 8.05 8.09 8.03 9/371 7902
/proc/meminfo: memFree=29586140/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=458916 CPUtime=3040.02 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 510212 0 0 0 303836 166 0 0 25 0 4 0 633013460 469929984 78676 33554432000 4194304 4580107 140734979496000 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 114729 78676 378 95 0 109711 0
[pid=7847/tid=7848] ppid=7842 vsize=458916 CPUtime=762.32 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 122562 0 0 0 76193 39 0 0 25 0 4 0 633013460 469929984 78677 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=458916 CPUtime=762.31 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 135152 0 0 0 76185 46 0 0 25 0 4 0 633013460 469929984 78677 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=458916 CPUtime=753.23 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 127447 0 0 0 75283 40 0 0 25 0 4 0 633013460 469929984 78677 33554432000 4194304 4580107 140734979496000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.02
Current children cumulated vsize (KiB) 458916

[startup+822.3 s]
/proc/loadavg: 8.07 8.09 8.03 9/371 7904
/proc/meminfo: memFree=29563636/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=537436 CPUtime=3279.27 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 525889 0 0 0 327754 173 0 0 25 0 4 0 633013460 550334464 87802 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 134359 87802 378 95 0 129341 0
[pid=7847/tid=7848] ppid=7842 vsize=537436 CPUtime=822.31 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 123405 0 0 0 82192 39 0 0 25 0 4 0 633013460 550334464 87802 33554432000 4194304 4580107 140734979496000 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=537436 CPUtime=822.31 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 141915 0 0 0 82182 49 0 0 25 0 4 0 633013460 550334464 87802 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=537436 CPUtime=812.52 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 133909 0 0 0 81209 43 0 0 25 0 4 0 633013460 550334464 87802 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.27
Current children cumulated vsize (KiB) 537436

[startup+882.315 s]
/proc/loadavg: 8.11 8.10 8.03 9/371 7905
/proc/meminfo: memFree=29537640/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=454600 CPUtime=3518.6 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 547630 0 0 0 351678 182 0 0 25 0 4 0 633013460 465510400 83661 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 113650 83661 378 95 0 108632 0
[pid=7847/tid=7848] ppid=7842 vsize=454600 CPUtime=882.32 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 129346 0 0 0 88190 42 0 0 25 0 4 0 633013460 465510400 83661 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=454600 CPUtime=882.32 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 148239 0 0 0 88181 51 0 0 25 0 4 0 633013460 465510400 83661 33554432000 4194304 4580107 140734979496000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=454600 CPUtime=871.82 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 138133 0 0 0 87137 45 0 0 25 0 4 0 633013460 465510400 83661 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.6
Current children cumulated vsize (KiB) 454600

[startup+942.301 s]
/proc/loadavg: 8.12 8.11 8.04 9/371 7916
/proc/meminfo: memFree=29497460/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=523032 CPUtime=3757.83 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 568781 0 0 0 375591 192 0 0 25 0 4 0 633013460 535584768 91934 33554432000 4194304 4580107 140734979496000 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 130758 91934 378 95 0 125740 0
[pid=7847/tid=7848] ppid=7842 vsize=523032 CPUtime=942.31 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 135292 0 0 0 94186 45 0 0 25 0 4 0 633013460 535584768 91934 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=523032 CPUtime=942.3 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 156696 0 0 0 94176 54 0 0 25 0 4 0 633013460 535584768 91934 33554432000 4194304 4580107 140734979496000 18446744073709551615 4406476 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=523032 CPUtime=931.11 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 140394 0 0 0 93065 46 0 0 25 0 4 0 633013460 535584768 91934 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.83
Current children cumulated vsize (KiB) 523032

[startup+1002.3 s]
/proc/loadavg: 8.19 8.13 8.05 9/371 7917
/proc/meminfo: memFree=29572420/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=496180 CPUtime=3997.1 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 586774 0 0 0 399508 202 0 0 25 0 4 0 633013460 508088320 83105 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 124045 83105 378 95 0 119027 0
[pid=7847/tid=7848] ppid=7842 vsize=496180 CPUtime=1002.31 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 141117 0 0 0 100183 48 0 0 25 0 4 0 633013460 508088320 83105 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=496180 CPUtime=1002.31 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 161092 0 0 0 100174 57 0 0 25 0 4 0 633013460 508088320 83105 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=496180 CPUtime=990.39 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 145033 0 0 0 98990 49 0 0 25 0 4 0 633013460 508088320 83105 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.1
Current children cumulated vsize (KiB) 496180

[startup+1062.3 s]
/proc/loadavg: 8.14 8.12 8.05 9/371 7919
/proc/meminfo: memFree=29547432/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=523936 CPUtime=4236.4 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 611513 0 0 0 423426 214 0 0 25 0 4 0 633013460 536510464 81430 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 130984 81430 378 95 0 125966 0
[pid=7847/tid=7848] ppid=7842 vsize=523936 CPUtime=1062.31 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 147109 0 0 0 106180 51 0 0 25 0 4 0 633013460 536510464 81430 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=523936 CPUtime=1062.31 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 167347 0 0 0 106172 59 0 0 25 0 4 0 633013460 536510464 81430 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=523936 CPUtime=1049.69 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 151137 0 0 0 104917 52 0 0 25 0 4 0 633013460 536510464 81430 33554432000 4194304 4580107 140734979496000 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.4
Current children cumulated vsize (KiB) 523936

[startup+1122.3 s]
/proc/loadavg: 8.19 8.13 8.05 9/371 7921
/proc/meminfo: memFree=29542284/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=523528 CPUtime=4475.68 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 635498 0 0 0 447342 226 0 0 25 0 4 0 633013460 536092672 81190 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 130882 81190 378 95 0 125864 0
[pid=7847/tid=7848] ppid=7842 vsize=523528 CPUtime=1122.31 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 152197 0 0 0 112177 54 0 0 25 0 4 0 633013460 536092672 81190 33554432000 4194304 4580107 140734979496000 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=523528 CPUtime=1122.3 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 173545 0 0 0 112169 61 0 0 25 0 4 0 633013460 536092672 81190 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=523528 CPUtime=1108.98 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 157529 0 0 0 110843 55 0 0 25 0 4 0 633013460 536092672 81190 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.68
Current children cumulated vsize (KiB) 523528

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 8.05 9/371 7922
/proc/meminfo: memFree=29456168/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=523724 CPUtime=4714.96 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 657739 0 0 0 471262 234 0 0 25 0 4 0 633013460 536293376 88357 33554432000 4194304 4580107 140734979496000 18446744073709551615 4489273 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 130931 88357 378 95 0 125913 0
[pid=7847/tid=7848] ppid=7842 vsize=523724 CPUtime=1182.32 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 157890 0 0 0 118175 57 0 0 25 0 4 0 633013460 536293376 88357 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=523724 CPUtime=1182.31 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 179516 0 0 0 118168 63 0 0 25 0 4 0 633013460 536293376 88357 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=523724 CPUtime=1168.28 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 161683 0 0 0 116771 57 0 0 25 0 4 0 633013460 536293376 88357 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.96
Current children cumulated vsize (KiB) 523724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.08 8.11 8.05 9/371 7923
/proc/meminfo: memFree=29436560/32951124 swapFree=51873460/67111528
[pid=7847] ppid=7842 vsize=523760 CPUtime=4800.32 cores=0,2,4,6
/proc/7847/stat : 7847 (strangenight2-m) R 7842 7847 7181 0 -1 4202496 665718 0 0 0 479796 236 0 0 25 0 4 0 633013460 536330240 92533 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7847/statm: 130940 92533 378 95 0 125922 0
[pid=7847/tid=7848] ppid=7842 vsize=523760 CPUtime=1203.73 cores=0,2,4,6
/proc/7847/task/7848/stat : 7848 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 159275 0 0 0 120316 57 0 0 25 0 4 0 633013460 536330240 92535 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7847/tid=7849] ppid=7842 vsize=523760 CPUtime=1203.72 cores=0,2,4,6
/proc/7847/task/7849/stat : 7849 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 182072 0 0 0 120308 64 0 0 25 0 4 0 633013460 536330240 92535 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7847/tid=7850] ppid=7842 vsize=523760 CPUtime=1189.42 cores=0,2,4,6
/proc/7847/task/7850/stat : 7850 (strangenight2-m) R 7842 7847 7181 0 -1 4202560 164320 0 0 0 118884 58 0 0 25 0 4 0 633013460 536330240 92535 33554432000 4194304 4580107 140734979496000 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 523760

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): 1203.74
CPU time (s): 4800.39
CPU user time (s): 4798.01
CPU system time (s): 2.38664
CPU usage (%): 398.79
Max. virtual memory (cumulated for all children) (KiB): 654988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.01
system time used= 2.38664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 665722
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= 1114
involuntary context switches= 23146

runsolver used 4.09238 second user time and 10.2234 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 22:46:12
IDJOB=3366518
IDBENCH=82927
IDSOLVER=1844
FILE ID=node146/3366518-1305405972
RUNJOBID= node146-1305405972-7825
PBS_JOBID= 13324493
Free space on /tmp= 73272 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1639347701-083.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366518-1305405972/watcher-3366518-1305405972 -o /tmp/evaluation-result-3366518-1305405972/solver-3366518-1305405972 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366518-1305405972.cnf

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

MD5SUM BENCH= 409e3a755415661f5541c475b40a659c
RANDOM SEED=1501928664

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30331712 kB
Buffers:         57348 kB
Cached:          98348 kB
SwapCached:      56064 kB
Active:         736568 kB
Inactive:      1661500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30331712 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           11432 kB
Writeback:          20 kB
AnonPages:     2193208 kB
Mapped:          17152 kB
Slab:            96504 kB
PageTables:      59064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81765656 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= 73260 MiB
End job on node146 at 2011-05-14 23:06:18