Trace number 3321212

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 40000.8 5005

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.02	c Using 8 threads
0.00/0.02	c This is CryptoMiniSat 3.0.0
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3321212-1304332547.cnf'
0.00/0.02	c -- header says num vars:            912
0.00/0.02	c -- header says num clauses:        3488
0.00/0.03	c -- clauses added:            0 learnts,         3488 normals,            0 xors
0.00/0.03	c -- vars added        912
0.00/0.03	c Parsing time:  0.00 s
0.00/0.03	c  N st     0         0       912      3184       160         0     10640         0   no data   no data
0.00/0.03	c asymm  cl-useful: 0/2928/2928 lits-rem:0 time: 0.00
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  128 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c Replacing      128 vars Replaced     2484 lits Time:     0.00 s 
0.00/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    704 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:    110  v-fix:    0  time:  0.00 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.59	c Finding non-binary XORs:     0.00 s (found:     306, avg size: 3.4)
0.00/0.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     26 locsubst:     0 time:   0.00
0.00/0.59	c calculated reachability. Time: 0.00
0.00/0.59	c Calc default polars -  time:   0.00 s pos:       0 undec:     344 neg:     568
0.00/0.59	c =========================================================================================
0.00/0.59	c types(t): F = full restart, N = normal restart
0.00/0.59	c types(t): S = simplification begin/end, E = solution found
0.00/0.59	c restart types(rt): st = static, dy = dynamic
0.00/0.59	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.59	c  B st     0         0       568      1264        32         0      5600         0   no data   no data
0.00/0.59	c Decided on static restart strategy
0.00/0.59	c  N st     8      4915       568      1264        37      4621      5600    117979   no data   no data
6.46/0.85	c  N st    10     11297       568      1264        57      4342      5600     75655   no data   no data
7.26/0.95	c  N st    11     17041       568      1264        58      9778      5600    232444   no data   no data
11.09/1.45	c  F st    12     25000       568      1264        80     12122      5600    276761   no data   no data
11.09/1.45	c  N st    12     25000       568      1264        80     12122      5600    276761   no data   no data
11.09/1.45	c Finding binary XORs  T:     0.00 s  found:      39
11.09/1.46	c Replacing       39 vars Replaced     5489 lits Time:     0.01 s 
13.49/1.76	c Decided on static restart strategy
13.49/1.76	c  N st    18     30001       529      1264         9     10552      5550    218871   no data   no data
13.49/1.76	c  S st    18     30001       529      1264         9     10552      5550    218871   no data   no data
13.49/1.79	c  S st    18     30505       529      1264        11     11030      5550    227307   no data   no data
13.49/1.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.49/1.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.49/1.79	c Replacing        1 vars Replaced       49 lits Time:     0.00 s 
13.49/1.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.49/1.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.49/1.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.49/1.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
13.49/1.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.49/1.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.34/1.80	c subs with bin:        3  lits-rem:         2  v-fix:    0  time:  0.00 s
15.16/1.92	c lits-rem:      1967  cl-subs:      644  v-elim:      0  v-fix:    0  time:  0.11 s
15.16/1.92	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.00
15.16/1.92	c calculated reachability. Time: 0.00
15.16/1.92	c  N st    18     30505       528      1264         9     10382      5548    209816   no data   no data
19.08/2.47	c  N st    20     37616       528      1264        10      9774      5548    174926   no data   no data
23.13/2.99	c  N st    21     44016       528      1264        10     15884      5548    352682   no data   no data
24.68/3.15	c  S st    22     45758       528      1264        15      9094      5548    124892   no data   no data
24.68/3.18	c  S st    22     46260       528      1264        18      9568      5548    134126   no data   no data
24.68/3.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.68/3.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
24.68/3.18	c Replacing        4 vars Replaced      454 lits Time:     0.00 s 
24.68/3.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.68/3.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.68/3.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.68/3.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    524 time:  0.00 s
24.68/3.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.68/3.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.68/3.19	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.00 s
25.48/3.21	c lits-rem:       698  cl-subs:      143  v-elim:      0  v-fix:    0  time:  0.02 s
25.48/3.21	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
25.48/3.21	c vivif2 --  cl tried     9420 cl shrink        0 lits rem          0 time: 0.00
25.48/3.22	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.00
25.48/3.22	c calculated reachability. Time: 0.00
25.48/3.22	c  N st    22     46260       524      1264        10      9420      5546    131466   no data   no data
36.66/4.61	c  N st    23     60658       524      1264        12     13568      5546    249272   no data   no data
36.66/4.61	c Finding binary XORs  T:     0.00 s  found:       8
36.66/4.62	c Replacing        8 vars Replaced     9747 lits Time:     0.01 s 
44.66/5.63	c  N st    24     69390       516      1264         7     11461      5538    165510   no data   no data
44.66/5.63	c  S st    24     69390       516      1264         7     11461      5538    165510   no data   no data
44.66/5.67	c  S st    24     69895       516      1264         8     11940      5538    174813   no data   no data
44.66/5.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.66/5.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
44.66/5.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.66/5.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.66/5.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.66/5.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    516 time:  0.00 s
44.66/5.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.66/5.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
44.66/5.68	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
45.46/5.74	c lits-rem:       609  cl-subs:      330  v-elim:      0  v-fix:    0  time:  0.06 s
45.46/5.74	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
45.46/5.74	c vivif2 --  cl tried    11609 cl shrink        0 lits rem          0 time: 0.00
45.46/5.74	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.00
45.46/5.74	c calculated reachability. Time: 0.00
45.46/5.74	c  N st    24     69895       516      1264         8     11609      5538    167410   no data   no data
59.10/7.46	c  F st    25     87500       516      1264         9     17175      5538    325742   no data   no data
59.10/7.46	c  N st    25     87500       516      1264         9     17175      5538    325742   no data   no data
63.03/7.90	c Decided on static restart strategy
64.65/8.13	c  N st    32     95540       516      1264        17     24965      5538    546218   no data   no data
71.04/8.93	c  N st    34    104843       516      1264        20     21435      5538    430332   no data   no data
71.04/8.93	c  S st    34    104843       516      1264        20     21435      5538    430332   no data   no data
71.04/8.93	c Finding binary XORs  T:     0.00 s  found:      10
71.04/8.95	c Replacing       10 vars Replaced     7678 lits Time:     0.02 s 
71.84/9.00	c  S st    34    105347       506      1264         2     21926      5536    440145   no data   no data
71.84/9.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.84/9.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
71.84/9.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.84/9.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.84/9.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.84/9.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    506 time:  0.00 s
71.84/9.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.84/9.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
71.84/9.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.03/9.47	c lits-rem:      1555  cl-subs:     1265  v-elim:      0  v-fix:    0  time:  0.45 s
75.03/9.47	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
75.03/9.48	c vivif2 --  cl tried    20661 cl shrink        0 lits rem          0 time: 0.01
75.03/9.49	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.01
75.03/9.49	c calculated reachability. Time: 0.00
75.03/9.49	c  N st    34    105347       506      1264         2     20661      5536    403017   no data   no data
83.82/10.58	c  N st    35    114945       506      1264         2     16507      5536    264247   no data   no data
97.41/12.22	c  N st    36    129342       506      1264         2     16013      5536    232009   no data   no data
115.79/14.56	c  N st    37    150938       506      1264         2     21442      5536    385913   no data   no data
122.19/15.33	c  S st    38    158020       506      1264         3     28282      5536    587110   no data   no data
122.19/15.39	c  S st    38    158522       506      1264         3     28769      5536    596844   no data   no data
122.19/15.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
122.99/15.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
122.99/15.40	c Replacing        1 vars Replaced       51 lits Time:     0.00 s 
122.99/15.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
122.99/15.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.99/15.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.99/15.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    505 time:  0.00 s
122.99/15.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.99/15.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
122.99/15.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.97/16.40	c lits-rem:      1448  cl-subs:     2311  v-elim:      0  v-fix:    0  time:  0.97 s
130.97/16.40	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
130.97/16.41	c vivif2 --  cl tried    26458 cl shrink        0 lits rem          0 time: 0.01
130.97/16.42	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.01
130.97/16.42	c calculated reachability. Time: 0.00
130.97/16.42	c  N st    38    158522       505      1264         1     26458      5536    531488   no data   no data
178.94/22.48	c  N st    39    207111       505      1264         1     21127      5536    323744   no data   no data
206.12/25.82	c  N st    40    237785       505      1264         1     31295      5536    600909   no data   no data
206.12/25.82	c  S st    40    237785       505      1264         1     31295      5536    600909   no data   no data
206.92/25.91	c  S st    40    238288       505      1264         1     31782      5536    611216   no data   no data
206.92/25.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
206.92/25.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
206.92/25.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
206.92/25.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
206.92/25.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
206.92/25.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    505 time:  0.00 s
206.92/25.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
206.92/25.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
206.92/25.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.10/27.31	c lits-rem:      1370  cl-subs:     3194  v-elim:      0  v-fix:    0  time:  1.36 s
218.10/27.31	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
218.10/27.31	c vivif2 --  cl tried    28588 cl shrink        0 lits rem          0 time: 0.01
218.10/27.32	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.01
218.10/27.32	c calculated reachability. Time: 0.00
218.10/27.32	c  N st    40    238288       505      1264         1     28588      5536    524672   no data   no data
291.63/36.55	c  F st    41    306250       505      1264         1     30775      5536    547350   no data   no data
291.63/36.55	c  N st    41    306250       505      1264         1     30775      5536    547350   no data   no data
295.69/37.05	c Decided on static restart strategy
317.21/39.72	c  N st    51    334555       505      1264         1     35094      5536    667187   no data   no data
342.79/42.93	c  N st    53    357434       505      1264         2     33023      5536    610963   no data   no data
342.79/42.93	c  S st    53    357434       505      1264         2     33023      5536    610963   no data   no data
343.59/43.02	c  S st    53    357936       505      1264         2     33509      5536    621228   no data   no data
343.59/43.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
343.59/43.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
343.59/43.04	c Replacing        1 vars Replaced       15 lits Time:     0.00 s 
343.59/43.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
343.59/43.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
343.59/43.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
343.59/43.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
343.59/43.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
343.59/43.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
343.59/43.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
349.24/43.74	c lits-rem:      1776  cl-subs:     1480  v-elim:      0  v-fix:    0  time:  0.68 s
349.24/43.74	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
349.24/43.75	c vivif2 --  cl tried    32029 cl shrink        0 lits rem          0 time: 0.01
349.24/43.76	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.01
349.24/43.76	c calculated reachability. Time: 0.00
349.24/43.76	c  N st    53    357936       504      1264         0     32029      5536    576247   no data   no data
385.15/48.23	c  N st    54    390329       504      1264         0     38124      5536    735175   no data   no data
447.48/56.07	c  N st    55    438917       504      1264         0     31913      5536    509815   no data   no data
532.22/66.61	c  N st    56    511799       504      1264         0     45191      5536    847344   no data   no data
567.38/71.04	c  N st    57    536904       504      1264         0     39445      5536    686340   no data   no data
567.38/71.04	c  S st    57    536904       504      1264         0     39445      5536    686340   no data   no data
568.24/71.14	c  S st    57    537411       504      1264         0     39935      5536    697000   no data   no data
568.24/71.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
568.24/71.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
568.24/71.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
568.24/71.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
568.24/71.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
568.24/71.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
568.24/71.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
568.24/71.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
568.24/71.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
578.57/72.45	c lits-rem:       908  cl-subs:     3291  v-elim:      0  v-fix:    0  time:  1.27 s
578.57/72.45	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
578.57/72.46	c vivif2 --  cl tried    36644 cl shrink        0 lits rem          0 time: 0.01
578.57/72.48	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.02
578.57/72.48	c calculated reachability. Time: 0.00
578.57/72.48	c  N st    57    537411       504      1264         0     36644      5536    611480   no data   no data
784.78/98.25	c  N st    58    701396       504      1264         0     65184      5536   1384810   no data   no data
925.46/115.84	c  N st    59    806116       504      1264         0     58603      5536   1133108   no data   no data
925.46/115.84	c  S st    59    806116       504      1264         0     58603      5536   1133108   no data   no data
926.26/116.00	c  S st    59    806622       504      1264         0     59098      5536   1144339   no data   no data
927.05/116.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
927.05/116.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
927.05/116.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
927.05/116.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
927.05/116.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
927.05/116.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
927.05/116.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
927.05/116.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
927.05/116.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
995.00/124.51	c lits-rem:      2505  cl-subs:     9216  v-elim:      0  v-fix:    0  time:  8.43 s
995.00/124.51	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
995.00/124.52	c vivif2 --  cl tried    49882 cl shrink        0 lits rem          0 time: 0.01
995.00/124.54	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.02
995.00/124.54	c calculated reachability. Time: 0.00
995.00/124.54	c  N st    59    806622       504      1264         0     49882      5536    900890   no data   no data
1415.41/177.13	c  F st    60   1071875       504      1264         0     65899      5536   1254552   no data   no data
1415.41/177.13	c  N st    60   1071875       504      1264         0     65899      5536   1254552   no data   no data
1422.61/178.04	c Decided on static restart strategy
1456.23/182.29	c  N st    70   1100181       504      1264         0     50548      5536    843200   no data   no data
1512.92/189.30	c  N st    72   1136175       504      1264         0     84646      5536   1814891   no data   no data
1556.89/194.89	c  N st    73   1168567       504      1264         0     71908      5536   1380345   no data   no data
1628.82/203.80	c  N st    74   1209933       504      1264         0     66068      5536   1228757   no data   no data
1628.82/203.80	c  S st    74   1209933       504      1264         0     66068      5536   1228757   no data   no data
1630.42/204.04	c  S st    74   1210434       504      1264         0     66555      5536   1240467   no data   no data
1630.42/204.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1630.42/204.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
1630.42/204.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1630.42/204.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1630.42/204.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1630.42/204.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
1630.42/204.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1631.22/204.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1631.22/204.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1766.28/221.00	c lits-rem:      3142  cl-subs:     8486  v-elim:      0  v-fix:    0  time: 16.85 s
1766.28/221.00	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
1766.28/221.02	c vivif2 --  cl tried    58069 cl shrink        0 lits rem          0 time: 0.02
1766.28/221.06	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.04
1766.28/221.06	c calculated reachability. Time: 0.00
1766.28/221.06	c  N st    74   1210434       504      1264         0     58069      5536   1017615   no data   no data
1879.77/235.22	c  N st    75   1283316       504      1264         0     81865      5536   1631958   no data   no data
2073.19/259.46	c  N st    76   1392641       504      1264         0     91275      5536   1935802   no data   no data
2341.75/293.08	c  N st    77   1556627       504      1264         0     97153      5536   2027339   no data   no data
2619.10/327.76	c  N st    78   1710434       504      1264         0     87137      5536   1704285   no data   no data
2619.10/327.76	c  S st    78   1710434       504      1264         0     87137      5536   1704285   no data   no data
2622.30/328.11	c  S st    78   1710939       504      1264         0     87636      5536   1715304   no data   no data
2622.30/328.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2622.30/328.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2622.30/328.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2622.30/328.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2622.30/328.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2622.30/328.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
2622.30/328.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2622.30/328.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2623.10/328.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2935.59/367.36	c lits-rem:      4859  cl-subs:    15702  v-elim:      0  v-fix:    0  time: 39.11 s
2935.59/367.36	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
2935.59/367.38	c vivif2 --  cl tried    71934 cl shrink        0 lits rem          0 time: 0.02
2936.39/367.44	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.05
2936.39/367.44	c calculated reachability. Time: 0.00
2936.39/367.44	c  N st    78   1710939       504      1264         0     71934      5536   1314686   no data   no data
3680.59/460.51	c  N st    79   2079903       504      1264         0     84310      5536   1567371   no data   no data
3996.24/500.08	c  N st    80   2210940       504      1264         0     88624      5536   1646702   no data   no data
3996.24/500.08	c  S st    80   2210940       504      1264         0     88624      5536   1646702   no data   no data
3999.43/500.47	c  S st    80   2211445       504      1264         0     89114      5536   1658682   no data   no data
3999.43/500.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4000.23/500.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
4000.23/500.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4000.23/500.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4000.23/500.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4000.23/500.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
4000.23/500.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4000.23/500.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4001.03/500.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4274.36/534.90	c lits-rem:      2425  cl-subs:    12719  v-elim:      0  v-fix:    0  time: 34.28 s
4274.36/534.90	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
4275.16/534.92	c vivif2 --  cl tried    76395 cl shrink        0 lits rem          0 time: 0.02
4275.16/534.97	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.05
4275.16/534.97	c calculated reachability. Time: 0.00
4275.16/534.97	c  N st    80   2211445       504      1264         0     76395      5536   1326869   no data   no data
5651.51/707.11	c  N st    81   2711445       504      1264         0     99325      5536   1845932   no data   no data
5651.51/707.11	c  S st    81   2711445       504      1264         0     99325      5536   1845932   no data   no data
5655.51/707.64	c  S st    81   2711949       504      1264         0     99821      5536   1858314   no data   no data
5655.51/707.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5656.31/707.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
5656.31/707.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5656.31/707.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5656.31/707.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5656.31/707.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
5656.31/707.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5656.31/707.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
5657.11/707.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6023.15/753.69	c lits-rem:      2914  cl-subs:    17140  v-elim:      0  v-fix:    0  time: 45.86 s
6023.15/753.69	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
6023.95/753.71	c vivif2 --  cl tried    82681 cl shrink        0 lits rem          0 time: 0.02
6023.95/753.77	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.06
6023.95/753.78	c calculated reachability. Time: 0.00
6023.95/753.78	c  N st    81   2711949       504      1264         0     82681      5536   1432815   no data   no data
7448.25/931.99	c  N st    82   3211950       504      1264         0    133802      5536   2727913   no data   no data
7448.25/931.99	c  S st    82   3211950       504      1264         0    133802      5536   2727913   no data   no data
7453.83/932.60	c  S st    82   3212454       504      1264         0    134300      5536   2740580   no data   no data
7453.83/932.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7454.63/932.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
7454.63/932.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7454.63/932.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7454.63/932.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7454.63/932.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
7454.63/932.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7454.63/932.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
7455.43/932.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8415.30/1052.91	c lits-rem:      4688  cl-subs:    27748  v-elim:      0  v-fix:    0  time: 120.03 s
8415.30/1052.91	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
8415.30/1052.94	c vivif2 --  cl tried   106552 cl shrink        0 lits rem          0 time: 0.03
8416.10/1053.00	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.06
8416.10/1053.00	c calculated reachability. Time: 0.00
8416.10/1053.00	c  N st    82   3212454       504      1264         0    106552      5536   2027936   no data   no data
9841.97/1231.43	c  N st    83   3712456       504      1264         0    123177      5536   2378170   no data   no data
9841.97/1231.43	c  S st    83   3712456       504      1264         0    123177      5536   2378170   no data   no data
9846.77/1232.09	c  S st    83   3712959       504      1264         0    123673      5536   2389760   no data   no data
9847.57/1232.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9847.57/1232.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.08
9847.57/1232.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9847.57/1232.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9847.57/1232.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9847.57/1232.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
9847.57/1232.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9848.37/1232.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
9849.17/1232.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10371.13/1297.66	c lits-rem:      4005  cl-subs:    21329  v-elim:      0  v-fix:    0  time: 65.34 s
10371.13/1297.66	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
10371.13/1297.69	c vivif2 --  cl tried   102344 cl shrink        0 lits rem          0 time: 0.03
10371.94/1297.74	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.06
10371.94/1297.75	c calculated reachability. Time: 0.00
10371.94/1297.75	c  N st    83   3712959       504      1264         0    102344      5536   1867371   no data   no data
10467.86/1309.75	c  F st    84   3751563       504      1264         0    138531      5536   2872182   no data   no data
10467.86/1309.75	c  N st    84   3751563       504      1264         0    138531      5536   2872182   no data   no data
10480.58/1311.33	c Decided on static restart strategy
10545.32/1319.43	c  N st    94   3779866       504      1264         0     88216      5536   1449520   no data   no data
10630.04/1330.07	c  N st    96   3815861       504      1264         0    122876      5536   2559815   no data   no data
10721.16/1341.48	c  N st    97   3848253       504      1264         0    153962      5536   3557866   no data   no data
10844.25/1356.84	c  N st    98   3896842       504      1264         0    119671      5536   2291800   no data   no data
11048.93/1382.41	c  N st    99   3969726       504      1264         0    106596      5536   1891842   no data   no data
11331.80/1417.80	c  N st   100   4079049       504      1264         0    126899      5536   2405204   no data   no data
11760.28/1471.46	c  N st   101   4212960       504      1264         0     87328      5536   1311679   no data   no data
11760.28/1471.46	c  S st   101   4212960       504      1264         0     87328      5536   1311679   no data   no data
11762.62/1471.78	c  S st   101   4213464       504      1264         0     87825      5536   1322704   no data   no data
11762.62/1471.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11763.42/1471.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
11763.42/1471.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11763.42/1471.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11763.42/1471.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11763.42/1471.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
11763.42/1471.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11763.42/1471.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
11764.22/1471.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11774.60/1473.22	c lits-rem:       887  cl-subs:     1465  v-elim:      0  v-fix:    0  time:  1.31 s
11774.60/1473.22	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
11774.60/1473.24	c vivif2 --  cl tried    86360 cl shrink        0 lits rem          0 time: 0.02
11774.60/1473.28	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.04
11774.60/1473.28	c calculated reachability. Time: 0.00
11774.60/1473.28	c  N st   101   4213464       504      1264         0     86360      5536   1289717   no data   no data
12433.18/1555.60	c  N st   102   4459441       504      1264         0    146968      5536   2867771   no data   no data
13175.74/1648.53	c  N st   103   4713464       504      1264         0    123717      5536   2212465   no data   no data
13175.74/1648.53	c  S st   103   4713464       504      1264         0    123717      5536   2212465   no data   no data
13179.68/1649.04	c  S st   103   4713967       504      1264         0    124214      5536   2225604   no data   no data
13179.68/1649.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13180.47/1649.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
13180.47/1649.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13180.47/1649.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13180.47/1649.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13180.47/1649.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
13180.47/1649.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13180.47/1649.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
13181.27/1649.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13496.18/1688.61	c lits-rem:      1962  cl-subs:    17917  v-elim:      0  v-fix:    0  time: 39.39 s
13496.18/1688.61	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
13496.18/1688.64	c vivif2 --  cl tried   106297 cl shrink        0 lits rem          0 time: 0.03
13496.98/1688.70	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.06
13496.98/1688.71	c calculated reachability. Time: 0.00
13496.98/1688.71	c  N st   103   4713967       504      1264         0    106297      5536   1799482   no data   no data
14944.41/1869.99	c  N st   104   5213967       504      1264         0    121919      5536   2124672   no data   no data
14944.41/1869.99	c  S st   104   5213967       504      1264         0    121919      5536   2124672   no data   no data
14949.21/1870.58	c  S st   104   5214467       504      1264         0    122404      5536   2136008   no data   no data
14949.21/1870.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14950.01/1870.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
14950.01/1870.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14950.01/1870.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14950.01/1870.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14950.01/1870.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
14950.01/1870.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14950.01/1870.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
14950.87/1870.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15161.86/1897.19	c lits-rem:      3790  cl-subs:    10232  v-elim:      0  v-fix:    0  time: 26.40 s
15161.86/1897.19	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
15162.66/1897.22	c vivif2 --  cl tried   112172 cl shrink        0 lits rem          0 time: 0.03
15162.66/1897.28	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.06
15162.66/1897.29	c calculated reachability. Time: 0.00
15162.66/1897.29	c  N st   104   5214467       504      1264         0    112172      5536   1885616   no data   no data
16709.26/2090.71	c  N st   105   5714468       504      1264         0    103211      5536   1552969   no data   no data
16709.26/2090.71	c  S st   105   5714468       504      1264         0    103211      5536   1552969   no data   no data
16712.40/2091.11	c  S st   105   5714970       504      1264         0    103705      5536   1564951   no data   no data
16712.40/2091.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16712.40/2091.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
16712.40/2091.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16712.40/2091.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16712.40/2091.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16712.40/2091.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
16712.40/2091.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16713.19/2091.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
16713.19/2091.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16723.58/2092.50	c lits-rem:       491  cl-subs:     1820  v-elim:      0  v-fix:    0  time:  1.24 s
16723.58/2092.50	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
16723.58/2092.52	c vivif2 --  cl tried   101885 cl shrink        0 lits rem          0 time: 0.02
16723.58/2092.57	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.05
16723.58/2092.57	c calculated reachability. Time: 0.00
16723.58/2092.57	c  N st   105   5714970       504      1264         0    101885      5536   1526181   no data   no data
18233.43/2281.47	c  N st   106   6214970       504      1264         0    171574      5536   3331744   no data   no data
18233.43/2281.47	c  S st   106   6214970       504      1264         0    171574      5536   3331744   no data   no data
18242.22/2282.55	c  S st   106   6215478       504      1264         0    172070      5536   3342367   no data   no data
18242.22/2282.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
18243.02/2282.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.11
18243.02/2282.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18243.02/2282.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18243.02/2282.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18243.02/2282.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
18243.02/2282.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18243.82/2282.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
18244.62/2282.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19304.37/2415.46	c lits-rem:      6753  cl-subs:    28775  v-elim:      0  v-fix:    0  time: 132.58 s
19304.37/2415.46	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
19305.17/2415.50	c vivif2 --  cl tried   143295 cl shrink        0 lits rem          0 time: 0.04
19305.17/2415.59	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.09
19305.97/2415.60	c calculated reachability. Time: 0.00
19305.97/2415.60	c  N st   106   6215478       504      1264         0    143295      5536   2631168   no data   no data
21289.84/2663.89	c  N st   107   6715478       504      1264         0    195394      5536   3939752   no data   no data
21289.84/2663.89	c  S st   107   6715478       504      1264         0    195394      5536   3939752   no data   no data
21299.44/2665.08	c  S st   107   6715978       504      1264         0    195888      5536   3951062   no data   no data
21300.17/2665.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
21300.97/2665.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.13
21300.97/2665.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21300.97/2665.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21300.97/2665.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21300.97/2665.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
21300.97/2665.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21301.77/2665.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
21302.57/2665.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23703.33/2965.86	c lits-rem:      9394  cl-subs:    45538  v-elim:      0  v-fix:    0  time: 300.41 s
23703.33/2965.86	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
23704.13/2965.92	c vivif2 --  cl tried   150350 cl shrink        0 lits rem          0 time: 0.06
23704.93/2966.05	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.13
23704.93/2966.05	c calculated reachability. Time: 0.00
23704.93/2966.05	c  N st   107   6715978       504      1264         0    150350      5536   2862755   no data   no data
25970.87/3249.58	c  N st   108   7215978       504      1264         0    197982      5536   3957495   no data   no data
25970.87/3249.58	c  S st   108   7215978       504      1264         0    197982      5536   3957495   no data   no data
25978.86/3250.58	c  S st   108   7216480       504      1264         0    198476      5536   3968727   no data   no data
25979.66/3250.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25980.45/3250.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.11
25980.45/3250.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25980.45/3250.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25980.45/3250.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25980.45/3250.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
25980.45/3250.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25980.45/3250.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
25982.05/3250.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28270.14/3537.30	c lits-rem:      6309  cl-subs:    37819  v-elim:      0  v-fix:    0  time: 286.35 s
28270.14/3537.30	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
28270.94/3537.35	c vivif2 --  cl tried   160657 cl shrink        0 lits rem          0 time: 0.05
28271.66/3537.47	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.12
28271.66/3537.48	c calculated reachability. Time: 0.00
28271.66/3537.48	c  N st   108   7216480       504      1264         0    160657      5536   3011781   no data   no data
31253.64/3910.52	c  N st   109   7716480       504      1264         0    185148      5536   3458575   no data   no data
31253.64/3910.52	c  S st   109   7716480       504      1264         0    185148      5536   3458575   no data   no data
31261.62/3911.59	c  S st   109   7716983       504      1264         0    185643      5536   3470866   no data   no data
31262.42/3911.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
31263.22/3911.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.11
31263.22/3911.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31263.22/3911.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31263.22/3911.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31263.22/3911.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
31263.22/3911.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31263.22/3911.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
31264.82/3911.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33321.94/4169.32	c lits-rem:      4226  cl-subs:    49177  v-elim:      0  v-fix:    0  time: 257.35 s
33321.94/4169.32	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
33321.94/4169.36	c vivif2 --  cl tried   136466 cl shrink        0 lits rem          0 time: 0.04
33322.74/4169.46	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.10
33322.74/4169.47	c calculated reachability. Time: 0.00
33322.74/4169.47	c  N st   109   7716983       504      1264         0    136466      5536   2309765   no data   no data
35680.58/4464.47	c  N st   110   8216983       504      1264         0    152082      5536   2568923   no data   no data
35680.58/4464.47	c  S st   110   8216983       504      1264         0    152082      5536   2568923   no data   no data
35686.17/4465.15	c  S st   110   8217486       504      1264         0    152575      5536   2581010   no data   no data
35686.17/4465.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
35686.97/4465.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
35686.97/4465.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35686.97/4465.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35686.97/4465.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35686.97/4465.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
35686.97/4465.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35686.97/4465.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
35687.77/4465.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35929.94/4495.68	c lits-rem:      4730  cl-subs:    13540  v-elim:      0  v-fix:    0  time: 30.29 s
35929.94/4495.68	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
35930.74/4495.71	c vivif2 --  cl tried   139035 cl shrink        0 lits rem          0 time: 0.03
35930.74/4495.78	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.07
35930.74/4495.79	c calculated reachability. Time: 0.00
35930.74/4495.79	c  N st   110   8217486       504      1264         0    139035      5536   2247557   no data   no data
38135.96/4771.64	c  N st   111   8717486       504      1264         0    133957      5536   2020913   no data   no data
38135.96/4771.64	c  S st   111   8717486       504      1264         0    133957      5536   2020913   no data   no data
38140.75/4772.20	c  S st   111   8717987       504      1264         0    134448      5536   2032690   no data   no data
38140.75/4772.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
38140.75/4772.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
38140.75/4772.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38140.75/4772.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38140.75/4772.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38140.75/4772.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    504 time:  0.00 s
38140.75/4772.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38141.56/4772.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
38142.36/4772.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38186.31/4777.94	c lits-rem:       808  cl-subs:     4550  v-elim:      0  v-fix:    0  time:  5.54 s
38186.31/4777.94	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
38186.31/4777.97	c vivif2 --  cl tried   129898 cl shrink        0 lits rem          0 time: 0.03
38187.17/4778.03	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.07
38187.17/4778.04	c calculated reachability. Time: 0.00
38187.17/4778.04	c  N st   111   8717987       504      1264         0    129898      5536   1929724   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321212-1304332547/watcher-3321212-1304332547 -o /tmp/evaluation-result-3321212-1304332547/solver-3321212-1304332547 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3321212-1304332547.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.63 3.44 2/233 26834
/proc/meminfo: memFree=23326432/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=92188 CPUtime=0.02 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 413 0 0 0 2 0 0 0 24 0 8 0 544852497 94400512 352 33554432000 4194304 4627427 140735980623360 18446744073709551615 47199728838578 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26834/statm: 23047 352 299 106 0 18018 0
[pid=26834/tid=26835] ppid=26832 vsize=92188 CPUtime=0 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 8 0 544852497 94400512 352 33554432000 4194304 4627427 140735980623360 18446744073709551615 47199728838572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=92188 CPUtime=0 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 544852497 94400512 352 33554432000 4194304 4627427 140735980623360 18446744073709551615 47199728838578 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=92188 CPUtime=0 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 544852497 94400512 352 33554432000 4194304 4627427 140735980623360 18446744073709551615 47199728838572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=92188 CPUtime=0 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 544852497 94400512 352 33554432000 4194304 4627427 140735980623360 18446744073709551615 47199728838578 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=92188 CPUtime=0 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 544852497 94400512 352 33554432000 4194304 4627427 140735980623360 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=92188 CPUtime=0 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 544852497 94400512 352 33554432000 4194304 4627427 140735980623360 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=92188 CPUtime=0 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 544852497 94400512 352 33554432000 4194304 4627427 140735980623360 18446744073709551615 47199728838568 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0871069 s]
/proc/loadavg: 0.00 0.63 3.44 2/233 26834
/proc/meminfo: memFree=23326432/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=557080 CPUtime=6.46 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 8729 0 0 0 642 4 0 0 19 0 8 0 544852497 570449920 5288 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 139270 5288 388 106 0 134241 0
[pid=26834/tid=26835] ppid=26832 vsize=557080 CPUtime=0.8 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1147 0 0 0 80 0 0 0 18 0 8 0 544852497 570449920 5288 33554432000 4194304 4627427 140735980623360 18446744073709551615 4310133 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=557080 CPUtime=0.8 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1089 0 0 0 80 0 0 0 18 0 8 0 544852497 570449920 5288 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=557080 CPUtime=0.8 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1075 0 0 0 80 0 0 0 18 0 8 0 544852497 570449920 5288 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=557080 CPUtime=0.8 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1048 0 0 0 80 0 0 0 18 0 8 0 544852497 570449920 5288 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=557080 CPUtime=0.78 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1066 0 0 0 78 0 0 0 18 0 8 0 544852497 570449920 5288 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=557080 CPUtime=0.8 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1007 0 0 0 80 0 0 0 19 0 8 0 544852497 570449920 5288 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=557080 CPUtime=0.8 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 863 0 0 0 80 0 0 0 18 0 8 0 544852497 570449920 5288 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 557080

[startup+0.92155 s]
/proc/loadavg: 0.00 0.63 3.44 2/233 26834
/proc/meminfo: memFree=23326432/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=557080 CPUtime=7.26 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 9167 0 0 0 722 4 0 0 19 0 8 0 544852497 570449920 5726 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 139270 5726 388 106 0 134241 0
[pid=26834/tid=26835] ppid=26832 vsize=557080 CPUtime=0.9 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1198 0 0 0 90 0 0 0 19 0 8 0 544852497 570449920 5726 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=557080 CPUtime=0.9 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1139 0 0 0 90 0 0 0 19 0 8 0 544852497 570449920 5726 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=557080 CPUtime=0.9 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1118 0 0 0 90 0 0 0 19 0 8 0 544852497 570449920 5726 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=557080 CPUtime=0.9 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1104 0 0 0 90 0 0 0 18 0 8 0 544852497 570449920 5726 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=557080 CPUtime=0.88 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1123 0 0 0 88 0 0 0 19 0 8 0 544852497 570449920 5726 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=557080 CPUtime=0.9 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1064 0 0 0 90 0 0 0 19 0 8 0 544852497 570449920 5726 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=557080 CPUtime=0.9 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 924 0 0 0 90 0 0 0 19 0 8 0 544852497 570449920 5727 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 557080

[startup+1.02153 s]
/proc/loadavg: 0.00 0.63 3.44 2/233 26834
/proc/meminfo: memFree=23326432/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=549068 CPUtime=8.06 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 10156 0 0 0 802 4 0 0 19 0 8 0 544852497 562245632 5230 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 137267 5230 388 106 0 132238 0
[pid=26834/tid=26835] ppid=26832 vsize=549068 CPUtime=1 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1373 0 0 0 100 0 0 0 19 0 8 0 544852497 562245632 5230 33554432000 4194304 4627427 140735980623360 18446744073709551615 4333404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=549068 CPUtime=1 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1186 0 0 0 100 0 0 0 19 0 8 0 544852497 562245632 5230 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=549068 CPUtime=1 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1157 0 0 0 100 0 0 0 19 0 8 0 544852497 562245632 5230 33554432000 4194304 4627427 140735980623360 18446744073709551615 4348160 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=549068 CPUtime=1 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1285 0 0 0 100 0 0 0 19 0 8 0 544852497 562245632 5230 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=549068 CPUtime=0.98 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1295 0 0 0 98 0 0 0 19 0 8 0 544852497 562245632 5230 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=549068 CPUtime=1 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1122 0 0 0 100 0 0 0 19 0 8 0 544852497 562245632 5230 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308117 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=549068 CPUtime=1 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1065 0 0 0 100 0 0 0 19 0 8 0 544852497 562245632 5230 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 549068

[startup+1.12151 s]
/proc/loadavg: 0.00 0.63 3.44 2/233 26834
/proc/meminfo: memFree=23326432/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=549332 CPUtime=8.86 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 10813 0 0 0 882 4 0 0 19 0 8 0 544852497 562515968 5282 33554432000 4194304 4627427 140735980623360 18446744073709551615 4333412 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 137333 5282 388 106 0 132304 0
[pid=26834/tid=26835] ppid=26832 vsize=549332 CPUtime=1.1 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1417 0 0 0 110 0 0 0 19 0 8 0 544852497 562515968 5282 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=549332 CPUtime=1.1 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1362 0 0 0 110 0 0 0 19 0 8 0 544852497 562515968 5282 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=549332 CPUtime=1.1 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1318 0 0 0 110 0 0 0 19 0 8 0 544852497 562515968 5282 33554432000 4194304 4627427 140735980623360 18446744073709551615 4333265 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=549332 CPUtime=1.1 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1344 0 0 0 110 0 0 0 19 0 8 0 544852497 562515968 5282 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=549332 CPUtime=1.08 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1363 0 0 0 108 0 0 0 19 0 8 0 544852497 562515968 5282 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=549332 CPUtime=1.1 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1170 0 0 0 110 0 0 0 19 0 8 0 544852497 562515968 5282 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=549332 CPUtime=1.1 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1114 0 0 0 110 0 0 0 19 0 8 0 544852497 562515968 5282 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 549332

[startup+1.50045 s]
/proc/loadavg: 0.00 0.63 3.44 2/233 26834
/proc/meminfo: memFree=23326432/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=549752 CPUtime=11.89 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 12413 0 0 0 1184 5 0 0 20 0 8 0 544852497 562946048 6577 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 137438 6577 389 106 0 132409 0
[pid=26834/tid=26835] ppid=26832 vsize=549752 CPUtime=1.48 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1580 0 0 0 148 0 0 0 19 0 8 0 544852497 562946048 6577 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309763 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=549752 CPUtime=1.48 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1538 0 0 0 148 0 0 0 19 0 8 0 544852497 562946048 6577 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=549752 CPUtime=1.49 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1495 0 0 0 148 1 0 0 20 0 8 0 544852497 562946048 6577 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=549752 CPUtime=1.48 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1515 0 0 0 148 0 0 0 19 0 8 0 544852497 562946048 6577 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=549752 CPUtime=1.46 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1545 0 0 0 146 0 0 0 19 0 8 0 544852497 562946048 6577 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309744 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=549752 CPUtime=1.47 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1482 0 0 0 147 0 0 0 20 0 8 0 544852497 562946048 6577 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308156 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=549752 CPUtime=1.48 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 1311 0 0 0 148 0 0 0 19 0 8 0 544852497 562946048 6578 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 549752

[startup+3.10115 s]
/proc/loadavg: 0.80 0.79 3.47 9/241 26842
/proc/meminfo: memFree=23289044/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=560100 CPUtime=24.68 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 22359 0 0 0 2462 6 0 0 25 0 8 0 544852497 573542400 10403 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 140025 10403 390 106 0 134996 0
[pid=26834/tid=26835] ppid=26832 vsize=560100 CPUtime=3.08 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 3593 0 0 0 308 0 0 0 25 0 8 0 544852497 573542400 10404 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=560100 CPUtime=3.08 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 2596 0 0 0 308 0 0 0 25 0 8 0 544852497 573542400 10404 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=560100 CPUtime=3.09 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 2500 0 0 0 308 1 0 0 25 0 8 0 544852497 573542400 10404 33554432000 4194304 4627427 140735980623360 18446744073709551615 4333052 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=560100 CPUtime=3.07 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 2391 0 0 0 307 0 0 0 25 0 8 0 544852497 573542400 10404 33554432000 4194304 4627427 140735980623360 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=560100 CPUtime=3.06 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 2471 0 0 0 306 0 0 0 25 0 8 0 544852497 573542400 10404 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=560100 CPUtime=3.06 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 2582 0 0 0 306 0 0 0 25 0 8 0 544852497 573542400 10404 33554432000 4194304 4627427 140735980623360 18446744073709551615 4321713 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=560100 CPUtime=3.08 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 2181 0 0 0 308 0 0 0 25 0 8 0 544852497 573542400 10404 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 560100

[startup+6.30857 s]
/proc/loadavg: 1.38 0.91 3.49 9/241 26842
/proc/meminfo: memFree=23246336/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=568180 CPUtime=50.31 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 45223 0 0 0 5021 10 0 0 25 0 8 0 544852497 581816320 19965 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309290 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 142045 19965 391 106 0 137016 0
[pid=26834/tid=26835] ppid=26832 vsize=568180 CPUtime=6.29 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 6988 0 0 0 629 0 0 0 25 0 8 0 544852497 581816320 19965 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=568180 CPUtime=6.29 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 6250 0 0 0 627 2 0 0 25 0 8 0 544852497 581816320 19965 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=568180 CPUtime=6.29 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 5705 0 0 0 628 1 0 0 25 0 8 0 544852497 581816320 19965 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=568180 CPUtime=6.29 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 4950 0 0 0 628 1 0 0 25 0 8 0 544852497 581816320 19965 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=568180 CPUtime=6.27 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 5908 0 0 0 627 0 0 0 25 0 8 0 544852497 581816320 19965 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=568180 CPUtime=6.24 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 5520 0 0 0 623 1 0 0 25 0 8 0 544852497 581816320 19965 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=568180 CPUtime=6.29 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 3805 0 0 0 629 0 0 0 25 0 8 0 544852497 581816320 19965 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 2 0 0 0

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


[startup+4722.3 s]
/proc/loadavg: 8.04 8.03 7.99 9/241 26980
/proc/meminfo: memFree=21672500/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=2336936 CPUtime=37741.9 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 2592145 0 0 0 3772840 1351 0 0 25 0 8 0 544852497 2393022464 413192 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 584234 413192 390 106 0 579205 0
[pid=26834/tid=26835] ppid=26832 vsize=2336936 CPUtime=4721.72 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 312852 0 0 0 472036 136 0 0 25 0 8 0 544852497 2393022464 413192 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=2336936 CPUtime=4721.5 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 350591 0 0 0 471980 170 0 0 25 0 8 0 544852497 2393022464 413192 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=2336936 CPUtime=4722.38 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 361485 0 0 0 472036 202 0 0 25 0 8 0 544852497 2393022464 413192 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=2336936 CPUtime=4722.39 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 337503 0 0 0 472075 164 0 0 25 0 8 0 544852497 2393022464 413192 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=2336936 CPUtime=4722.4 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 330916 0 0 0 472040 200 0 0 25 0 8 0 544852497 2393022464 413192 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=2336936 CPUtime=4686.62 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 228162 0 0 0 468528 134 0 0 25 0 8 0 544852497 2393022464 413192 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=2336936 CPUtime=4722.42 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 314170 0 0 0 472099 143 0 0 25 0 8 0 544852497 2393022464 413192 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37741.9
Current children cumulated vsize (KiB) 2336936

[startup+4782.3 s]
/proc/loadavg: 8.06 8.03 7.99 9/241 26982
/proc/meminfo: memFree=21617548/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=2457020 CPUtime=38221.5 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 2624638 0 0 0 3820783 1366 0 0 25 0 8 0 544852497 2515988480 424494 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 614255 424494 390 106 0 609226 0
[pid=26834/tid=26835] ppid=26832 vsize=2457020 CPUtime=4781.73 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 318524 0 0 0 478035 138 0 0 25 0 8 0 544852497 2515988480 424494 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=2457020 CPUtime=4781.49 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 355582 0 0 0 477978 171 0 0 25 0 8 0 544852497 2515988480 424494 33554432000 4194304 4627427 140735980623360 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=2457020 CPUtime=4782.39 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 367693 0 0 0 478034 205 0 0 25 0 8 0 544852497 2515988480 424494 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=2457020 CPUtime=4782.39 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 342506 0 0 0 478073 166 0 0 25 0 8 0 544852497 2515988480 424494 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=2457020 CPUtime=4782.4 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 333818 0 0 0 478038 202 0 0 25 0 8 0 544852497 2515988480 424494 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=2457020 CPUtime=4746.19 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 229724 0 0 0 474484 135 0 0 25 0 8 0 544852497 2515988480 424494 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=2457020 CPUtime=4782.41 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 315243 0 0 0 478098 143 0 0 25 0 8 0 544852497 2515988480 424494 33554432000 4194304 4627427 140735980623360 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38221.5
Current children cumulated vsize (KiB) 2457020

[startup+4842.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/241 26983
/proc/meminfo: memFree=21720532/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=2357212 CPUtime=38701 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 2658078 0 0 0 3868722 1382 0 0 25 0 8 0 544852497 2413785088 401062 33554432000 4194304 4627427 140735980623360 18446744073709551615 4324205 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 589303 401062 390 106 0 584274 0
[pid=26834/tid=26835] ppid=26832 vsize=2357212 CPUtime=4841.72 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 322150 0 0 0 484033 139 0 0 25 0 8 0 544852497 2413785088 401062 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=2357212 CPUtime=4841.48 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 356192 0 0 0 483977 171 0 0 25 0 8 0 544852497 2413785088 401062 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=2357212 CPUtime=4842.39 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 376179 0 0 0 484030 209 0 0 25 0 8 0 544852497 2413785088 401062 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=2357212 CPUtime=4842.4 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 345485 0 0 0 484072 168 0 0 25 0 8 0 544852497 2413785088 401062 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=2357212 CPUtime=4842.4 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 338949 0 0 0 484035 205 0 0 25 0 8 0 544852497 2413785088 401062 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=2357212 CPUtime=4805.75 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 234859 0 0 0 480438 137 0 0 25 0 8 0 544852497 2413785088 401062 33554432000 4194304 4627427 140735980623360 18446744073709551615 4332655 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=2357212 CPUtime=4842.42 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 319353 0 0 0 484096 146 0 0 25 0 8 0 544852497 2413785088 401062 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420181 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38701
Current children cumulated vsize (KiB) 2357212

[startup+4902.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/241 26985
/proc/meminfo: memFree=21680724/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=2200540 CPUtime=39180.7 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 2682230 0 0 0 3916668 1398 0 0 25 0 8 0 544852497 2253352960 410826 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 550135 410826 390 106 0 545106 0
[pid=26834/tid=26835] ppid=26832 vsize=2200540 CPUtime=4901.73 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 322150 0 0 0 490034 139 0 0 25 0 8 0 544852497 2253352960 410826 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=2200540 CPUtime=4901.48 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 359661 0 0 0 489975 173 0 0 25 0 8 0 544852497 2253352960 410826 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=2200540 CPUtime=4902.4 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 381430 0 0 0 490028 212 0 0 25 0 8 0 544852497 2253352960 410826 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=2200540 CPUtime=4902.4 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 349841 0 0 0 490070 170 0 0 25 0 8 0 544852497 2253352960 410826 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309768 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=2200540 CPUtime=4902.41 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 339465 0 0 0 490035 206 0 0 25 0 8 0 544852497 2253352960 410826 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=2200540 CPUtime=4865.31 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 239512 0 0 0 486390 141 0 0 25 0 8 0 544852497 2253352960 410826 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=2200540 CPUtime=4902.42 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 320017 0 0 0 490096 146 0 0 25 0 8 0 544852497 2253352960 410826 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39180.7
Current children cumulated vsize (KiB) 2200540

[startup+4962.3 s]
/proc/loadavg: 8.05 8.05 8.00 9/241 26986
/proc/meminfo: memFree=21644876/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=2362260 CPUtime=39660.1 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 2699532 0 0 0 3964601 1411 0 0 25 0 8 0 544852497 2418954240 419662 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 590565 419662 390 106 0 585536 0
[pid=26834/tid=26835] ppid=26832 vsize=2362260 CPUtime=4961.73 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 322150 0 0 0 496034 139 0 0 25 0 8 0 544852497 2418954240 419662 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=2362260 CPUtime=4961.46 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 362028 0 0 0 495971 175 0 0 25 0 8 0 544852497 2418954240 419662 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=2362260 CPUtime=4962.39 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 381430 0 0 0 496027 212 0 0 25 0 8 0 544852497 2418954240 419662 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=2362260 CPUtime=4962.4 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 355873 0 0 0 496067 173 0 0 25 0 8 0 544852497 2418954240 419662 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=2362260 CPUtime=4962.4 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 339699 0 0 0 496034 206 0 0 25 0 8 0 544852497 2418954240 419662 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309965 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=2362260 CPUtime=4924.83 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 240981 0 0 0 492340 143 0 0 25 0 8 0 544852497 2418954240 419662 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=2362260 CPUtime=4962.43 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 322328 0 0 0 496093 150 0 0 25 0 8 0 544852497 2418954240 419662 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39660.1
Current children cumulated vsize (KiB) 2362260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5004.9 s]
/proc/loadavg: 8.02 8.04 8.00 9/241 26988
/proc/meminfo: memFree=21633824/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=2423680 CPUtime=40000.6 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 2710852 0 0 0 3998643 1421 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 605920 422489 390 106 0 600891 0
[pid=26834/tid=26835] ppid=26832 vsize=2423680 CPUtime=5004.35 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 322150 0 0 0 500295 140 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420191 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=2423680 CPUtime=5004.07 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 365205 0 0 0 500230 177 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=2423680 CPUtime=5005 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 381430 0 0 0 500288 212 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=2423680 CPUtime=5005.01 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 355873 0 0 0 500328 173 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=2423680 CPUtime=5005.01 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 343345 0 0 0 500292 209 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=2423680 CPUtime=4967.07 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 241488 0 0 0 496564 143 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=2423680 CPUtime=5005.03 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 322350 0 0 0 500353 150 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 2423680

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

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

[startup+5004.9 s]
/proc/loadavg: 8.02 8.04 8.00 9/241 26988
/proc/meminfo: memFree=21633824/32951124 swapFree=67111524/67111528
[pid=26834] ppid=26832 vsize=2423680 CPUtime=40000.6 cores=0-7
/proc/26834/stat : 26834 (strangenight2-m) R 26832 26834 26808 0 -1 4202496 2710852 0 0 0 3998643 1421 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26834/statm: 605920 422489 390 106 0 600891 0
[pid=26834/tid=26835] ppid=26832 vsize=2423680 CPUtime=5004.35 cores=0-7
/proc/26834/task/26835/stat : 26835 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 322150 0 0 0 500295 140 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420191 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26834/tid=26836] ppid=26832 vsize=2423680 CPUtime=5004.07 cores=0-7
/proc/26834/task/26836/stat : 26836 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 365205 0 0 0 500230 177 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26834/tid=26837] ppid=26832 vsize=2423680 CPUtime=5005 cores=0-7
/proc/26834/task/26837/stat : 26837 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 381430 0 0 0 500288 212 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26834/tid=26838] ppid=26832 vsize=2423680 CPUtime=5005.01 cores=0-7
/proc/26834/task/26838/stat : 26838 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 355873 0 0 0 500328 173 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26834/tid=26839] ppid=26832 vsize=2423680 CPUtime=5005.01 cores=0-7
/proc/26834/task/26839/stat : 26839 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 343345 0 0 0 500292 209 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26834/tid=26840] ppid=26832 vsize=2423680 CPUtime=4967.07 cores=0-7
/proc/26834/task/26840/stat : 26840 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 241488 0 0 0 496564 143 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26834/tid=26841] ppid=26832 vsize=2423680 CPUtime=5005.03 cores=0-7
/proc/26834/task/26841/stat : 26841 (strangenight2-m) R 26832 26834 26808 0 -1 4202560 322350 0 0 0 500353 150 0 0 25 0 8 0 544852497 2481848320 422489 33554432000 4194304 4627427 140735980623360 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 2423680

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5005
CPU time (s): 40000.8
CPU user time (s): 39986.5
CPU system time (s): 14.2978
CPU usage (%): 799.216
Max. virtual memory (cumulated for all children) (KiB): 2569964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39986.5
system time used= 14.2978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2710853
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= 5333
involuntary context switches= 175612

runsolver used 9.30158 second user time and 28.6766 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-02 12:35:48
IDJOB=3321212
IDBENCH=83431
IDSOLVER=1709
FILE ID=node139/3321212-1304332547
RUNJOBID= node139-1304332543-26822
PBS_JOBID= 13177702
Free space on /tmp= 73188 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_4_keyfind_1.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321212-1304332547/watcher-3321212-1304332547 -o /tmp/evaluation-result-3321212-1304332547/solver-3321212-1304332547 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3321212-1304332547.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=1116645355

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23326720 kB
Buffers:       2092516 kB
Cached:        6257104 kB
SwapCached:          4 kB
Active:        2305352 kB
Inactive:      6780364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23326720 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6060 kB
Writeback:           0 kB
AnonPages:      736060 kB
Mapped:          20588 kB
Slab:           464408 kB
PageTables:      12608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34655064 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= 73180 MiB
End job on node139 at 2011-05-02 13:59:15