Trace number 3368184

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-Night2-st (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n120-s55656844-unsat.cnf
MD5SUM4877ca9f3fe317c84d3087c8296a2a0b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark219.038
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of clauses252
Sum of the clauses size756
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3252
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368184-1305389559.cnf'
0.00/0.01	c -- header says num vars:            121
0.00/0.01	c -- header says num clauses:         252
0.00/0.01	c -- clauses added:            0 learnts,          252 normals,            0 xors
0.00/0.01	c -- vars added        121
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       121       252         0         0       756         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       4 undec:     111 neg:       6
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       121       252         0         0       756         0   no data   no data
0.09/0.09	c Decided on static restart strategy
0.09/0.09	c  N st     8      4915       121       252         0      4293       756     82176   no data   no data
0.19/0.22	c  N st    10     11297       121       252         0      3918       756     61261   no data   no data
0.29/0.38	c  N st    11     17042       121       252         0      8732       756    168533   no data   no data
0.59/0.61	c  F st    12     25001       121       252         0     10670       756    204658   no data   no data
0.59/0.61	c  N st    12     25001       121       252         0     10670       756    204658   no data   no data
0.69/0.75	c Decided on static restart strategy
0.69/0.75	c  N st    18     30000       121       252         0      9318       756    159534   no data   no data
0.69/0.75	c  S st    18     30000       121       252         0      9318       756    159534   no data   no data
0.69/0.77	c  S st    18     30502       121       252         0      9795       756    168166   no data   no data
0.69/0.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.69/0.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.69/0.77	c blocked clauses removed:        0 vars:      0 tried:         121 T: 0.00 s
0.69/0.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.69/0.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.69/0.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
0.69/0.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.69/0.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.69/0.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.87	c lits-rem:      1167  cl-subs:      743  v-elim:      0  v-fix:    0  time:  0.09 s
0.79/0.87	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
0.79/0.87	c calculated reachability. Time: 0.00
0.79/0.87	c  N st    18     30502       121       252         0      9052       756    149402   no data   no data
0.99/1.11	c  N st    20     37616       121       252         0      8436       756    129849   no data   no data
1.29/1.34	c  N st    21     44016       121       252         0     14268       756    262985   no data   no data
1.39/1.40	c  S st    22     45754       121       252         0      7931       756    103357   no data   no data
1.39/1.42	c  S st    22     46254       121       252         0      8416       756    112084   no data   no data
1.39/1.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.39/1.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
1.39/1.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.39/1.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.39/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.44	c lits-rem:       115  cl-subs:       59  v-elim:      0  v-fix:    0  time:  0.01 s
1.39/1.44	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
1.39/1.44	c vivif2 --  cl tried     8357 cl shrink        0 lits rem          0 time: 0.00
1.39/1.44	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
1.39/1.44	c calculated reachability. Time: 0.00
1.39/1.44	c  N st    22     46254       121       252         0      8357       756    110937   no data   no data
1.89/1.96	c  N st    23     60652       121       252         0     12047       756    188699   no data   no data
2.29/2.32	c  N st    24     69381       121       252         0      9954       756    128644   no data   no data
2.29/2.32	c  S st    24     69381       121       252         0      9954       756    128644   no data   no data
2.29/2.34	c  S st    24     69882       121       252         0     10438       756    137660   no data   no data
2.29/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.29/2.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.29/2.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
2.29/2.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.29/2.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.29/2.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.37	c lits-rem:       268  cl-subs:      233  v-elim:      0  v-fix:    0  time:  0.02 s
2.29/2.37	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
2.29/2.37	c vivif2 --  cl tried    10205 cl shrink        0 lits rem          0 time: 0.00
2.29/2.38	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
2.29/2.38	c calculated reachability. Time: 0.00
2.29/2.38	c  N st    24     69882       121       252         0     10205       756    132423   no data   no data
2.98/3.07	c  F st    25     87500       121       252         0     14848       756    222119   no data   no data
2.98/3.07	c  N st    25     87500       121       252         0     14848       756    222119   no data   no data
3.19/3.29	c Decided on static restart strategy
3.38/3.42	c  N st    32     95538       121       252         0     21954       756    369910   no data   no data
3.78/3.80	c  N st    34    104823       121       252         0     19032       756    310907   no data   no data
3.78/3.80	c  S st    34    104823       121       252         0     19032       756    310907   no data   no data
3.78/3.84	c  S st    34    105323       121       252         0     19509       756    320039   no data   no data
3.78/3.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.78/3.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.78/3.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.78/3.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.78/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.78/3.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
3.78/3.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.78/3.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.78/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.06	c lits-rem:      1760  cl-subs:      713  v-elim:      0  v-fix:    0  time:  0.20 s
3.99/4.06	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
3.99/4.06	c vivif2 --  cl tried    18796 cl shrink        0 lits rem          0 time: 0.00
3.99/4.07	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
3.99/4.07	c calculated reachability. Time: 0.00
3.99/4.07	c  N st    34    105323       121       252         0     18796       756    299867   no data   no data
4.49/4.50	c  N st    35    114921       121       252         0     15107       756    211077   no data   no data
5.19/5.24	c  N st    36    129319       121       252         0     14563       756    185486   no data   no data
6.39/6.42	c  N st    37    150915       121       252         0     19119       756    279800   no data   no data
6.69/6.75	c  S st    38    157985       121       252         0     25104       756    408391   no data   no data
6.79/6.80	c  S st    38    158489       121       252         0     25591       756    418217   no data   no data
6.79/6.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.79/6.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.79/6.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.79/6.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.79/6.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.79/6.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
6.79/6.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.79/6.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.79/6.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.39/7.42	c lits-rem:      3454  cl-subs:     2357  v-elim:      0  v-fix:    0  time:  0.60 s
7.39/7.42	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
7.39/7.43	c vivif2 --  cl tried    23234 cl shrink        0 lits rem          0 time: 0.01
7.39/7.43	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.01
7.39/7.43	c calculated reachability. Time: 0.00
7.39/7.43	c  N st    38    158489       121       252         0     23234       756    357990   no data   no data
9.79/9.83	c  N st    39    207077       121       252         0     18014       756    227623   no data   no data
11.39/11.45	c  N st    40    237733       121       252         0     26811       756    410527   no data   no data
11.39/11.45	c  S st    40    237733       121       252         0     26811       756    410527   no data   no data
11.49/11.51	c  S st    40    238241       121       252         0     27301       756    420322   no data   no data
11.49/11.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.49/11.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
11.49/11.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.49/11.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.49/11.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.49/11.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
11.49/11.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.49/11.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.49/11.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.29/12.35	c lits-rem:      3144  cl-subs:     3067  v-elim:      0  v-fix:    0  time:  0.82 s
12.29/12.35	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
12.29/12.36	c vivif2 --  cl tried    24234 cl shrink        0 lits rem          0 time: 0.01
12.29/12.36	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
12.29/12.36	c calculated reachability. Time: 0.00
12.29/12.36	c  N st    40    238241       121       252         0     24234       756    342816   no data   no data
16.40/16.44	c  F st    41    306250       121       252         0     27416       756    401553   no data   no data
16.40/16.44	c  N st    41    306250       121       252         0     27416       756    401553   no data   no data
16.69/16.75	c Decided on static restart strategy
18.19/18.24	c  N st    51    334554       121       252         0     31425       756    474329   no data   no data
19.59/19.68	c  N st    53    357362       121       252         0     29263       756    405816   no data   no data
19.59/19.68	c  S st    53    357362       121       252         0     29263       756    405816   no data   no data
19.70/19.73	c  S st    53    357862       121       252         0     29748       756    416365   no data   no data
19.70/19.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.70/19.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
19.70/19.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.70/19.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.70/19.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.70/19.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
19.70/19.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.70/19.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.70/19.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.19/20.20	c lits-rem:      2155  cl-subs:     1734  v-elim:      0  v-fix:    0  time:  0.44 s
20.19/20.20	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
20.19/20.20	c vivif2 --  cl tried    28014 cl shrink        0 lits rem          0 time: 0.00
20.19/20.21	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.01
20.19/20.21	c calculated reachability. Time: 0.00
20.19/20.21	c  N st    53    357862       121       252         0     28014       756    371970   no data   no data
22.29/22.38	c  N st    54    390254       121       252         0     33599       756    493628   no data   no data
25.59/25.67	c  N st    55    438843       121       252         0     27841       756    350059   no data   no data
30.69/30.71	c  N st    56    511725       121       252         0     38845       756    587764   no data   no data
32.49/32.54	c  N st    57    536793       121       252         0     34726       756    486287   no data   no data
32.49/32.54	c  S st    57    536793       121       252         0     34726       756    486287   no data   no data
32.59/32.61	c  S st    57    537301       121       252         0     35220       756    496172   no data   no data
32.59/32.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.59/32.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
32.59/32.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.59/32.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.59/32.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.59/32.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
32.59/32.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.59/32.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.59/32.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.01/33.09	c lits-rem:      1975  cl-subs:      975  v-elim:      0  v-fix:    0  time:  0.45 s
33.01/33.09	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
33.01/33.10	c vivif2 --  cl tried    34245 cl shrink        0 lits rem          0 time: 0.01
33.09/33.10	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.01
33.09/33.10	c calculated reachability. Time: 0.00
33.09/33.10	c  N st    57    537301       121       252         0     34245       756    468949   no data   no data
46.20/46.28	c  N st    58    701287       121       252         0     58938       756    973613   no data   no data
56.11/56.13	c  N st    59    805952       121       252         0     53515       756    799627   no data   no data
56.11/56.13	c  S st    59    805952       121       252         0     53515       756    799627   no data   no data
56.19/56.23	c  S st    59    806456       121       252         0     54006       756    810509   no data   no data
56.19/56.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.19/56.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
56.19/56.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.19/56.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.19/56.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.19/56.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
56.19/56.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.19/56.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
56.19/56.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.59/59.64	c lits-rem:      7011  cl-subs:     5604  v-elim:      0  v-fix:    0  time:  3.36 s
59.59/59.64	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
59.59/59.65	c vivif2 --  cl tried    48402 cl shrink        0 lits rem          0 time: 0.01
59.59/59.66	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.01
59.59/59.66	c calculated reachability. Time: 0.00
59.59/59.66	c  N st    59    806456       121       252         0     48402       756    677310   no data   no data
84.00/84.03	c  F st    60   1071876       121       252         0     61826       756    955708   no data   no data
84.00/84.03	c  N st    60   1071876       121       252         0     61826       756    955708   no data   no data
84.50/84.54	c Decided on static restart strategy
86.69/86.76	c  N st    70   1100180       121       252         0     49468       756    662962   no data   no data
90.29/90.31	c  N st    72   1136176       121       252         0     41468       756    472199   no data   no data
93.20/93.28	c  N st    73   1168571       121       252         0     69553       756   1098968   no data   no data
97.09/97.10	c  N st    74   1209686       121       252         0     63913       756    938113   no data   no data
97.09/97.10	c  S st    74   1209686       121       252         0     63913       756    938113   no data   no data
97.19/97.24	c  S st    74   1210189       121       252         0     64400       756    948214   no data   no data
97.19/97.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
97.19/97.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
97.19/97.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.19/97.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.19/97.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.19/97.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
97.19/97.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.19/97.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
97.29/97.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.70/102.76	c lits-rem:      9070  cl-subs:     6052  v-elim:      0  v-fix:    0  time:  5.45 s
102.70/102.76	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
102.70/102.78	c vivif2 --  cl tried    58348 cl shrink        0 lits rem          0 time: 0.02
102.80/102.80	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.02
102.80/102.81	c calculated reachability. Time: 0.00
102.80/102.81	c  N st    74   1210189       121       252         0     58348       756    800736   no data   no data
110.49/110.58	c  N st    75   1283071       121       252         0     77745       756   1203026   no data   no data
121.40/121.48	c  N st    76   1392395       121       252         0     44329       756    499947   no data   no data
137.59/137.62	c  N st    77   1556379       121       252         0     47811       756    542399   no data   no data
152.19/152.25	c  N st    78   1710189       121       252         0     82846       756   1270675   no data   no data
152.19/152.25	c  S st    78   1710189       121       252         0     82846       756   1270675   no data   no data
152.39/152.40	c  S st    78   1710694       121       252         0     83337       756   1281591   no data   no data
152.39/152.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
152.39/152.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
152.39/152.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
152.39/152.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
152.39/152.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.39/152.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
152.39/152.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.39/152.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
152.39/152.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.91/163.96	c lits-rem:     14865  cl-subs:    13098  v-elim:      0  v-fix:    0  time: 11.48 s
163.91/163.96	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
163.91/163.98	c vivif2 --  cl tried    70239 cl shrink        0 lits rem          0 time: 0.02
163.99/164.00	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.02
163.99/164.01	c calculated reachability. Time: 0.00
163.99/164.01	c  N st    78   1710694       121       252         0     70239       756    978463   no data   no data
207.60/207.62	c  N st    79   2079658       121       252         0     83934       756   1299030   no data   no data
224.00/224.01	c  N st    80   2210694       121       252         0     87366       756   1314704   no data   no data
224.00/224.01	c  S st    80   2210694       121       252         0     87366       756   1314704   no data   no data
224.20/224.22	c  S st    80   2211199       121       252         0     87863       756   1325678   no data   no data
224.20/224.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
224.20/224.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
224.20/224.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
224.20/224.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
224.20/224.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.20/224.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
224.20/224.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
224.20/224.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
224.31/224.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.50/235.59	c lits-rem:     14871  cl-subs:     9793  v-elim:      0  v-fix:    0  time: 11.28 s
235.50/235.59	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
235.60/235.61	c vivif2 --  cl tried    78070 cl shrink        0 lits rem          0 time: 0.02
235.60/235.65	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.04
235.60/235.65	c calculated reachability. Time: 0.00
235.60/235.65	c  N st    80   2211199       121       252         0     78070       756   1084422   no data   no data
301.41/301.44	c  N st    81   2711199       121       252         0    100710       756   1456063   no data   no data
301.41/301.44	c  S st    81   2711199       121       252         0    100710       756   1456063   no data   no data
301.60/301.61	c  S st    81   2711703       121       252         0    101207       756   1467827   no data   no data
301.60/301.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
301.60/301.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
301.60/301.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
301.60/301.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.60/301.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.60/301.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
301.60/301.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
301.60/301.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
301.70/301.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
314.62/314.64	c lits-rem:      8473  cl-subs:    13680  v-elim:      0  v-fix:    0  time: 12.93 s
314.62/314.64	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
314.62/314.65	c vivif2 --  cl tried    87527 cl shrink        0 lits rem          0 time: 0.02
314.62/314.68	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.03
314.62/314.68	c calculated reachability. Time: 0.00
314.62/314.68	c  N st    81   2711703       121       252         0     87527       756   1177855   no data   no data
387.80/387.89	c  N st    82   3211703       121       252         0     67697       756    761613   no data   no data
387.80/387.89	c  S st    82   3211703       121       252         0     67697       756    761613   no data   no data
388.00/388.02	c  S st    82   3212212       121       252         0     68202       756    774420   no data   no data
388.00/388.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
388.00/388.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
388.00/388.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
388.00/388.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
388.00/388.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
388.00/388.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
388.00/388.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
388.00/388.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
388.00/388.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
388.50/388.56	c lits-rem:       756  cl-subs:      660  v-elim:      0  v-fix:    0  time:  0.50 s
388.50/388.56	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
388.50/388.57	c vivif2 --  cl tried    67542 cl shrink        0 lits rem          0 time: 0.01
388.50/388.59	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.02
388.50/388.59	c calculated reachability. Time: 0.00
388.50/388.59	c  N st    82   3212212       121       252         0     67542       756    759749   no data   no data
458.11/458.10	c  N st    83   3712214       121       252         0     73945       756    850901   no data   no data
458.11/458.10	c  S st    83   3712214       121       252         0     73945       756    850901   no data   no data
458.21/458.23	c  S st    83   3712715       121       252         0     74436       756    862137   no data   no data
458.21/458.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
458.21/458.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
458.21/458.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
458.21/458.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
458.21/458.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
458.21/458.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
458.21/458.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
458.21/458.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
458.21/458.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
459.41/459.44	c lits-rem:      1887  cl-subs:     3431  v-elim:      0  v-fix:    0  time:  1.15 s
459.41/459.44	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
459.41/459.46	c vivif2 --  cl tried    71005 cl shrink        0 lits rem          0 time: 0.01
459.41/459.47	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.02
459.41/459.48	c calculated reachability. Time: 0.00
459.41/459.48	c  N st    83   3712715       121       252         0     71005       756    801005   no data   no data
464.30/464.32	c  F st    84   3751562       121       252         0    104100       756   1541054   no data   no data
464.30/464.32	c  N st    84   3751562       121       252         0    104100       756   1541054   no data   no data
467.71/467.71	c  N dy   132   3771684       121       252         0    122432       756   1896216     12.45     13.12
473.51/473.55	c  N dy   213   3798627       121       252         0     75976       756    849066     12.17     13.50
476.81/476.84	c  N dy   331   3818660       121       252         0     94663       756   1223999     12.52     17.01
480.81/480.82	c  N dy   434   3838699       121       252         0    113246       756   1594420     12.65     17.71
485.50/485.52	c  N dy   529   3859038       121       252         0    132102       756   1977616     12.74     13.59
491.40/491.44	c  N dy   607   3881006       121       252         0     76532       756    806068     12.66     13.34
495.21/495.26	c  N dy   700   3907443       121       252         0    100795       756   1293274     12.61     13.61
499.61/499.67	c  N dy   820   3928022       121       252         0    119894       756   1676028     12.70     13.41
504.01/504.00	c  N dy   864   3948143       121       252         0    138341       756   2061044     12.60     13.32
509.01/509.08	c  N dy   941   3968200       121       252         0    156719       756   2423267     12.58     14.46
512.91/512.99	c  N dy  1042   3988213       121       252         0     96848       756   1186023     12.64     17.75
516.91/516.91	c  N dy  1092   4011206       121       252         0    117914       756   1610063     12.56     13.38
522.31/522.33	c  N dy  1228   4032247       121       252         0    137453       756   2009703     12.65     13.58
528.02/528.03	c  N dy  1342   4052293       121       252         0    156031       756   2387199     12.69     13.51
532.51/532.56	c  N dy  1438   4072405       121       252         0     94293       756   1088385     12.72     13.47
535.90/535.97	c  N dy  1488   4092449       121       252         0    112846       756   1469780     12.64     15.37
540.20/540.23	c  N dy  1556   4113059       121       252         0    131730       756   1848468     12.61     13.28
545.30/545.37	c  N dy  1612   4135871       121       252         0    152495       756   2265517     12.56     13.24
550.71/550.78	c  N dy  1705   4156222       121       252         0     89809       756    984780     12.56     13.29
554.32/554.37	c  N dy  1793   4177098       121       252         0    109050       756   1374888     12.57     13.36
558.72/558.75	c  N dy  1898   4197171       121       252         0    127556       756   1754852     12.59     16.45
562.81/562.85	c  S st  1992   4212716       121       252         0    141994       756   2047676     12.63     12.40
563.12/563.16	c  S st  1992   4213221       121       252         0    142487       756   2058535     12.63   no data
563.12/563.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
563.23/563.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
563.23/563.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
563.23/563.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
563.23/563.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
563.23/563.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
563.23/563.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
563.23/563.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
563.31/563.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
572.11/572.16	c lits-rem:      4630  cl-subs:     3330  v-elim:      0  v-fix:    0  time:  8.86 s
572.11/572.16	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
572.21/572.20	c vivif2 --  cl tried   139157 cl shrink        0 lits rem          0 time: 0.04
572.21/572.25	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.05
572.21/572.25	c calculated reachability. Time: 0.00
572.21/572.25	c  N dy  1992   4213221       121       252         0    139157       756   1978040     12.63   no data
577.31/577.32	c  N dy  2048   4233819       121       252         0    158191       756   2369749     12.60     13.47
582.51/582.59	c  N dy  2165   4253909       121       252         0     94153       756   1074836     12.63     18.30
586.41/586.43	c  N dy  2273   4273929       121       252         0    112666       756   1454235     12.65     20.04
590.72/590.79	c  N dy  2367   4293959       121       252         0    131235       756   1832764     12.67     15.28
596.51/596.50	c  N dy  2499   4314308       121       252         0    150120       756   2222332     12.71     13.46
603.01/603.01	c  N dy  2606   4334315       121       252         0     84619       756    845971     12.74     16.94
606.41/606.40	c  N dy  2717   4354433       121       252         0    103202       756   1231460     12.76     13.46
610.52/610.53	c  N dy  2808   4374453       121       252         0    121721       756   1606159     12.76     13.58
615.61/615.68	c  N dy  2932   4394716       121       252         0    140538       756   1993771     12.79     13.66
621.52/621.52	c  N dy  3042   4414896       121       252         0    159014       756   2373498     12.81     13.96
627.11/627.19	c  N dy  3137   4434965       121       252         0     92671       756    990278     12.83     17.92
631.02/631.07	c  N dy  3212   4457923       121       252         0    113963       756   1436710     12.81     13.49
635.22/635.21	c  N dy  3250   4478843       121       252         0    132886       756   1808726     12.76     13.50
639.71/639.70	c  N dy  3301   4498918       121       252         0    151424       756   2188303     12.75     17.07
645.51/645.51	c  N dy  3390   4519059       121       252         0    169959       756   2572033     12.76     13.48
650.41/650.40	c  N dy  3532   4539086       121       252         0    102885       756   1194841     12.80     15.46
656.41/656.40	c  N dy  3599   4571291       121       252         0    132284       756   1797289     12.75     13.61
661.51/661.54	c  N dy  3692   4591345       121       252         0    150844       756   2182806     12.76     13.43
667.92/667.90	c  N dy  3803   4612206       121       252         0    170151       756   2582111     12.78     13.63
672.32/672.34	c  N dy  3857   4632216       121       252         0    102161       756   1177086     12.76     17.11
675.82/675.82	c  N dy  3906   4652312       121       252         0    120342       756   1539308     12.74     17.36
680.42/680.43	c  N dy  3982   4672331       121       252         0    138771       756   1917909     12.74     15.80
685.72/685.76	c  N dy  4049   4694212       121       252         0    158883       756   2324876     12.73     13.40
692.12/692.13	c  S st  4145   4713223       121       252         0     89070       756    886411     12.74     13.00
692.32/692.30	c  S st  4145   4713730       121       252         0     89567       756    897807     12.74   no data
692.32/692.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
692.32/692.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
692.32/692.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
692.32/692.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
692.32/692.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
692.32/692.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
692.32/692.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
692.32/692.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
692.32/692.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
693.52/693.55	c lits-rem:       276  cl-subs:      237  v-elim:      0  v-fix:    0  time:  1.19 s
693.52/693.55	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
693.52/693.57	c vivif2 --  cl tried    89330 cl shrink        0 lits rem          0 time: 0.02
693.52/693.59	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.02
693.52/693.59	c calculated reachability. Time: 0.00
693.52/693.59	c  N dy  4145   4713730       121       252         0     89330       756    893850     12.74   no data
697.43/697.45	c  N dy  4207   4737457       121       252         0    110809       756   1328060     12.71     13.48
701.61/701.67	c  N dy  4274   4758125       121       252         0    129787       756   1720397     12.70     13.43
707.32/707.36	c  N dy  4407   4778299       121       252         0    148510       756   2107380     12.72     13.43
712.92/712.92	c  N dy  4486   4798356       121       252         0    167121       756   2504938     12.72     13.68
718.52/718.58	c  N dy  4589   4818675       121       252         0     97564       756   1057487     12.74     13.48
722.73/722.76	c  N dy  4695   4839932       121       252         0    117135       756   1454609     12.74     13.44
727.62/727.63	c  N dy  4803   4860017       121       252         0    135833       756   1842712     12.75     14.87
734.22/734.25	c  N dy  4931   4884800       121       252         0    158602       756   2311686     12.77     13.46
740.33/740.33	c  N dy  5026   4904824       121       252         0    177190       756   2703141     12.77     13.93
746.12/746.13	c  N dy  5135   4931300       121       252         0    111772       756   1328177     12.78     13.68
751.62/751.60	c  N dy  5241   4956364       121       252         0    134604       756   1794402     12.76     14.24
757.83/757.88	c  N dy  5393   4977349       121       252         0    154076       756   2206700     12.79     13.56
765.42/765.47	c  N dy  5517   5003113       121       252         0    177698       756   2694102     12.79     13.59
770.62/770.69	c  N dy  5650   5023135       121       252         0    106220       756   1230523     12.81     13.54
775.53/775.53	c  N dy  5795   5043228       121       252         0    124826       756   1625145     12.84     13.54
780.22/780.20	c  N dy  5863   5063251       121       252         0    143264       756   2011537     12.84     14.75
785.43/785.46	c  N dy  5918   5083265       121       252         0    161610       756   2384112     12.82     13.71
792.72/792.77	c  N dy  6055   5103437       121       252         0    180361       756   2784008     12.84     13.54
797.92/797.94	c  N dy  6147   5126272       121       252         0    110268       756   1297515     12.85     13.60
802.42/802.46	c  N dy  6243   5146772       121       252         0    129253       756   1690584     12.85     13.60
807.72/807.72	c  N dy  6352   5166863       121       252         0    147775       756   2071197     12.86     13.94
813.62/813.68	c  N dy  6445   5186910       121       252         0    166240       756   2448801     12.86     13.55
821.12/821.13	c  N dy  6535   5207180       121       252         0     92684       756    911044     12.87     13.77
822.22/822.24	c  S st  6560   5213730       121       252         0     98760       756   1038619     12.87   no data
822.42/822.44	c  S st  6560   5214235       121       252         0     99255       756   1050521     12.87   no data
822.42/822.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
822.42/822.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
822.42/822.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
822.42/822.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
822.42/822.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
822.42/822.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
822.42/822.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
822.42/822.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
822.52/822.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
823.51/823.52	c lits-rem:       526  cl-subs:      507  v-elim:      0  v-fix:    0  time:  1.00 s
823.51/823.52	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
823.51/823.54	c vivif2 --  cl tried    98748 cl shrink        0 lits rem          0 time: 0.02
823.51/823.57	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.03
823.51/823.57	c calculated reachability. Time: 0.00
823.51/823.57	c  N dy  6560   5214235       121       252         0     98748       756   1039120     12.87   no data
827.52/827.56	c  N dy  6658   5234631       121       252         0    117521       756   1428426     12.87     13.73
831.71/831.74	c  N dy  6709   5254654       121       252         0    136032       756   1815056     12.87     15.89
836.92/836.91	c  N dy  6796   5274737       121       252         0    154410       756   2191632     12.87     14.57
844.02/844.06	c  N dy  6873   5299329       121       252         0    177157       756   2681392     12.87     13.92
850.62/850.65	c  N dy  6993   5319355       121       252         0    102480       756   1097659     12.88     13.56
854.92/854.96	c  N dy  7092   5339625       121       252         0    121172       756   1479558     12.88     13.58
859.82/859.87	c  N dy  7200   5359656       121       252         0    139668       756   1877179     12.89     18.50
865.82/865.87	c  N dy  7338   5379736       121       252         0    158321       756   2268488     12.91     16.81
872.12/872.14	c  N dy  7431   5400172       121       252         0    177144       756   2652361     12.91     13.70
878.42/878.44	c  N dy  7490   5423743       121       252         0    104598       756   1132616     12.89     13.63
882.62/882.69	c  N dy  7586   5444455       121       252         0    123932       756   1540987     12.90     13.66
887.92/887.94	c  N dy  7707   5464526       121       252         0    142453       756   1932573     12.91     13.77
892.62/892.60	c  N dy  7758   5484812       121       252         0    160997       756   2322360     12.90     13.64
899.32/899.37	c  N dy  7854   5507927       121       252         0    182168       756   2758049     12.90     13.63
904.92/904.90	c  N dy  7952   5528069       121       252         0    105876       756   1145752     12.90     13.69
909.62/909.68	c  N dy  8011   5553244       121       252         0    128509       756   1609451     12.89     13.76
915.33/915.31	c  N dy  8129   5573344       121       252         0    147232       756   2005137     12.90     14.77
921.42/921.41	c  N dy  8252   5593425       121       252         0    165774       756   2387784     12.91     16.44
928.52/928.56	c  N dy  8341   5616516       121       252         0    186824       756   2816219     12.90     13.66
934.02/934.00	c  N dy  8414   5636921       121       252         0    110137       756   1213451     12.90     13.60
941.73/941.78	c  N dy  8477   5677224       121       252         0    147020       756   2011459     12.85     13.68
947.82/947.85	c  N dy  8589   5697462       121       252         0    165744       756   2409120     12.86     13.63
952.82/952.80	c  S st  8658   5714235       121       252         0    180964       756   2725126     12.85   no data
953.12/953.17	c  S st  8658   5714736       121       252         0    181445       756   2736443     12.85   no data
953.12/953.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
953.22/953.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
953.22/953.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
953.22/953.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
953.22/953.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
953.22/953.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
953.22/953.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
953.22/953.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
953.32/953.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
968.04/968.08	c lits-rem:      6635  cl-subs:     5488  v-elim:      0  v-fix:    0  time: 14.72 s
968.04/968.08	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
968.12/968.13	c vivif2 --  cl tried   175957 cl shrink        0 lits rem          0 time: 0.05
968.22/968.21	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.07
968.22/968.21	c calculated reachability. Time: 0.00
968.22/968.21	c  N dy  8658   5714736       121       252         0    175957       756   2596230     12.85   no data
974.82/974.84	c  N dy  8691   5738815       121       252         0    101233       756   1023892     12.83     13.79
978.42/978.43	c  N dy  8754   5758828       121       252         0    119420       756   1394630     12.83     18.31
983.83/983.80	c  N dy  8883   5778896       121       252         0    138009       756   1781998     12.84     16.30
989.53/989.56	c  N dy  8997   5798928       121       252         0    156518       756   2167406     12.85     18.55
996.32/996.38	c  N dy  9114   5819113       121       252         0    175171       756   2558079     12.86     13.56
1005.22/1005.26	c  N dy  9196   5847426       121       252         0    103786       756   1059726     12.85     13.53
1009.33/1009.37	c  N dy  9281   5868530       121       252         0    123320       756   1469918     12.85     13.69
1014.43/1014.46	c  N dy  9400   5888589       121       252         0    141826       756   1855390     12.86     13.72
1020.33/1020.31	c  N dy  9525   5908671       121       252         0    160486       756   2251957     12.87     18.00
1027.44/1027.48	c  N dy  9593   5933785       121       252         0    183463       756   2739909     12.86     13.61
1034.93/1034.94	c  N dy  9720   5954257       121       252         0    104283       756   1067680     12.87     13.66
1039.33/1039.30	c  N dy  9833   5975072       121       252         0    123474       756   1466407     12.88     13.68
1044.43/1044.49	c  N dy  9949   5995422       121       252         0    142307       756   1859318     12.89     13.88
1049.52/1049.52	c  N dy  9996   6016081       121       252         0    160873       756   2244538     12.88     13.71
1056.43/1056.49	c  N dy 10101   6036166       121       252         0    179351       756   2631320     12.89     13.72
1065.23/1065.24	c  N dy 10130   6074004       121       252         0    114815       756   1302533     12.85     13.69
1069.52/1069.54	c  N dy 10193   6094079       121       252         0    133084       756   1687305     12.84     21.96
1074.52/1074.56	c  N dy 10274   6114195       121       252         0    151600       756   2072796     12.84     13.58
1080.63/1080.63	c  N dy 10371   6134210       121       252         0    170073       756   2451817     12.85     13.72
1087.73/1087.79	c  N dy 10476   6154753       121       252         0    188866       756   2851144     12.86     13.69
1095.22/1095.23	c  N dy 10604   6174931       121       252         0    107483       756   1115688     12.87     13.68
1099.43/1099.45	c  N dy 10706   6194975       121       252         0    125930       756   1499619     12.87     18.04
1103.63/1103.67	c  S st 10764   6214736       121       252         0    143803       756   1859421     12.87     11.27
1103.93/1103.98	c  S st 10764   6215239       121       252         0    144298       756   1870931     12.87   no data
1103.93/1103.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1104.03/1104.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
1104.03/1104.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1104.03/1104.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1104.03/1104.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1104.03/1104.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
1104.03/1104.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1104.03/1104.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1104.13/1104.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1109.84/1109.82	c lits-rem:      2125  cl-subs:     2847  v-elim:      0  v-fix:    0  time:  5.70 s
1109.84/1109.82	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
1109.84/1109.85	c vivif2 --  cl tried   141451 cl shrink        0 lits rem          0 time: 0.04
1109.84/1109.91	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.05
1109.95/1109.91	c calculated reachability. Time: 0.00
1109.95/1109.91	c  N dy 10764   6215239       121       252         0    141451       756   1802180     12.87   no data
1116.83/1116.81	c  N dy 10871   6238331       121       252         0    162586       756   2239488     12.87     13.58
1123.83/1123.85	c  N dy 11001   6258462       121       252         0    181216       756   2637143     12.88     13.58
1130.93/1130.91	c  N dy 11084   6278747       121       252         0    199828       756   3021490     12.88     13.59
1135.92/1135.94	c  N dy 11151   6299342       121       252         0    118011       756   1327400     12.88     13.69
1140.43/1140.43	c  N dy 11228   6319759       121       252         0    136774       756   1723505     12.88     13.57
1145.93/1145.94	c  N dy 11329   6339803       121       252         0    155285       756   2114414     12.88     15.79
1150.54/1150.59	c  N dy 11356   6360109       121       252         0    173914       756   2504628     12.87     13.62
1157.43/1157.49	c  N dy 11464   6380236       121       252         0    192446       756   2895395     12.88     13.59
1164.43/1164.41	c  N dy 11507   6404585       121       252         0    112699       756   1195564     12.86     13.86
1169.03/1169.09	c  N dy 11534   6427757       121       252         0    133810       756   1636267     12.85     13.60
1174.23/1174.27	c  N dy 11625   6448311       121       252         0    152707       756   2029407     12.85     13.55
1180.34/1180.32	c  N dy 11722   6469095       121       252         0    171882       756   2431342     12.86     13.56
1187.03/1187.08	c  N dy 11821   6489227       121       252         0    190307       756   2816993     12.86     13.64
1195.23/1195.22	c  N dy 11949   6509292       121       252         0    106118       756   1058875     12.87     16.19
1199.23/1199.23	c  N dy 12030   6529353       121       252         0    124753       756   1452720     12.87     13.86
1204.64/1204.68	c  N dy 12168   6549515       121       252         0    143449       756   1851757     12.88     13.78
1210.93/1210.91	c  N dy 12267   6570017       121       252         0    162289       756   2247430     12.89     13.84
1217.64/1217.66	c  N dy 12387   6590024       121       252         0    180702       756   2639078     12.89     15.08
1225.44/1225.47	c  N dy 12522   6610046       121       252         0    199213       756   3033150     12.90     16.64
1232.83/1232.90	c  N dy 12666   6630180       121       252         0    113743       756   1203319     12.92     13.64
1237.73/1237.72	c  N dy 12800   6650240       121       252         0    132205       756   1594299     12.93     19.50
1242.64/1242.63	c  N dy 12869   6670710       121       252         0    150899       756   1979671     12.92     13.65
1248.94/1248.90	c  N dy 12945   6694400       121       252         0    172808       756   2456314     12.92     13.87
1256.43/1256.40	c  N dy 13061   6715240       121       252         0    192042       756   2863441     12.93     10.45
1256.43/1256.40	c  S st 13061   6715240       121       252         0    192042       756   2863441     12.93     10.45
1256.83/1256.84	c  S st 13061   6715742       121       252         0    192532       756   2874244     12.93   no data
1256.83/1256.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1256.93/1256.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.09
1256.93/1256.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1256.93/1256.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1256.93/1256.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1256.93/1256.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
1256.93/1256.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1256.93/1256.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1257.03/1257.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1270.44/1270.47	c lits-rem:      4359  cl-subs:     4598  v-elim:      0  v-fix:    0  time: 13.41 s
1270.44/1270.47	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
1270.54/1270.52	c vivif2 --  cl tried   187934 cl shrink        0 lits rem          0 time: 0.05
1270.63/1270.60	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.08
1270.63/1270.61	c calculated reachability. Time: 0.00
1270.63/1270.61	c  N dy 13061   6715742       121       252         0    187934       756   2756557     12.93   no data
1281.74/1281.73	c  N dy 13177   6747653       121       252         0    112373       756   1158855     12.92     13.87
1285.85/1285.89	c  N dy 13245   6767756       121       252         0    130761       756   1544222     12.92     13.61
1291.54/1291.58	c  N dy 13352   6787978       121       252         0    149268       756   1931824     12.93     13.61
1297.44/1297.47	c  N dy 13435   6807981       121       252         0    167763       756   2333669     12.93     19.28

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368184-1305389559/watcher-3368184-1305389559 -o /tmp/evaluation-result-3368184-1305389559/solver-3368184-1305389559 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368184-1305389559.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.05 4.03 3.96 4/363 6179
/proc/meminfo: memFree=15306476/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=29596 CPUtime=0 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 507 0 0 0 0 0 0 0 19 0 1 0 729186535 30306304 447 33554432000 4194304 4580011 140737134205600 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 7399 447 363 95 0 2381 0

[startup+0.095255 s]
/proc/loadavg: 4.05 4.03 3.96 4/363 6179
/proc/meminfo: memFree=15306476/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=30068 CPUtime=0.09 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 721 0 0 0 9 0 0 0 19 0 1 0 729186535 30789632 564 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 7517 564 364 95 0 2499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30068

[startup+0.100255 s]
/proc/loadavg: 4.05 4.03 3.96 4/363 6179
/proc/meminfo: memFree=15306476/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=30068 CPUtime=0.09 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 728 0 0 0 9 0 0 0 19 0 1 0 729186535 30789632 571 33554432000 4194304 4580011 140737134205600 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 7517 571 364 95 0 2499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30068

[startup+0.300213 s]
/proc/loadavg: 4.05 4.03 3.96 4/363 6179
/proc/meminfo: memFree=15306476/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=30464 CPUtime=0.29 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 1020 0 0 0 29 0 0 0 20 0 1 0 729186535 31195136 695 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 7616 695 364 95 0 2598 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30464

[startup+0.701141 s]
/proc/loadavg: 4.05 4.03 3.96 4/363 6179
/proc/meminfo: memFree=15306476/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=30940 CPUtime=0.69 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 1597 0 0 0 69 0 0 0 21 0 1 0 729186535 31682560 807 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 7735 807 365 95 0 2717 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30940

[startup+1.50099 s]
/proc/loadavg: 4.05 4.03 3.96 5/364 6180
/proc/meminfo: memFree=15331640/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=36056 CPUtime=1.49 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 3433 0 0 0 149 0 0 0 18 0 1 0 729186535 36921344 1999 33554432000 4194304 4580011 140737134205600 18446744073709551615 4295707 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 9014 1999 367 95 0 3996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36056

[startup+3.10069 s]
/proc/loadavg: 4.05 4.03 3.96 5/364 6180
/proc/meminfo: memFree=15325804/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=37288 CPUtime=3.08 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 4929 0 0 0 308 0 0 0 21 0 1 0 729186535 38182912 2345 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 9322 2345 367 95 0 4304 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37288

[startup+6.30109 s]
/proc/loadavg: 4.04 4.03 3.96 5/364 6180
/proc/meminfo: memFree=15299196/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=42396 CPUtime=6.29 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 8181 0 0 0 628 1 0 0 22 0 1 0 729186535 43413504 3541 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 10599 3541 367 95 0 5581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42396

[startup+12.7009 s]
/proc/loadavg: 4.04 4.03 3.96 5/364 6180
/proc/meminfo: memFree=15265844/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=51264 CPUtime=12.69 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 12975 0 0 0 1267 2 0 0 25 0 1 0 729186535 52494336 5922 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 12816 5922 367 95 0 7798 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51264

[startup+25.5005 s]
/proc/loadavg: 4.03 4.03 3.96 5/364 6181
/proc/meminfo: memFree=15275000/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=53272 CPUtime=25.49 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 19710 0 0 0 2547 2 0 0 25 0 1 0 729186535 54550528 6020 33554432000 4194304 4580011 140737134205600 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 13318 6020 367 95 0 8300 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53272

[startup+51.1006 s]
/proc/loadavg: 4.14 4.06 3.97 5/364 6181
/proc/meminfo: memFree=15255000/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=58196 CPUtime=51.09 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 30576 0 0 0 5104 5 0 0 25 0 1 0 729186535 59592704 7291 33554432000 4194304 4580011 140737134205600 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 14549 7291 367 95 0 9531 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58196

[startup+102.314 s]
/proc/loadavg: 4.13 4.06 3.98 5/364 6183
/proc/meminfo: memFree=15214432/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=77616 CPUtime=102.31 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 49070 0 0 0 10221 10 0 0 25 0 1 0 729186535 79478784 12362 33554432000 4194304 4580011 140737134205600 18446744073709551615 4416367 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 19404 12362 367 95 0 14386 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 77616

[startup+162.301 s]
/proc/loadavg: 4.08 4.06 3.98 5/364 6184
/proc/meminfo: memFree=15129704/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=93636 CPUtime=162.29 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 64293 0 0 0 16217 12 0 0 25 0 1 0 729186535 95883264 16483 33554432000 4194304 4580011 140737134205600 18446744073709551615 4415683 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 23409 16483 367 95 0 18391 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 93636

[startup+222.3 s]
/proc/loadavg: 4.06 4.06 3.99 5/364 6186
/proc/meminfo: memFree=15140956/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=94184 CPUtime=222.29 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 79832 0 0 0 22214 15 0 0 25 0 1 0 729186535 96444416 16275 33554432000 4194304 4580011 140737134205600 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 23546 16275 367 95 0 18528 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94184

[startup+282.301 s]
/proc/loadavg: 4.02 4.05 3.99 5/364 6187
/proc/meminfo: memFree=15074592/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=101264 CPUtime=282.3 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 92502 0 0 0 28212 18 0 0 25 0 1 0 729186535 103694336 18189 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 25316 18189 367 95 0 20298 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 101264

[startup+342.301 s]
/proc/loadavg: 4.09 4.05 4.00 5/364 6189
/proc/meminfo: memFree=15098724/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=111172 CPUtime=342.3 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 105440 0 0 0 34209 21 0 0 25 0 1 0 729186535 113840128 19844 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 27793 19844 367 95 0 22775 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 111172

[startup+402.301 s]
/proc/loadavg: 4.03 4.04 4.00 5/364 6299
/proc/meminfo: memFree=15877352/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=111304 CPUtime=402.3 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 117225 0 0 0 40206 24 0 0 25 0 1 0 729186535 113975296 20050 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 27826 20051 367 95 0 22808 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 111304

[startup+462.3 s]
/proc/loadavg: 4.10 4.06 4.00 5/364 6300
/proc/meminfo: memFree=15873964/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=118884 CPUtime=462.3 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 128181 0 0 0 46203 27 0 0 25 0 1 0 729186535 121737216 21626 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 29721 21626 367 95 0 24703 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 118884

[startup+522.301 s]
/proc/loadavg: 3.94 4.02 3.99 5/364 6412
/proc/meminfo: memFree=17442756/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=119464 CPUtime=522.31 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 137299 0 0 0 52201 30 0 0 25 0 1 0 729186535 122331136 22402 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 29866 22402 367 95 0 24848 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 119464

[startup+582.301 s]
/proc/loadavg: 3.98 4.01 3.99 5/364 6413
/proc/meminfo: memFree=17346016/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=125856 CPUtime=582.31 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 146701 0 0 0 58199 32 0 0 25 0 1 0 729186535 128876544 22962 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 31464 22962 367 95 0 26446 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 125856

[startup+642.301 s]
/proc/loadavg: 4.03 4.02 3.99 5/364 6415
/proc/meminfo: memFree=17233228/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=119876 CPUtime=642.32 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 153272 0 0 0 64198 34 0 0 25 0 1 0 729186535 122753024 23464 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 29969 23464 367 95 0 24951 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 119876

[startup+702.3 s]
/proc/loadavg: 4.08 4.03 4.00 5/364 6417
/proc/meminfo: memFree=17125044/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=133364 CPUtime=702.31 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 158858 0 0 0 70196 35 0 0 25 0 1 0 729186535 136564736 25950 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 33341 25951 367 95 0 28323 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 133364

[startup+762.313 s]
/proc/loadavg: 4.11 4.04 4.01 5/364 6418
/proc/meminfo: memFree=17128460/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=133504 CPUtime=762.33 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 166026 0 0 0 76196 37 0 0 25 0 1 0 729186535 136708096 26735 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 33376 26735 367 95 0 28358 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 133504

[startup+822.301 s]
/proc/loadavg: 4.12 4.05 4.01 5/364 6420
/proc/meminfo: memFree=17051048/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=133656 CPUtime=822.32 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 174261 0 0 0 82194 38 0 0 25 0 1 0 729186535 136863744 25139 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294580 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 33414 25139 367 95 0 28396 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 133656

[startup+882.301 s]
/proc/loadavg: 4.04 4.03 4.00 5/364 6421
/proc/meminfo: memFree=16935660/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=133720 CPUtime=882.32 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 181524 0 0 0 88191 41 0 0 25 0 1 0 729186535 136929280 25652 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 33430 25652 367 95 0 28412 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 133720

[startup+942.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/364 6423
/proc/meminfo: memFree=16950116/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=133788 CPUtime=942.33 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 188972 0 0 0 94190 43 0 0 25 0 1 0 729186535 136998912 26277 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 33447 26277 367 95 0 28429 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 133788

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/364 6425
/proc/meminfo: memFree=16877364/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=140128 CPUtime=1002.32 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 194778 0 0 0 100188 44 0 0 25 0 1 0 729186535 143491072 28499 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 35032 28499 367 95 0 30014 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 140128

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/364 6426
/proc/meminfo: memFree=16839340/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=196424 CPUtime=1062.33 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 201922 0 0 0 106187 46 0 0 25 0 1 0 729186535 201138176 28656 33554432000 4194304 4580011 140737134205600 18446744073709551615 4304848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 49106 28656 367 95 0 44088 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 196424

[startup+1122.3 s]
/proc/loadavg: 4.18 4.06 4.01 5/364 6428
/proc/meminfo: memFree=16790040/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=140328 CPUtime=1122.33 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 208653 0 0 0 112185 48 0 0 25 0 1 0 729186535 143695872 28228 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 35082 28228 367 95 0 30064 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 140328

[startup+1182.3 s]
/proc/loadavg: 4.12 4.06 4.01 5/364 6429
/proc/meminfo: memFree=16762200/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=140440 CPUtime=1182.33 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 215907 0 0 0 118183 50 0 0 25 0 1 0 729186535 143810560 28152 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 35110 28152 367 95 0 30092 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 140440

[startup+1242.3 s]
/proc/loadavg: 4.08 4.06 4.01 5/364 6431
/proc/meminfo: memFree=16774316/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=140564 CPUtime=1242.34 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 222678 0 0 0 124182 52 0 0 25 0 1 0 729186535 143937536 27486 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 35141 27486 367 95 0 30123 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 140564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.09 4.02 5/364 6433
/proc/meminfo: memFree=16645552/32950928 swapFree=67111200/67111528
[pid=6179] ppid=6177 vsize=148132 CPUtime=1300.04 cores=4,6
/proc/6179/stat : 6179 (strangenight2-s) R 6177 6179 6061 0 -1 4202496 229306 0 0 0 129951 53 0 0 25 0 1 0 729186535 151687168 30231 33554432000 4194304 4580011 140737134205600 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6179/statm: 37033 30231 367 95 0 32015 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 148132

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.52
CPU system time (s): 0.539917
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 220100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.539917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229306
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= 16
involuntary context switches= 948

runsolver used 4.90325 second user time and 10.4844 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 18:12:39
IDJOB=3368184
IDBENCH=83147
IDSOLVER=1845
FILE ID=node115/3368184-1305389559
RUNJOBID= node115-1305388748-6080
PBS_JOBID= 13324414
Free space on /tmp= 73204 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n120-s55656844-unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368184-1305389559/watcher-3368184-1305389559 -o /tmp/evaluation-result-3368184-1305389559/solver-3368184-1305389559 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368184-1305389559.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4877ca9f3fe317c84d3087c8296a2a0b
RANDOM SEED=798157856

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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:     32950928 kB
MemFree:      15306756 kB
Buffers:        278736 kB
Cached:        4484968 kB
SwapCached:          0 kB
Active:       14401220 kB
Inactive:      2918840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15306756 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            5456 kB
Writeback:          12 kB
AnonPages:    12556484 kB
Mapped:          29140 kB
Slab:           211288 kB
PageTables:      47236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 72795832 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= 73208 MiB
End job on node115 at 2011-05-14 18:34:21