Trace number 3368407

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)UNSAT 342.576 342.59

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368407-1305380541.cnf'
0.00/0.00	c -- header says num vars:          34510
0.00/0.00	c -- header says num clauses:      701694
0.18/0.23	c -- clauses added:            0 learnts,       701694 normals,            0 xors
0.18/0.23	c -- vars added      34510
0.18/0.23	c Parsing time:  0.20 s
0.18/0.23	c  N st     0         0     34510    648825     52869         0   2616281         0   no data   no data
0.28/0.35	c asymm  cl-useful: 25/1994/648825 lits-rem:25 time: 0.12
1.78/1.82	c Flit:   266 Blit:     32 bXBeca:    0 bXProp:  282 Bins:      0 BRemL:      0 BRemN:      0 P: 168.0M T:  1.46
1.78/1.84	c Cleaning up after failed var search:     0.02 s 
1.78/1.87	c Replacing      282 vars Replaced    12225 lits Time:     0.03 s 
1.99/2.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.99/2.08	c bin-w-bin subsume rem         6083 bins  time:  0.01 s
2.10/2.13	c subs with bin:     4304  lits-rem:      2447  v-fix:    0  time:  0.05 s
2.10/2.18	c Subs w/ non-existent bins:   3481 l-rem:   1607 v-fix:     0 done:   6040 time:  0.04 s
2.20/2.27	c Removed useless bin:    8787  fixed:     0  props:  18.27M  time:  0.09 s
3.09/3.13	c lits-rem:       876  cl-subs:    50164  v-elim:   2866  v-fix:    0  time:  0.84 s
3.09/3.17	c Finding binary XORs  T:     0.04 s  found:      44
3.09/3.19	c Replacing       44 vars Replaced     2498 lits Time:     0.02 s 
3.48/3.51	c Finding non-binary XORs:     0.29 s (found:       0, avg size: nan)
3.48/3.51	c calculated reachability. Time: 0.01
3.48/3.54	c Calc default polars -  time:   0.03 s pos:   10091 undec:   13974 neg:   10445
3.48/3.54	c =========================================================================================
3.48/3.54	c types(t): F = full restart, N = normal restart
3.48/3.54	c types(t): S = simplification begin/end, E = solution found
3.48/3.54	c restart types(rt): st = static, dy = dynamic
3.48/3.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.48/3.54	c  B st     0         0     30845    573183     37159         0   2296820         0   no data   no data
4.59/4.70	c  N dy     8      4564     30845    573183     37161      4526   2296819     56229      7.03      7.40
5.59/5.67	c  N dy    25      8713     30845    573183     37166      8631   2296819    106331      6.89      7.28
6.78/6.82	c  N dy    42     13497     30844    573183     37177     13360   2296819    159907      6.70      7.06
7.78/7.87	c  N dy    62     17509     30844    573183     37179     17323   2296819    206472      6.78      7.95
8.88/8.94	c  N dy    83     21701     30844    573183     37187     11568   2296819    110816      6.86      7.25
9.68/9.78	c  F st   103     25000     30844    573183     37190     14837   2296819    153292      6.91   no data
9.89/9.91	c Found part     1122 vars:       1070 clauses:      8964 lits size:     31683
9.89/9.91	c Found part     1129 vars:        952 clauses:      6858 lits size:     24029
9.89/9.91	c Found part     1162 vars:        810 clauses:     10185 lits size:     37221
9.89/9.91	c Found part     1769 vars:       4878 clauses:    193787 lits size:    740169
9.89/9.91	c Found part     2017 vars:        238 clauses:       573 lits size:      1598
9.89/9.91	c Found part     2027 vars:        203 clauses:       502 lits size:      1379
9.89/9.91	c Found part     2029 vars:      15764 clauses:    358039 lits size:   1350338
9.89/9.91	c Found part     2037 vars:        833 clauses:      5179 lits size:     18110
9.89/9.91	c Found part     2086 vars:        305 clauses:       965 lits size:      2986
9.89/9.91	c Found part     2090 vars:        265 clauses:       792 lits size:      3175
9.89/9.91	c Found part     2135 vars:        238 clauses:       574 lits size:      1602
9.89/9.91	c Found part     2136 vars:       3702 clauses:     20065 lits size:     72614
9.89/9.91	c Found part     2138 vars:        172 clauses:       504 lits size:      2317
9.89/9.91	c Found part     2139 vars:        236 clauses:       554 lits size:      1540
9.89/9.91	c Found part     2140 vars:        236 clauses:       557 lits size:      1550
9.89/9.91	c Found part     2155 vars:        234 clauses:       534 lits size:      1522
9.89/9.91	c Found part     2172 vars:        236 clauses:       533 lits size:      1512
9.89/9.91	c Found part     2189 vars:        236 clauses:       533 lits size:      1512
9.89/9.91	c Found part     2206 vars:        236 clauses:       533 lits size:      1512
9.89/9.91	c Found parts:         19 time: 0.14 s
9.89/9.91	c Solving part 2138
9.89/9.94	c  N st     0         0       172       335       169         0      2317         0   no data   no data
9.89/9.94	c asymm  cl-useful: 160/335/335 lits-rem:255 time: 0.00
9.89/9.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.89/9.94	c Finding binary XORs  T:     0.00 s  found:       0
9.89/9.94	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.89/9.94	c calculated reachability. Time: 0.00
9.89/9.95	c Calc default polars -  time:   0.00 s pos:      76 undec:   34347 neg:      87
9.89/9.95	c =========================================================================================
9.89/9.95	c types(t): F = full restart, N = normal restart
9.89/9.95	c types(t): S = simplification begin/end, E = solution found
9.89/9.95	c restart types(rt): st = static, dy = dynamic
9.89/9.95	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.89/9.95	c  B st     0         0       172       335       169         0      2062         0   no data   no data
9.89/9.95	c  E st     1         0         0       335       169         0      2062         0   no data   no data
9.89/9.95	c Verified 335 clauses.
9.89/9.95	c Verified 335 clauses.
9.89/9.95	c Solved part
9.89/9.95	c =========================================================================================
9.89/9.95	c Solving part 2027
9.89/9.97	c  N st     0         0       203       227       275         0      1379         0   no data   no data
9.89/9.97	c asymm  cl-useful: 37/227/227 lits-rem:37 time: 0.00
9.89/9.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.89/9.98	c Finding binary XORs  T:     0.00 s  found:       0
9.89/9.98	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.89/9.98	c calculated reachability. Time: 0.00
9.89/9.98	c Calc default polars -  time:   0.00 s pos:      58 undec:   34351 neg:     101
9.89/9.98	c =========================================================================================
9.89/9.98	c types(t): F = full restart, N = normal restart
9.89/9.98	c types(t): S = simplification begin/end, E = solution found
9.89/9.98	c restart types(rt): st = static, dy = dynamic
9.89/9.98	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.89/9.98	c  B st     0         0       203       227       275         0      1342         0   no data   no data
9.89/9.98	c  E st     1         0         0       227       275         0      1342         0   no data   no data
9.89/9.98	c Verified 227 clauses.
9.89/9.98	c Verified 227 clauses.
9.89/9.98	c Solved part
9.89/9.98	c =========================================================================================
9.89/9.98	c Solving part 2155
9.99/10.00	c  N st     0         0       234       266       268         0      1522         0   no data   no data
9.99/10.00	c asymm  cl-useful: 4/266/266 lits-rem:4 time: 0.00
9.99/10.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.99/10.01	c Finding binary XORs  T:     0.00 s  found:       0
9.99/10.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.99/10.01	c calculated reachability. Time: 0.00
9.99/10.01	c Calc default polars -  time:   0.00 s pos:      83 undec:   34346 neg:      81
9.99/10.01	c =========================================================================================
9.99/10.01	c types(t): F = full restart, N = normal restart
9.99/10.01	c types(t): S = simplification begin/end, E = solution found
9.99/10.01	c restart types(rt): st = static, dy = dynamic
9.99/10.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.99/10.01	c  B st     0         0       234       266       268         0      1518         0   no data   no data
9.99/10.01	c  E st     1         0         0       266       268         0      1518         0   no data   no data
9.99/10.01	c Verified 266 clauses.
9.99/10.01	c Verified 266 clauses.
9.99/10.01	c Solved part
9.99/10.01	c =========================================================================================
9.99/10.01	c Solving part 2206
9.99/10.03	c  N st     0         0       236       261       272         0      1512         0   no data   no data
9.99/10.04	c asymm  cl-useful: 1/261/261 lits-rem:1 time: 0.00
9.99/10.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.99/10.04	c Finding binary XORs  T:     0.00 s  found:       0
9.99/10.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.99/10.04	c calculated reachability. Time: 0.00
9.99/10.04	c Calc default polars -  time:   0.00 s pos:      82 undec:   34346 neg:      82
9.99/10.04	c =========================================================================================
9.99/10.04	c types(t): F = full restart, N = normal restart
9.99/10.04	c types(t): S = simplification begin/end, E = solution found
9.99/10.04	c restart types(rt): st = static, dy = dynamic
9.99/10.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.99/10.04	c  B st     0         0       236       261       272         0      1511         0   no data   no data
9.99/10.04	c  E st     1         0         0       261       272         0      1511         0   no data   no data
9.99/10.04	c Verified 261 clauses.
9.99/10.04	c Verified 261 clauses.
9.99/10.04	c Solved part
9.99/10.04	c =========================================================================================
9.99/10.04	c Solving part 2189
9.99/10.07	c  N st     0         0       236       261       272         0      1512         0   no data   no data
9.99/10.07	c asymm  cl-useful: 1/261/261 lits-rem:1 time: 0.00
9.99/10.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.99/10.07	c Finding binary XORs  T:     0.00 s  found:       0
9.99/10.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.99/10.07	c calculated reachability. Time: 0.00
9.99/10.07	c Calc default polars -  time:   0.00 s pos:      82 undec:   34346 neg:      82
9.99/10.07	c =========================================================================================
9.99/10.07	c types(t): F = full restart, N = normal restart
9.99/10.07	c types(t): S = simplification begin/end, E = solution found
9.99/10.07	c restart types(rt): st = static, dy = dynamic
9.99/10.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.99/10.07	c  B st     0         0       236       261       272         0      1511         0   no data   no data
9.99/10.07	c  E st     1         0         0       261       272         0      1511         0   no data   no data
9.99/10.08	c Verified 261 clauses.
9.99/10.08	c Verified 261 clauses.
9.99/10.08	c Solved part
9.99/10.08	c =========================================================================================
9.99/10.08	c Solving part 2172
10.09/10.10	c  N st     0         0       236       261       272         0      1512         0   no data   no data
10.09/10.10	c asymm  cl-useful: 1/261/261 lits-rem:1 time: 0.00
10.09/10.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.09/10.11	c Finding binary XORs  T:     0.00 s  found:       0
10.09/10.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.09/10.11	c calculated reachability. Time: 0.00
10.09/10.11	c Calc default polars -  time:   0.00 s pos:      82 undec:   34346 neg:      82
10.09/10.11	c =========================================================================================
10.09/10.11	c types(t): F = full restart, N = normal restart
10.09/10.11	c types(t): S = simplification begin/end, E = solution found
10.09/10.11	c restart types(rt): st = static, dy = dynamic
10.09/10.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.09/10.11	c  B st     0         0       236       261       272         0      1511         0   no data   no data
10.09/10.11	c  E st     1         0         0       261       272         0      1511         0   no data   no data
10.09/10.11	c Verified 261 clauses.
10.09/10.11	c Verified 261 clauses.
10.09/10.11	c Solved part
10.09/10.11	c =========================================================================================
10.09/10.11	c Solving part 2140
10.09/10.13	c  N st     0         0       236       275       282         0      1550         0   no data   no data
10.09/10.13	c asymm  cl-useful: 1/275/275 lits-rem:1 time: 0.00
10.09/10.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.09/10.14	c Finding binary XORs  T:     0.00 s  found:       0
10.09/10.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.09/10.14	c calculated reachability. Time: 0.00
10.09/10.14	c Calc default polars -  time:   0.00 s pos:     113 undec:   34284 neg:     113
10.09/10.14	c =========================================================================================
10.09/10.14	c types(t): F = full restart, N = normal restart
10.09/10.14	c types(t): S = simplification begin/end, E = solution found
10.09/10.14	c restart types(rt): st = static, dy = dynamic
10.09/10.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.09/10.14	c  B st     0         0       236       275       282         0      1549         0   no data   no data
10.09/10.14	c  E st     1         0         0       275       282         0      1549         0   no data   no data
10.09/10.14	c Verified 275 clauses.
10.09/10.14	c Verified 275 clauses.
10.09/10.14	c Solved part
10.09/10.14	c =========================================================================================
10.09/10.14	c Solving part 2139
10.09/10.16	c  N st     0         0       236       268       286         0      1540         0   no data   no data
10.09/10.17	c asymm  cl-useful: 2/268/268 lits-rem:2 time: 0.00
10.09/10.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.09/10.17	c Finding binary XORs  T:     0.00 s  found:       0
10.09/10.17	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.09/10.17	c calculated reachability. Time: 0.00
10.09/10.17	c Calc default polars -  time:   0.00 s pos:     110 undec:   34290 neg:     110
10.09/10.17	c =========================================================================================
10.09/10.17	c types(t): F = full restart, N = normal restart
10.09/10.17	c types(t): S = simplification begin/end, E = solution found
10.09/10.17	c restart types(rt): st = static, dy = dynamic
10.09/10.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.09/10.17	c  B st     0         0       236       268       286         0      1538         0   no data   no data
10.09/10.17	c  E st     1         0         0       268       286         0      1538         0   no data   no data
10.09/10.17	c Verified 268 clauses.
10.09/10.17	c Verified 268 clauses.
10.09/10.17	c Solved part
10.09/10.17	c =========================================================================================
10.09/10.17	c Solving part 2017
10.19/10.20	c  N st     0         0       238       315       258         0      1598         0   no data   no data
10.19/10.20	c asymm  cl-useful: 0/315/315 lits-rem:0 time: 0.00
10.19/10.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.19/10.20	c Finding binary XORs  T:     0.00 s  found:       0
10.19/10.21	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.19/10.21	c calculated reachability. Time: 0.00
10.19/10.21	c Calc default polars -  time:   0.00 s pos:     115 undec:   34280 neg:     115
10.19/10.21	c =========================================================================================
10.19/10.21	c types(t): F = full restart, N = normal restart
10.19/10.21	c types(t): S = simplification begin/end, E = solution found
10.19/10.21	c restart types(rt): st = static, dy = dynamic
10.19/10.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.19/10.21	c  B st     0         0       238       315       258         0      1598         0   no data   no data
10.19/10.21	c  E st     1         0         0       315       258         0      1598         0   no data   no data
10.19/10.21	c Verified 315 clauses.
10.19/10.21	c Verified 315 clauses.
10.19/10.21	c Solved part
10.19/10.21	c =========================================================================================
10.19/10.21	c Solving part 2135
10.19/10.23	c  N st     0         0       238       318       256         0      1602         0   no data   no data
10.19/10.23	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
10.19/10.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.19/10.24	c Finding binary XORs  T:     0.00 s  found:       0
10.19/10.24	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.19/10.24	c calculated reachability. Time: 0.00
10.19/10.24	c Calc default polars -  time:   0.00 s pos:     115 undec:   34280 neg:     115
10.19/10.24	c =========================================================================================
10.19/10.24	c types(t): F = full restart, N = normal restart
10.19/10.24	c types(t): S = simplification begin/end, E = solution found
10.19/10.24	c restart types(rt): st = static, dy = dynamic
10.19/10.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.19/10.24	c  B st     0         0       238       318       256         0      1602         0   no data   no data
10.19/10.24	c  E st     1         0         0       318       256         0      1602         0   no data   no data
10.19/10.24	c Verified 318 clauses.
10.19/10.24	c Verified 318 clauses.
10.19/10.24	c Solved part
10.19/10.24	c =========================================================================================
10.19/10.24	c Solving part 2090
10.19/10.26	c  N st     0         0       265       522       270         0      3175         0   no data   no data
10.19/10.27	c asymm  cl-useful: 89/522/522 lits-rem:122 time: 0.00
10.19/10.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.19/10.27	c Finding binary XORs  T:     0.00 s  found:       0
10.19/10.27	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.19/10.27	c calculated reachability. Time: 0.00
10.19/10.27	c Calc default polars -  time:   0.00 s pos:     129 undec:   34271 neg:     110
10.19/10.27	c =========================================================================================
10.19/10.27	c types(t): F = full restart, N = normal restart
10.19/10.27	c types(t): S = simplification begin/end, E = solution found
10.19/10.27	c restart types(rt): st = static, dy = dynamic
10.19/10.27	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.19/10.27	c  B st     0         0       265       522       270         0      3053         0   no data   no data
10.19/10.27	c  E st     1         0         0       522       270         0      3053         0   no data   no data
10.19/10.27	c Verified 522 clauses.
10.19/10.27	c Verified 522 clauses.
10.19/10.27	c Solved part
10.19/10.27	c =========================================================================================
10.19/10.27	c Solving part 2086
10.29/10.30	c  N st     0         0       305       600       365         0      2986         0   no data   no data
10.29/10.30	c asymm  cl-useful: 129/600/600 lits-rem:167 time: 0.01
10.29/10.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
10.29/10.31	c Finding binary XORs  T:     0.00 s  found:       0
10.29/10.31	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.29/10.31	c calculated reachability. Time: 0.00
10.29/10.31	c Calc default polars -  time:   0.00 s pos:     118 undec:   34246 neg:     146
10.29/10.31	c =========================================================================================
10.29/10.31	c types(t): F = full restart, N = normal restart
10.29/10.31	c types(t): S = simplification begin/end, E = solution found
10.29/10.31	c restart types(rt): st = static, dy = dynamic
10.29/10.31	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.29/10.31	c  B st     0         0       305       600       365         0      2819         0   no data   no data
10.29/10.31	c  E st     1         0         0       600       365         0      2819         0   no data   no data
10.29/10.31	c Verified 600 clauses.
10.29/10.31	c Verified 600 clauses.
10.29/10.31	c Solved part
10.29/10.31	c =========================================================================================
10.29/10.31	c Solving part 1162
10.29/10.34	c  N st     0         0       810      9090      1095         0     37221         0   no data   no data
10.49/10.59	c asymm  cl-useful: 775/3973/9090 lits-rem:781 time: 0.24
10.59/10.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   24 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.05
10.59/10.64	c Finding binary XORs  T:     0.00 s  found:       3
10.59/10.64	c Replacing       27 vars Replaced     2017 lits Time:     0.00 s 
10.59/10.64	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.59/10.64	c calculated reachability. Time: 0.00
10.59/10.64	c Calc default polars -  time:   0.00 s pos:     306 undec:   33931 neg:     273
10.59/10.64	c =========================================================================================
10.59/10.64	c types(t): F = full restart, N = normal restart
10.59/10.64	c types(t): S = simplification begin/end, E = solution found
10.59/10.64	c restart types(rt): st = static, dy = dynamic
10.59/10.64	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.59/10.64	c  B st     0         0       783      8760      1071         0     35104         0   no data   no data
10.59/10.64	c  E st     1         0         0      8760      1071         0     35104         0   no data   no data
10.59/10.64	c Verified 8760 clauses.
10.59/10.64	c Verified 8760 clauses.
10.59/10.64	c Solved part
10.59/10.64	c =========================================================================================
10.59/10.64	c Solving part 2037
10.59/10.67	c  N st     0         0       833      4173      1006         0     18110         0   no data   no data
10.69/10.73	c asymm  cl-useful: 51/4173/4173 lits-rem:51 time: 0.07
10.69/10.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
10.69/10.76	c Finding binary XORs  T:     0.00 s  found:       0
10.69/10.76	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.69/10.76	c calculated reachability. Time: 0.00
10.69/10.76	c Calc default polars -  time:   0.00 s pos:     279 undec:   33979 neg:     252
10.69/10.76	c =========================================================================================
10.69/10.76	c types(t): F = full restart, N = normal restart
10.69/10.76	c types(t): S = simplification begin/end, E = solution found
10.69/10.76	c restart types(rt): st = static, dy = dynamic
10.69/10.76	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.69/10.76	c  B st     0         0       833      4173      1006         0     18059         0   no data   no data
10.69/10.76	c  E st     1         0         0      4173      1006         0     18059         0   no data   no data
10.69/10.76	c Verified 4173 clauses.
10.69/10.76	c Verified 4173 clauses.
10.69/10.76	c Solved part
10.69/10.76	c =========================================================================================
10.69/10.76	c Solving part 1129
10.69/10.78	c  N st     0         0       952      5641      1217         0     24029         0   no data   no data
10.78/10.89	c asymm  cl-useful: 169/5641/5641 lits-rem:169 time: 0.11
10.89/10.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.02
10.89/10.92	c Finding binary XORs  T:     0.00 s  found:       0
10.89/10.92	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.89/10.92	c calculated reachability. Time: 0.00
10.89/10.92	c Calc default polars -  time:   0.00 s pos:     358 undec:   33788 neg:     364
10.89/10.92	c =========================================================================================
10.89/10.92	c types(t): F = full restart, N = normal restart
10.89/10.92	c types(t): S = simplification begin/end, E = solution found
10.89/10.92	c restart types(rt): st = static, dy = dynamic
10.89/10.92	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.89/10.92	c  B st     0         0       952      5641      1217         0     23860         0   no data   no data
10.89/10.92	c  E st     1         0         0      5641      1217         0     23860         0   no data   no data
10.89/10.92	c Verified 5641 clauses.
10.89/10.92	c Verified 5641 clauses.
10.89/10.92	c Solved part
10.89/10.92	c =========================================================================================
10.89/10.93	c Solving part 1122
10.89/10.95	c  N st     0         0      1070      7514      1450         0     31683         0   no data   no data
11.08/11.12	c asymm  cl-useful: 166/7514/7514 lits-rem:166 time: 0.17
11.08/11.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
11.08/11.15	c Finding binary XORs  T:     0.00 s  found:       0
11.08/11.16	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.08/11.16	c calculated reachability. Time: 0.00
11.08/11.16	c Calc default polars -  time:   0.00 s pos:     427 undec:   33629 neg:     454
11.08/11.16	c =========================================================================================
11.08/11.16	c types(t): F = full restart, N = normal restart
11.08/11.16	c types(t): S = simplification begin/end, E = solution found
11.08/11.16	c restart types(rt): st = static, dy = dynamic
11.08/11.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.08/11.16	c  B st     0         0      1070      7514      1450         0     31517         0   no data   no data
11.08/11.16	c  E st     1         1         0      7514      1450         1     31517         5   no data   no data
11.08/11.16	c Verified 7514 clauses.
11.08/11.16	c Verified 7514 clauses.
11.08/11.16	c Solved part
11.08/11.16	c =========================================================================================
11.08/11.16	c Solving part 2136
11.08/11.19	c  N st     0         0      3702     15960      4105         0     72614         0   no data   no data
11.28/11.37	c asymm  cl-useful: 944/8621/15960 lits-rem:1425 time: 0.18
11.38/11.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.08
11.38/11.45	c Finding binary XORs  T:     0.00 s  found:       0
11.38/11.46	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.38/11.46	c calculated reachability. Time: 0.00
11.38/11.46	c Calc default polars -  time:   0.00 s pos:    1031 undec:   32435 neg:    1044
11.38/11.46	c =========================================================================================
11.38/11.46	c types(t): F = full restart, N = normal restart
11.38/11.46	c types(t): S = simplification begin/end, E = solution found
11.38/11.46	c restart types(rt): st = static, dy = dynamic
11.38/11.46	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.38/11.46	c  B st     0         0      3702     15960      4105         0     71189         0   no data   no data
11.38/11.46	c  E st     1         0         0     15960      4105         0     71189         0   no data   no data
11.38/11.46	c Verified 15960 clauses.
11.38/11.46	c Verified 15960 clauses.
11.38/11.46	c Solved part
11.38/11.46	c =========================================================================================
11.38/11.46	c Solving part 1769
11.48/11.59	c  N st     0         0      4878    187662      6149     13941    740169    144971   no data   no data
11.59/11.65	c asymm  cl-useful: 5/330/187662 lits-rem:5 time: 0.06
11.99/12.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 78.4M T:  0.44
11.99/12.10	c Finding binary XORs  T:     0.01 s  found:       0
12.09/12.18	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
12.09/12.18	c calculated reachability. Time: 0.00
12.09/12.19	c Calc default polars -  time:   0.01 s pos:    1570 undec:   31394 neg:    1546
12.09/12.19	c =========================================================================================
12.09/12.19	c types(t): F = full restart, N = normal restart
12.09/12.19	c types(t): S = simplification begin/end, E = solution found
12.09/12.19	c restart types(rt): st = static, dy = dynamic
12.09/12.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.09/12.19	c  B st     0         0      4878    187662      6149     13941    740164    144971   no data   no data
13.38/13.46	c  N dy    15      4801      4877    187662      6157     18688    740164    208396      6.83      7.26
14.48/14.55	c  N dy    30      9220      4877    187662      6159     23061    740164    262812      6.77      7.19
15.68/15.76	c  N dy    54     13335      4877    187662      6161     27131    740164    312289      6.86      7.30
16.78/16.87	c  N dy    74     17350      4877    187662      6165     31104    740163    362114      6.90      7.34
17.88/17.91	c  N dy    93     21367      4876    187662      6168     18227    740163    162087      6.89      7.31
18.78/18.81	c  F st   110     25000      4876    187662      6170     21843    740163    211235      6.90   no data
18.98/19.00	c  N st   112     25627      4876    187662      6170     22463    740163    219547      6.90   no data
20.08/20.11	c  N dy   116     30193      4876    187662      6171     27002    740163    289339      6.90   no data
21.18/21.27	c  N dy   134     34213      4876    187662      6176     30969    740163    335873      6.90      7.78
22.28/22.36	c  N dy   149     38262      4876    187662      6180     34986    740163    387050      6.86      7.22
23.38/23.42	c  N dy   164     42288      4875    187662      6191     20126    740163    156854      6.82      7.57
24.48/24.54	c  N dy   177     46556      4874    187662      6199     24355    740163    210715      6.80      7.20
25.68/25.75	c  N dy   202     50619      4874    187662      6202     28377    740163    262256      6.82      7.19
26.98/27.05	c  N dy   226     54806      4874    187662      6213     32519    740163    315111      6.84      7.22
28.18/28.26	c  N dy   249     58894      4873    187662      6224     36552    740163    367150      6.86      7.26
29.38/29.45	c  N dy   279     62967      4873    187662      6226     40588    740163    420801      6.90      7.64
30.48/30.59	c Finding binary XORs  T:     0.01 s  found:       0
30.69/30.72	c  N dy   305     67067      4873    186895      6200     19863    737202    166330      6.93      8.80
31.89/31.99	c  N dy   331     71703      4873    186895      6206     24462    737202    228970      6.95      7.33
33.18/33.28	c  N dy   354     76279      4873    186895      6213     28993    737202    290333      6.96      7.33
34.78/34.81	c  N dy   387     81243      4872    186895      6222     33906    737202    355381      6.99      7.36
36.29/36.31	c  N dy   422     86504      4872    186895      6227     19816    737201    142382      7.01      8.29
36.48/36.60	c  F st   427     87501      4872    186895      6228     20808    737201    154177      7.01   no data
38.08/38.12	c  N dy   433     92694      4872    186895      6232     25968    737201    226755      7.01   no data
39.88/39.91	c  N dy   466     98740      4871    186895      6242     31952    737201    307447      7.02      7.59
41.88/41.99	c  N dy   504    105344      4871    186895      6248     38514    737201    400023      7.04      7.43
43.78/43.90	c  N dy   532    112228      4870    186895      6264     23774    737201    164887      7.03      7.66
44.88/44.91	c Finding binary XORs  T:     0.01 s  found:       0
45.88/45.98	c  N dy   572    119418      4869    186202      6226     25054    734479    210230      7.04     10.57
48.08/48.15	c  N dy   628    127049      4868    186202      6237     32617    734478    315009      7.08      7.50
50.49/50.53	c  N dy   690    135302      4868    186202      6247     20560    734478    130175      7.13      7.52
52.98/53.03	c  N dy   742    144025      4865    186202      6270     29193    734478    250985      7.16      7.62
55.88/55.90	c  N dy   805    153434      4865    186202      6274     38553    734478    387363      7.20      7.59
59.07/59.10	c  N dy   857    163308      4865    186202      6279     25340    734478    174578      7.21      7.62
62.58/62.62	c  N dy   942    175038      4865    186202      6283     36995    734477    346424      7.26      7.65
66.18/66.23	c  N dy  1016    186592      4864    186202      6296     48471    734476    510823      7.29      7.74
69.19/69.25	c Finding binary XORs  T:     0.01 s  found:       0
69.88/69.93	c  N dy  1088    198586      4864    185330      6250     32249    731065    285373      7.31      7.71
73.78/73.83	c  N dy  1170    211555      4864    185330      6257     45148    731065    483108      7.35      7.95
77.58/77.69	c  N dy  1218    225224      4864    185330      6270     33940    731065    288514      7.33      7.72
82.49/82.53	c  N dy  1279    239733      4861    185330      6305     48333    731065    491415      7.33      7.73
87.67/87.75	c  N dy  1364    255968      4860    185330      6315     37668    731064    324920      7.34      7.76
92.08/92.19	c Finding binary XORs  T:     0.01 s  found:       0
92.77/92.86	c  N dy  1463    272347      4859    184615      6283     50665    728296    544917      7.37      9.88
98.38/98.48	c  N dy  1558    289846      4858    184615      6301     41409    728296    380546      7.38      7.79
103.58/103.66	c  F st  1661    306250      4857    184615      6308     28988    728294    169143      7.41   no data
104.49/104.59	c  N st  1666    309548      4857    184615      6308     32273    728294    220572      7.41   no data
111.28/111.31	c  N dy  1785    329448      4857    184615      6314     52042    728293    523522      7.44      7.86
117.78/117.83	c  N dy  1924    349461      4857    184615      6324     41677    728293    348487      7.49      7.89
124.88/124.92	c  N dy  2070    369469      4856    184615      6328     61560    728293    662586      7.53     12.19
131.38/131.47	c  N dy  2204    389491      4856    184615      6334     49941    728292    467504      7.57      8.86
138.68/138.73	c  N dy  2332    410343      4856    184615      6339     37971    728292    255087      7.59      8.03
145.38/145.47	c  N dy  2444    430394      4856    184615      6347     57913    728292    566961      7.61      8.46
151.28/151.33	c Finding binary XORs  T:     0.01 s  found:       2
152.38/152.44	c  N dy  2570    450476      4855    183848      6351     42231    725342    330033      7.63      8.79
159.49/159.57	c  N dy  2696    470668      4855    183848      6356     62313    725342    648620      7.65      8.20
166.18/166.24	c  N dy  2816    490689      4855    183848      6359     48426    725341    421251      7.67      8.08
173.18/173.20	c  N dy  2930    510723      4855    183848      6365     68365    725341    743973      7.69      8.25
180.28/180.39	c  N dy  3047    531213      4855    183848      6371     53437    725341    483404      7.70      8.23
187.58/187.67	c  N dy  3162    551254      4854    183848      6386     36813    725341    200248      7.71      8.24
194.28/194.30	c  N dy  3250    571306      4854    183848      6395     56745    725340    515165      7.71      9.63
201.28/201.37	c  N dy  3329    591503      4853    183848      6406     39157    725340    227410      7.71      8.16
208.68/208.71	c  N dy  3444    611563      4853    183848      6410     59098    725340    543298      7.72      8.17
213.98/214.09	c Finding binary XORs  T:     0.01 s  found:       9
216.38/216.47	c  N dy  3566    631586      4848    182541      6353     39170    719891    227669      7.73      8.15
223.08/223.20	c  N dy  3658    651604      4847    182541      6363     59074    719891    550801      7.73      8.15
230.08/230.17	c  N dy  3768    671667      4847    182541      6371     40146    719891    224038      7.74      8.44
236.88/236.98	c  N dy  3877    691678      4847    182541      6377     60063    719891    553893      7.75      8.16
244.48/244.55	c  N dy  3983    711808      4840    182541      6392     80075    719891    889058      7.75      8.21
251.58/251.64	c  N dy  4097    732315      4839    182541      6404     60669    719891    551777      7.76      8.17
258.88/258.95	c  N dy  4215    752885      4839    182541      6408     81122    719891    890106      7.77      8.27
265.88/265.92	c  N dy  4320    773663      4830    182541      6414     60844    719891    533614      7.77      8.50
273.08/273.11	c  N dy  4417    793715      4830    182541      6421     80803    719891    865329      7.77      8.23
279.97/280.08	c  N dy  4510    813756      4830    182541      6429     58988    719891    473843      7.77      8.24
280.38/280.49	c Finding binary XORs  T:     0.01 s  found:       4
287.37/287.46	c  N dy  4598    833786      4828    178367      6347     76741    702820    795852      7.77     10.07
295.08/295.11	c  N dy  4707    853989      4823    178367      6364     54470    702820    396223      7.78      8.22
302.08/302.13	c  N dy  4804    874005      4819    178367      6380     74390    702820    739497      7.78      8.29
305.98/306.06	c Finding binary XORs  T:     0.01 s  found:      29
309.48/309.56	c  N dy  4896    894156      4815    175093      6330     48801    689615    302815      7.78      8.20
316.28/316.38	c  N dy  4979    914199      4804    175093      6349     68725    689615    650866      7.78      8.43
323.78/323.86	c  N dy  5073    934397      4776    175093      6361     88804    689615   1002722      7.77      8.21
329.28/329.31	c Finding binary XORs  T:     0.01 s  found:      12
329.28/329.33	c Replacing       56 vars Replaced    20741 lits Time:     0.02 s 
330.78/330.86	c  N dy  5149    954620      4692    153309      6331     53481    603648    444568      7.77      8.28
335.49/335.55	c Finding binary XORs  T:     0.01 s  found:       5
337.38/337.47	c  N dy  5208    974708      4634    138494      6279     55736    545333    555488      7.76      8.18
340.89/340.92	c Finding binary XORs  T:     0.01 s  found:      55
340.89/340.97	c Replacing       60 vars Replaced    58838 lits Time:     0.05 s 
342.48/342.57	c  E dy  5246    990684      4137     75705      5628      9649    298747     50465      7.74      4.53
342.48/342.57	c num threads              : 1          
342.48/342.57	c restarts                 : 103        
342.48/342.57	c dynamic restarts         : 97         
342.48/342.57	c static restarts          : 6          
342.48/342.57	c full restarts            : 0          
342.48/342.57	c total simplify time      : 0.01       
342.48/342.57	c learnts DL2              : 0          
342.48/342.57	c learnts size 2           : 59475      
342.48/342.57	c learnts size 1           : 474         (1.37      % of vars)
342.48/342.57	c filedLit time            : 1.48        (0.43      % time)
342.48/342.57	c v-elim SatELite          : 2866        (8.30      % vars)
342.48/342.57	c SatELite time            : 0.70        (0.20      % time)
342.48/342.57	c v-elim xor               : 0           (0.00      % vars)
342.48/342.57	c xor elim time            : 0.00        (0.00      % time)
342.48/342.57	c num binary xor trees     : 22         
342.48/342.57	c binxor trees' crown      : 326         (14.82     leafs/tree)
342.48/342.57	c bin xor find time        : 0.04       
342.48/342.57	c OTF clause improved      : 245         (0.01      clauses/conflict)
342.48/342.57	c OTF impr. size diff      : 342         (1.40       lits/clause)
342.48/342.57	c OTF cl watch-shrink      : 16206       (0.65      clauses/conflict)
342.48/342.57	c OTF cl watch-sh-lit      : 36864       (2.27       lits/clause)
342.48/342.57	c tried to recurMin cls    : 4534        (18.14      % of conflicts)
342.48/342.57	c updated cache            : 0           (0.00       lits/tried recurMin)
342.48/342.57	c clauses over max glue    : 0           (0.00      % of all clauses)
342.48/342.57	c conflicts                : 25000       (73.02     / sec)
342.48/342.57	c decisions                : 31267       (0.00      % random)
342.48/342.57	c bogo-props               : 1392695919  (4067916.94 / sec)
342.48/342.57	c conflict literals        : 301491      (55.76     % deleted)
342.48/342.57	c Memory used              : 266.58      MB
342.48/342.57	c CPU time                 : 342.36      s
342.48/342.57	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3368407-1305380541/watcher-3368407-1305380541 -o /tmp/evaluation-result-3368407-1305380541/solver-3368407-1305380541 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368407-1305380541.cnf 

running on 2 cores: 1,3

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.02 3.97 3.07 4/284 23586
/proc/meminfo: memFree=20514384/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=23440 CPUtime=0 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 1241 0 0 0 0 0 0 0 22 0 1 0 649653895 24002560 1080 33554432000 4194304 4580011 140735045872064 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 5860 1082 321 95 0 842 0

[startup+0.0728951 s]
/proc/loadavg: 4.02 3.97 3.07 4/284 23586
/proc/meminfo: memFree=20514384/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=51380 CPUtime=0.06 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 7157 0 0 0 5 1 0 0 22 0 1 0 649653895 52613120 6049 33554432000 4194304 4580011 140735045872064 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 12845 6051 324 95 0 7827 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 51380

[startup+0.100893 s]
/proc/loadavg: 4.02 3.97 3.07 4/284 23586
/proc/meminfo: memFree=20514384/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=55028 CPUtime=0.08 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 8599 0 0 0 7 1 0 0 22 0 1 0 649653895 56348672 7491 33554432000 4194304 4580011 140735045872064 18446744073709551615 4354824 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 13757 7492 324 95 0 8739 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 55028

[startup+0.300855 s]
/proc/loadavg: 4.02 3.97 3.07 4/284 23586
/proc/meminfo: memFree=20514384/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=99868 CPUtime=0.28 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 14390 0 0 0 26 2 0 0 23 0 1 0 649653895 102264832 13282 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 24967 13282 339 95 0 19949 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99868

[startup+0.700783 s]
/proc/loadavg: 4.02 3.97 3.07 4/284 23586
/proc/meminfo: memFree=20514384/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=113668 CPUtime=0.69 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 17847 0 0 0 66 3 0 0 25 0 1 0 649653895 116396032 16739 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 28417 16739 341 95 0 23399 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113668

[startup+1.50064 s]
/proc/loadavg: 4.02 3.97 3.07 5/285 23587
/proc/meminfo: memFree=20445556/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=133996 CPUtime=1.48 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 22927 0 0 0 145 3 0 0 25 0 1 0 649653895 137211904 21819 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 33499 21819 342 95 0 28481 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 133996

[startup+3.10036 s]
/proc/loadavg: 4.02 3.97 3.07 5/285 23587
/proc/meminfo: memFree=20359312/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=230112 CPUtime=3.09 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 52531 0 0 0 302 7 0 0 25 0 1 0 649653895 235634688 43456 33554432000 4194304 4580011 140735045872064 18446744073709551615 4507779 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 57528 43456 357 95 0 52510 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 230112

[startup+6.30079 s]
/proc/loadavg: 4.02 3.97 3.08 5/285 23587
/proc/meminfo: memFree=20335140/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=230112 CPUtime=6.29 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 53026 0 0 0 622 7 0 0 25 0 1 0 649653895 235634688 43951 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294523 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 57528 43951 365 95 0 52510 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 230112

[startup+12.7006 s]
/proc/loadavg: 4.02 3.97 3.08 5/285 23587
/proc/meminfo: memFree=20276380/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=275908 CPUtime=12.68 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 63880 0 0 0 1259 9 0 0 25 0 1 0 649653895 282529792 54805 33554432000 4194304 4580011 140735045872064 18446744073709551615 4293152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 68977 54805 367 95 0 63959 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 275908

[startup+25.5004 s]
/proc/loadavg: 4.02 3.97 3.10 5/285 23588
/proc/meminfo: memFree=20285532/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=308724 CPUtime=25.48 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 64609 0 0 0 2539 9 0 0 25 0 1 0 649653895 316133376 55534 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 77181 55534 367 95 0 72163 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 308724

[startup+51.1008 s]
/proc/loadavg: 4.01 3.97 3.12 5/285 23588
/proc/meminfo: memFree=20267952/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=293408 CPUtime=51.08 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 69254 0 0 0 5098 10 0 0 25 0 1 0 649653895 300449792 57591 33554432000 4194304 4580011 140735045872064 18446744073709551615 4319744 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 73352 57591 367 95 0 68334 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 293408

[startup+102.311 s]
/proc/loadavg: 3.99 3.97 3.16 5/285 23618
/proc/meminfo: memFree=20266712/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=291396 CPUtime=102.29 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 74297 0 0 0 10217 12 0 0 25 0 1 0 649653895 298389504 57851 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 72849 57851 368 95 0 67831 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 291396

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.21 5/285 23619
/proc/meminfo: memFree=20142088/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=306864 CPUtime=162.28 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 81560 0 0 0 16214 14 0 0 25 0 1 0 649653895 314228736 59597 33554432000 4194304 4580011 140735045872064 18446744073709551615 4293073 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 76716 59597 368 95 0 71698 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 306864

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.26 5/285 23621
/proc/meminfo: memFree=20139816/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=306976 CPUtime=222.28 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 90867 0 0 0 22212 16 0 0 25 0 1 0 649653895 314343424 59936 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 76744 59936 368 95 0 71726 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 306976

[startup+282.301 s]
/proc/loadavg: 4.04 3.99 3.31 5/285 23623
/proc/meminfo: memFree=20139152/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=307276 CPUtime=282.27 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 100426 0 0 0 28208 19 0 0 25 0 1 0 649653895 314650624 60019 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 76819 60019 368 95 0 71801 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 307276

[startup+342.301 s]
/proc/loadavg: 4.01 3.99 3.35 5/285 23652
/proc/meminfo: memFree=20110084/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=308844 CPUtime=342.28 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 103846 0 0 0 34208 20 0 0 25 0 1 0 649653895 316256256 60968 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 77211 60968 368 95 0 72193 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 308844

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

[startup+342.501 s]
/proc/loadavg: 4.01 3.99 3.35 5/285 23652
/proc/meminfo: memFree=20110084/32950904 swapFree=67057400/67111528
[pid=23586] ppid=23584 vsize=308844 CPUtime=342.48 cores=1,3
/proc/23586/stat : 23586 (strangenight2-s) R 23584 23586 23326 0 -1 4202496 103847 0 0 0 34228 20 0 0 25 0 1 0 649653895 316256256 60969 33554432000 4194304 4580011 140735045872064 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23586/statm: 77211 60969 368 95 0 72193 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 308844

Child status: 20
Real time (s): 342.59
CPU time (s): 342.576
CPU user time (s): 342.361
CPU system time (s): 0.214967
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 322764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 342.361
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103858
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= 6
involuntary context switches= 4517

runsolver used 0.863868 second user time and 2.08668 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 15:42:21
IDJOB=3368407
IDBENCH=82496
IDSOLVER=1845
FILE ID=node121/3368407-1305380541
RUNJOBID= node121-1305379153-23346
PBS_JOBID= 13324381
Free space on /tmp= 73396 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368407-1305380541/watcher-3368407-1305380541 -o /tmp/evaluation-result-3368407-1305380541/solver-3368407-1305380541 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368407-1305380541.cnf

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1817004806

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20514664 kB
Buffers:        287564 kB
Cached:        5958396 kB
SwapCached:       7656 kB
Active:        6872164 kB
Inactive:      5210268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20514664 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           22972 kB
Writeback:           0 kB
AnonPages:     5834100 kB
Mapped:          22928 kB
Slab:           265760 kB
PageTables:      25892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31270152 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= 73388 MiB
End job on node121 at 2011-05-14 15:48:04