Trace number 3401096

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 330.56 330.561

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.934
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
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-3401096-1306281460.cnf'
0.00/0.00	c -- header says num vars:          33320
0.00/0.00	c -- header says num clauses:      766757
0.19/0.24	c -- clauses added:            0 learnts,       766757 normals,            0 xors
0.19/0.24	c -- vars added      33320
0.19/0.24	c Parsing time:  0.22 s
0.19/0.24	c  N st     0         0     33320    713223     53534         0   2858079         0   no data   no data
0.29/0.34	c asymm  cl-useful: 5/880/713223 lits-rem:5 time: 0.11
2.59/2.69	c Flit:   356 Blit:    266 bXBeca:    0 bXProp:  870 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T:  2.32
2.69/2.71	c Cleaning up after failed var search:     0.02 s 
2.69/2.74	c Replacing      870 vars Replaced    22593 lits Time:     0.03 s 
2.89/2.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.89/2.96	c bin-w-bin subsume rem         6849 bins  time:  0.01 s
2.99/3.02	c subs with bin:     4632  lits-rem:      2864  v-fix:    0  time:  0.06 s
2.99/3.05	c Subs w/ non-existent bins:   2562 l-rem:   1358 v-fix:     0 done:   3222 time:  0.04 s
3.09/3.15	c Removed useless bin:    9524  fixed:     0  props:  20.00M  time:  0.09 s
4.09/4.10	c lits-rem:       841  cl-subs:    56082  v-elim:    812  v-fix:    0  time:  0.93 s
4.09/4.17	c Finding binary XORs  T:     0.07 s  found:     604
4.09/4.19	c Replacing      604 vars Replaced     9630 lits Time:     0.02 s 
4.49/4.54	c Finding non-binary XORs:     0.31 s (found:       0, avg size: nan)
4.49/4.54	c calculated reachability. Time: 0.02
4.49/4.57	c Calc default polars -  time:   0.03 s pos:   10963 undec:   11220 neg:   11137
4.49/4.57	c =========================================================================================
4.49/4.57	c types(t): F = full restart, N = normal restart
4.49/4.57	c types(t): S = simplification begin/end, E = solution found
4.49/4.57	c restart types(rt): st = static, dy = dynamic
4.49/4.57	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.49/4.57	c  B st     0         0     30233    629222     37764         0   2503996         0   no data   no data
5.51/5.57	c  N dy     9      4066     30232    629222     37772      4003   2503995     45753      5.91      6.34
6.61/6.68	c  N dy    32      8434     30232    629222     37783      8315   2503995     94317      6.17      6.51
7.71/7.77	c  N dy    65     12482     30232    629222     37786     12326   2503995    141592      6.49      8.42
8.89/8.98	c  N dy    87     16528     30232    629222     37789     16326   2503995    187606      6.57      7.34
10.19/10.23	c  N dy   114     21493     30232    629222     37793     11367   2503995    103481      6.62      6.98
11.09/11.12	c  F st   133     25000     30232    629222     37797     14827   2503995    145976      6.66      6.83
11.19/11.27	c Found part     1410 vars:        952 clauses:      6776 lits size:     23750
11.19/11.27	c Found part     1647 vars:        810 clauses:     11035 lits size:     40572
11.19/11.27	c Found part     2212 vars:       4878 clauses:    194811 lits size:    744355
11.19/11.27	c Found part     2371 vars:       1069 clauses:      8829 lits size:     31178
11.19/11.27	c Found part     2397 vars:       4890 clauses:     18164 lits size:     51097
11.19/11.27	c Found part     2415 vars:        191 clauses:       476 lits size:      1318
11.19/11.27	c Found part     2417 vars:      15828 clauses:    420141 lits size:   1589152
11.19/11.27	c Found part     2425 vars:        833 clauses:      5234 lits size:     18300
11.19/11.27	c Found part     2426 vars:        305 clauses:       965 lits size:      2994
11.19/11.27	c Found part     2427 vars:        119 clauses:       118 lits size:       236
11.19/11.27	c Found part     2428 vars:        119 clauses:       118 lits size:       236
11.19/11.27	c Found part     2429 vars:        119 clauses:       118 lits size:       236
11.19/11.27	c Found part     2430 vars:        119 clauses:       118 lits size:       236
11.19/11.27	c Found parts:         13 time: 0.14 s
11.19/11.27	c Solving part 2427
11.19/11.29	c  N st     0         0       119         0       118         0       236         0   no data   no data
11.19/11.29	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
11.19/11.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
11.19/11.29	c Finding binary XORs  T:     0.00 s  found:       0
11.19/11.29	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.19/11.29	c calculated reachability. Time: 0.00
11.19/11.29	c Calc default polars -  time:   0.00 s pos:       1 undec:   33318 neg:       1
11.19/11.29	c =========================================================================================
11.19/11.29	c types(t): F = full restart, N = normal restart
11.19/11.29	c types(t): S = simplification begin/end, E = solution found
11.19/11.29	c restart types(rt): st = static, dy = dynamic
11.19/11.29	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.19/11.29	c  B st     0         0       119         0       118         0       236         0   no data   no data
11.19/11.29	c  E st     1         0         0         0       118         0       236         0   no data   no data
11.19/11.29	c Verified 0 clauses.
11.19/11.29	c Verified 0 clauses.
11.19/11.29	c Solved part
11.19/11.29	c =========================================================================================
11.19/11.30	c Solving part 2428
11.29/11.32	c  N st     0         0       119         0       118         0       236         0   no data   no data
11.29/11.32	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
11.29/11.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
11.29/11.32	c Finding binary XORs  T:     0.00 s  found:       0
11.29/11.32	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.29/11.32	c calculated reachability. Time: 0.00
11.29/11.32	c Calc default polars -  time:   0.00 s pos:       1 undec:   33318 neg:       1
11.29/11.32	c =========================================================================================
11.29/11.32	c types(t): F = full restart, N = normal restart
11.29/11.32	c types(t): S = simplification begin/end, E = solution found
11.29/11.32	c restart types(rt): st = static, dy = dynamic
11.29/11.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.29/11.32	c  B st     0         0       119         0       118         0       236         0   no data   no data
11.29/11.32	c  E st     1         0         0         0       118         0       236         0   no data   no data
11.29/11.32	c Verified 0 clauses.
11.29/11.32	c Verified 0 clauses.
11.29/11.32	c Solved part
11.29/11.32	c =========================================================================================
11.29/11.32	c Solving part 2429
11.29/11.35	c  N st     0         0       119         0       118         0       236         0   no data   no data
11.29/11.35	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
11.29/11.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
11.29/11.35	c Finding binary XORs  T:     0.00 s  found:       0
11.29/11.35	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.29/11.35	c calculated reachability. Time: 0.00
11.29/11.35	c Calc default polars -  time:   0.00 s pos:       1 undec:   33318 neg:       1
11.29/11.35	c =========================================================================================
11.29/11.35	c types(t): F = full restart, N = normal restart
11.29/11.35	c types(t): S = simplification begin/end, E = solution found
11.29/11.35	c restart types(rt): st = static, dy = dynamic
11.29/11.35	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.29/11.35	c  B st     0         0       119         0       118         0       236         0   no data   no data
11.29/11.35	c  E st     1         0         0         0       118         0       236         0   no data   no data
11.29/11.35	c Verified 0 clauses.
11.29/11.35	c Verified 0 clauses.
11.29/11.35	c Solved part
11.29/11.35	c =========================================================================================
11.29/11.35	c Solving part 2430
11.29/11.38	c  N st     0         0       119         0       118         0       236         0   no data   no data
11.29/11.38	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
11.29/11.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
11.29/11.38	c Finding binary XORs  T:     0.00 s  found:       0
11.29/11.38	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.29/11.38	c calculated reachability. Time: 0.00
11.29/11.38	c Calc default polars -  time:   0.00 s pos:       1 undec:   33318 neg:       1
11.29/11.38	c =========================================================================================
11.29/11.38	c types(t): F = full restart, N = normal restart
11.29/11.38	c types(t): S = simplification begin/end, E = solution found
11.29/11.38	c restart types(rt): st = static, dy = dynamic
11.29/11.38	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.29/11.38	c  B st     0         0       119         0       118         0       236         0   no data   no data
11.29/11.38	c  E st     1         0         0         0       118         0       236         0   no data   no data
11.29/11.38	c Verified 0 clauses.
11.29/11.38	c Verified 0 clauses.
11.29/11.38	c Solved part
11.29/11.38	c =========================================================================================
11.29/11.38	c Solving part 2415
11.39/11.40	c  N st     0         0       191       221       255         0      1318         0   no data   no data
11.39/11.41	c asymm  cl-useful: 25/221/221 lits-rem:25 time: 0.00
11.39/11.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
11.39/11.41	c Finding binary XORs  T:     0.00 s  found:       0
11.39/11.41	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.39/11.41	c calculated reachability. Time: 0.00
11.39/11.41	c Calc default polars -  time:   0.00 s pos:      70 undec:   33162 neg:      88
11.39/11.41	c =========================================================================================
11.39/11.41	c types(t): F = full restart, N = normal restart
11.39/11.41	c types(t): S = simplification begin/end, E = solution found
11.39/11.41	c restart types(rt): st = static, dy = dynamic
11.39/11.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.39/11.41	c  B st     0         0       191       221       255         0      1293         0   no data   no data
11.39/11.41	c  E st     1         0         0       221       255         0      1293         0   no data   no data
11.39/11.41	c Verified 221 clauses.
11.39/11.41	c Verified 221 clauses.
11.39/11.41	c Solved part
11.39/11.41	c =========================================================================================
11.39/11.41	c Solving part 2426
11.39/11.44	c  N st     0         0       305       606       359         0      2994         0   no data   no data
11.39/11.44	c asymm  cl-useful: 117/606/606 lits-rem:155 time: 0.00
11.39/11.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
11.39/11.45	c Finding binary XORs  T:     0.00 s  found:       0
11.39/11.45	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.39/11.45	c calculated reachability. Time: 0.00
11.39/11.45	c Calc default polars -  time:   0.00 s pos:     123 undec:   33056 neg:     141
11.39/11.45	c =========================================================================================
11.39/11.45	c types(t): F = full restart, N = normal restart
11.39/11.45	c types(t): S = simplification begin/end, E = solution found
11.39/11.45	c restart types(rt): st = static, dy = dynamic
11.39/11.45	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.39/11.45	c  B st     0         0       305       606       359         0      2839         0   no data   no data
11.39/11.45	c  E st     1         0         0       606       359         0      2839         0   no data   no data
11.39/11.45	c Verified 606 clauses.
11.39/11.45	c Verified 606 clauses.
11.39/11.45	c Solved part
11.39/11.45	c =========================================================================================
11.39/11.45	c Solving part 1647
11.39/11.48	c  N st     0         0       810     10011      1024         0     40572         0   no data   no data
11.68/11.72	c asymm  cl-useful: 716/3642/10011 lits-rem:722 time: 0.24
11.68/11.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.05
11.68/11.77	c Finding binary XORs  T:     0.00 s  found:       5
11.68/11.77	c Replacing       11 vars Replaced     1016 lits Time:     0.00 s 
11.68/11.78	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.68/11.78	c calculated reachability. Time: 0.00
11.68/11.78	c Calc default polars -  time:   0.00 s pos:     310 undec:   32739 neg:     271
11.68/11.78	c =========================================================================================
11.68/11.78	c types(t): F = full restart, N = normal restart
11.68/11.78	c types(t): S = simplification begin/end, E = solution found
11.68/11.78	c restart types(rt): st = static, dy = dynamic
11.68/11.78	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.68/11.78	c  B st     0         0       799      9993      1021         0     39784         0   no data   no data
11.68/11.78	c  E st     1         0         0      9993      1021         0     39784         0   no data   no data
11.68/11.78	c Verified 9993 clauses.
11.68/11.78	c Verified 9993 clauses.
11.68/11.78	c Solved part
11.68/11.78	c =========================================================================================
11.68/11.78	c Solving part 2425
11.78/11.81	c  N st     0         0       833      4250       984         0     18300         0   no data   no data
11.78/11.88	c asymm  cl-useful: 59/4250/4250 lits-rem:59 time: 0.07
11.88/11.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
11.88/11.90	c Finding binary XORs  T:     0.00 s  found:       0
11.88/11.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.88/11.90	c calculated reachability. Time: 0.00
11.88/11.90	c Calc default polars -  time:   0.00 s pos:     277 undec:   32784 neg:     259
11.88/11.90	c =========================================================================================
11.88/11.90	c types(t): F = full restart, N = normal restart
11.88/11.90	c types(t): S = simplification begin/end, E = solution found
11.88/11.90	c restart types(rt): st = static, dy = dynamic
11.88/11.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.88/11.90	c  B st     0         0       833      4250       984         0     18241         0   no data   no data
11.88/11.90	c  E st     1         0         0      4250       984         0     18241         0   no data   no data
11.88/11.90	c Verified 4250 clauses.
11.88/11.90	c Verified 4250 clauses.
11.88/11.90	c Solved part
11.88/11.90	c =========================================================================================
11.88/11.90	c Solving part 1410
11.88/11.93	c  N st     0         0       952      5550      1226         0     23750         0   no data   no data
11.99/12.04	c asymm  cl-useful: 145/5550/5550 lits-rem:145 time: 0.11
11.99/12.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.02
11.99/12.07	c Finding binary XORs  T:     0.00 s  found:       0
11.99/12.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.99/12.07	c calculated reachability. Time: 0.00
11.99/12.07	c Calc default polars -  time:   0.00 s pos:     362 undec:   32595 neg:     363
11.99/12.07	c =========================================================================================
11.99/12.07	c types(t): F = full restart, N = normal restart
11.99/12.07	c types(t): S = simplification begin/end, E = solution found
11.99/12.07	c restart types(rt): st = static, dy = dynamic
11.99/12.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.99/12.07	c  B st     0         0       952      5550      1226         0     23605         0   no data   no data
11.99/12.07	c  E st     1         0         0      5550      1226         0     23605         0   no data   no data
11.99/12.07	c Verified 5550 clauses.
11.99/12.07	c Verified 5550 clauses.
11.99/12.07	c Solved part
11.99/12.07	c =========================================================================================
11.99/12.07	c Solving part 2371
11.99/12.10	c  N st     0         0      1069      7373      1456         0     31178         0   no data   no data
12.19/12.26	c asymm  cl-useful: 108/7373/7373 lits-rem:108 time: 0.17
12.29/12.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
12.29/12.30	c Finding binary XORs  T:     0.00 s  found:       0
12.29/12.30	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
12.29/12.30	c calculated reachability. Time: 0.00
12.29/12.30	c Calc default polars -  time:   0.00 s pos:     439 undec:   32422 neg:     459
12.29/12.30	c =========================================================================================
12.29/12.30	c types(t): F = full restart, N = normal restart
12.29/12.30	c types(t): S = simplification begin/end, E = solution found
12.29/12.30	c restart types(rt): st = static, dy = dynamic
12.29/12.30	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.29/12.30	c  B st     0         0      1069      7373      1456         0     31070         0   no data   no data
12.29/12.30	c  E st     1         0         0      7373      1456         0     31070         0   no data   no data
12.29/12.30	c Verified 7373 clauses.
12.29/12.30	c Verified 7373 clauses.
12.29/12.30	c Solved part
12.29/12.30	c =========================================================================================
12.29/12.31	c Solving part 2212
12.39/12.43	c  N st     0         0      4878    188653      6185     14044    744355    138494   no data   no data
12.39/12.49	c asymm  cl-useful: 6/333/188653 lits-rem:6 time: 0.06
12.89/12.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 71.5M T:  0.42
12.89/12.92	c Finding binary XORs  T:     0.01 s  found:       0
12.99/13.00	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
12.99/13.00	c calculated reachability. Time: 0.00
12.99/13.01	c Calc default polars -  time:   0.01 s pos:    1559 undec:   30212 neg:    1549
12.99/13.01	c =========================================================================================
12.99/13.01	c types(t): F = full restart, N = normal restart
12.99/13.01	c types(t): S = simplification begin/end, E = solution found
12.99/13.01	c restart types(rt): st = static, dy = dynamic
12.99/13.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.99/13.01	c  B st     0         0      4878    188653      6185     14044    744349    138494   no data   no data
13.99/14.00	c  N dy    10      4183      4877    188653      6201     18164    744349    189554      6.61      7.01
14.99/15.06	c  N dy    34      8209      4877    188653      6209     22160    744349    237616      6.65      7.07
16.19/16.23	c  N dy    57     12573      4877    188653      6214     26479    744347    289447      6.69      7.06
17.29/17.32	c  N dy    83     16590      4877    188653      6215     30464    744347    341396      6.82      7.23
18.39/18.48	c  N dy   107     21284      4877    188653      6221     18192    744347    160659      6.86      7.25
19.39/19.45	c  F st   135     25000      4877    188653      6223     21887    744347    210993      6.98      6.72
19.59/19.60	c  N st   137     25629      4877    188653      6224     22510    744347    218853      6.98   no data
20.59/20.68	c  N dy   141     30198      4876    188653      6231     27047    744347    281177      6.98   no data
21.68/21.74	c  N dy   162     34227      4876    188653      6237     31046    744347    335073      6.98      8.32
22.68/22.79	c  N dy   178     38237      4876    188653      6240     35026    744347    388250      6.96      7.37
23.88/23.96	c  N dy   201     42286      4876    188653      6244     20157    744347    156174      6.99      7.45
24.98/25.03	c  N dy   222     46377      4876    188653      6252     24192    744347    205608      7.00      8.62
26.08/26.11	c  N dy   235     50404      4876    188653      6261     28180    744347    257735      6.97      7.35
27.18/27.22	c  N dy   254     54446      4876    188653      6263     32195    744347    311539      6.97      7.39
27.28/27.32	c Finding binary XORs  T:     0.01 s  found:       0
28.28/28.33	c  N dy   277     58482      4876    188330      6268     34084    743147    346946      6.98      7.83
29.60/29.64	c  N dy   294     63231      4874    188330      6275     19509    743146    143589      6.97      7.37
30.89/30.93	c  N dy   317     68253      4872    188330      6294     24468    743146    212158      6.98      7.43
31.99/32.04	c  N dy   334     72710      4872    188330      6295     28901    743146    273354      6.98      7.44
33.39/33.41	c  N dy   365     77435      4871    188330      6305     33583    743146    338819      7.03      8.72
34.89/34.99	c  N dy   378     82590      4871    188330      6316     38697    743146    404898      7.00      7.51
36.31/36.39	c  F st   407     87501      4871    188330      6322     22527    743146    159529      7.01   no data
36.49/36.55	c  N st   409     88126      4871    188330      6322     23150    743146    169446      7.01   no data
37.79/37.82	c  N dy   418     93789      4870    188330      6328     28781    743145    247260      7.01      8.36
39.50/39.60	c  N dy   452     99960      4870    188330      6332     34887    743144    329875      7.04      7.47
40.49/40.54	c Finding binary XORs  T:     0.01 s  found:       4
41.39/41.42	c  N dy   494    106486      4870    187342      6275     36396    739188    380957      7.07      7.46
43.49/43.53	c  N dy   531    113564      4868    187342      6300     23466    739188    175063      7.07      7.48
45.39/45.48	c  N dy   567    121055      4867    187342      6316     30881    739188    275957      7.08      7.50
47.69/47.76	c  N dy   620    128809      4867    187342      6325     38587    739188    386471      7.12      8.72
50.29/50.35	c  N dy   674    137312      4866    187342      6334     24662    739187    169565      7.14      7.54
51.79/51.89	c Finding binary XORs  T:     0.01 s  found:       0
52.99/53.00	c  N dy   709    146296      4865    186569      6265     29312    736147    262566      7.14      7.56
55.79/55.85	c  N dy   758    155725      4865    186569      6273     38664    736145    395055      7.16      7.55
58.98/59.01	c  N dy   812    166417      4865    186569      6284     27329    736144    209577      7.18      7.56
62.09/62.17	c  N dy   868    177053      4862    186569      6309     37868    736144    356886      7.19      7.58
65.69/65.73	c  N dy   947    188367      4862    186569      6316     24745    736144    155733      7.24     10.86
68.99/69.00	c Finding binary XORs  T:     0.01 s  found:       0
69.20/69.30	c  N dy  1012    200517      4860    185887      6276     32077    733499    283473      7.26      7.67
73.29/73.35	c  N dy  1091    213343      4859    185887      6294     44808    733499    473317      7.29     10.15
77.39/77.47	c  N dy  1169    227003      4859    185887      6302     34669    733499    306057      7.32      9.01
81.99/82.02	c  N dy  1252    241515      4859    185887      6307     49088    733499    523559      7.35     11.22
86.80/86.83	c  N dy  1362    257070      4858    185887      6317     38265    733499    344041      7.39      7.85
91.99/92.01	c  N dy  1464    273701      4858    185887      6324     54794    733499    598930      7.42      7.82
97.29/97.33	c  N dy  1583    291251      4857    185887      6332     44207    733498    417571      7.46      8.09
102.30/102.36	c  F st  1667    306250      4855    185887      6349     29673    733498    172211      7.47   no data
103.69/103.71	c  N dy  1673    311443      4855    185887      6350     34848    733497    265354      7.47   no data
104.99/105.02	c Finding binary XORs  T:     0.01 s  found:       1
110.19/110.22	c  N dy  1777    331432      4853    184731      6319     50839    728872    518740      7.49      7.89
116.60/116.67	c  N dy  1884    351695      4852    184731      6337     42316    728872    363550      7.50      7.92
122.99/123.01	c  N dy  2009    371875      4852    184731      6341     31640    728872    182399      7.54      8.00
129.38/129.40	c  N dy  2108    392192      4850    184731      6357     51826    728872    490222      7.54      8.06
135.99/136.06	c  N dy  2225    412264      4850    184731      6362     39507    728872    292988      7.56      8.24
142.79/142.88	c  N dy  2336    432339      4850    184731      6366     59474    728872    599773      7.58      8.29
149.28/149.30	c  N dy  2465    452656      4850    184731      6371     46146    728872    383341      7.60      8.05
155.89/155.97	c  N dy  2586    472732      4850    184731      6378     66099    728871    699274      7.62      8.25
160.29/160.37	c Finding binary XORs  T:     0.01 s  found:       5
162.39/162.47	c  N dy  2699    492765      4847    183578      6321     48774    724072    410950      7.63      8.06
169.41/169.45	c  N dy  2825    513024      4847    183578      6326     34482    724072    185203      7.66      8.08
175.69/175.72	c  N dy  2961    533090      4847    183578      6330     54439    724072    511086      7.68      8.15
182.69/182.71	c  N dy  3077    553181      4847    183578      6333     38304    724072    231478      7.69      8.18
189.21/189.24	c  N dy  3197    573522      4847    183578      6336     58542    724072    559351      7.71      8.19
196.09/196.14	c  N dy  3306    593614      4842    183578      6349     41065    724072    262064      7.72      8.15
202.89/202.94	c  N dy  3425    614546      4842    183578      6353     61891    724072    596416      7.73      8.20
209.59/209.65	c  N dy  3539    634571      4842    183578      6358     43181    724072    283181      7.74      8.29
216.19/216.28	c  N dy  3643    654630      4842    183578      6359     63148    724072    613274      7.75     11.83
223.49/223.59	c  N dy  3763    675045      4841    183578      6366     43893    724072    281318      7.75      8.20
229.99/230.07	c  N dy  3873    695145      4840    183578      6377     63856    724072    594153      7.76      8.17
236.99/237.06	c  N dy  3979    715155      4839    183578      6383     43786    724072    260939      7.77      8.27
243.89/243.92	c  N dy  4095    735185      4839    183578      6389     63710    724072    595741      7.78      8.61
247.40/247.47	c Finding binary XORs  T:     0.01 s  found:       8
250.89/250.98	c  N dy  4205    755241      4838    181519      6327     82692    715641    921329      7.79      8.21
257.69/257.70	c  N dy  4302    775439      4838    181519      6334     61759    715641    545999      7.79      8.27
264.79/264.86	c  N dy  4409    795538      4838    181519      6337     81742    715641    881960      7.79      8.76
272.09/272.11	c  N dy  4499    816520      4838    181519      6344     60861    715641    519986      7.79      8.46
279.30/279.39	c  N dy  4589    836652      4828    181519      6370     80861    715640    852505      7.79      8.31
286.39/286.49	c  N dy  4682    856865      4828    181519      6380     58404    715640    454429      7.79      8.21
293.71/293.75	c  N dy  4768    877509      4827    181519      6392     78911    715640    794842      7.79      8.33
293.89/293.92	c Finding binary XORs  T:     0.01 s  found:      14
301.41/301.43	c  N dy  4863    897912      4817    178836      6360     54385    704790    366117      7.79      8.22
307.79/307.90	c  N dy  4958    917923      4817    178836      6367     74299    704790    724337      7.79      8.55
315.49/315.61	c  N dy  5065    938643      4817    178836      6379     50558    704790    285230      7.80      8.28
319.79/319.87	c Finding binary XORs  T:     0.01 s  found:      23
319.89/319.90	c Replacing       55 vars Replaced    42481 lits Time:     0.03 s 
322.31/322.32	c  N dy  5136    958661      4718    166982      6285     60299    657772    522080      7.79      8.25
324.69/324.74	c Finding binary XORs  T:     0.01 s  found:      34
327.99/328.06	c Finding binary XORs  T:     0.01 s  found:      11
328.80/328.84	c  N dy  5176    979259      4573    127947      6540     50079    505112    506409      7.77      8.20
330.49/330.54	c  E dy  5183    984911      4403    111897      6421     34783    441585    309248      7.76      4.34
330.49/330.54	c num threads              : 1          
330.49/330.54	c restarts                 : 133        
330.49/330.54	c dynamic restarts         : 127        
330.49/330.54	c static restarts          : 6          
330.49/330.54	c full restarts            : 0          
330.49/330.54	c total simplify time      : 0.01       
330.49/330.54	c learnts DL2              : 0          
330.49/330.54	c learnts size 2           : 59805      
330.49/330.54	c learnts size 1           : 802         (2.41      % of vars)
330.49/330.54	c filedLit time            : 2.35        (0.71      % time)
330.49/330.54	c v-elim SatELite          : 812         (2.44      % vars)
330.49/330.54	c SatELite time            : 0.77        (0.23      % time)
330.49/330.54	c v-elim xor               : 0           (0.00      % vars)
330.49/330.54	c xor elim time            : 0.00        (0.00      % time)
330.49/330.54	c num binary xor trees     : 229        
330.49/330.54	c binxor trees' crown      : 1474        (6.44      leafs/tree)
330.49/330.54	c bin xor find time        : 0.07       
330.49/330.54	c OTF clause improved      : 254         (0.01      clauses/conflict)
330.49/330.54	c OTF impr. size diff      : 356         (1.40       lits/clause)
330.49/330.54	c OTF cl watch-shrink      : 15364       (0.61      clauses/conflict)
330.49/330.54	c OTF cl watch-sh-lit      : 33146       (2.16       lits/clause)
330.49/330.54	c tried to recurMin cls    : 4277        (17.11      % of conflicts)
330.49/330.54	c updated cache            : 0           (0.00       lits/tried recurMin)
330.49/330.54	c clauses over max glue    : 0           (0.00      % of all clauses)
330.49/330.54	c conflicts                : 25000       (75.67     / sec)
330.49/330.54	c decisions                : 31015       (0.00      % random)
330.49/330.54	c bogo-props               : 1446708868  (4379006.38 / sec)
330.49/330.54	c conflict literals        : 292730      (55.46     % deleted)
330.49/330.54	c Memory used              : 312.85      MB
330.49/330.54	c CPU time                 : 330.37      s
330.49/330.54	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-3401096-1306281460/watcher-3401096-1306281460 -o /tmp/evaluation-result-3401096-1306281460/solver-3401096-1306281460 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3401096-1306281460.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.03 1.55 2/453 24731
/proc/meminfo: memFree=24471392/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=28636 CPUtime=0 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 2631 0 0 0 0 0 0 0 22 0 1 0 739743953 29323264 2069 33554432000 4194304 4580011 140736110648480 18446744073709551615 271550234735 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24731/statm: 7159 2084 322 95 0 2141 0

[startup+0.066526 s]
/proc/loadavg: 2.10 2.03 1.55 2/453 24731
/proc/meminfo: memFree=24471392/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=51024 CPUtime=0.05 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 6992 0 0 0 5 0 0 0 22 0 1 0 739743953 52248576 5887 33554432000 4194304 4580011 140736110648480 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24731/statm: 12756 5889 324 95 0 7738 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 51024

[startup+0.100514 s]
/proc/loadavg: 2.10 2.03 1.55 2/453 24731
/proc/meminfo: memFree=24471392/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=54672 CPUtime=0.08 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 8659 0 0 0 8 0 0 0 22 0 1 0 739743953 55984128 7554 33554432000 4194304 4580011 140736110648480 18446744073709551615 271550537472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24731/statm: 13668 7554 324 95 0 8650 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54672

[startup+0.300482 s]
/proc/loadavg: 2.10 2.03 1.55 2/453 24731
/proc/meminfo: memFree=24471392/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=103948 CPUtime=0.29 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 15264 0 0 0 28 1 0 0 23 0 1 0 739743953 106442752 14159 33554432000 4194304 4580011 140736110648480 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24731/statm: 25987 14161 338 95 0 20969 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103948

[startup+0.700384 s]
/proc/loadavg: 2.10 2.03 1.55 2/453 24731
/proc/meminfo: memFree=24471392/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=120316 CPUtime=0.69 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 19226 0 0 0 67 2 0 0 25 0 1 0 739743953 123203584 18121 33554432000 4194304 4580011 140736110648480 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24731/statm: 30079 18121 342 95 0 25061 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120316

[startup+1.50028 s]
/proc/loadavg: 2.10 2.03 1.55 3/454 24732
/proc/meminfo: memFree=24387064/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=155220 CPUtime=1.49 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 27854 0 0 0 146 3 0 0 25 0 1 0 739743953 158945280 26749 33554432000 4194304 4580011 140736110648480 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24731/statm: 38805 26749 342 95 0 33787 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 155220

[startup+3.10097 s]
/proc/loadavg: 2.10 2.03 1.55 3/454 24732
/proc/meminfo: memFree=24354080/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=247844 CPUtime=3.09 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 50940 0 0 0 304 5 0 0 25 0 1 0 739743953 253792256 49835 33554432000 4194304 4580011 140736110648480 18446744073709551615 4490496 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 61961 49835 355 95 0 56943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 247844

[startup+6.30039 s]
/proc/loadavg: 2.09 2.03 1.55 3/454 24732
/proc/meminfo: memFree=24255256/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=269912 CPUtime=6.29 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 63307 0 0 0 622 7 0 0 25 0 1 0 739743953 276389888 53454 33554432000 4194304 4580011 140736110648480 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 67478 53454 365 95 0 62460 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 269912

[startup+12.7002 s]
/proc/loadavg: 2.09 2.03 1.55 3/454 24732
/proc/meminfo: memFree=24237536/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=301796 CPUtime=12.69 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 70682 0 0 0 1261 8 0 0 25 0 1 0 739743953 309039104 60829 33554432000 4194304 4580011 140736110648480 18446744073709551615 4294368 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 75449 60829 367 95 0 70431 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 301796

[startup+25.5009 s]
/proc/loadavg: 2.07 2.02 1.56 3/454 24732
/proc/meminfo: memFree=24224484/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=337960 CPUtime=25.48 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 72231 0 0 0 2540 8 0 0 25 0 1 0 739743953 346071040 62378 33554432000 4194304 4580011 140736110648480 18446744073709551615 4293193 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 84490 62378 367 95 0 79472 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 337960

[startup+51.1012 s]
/proc/loadavg: 2.12 2.04 1.57 3/454 24733
/proc/meminfo: memFree=24208000/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=321672 CPUtime=51.09 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 76879 0 0 0 5100 9 0 0 25 0 1 0 739743953 329392128 64442 33554432000 4194304 4580011 140736110648480 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 80418 64442 367 95 0 75400 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 321672

[startup+102.317 s]
/proc/loadavg: 2.05 2.03 1.59 3/454 24734
/proc/meminfo: memFree=24186800/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=335732 CPUtime=102.3 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 83899 0 0 0 10220 10 0 0 25 0 1 0 739743953 343789568 66678 33554432000 4194304 4580011 140736110648480 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 83933 66678 368 95 0 78915 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 335732

[startup+162.301 s]
/proc/loadavg: 2.06 2.04 1.62 3/454 24736
/proc/meminfo: memFree=24196756/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=335884 CPUtime=162.29 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 91766 0 0 0 16217 12 0 0 25 0 1 0 739743953 343945216 66449 33554432000 4194304 4580011 140736110648480 18446744073709551615 4301820 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 83971 66449 368 95 0 78953 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 335884

[startup+222.301 s]
/proc/loadavg: 2.02 2.03 1.64 3/454 24747
/proc/meminfo: memFree=24190488/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=351688 CPUtime=222.29 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 101518 0 0 0 22216 13 0 0 25 0 1 0 739743953 360128512 67233 33554432000 4194304 4580011 140736110648480 18446744073709551615 4485895 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 87922 67238 368 95 0 82904 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 351688

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 1.66 3/454 24748
/proc/meminfo: memFree=24167476/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=336168 CPUtime=282.29 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 110822 0 0 0 28214 15 0 0 25 0 1 0 739743953 344236032 67073 33554432000 4194304 4580011 140736110648480 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 84042 67073 368 95 0 79024 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 336168

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

[startup+307.101 s]
/proc/loadavg: 2.00 2.02 1.67 3/454 24749
/proc/meminfo: memFree=24161504/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=336224 CPUtime=307.09 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 115386 0 0 0 30693 16 0 0 25 0 1 0 739743953 344293376 66703 33554432000 4194304 4580011 140736110648480 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 84056 66703 368 95 0 79038 0
Current children cumulated CPU time (s) 307.09
Current children cumulated vsize (KiB) 336224

[startup+319.9 s]
/proc/loadavg: 2.00 2.02 1.67 3/454 24749
/proc/meminfo: memFree=24159260/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=336308 CPUtime=319.89 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 117728 0 0 0 31972 17 0 0 25 0 1 0 739743953 344379392 66508 33554432000 4194304 4580011 140736110648480 18446744073709551615 4255483 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 84077 66508 368 95 0 79059 0
Current children cumulated CPU time (s) 319.89
Current children cumulated vsize (KiB) 336308

[startup+326.301 s]
/proc/loadavg: 2.00 2.02 1.67 3/454 24749
/proc/meminfo: memFree=24171152/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=336308 CPUtime=326.29 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 118126 0 0 0 32612 17 0 0 25 0 1 0 739743953 344379392 66906 33554432000 4194304 4580011 140736110648480 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 84077 66906 368 95 0 79059 0
Current children cumulated CPU time (s) 326.29
Current children cumulated vsize (KiB) 336308

[startup+327.901 s]
/proc/loadavg: 2.00 2.02 1.67 3/454 24749
/proc/meminfo: memFree=24170160/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=336308 CPUtime=327.89 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 118213 0 0 0 32772 17 0 0 25 0 1 0 739743953 344379392 66993 33554432000 4194304 4580011 140736110648480 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 84077 66993 368 95 0 79059 0
Current children cumulated CPU time (s) 327.89
Current children cumulated vsize (KiB) 336308

[startup+329.501 s]
/proc/loadavg: 2.00 2.02 1.67 3/454 24749
/proc/meminfo: memFree=24169540/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=336308 CPUtime=329.49 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 118307 0 0 0 32932 17 0 0 25 0 1 0 739743953 344379392 67087 33554432000 4194304 4580011 140736110648480 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 84077 67087 368 95 0 79059 0
Current children cumulated CPU time (s) 329.49
Current children cumulated vsize (KiB) 336308

[startup+330.3 s]
/proc/loadavg: 2.00 2.02 1.67 3/454 24749
/proc/meminfo: memFree=24169164/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=336308 CPUtime=330.29 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 118362 0 0 0 33012 17 0 0 25 0 1 0 739743953 344379392 67142 33554432000 4194304 4580011 140736110648480 18446744073709551615 4293229 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 84077 67142 368 95 0 79059 0
Current children cumulated CPU time (s) 330.29
Current children cumulated vsize (KiB) 336308

[startup+330.5 s]
/proc/loadavg: 2.00 2.02 1.67 3/454 24749
/proc/meminfo: memFree=24169164/32951124 swapFree=61585512/67111528
[pid=24731] ppid=24729 vsize=336308 CPUtime=330.49 cores=0,2,4,6
/proc/24731/stat : 24731 (strangenight2-s) R 24729 24731 24439 0 -1 4202496 118374 0 0 0 33032 17 0 0 25 0 1 0 739743953 344379392 67154 33554432000 4194304 4580011 140736110648480 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24731/statm: 84077 67154 368 95 0 79059 0
Current children cumulated CPU time (s) 330.49
Current children cumulated vsize (KiB) 336308

Child status: 20
Real time (s): 330.561
CPU time (s): 330.56
CPU user time (s): 330.374
CPU system time (s): 0.185971
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 352176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 330.374
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118388
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= 13
involuntary context switches= 652

runsolver used 1.50877 second user time and 3.3215 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-25 01:57:41
IDJOB=3401096
IDBENCH=82500
IDSOLVER=1887
FILE ID=node133/3401096-1306281460
RUNJOBID= node133-1306280111-24457
PBS_JOBID= 13457853
Free space on /tmp= 72864 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3401096-1306281460/watcher-3401096-1306281460 -o /tmp/evaluation-result-3401096-1306281460/solver-3401096-1306281460 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3401096-1306281460.cnf

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=44165617

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24471672 kB
Buffers:        130380 kB
Cached:        1661464 kB
SwapCached:      56284 kB
Active:        1227328 kB
Inactive:      7021124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24471672 kB
SwapTotal:    67111528 kB
SwapFree:     61585512 kB
Dirty:           24480 kB
Writeback:          24 kB
AnonPages:     6406256 kB
Mapped:          30984 kB
Slab:           110656 kB
PageTables:      54488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115395388 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72856 MiB
End job on node133 at 2011-05-25 02:03:11