Trace number 3368410

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 386.64 386.632

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 benchmark108.579
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-3368410-1305380548.cnf'
0.00/0.00	c -- header says num vars:          33320
0.00/0.00	c -- header says num clauses:      766757
0.19/0.26	c -- clauses added:            0 learnts,       766757 normals,            0 xors
0.19/0.26	c -- vars added      33320
0.19/0.26	c Parsing time:  0.24 s
0.19/0.26	c  N st     0         0     33320    713223     53534         0   2858079         0   no data   no data
0.29/0.39	c asymm  cl-useful: 5/880/713223 lits-rem:5 time: 0.12
2.89/2.95	c Flit:   356 Blit:    266 bXBeca:    0 bXProp:  870 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T:  2.54
2.89/2.98	c Cleaning up after failed var search:     0.03 s 
2.99/3.02	c Replacing      870 vars Replaced    22593 lits Time:     0.03 s 
3.19/3.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.19/3.27	c bin-w-bin subsume rem         6849 bins  time:  0.01 s
3.29/3.33	c subs with bin:     4632  lits-rem:      2864  v-fix:    0  time:  0.06 s
3.29/3.37	c Subs w/ non-existent bins:   2562 l-rem:   1358 v-fix:     0 done:   3222 time:  0.04 s
3.39/3.48	c Removed useless bin:    9524  fixed:     0  props:  20.00M  time:  0.09 s
4.50/4.57	c lits-rem:       841  cl-subs:    56082  v-elim:    812  v-fix:    0  time:  1.07 s
4.58/4.64	c Finding binary XORs  T:     0.07 s  found:     604
4.58/4.67	c Replacing      604 vars Replaced     9630 lits Time:     0.03 s 
4.98/5.07	c Finding non-binary XORs:     0.36 s (found:       0, avg size: nan)
4.98/5.07	c calculated reachability. Time: 0.02
5.08/5.11	c Calc default polars -  time:   0.03 s pos:   10963 undec:   11220 neg:   11137
5.08/5.11	c =========================================================================================
5.08/5.11	c types(t): F = full restart, N = normal restart
5.08/5.11	c types(t): S = simplification begin/end, E = solution found
5.08/5.11	c restart types(rt): st = static, dy = dynamic
5.08/5.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.08/5.11	c  B st     0         0     30233    629222     37764         0   2503996         0   no data   no data
6.18/6.23	c  N dy     9      4066     30232    629222     37772      4003   2503995     45753      5.91      6.34
7.38/7.48	c  N dy    32      8434     30232    629222     37783      8315   2503995     94317      6.17      6.51
8.68/8.72	c  N dy    65     12482     30232    629222     37786     12326   2503995    141592      6.49      8.42
10.08/10.10	c  N dy    87     16528     30232    629222     37789     16326   2503995    187606      6.57      7.34
11.49/11.54	c  N dy   114     21493     30232    629222     37793     11367   2503995    103481      6.62      6.98
12.49/12.55	c  F st   133     25000     30232    629222     37797     14827   2503995    145976      6.66      6.83
12.69/12.71	c Found part     1410 vars:        952 clauses:      6776 lits size:     23750
12.69/12.71	c Found part     1647 vars:        810 clauses:     11035 lits size:     40572
12.69/12.71	c Found part     2212 vars:       4878 clauses:    194811 lits size:    744355
12.69/12.71	c Found part     2371 vars:       1069 clauses:      8829 lits size:     31178
12.69/12.71	c Found part     2397 vars:       4890 clauses:     18164 lits size:     51097
12.69/12.71	c Found part     2415 vars:        191 clauses:       476 lits size:      1318
12.69/12.71	c Found part     2417 vars:      15828 clauses:    420141 lits size:   1589152
12.69/12.71	c Found part     2425 vars:        833 clauses:      5234 lits size:     18300
12.69/12.71	c Found part     2426 vars:        305 clauses:       965 lits size:      2994
12.69/12.71	c Found part     2427 vars:        119 clauses:       118 lits size:       236
12.69/12.71	c Found part     2428 vars:        119 clauses:       118 lits size:       236
12.69/12.71	c Found part     2429 vars:        119 clauses:       118 lits size:       236
12.69/12.71	c Found part     2430 vars:        119 clauses:       118 lits size:       236
12.69/12.71	c Found parts:         13 time: 0.16 s
12.69/12.71	c Solving part 2427
12.69/12.74	c  N st     0         0       119         0       118         0       236         0   no data   no data
12.69/12.74	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
12.69/12.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
12.69/12.75	c Finding binary XORs  T:     0.00 s  found:       0
12.69/12.75	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
12.69/12.75	c calculated reachability. Time: 0.00
12.69/12.75	c Calc default polars -  time:   0.00 s pos:       1 undec:   33318 neg:       1
12.69/12.75	c =========================================================================================
12.69/12.75	c types(t): F = full restart, N = normal restart
12.69/12.75	c types(t): S = simplification begin/end, E = solution found
12.69/12.75	c restart types(rt): st = static, dy = dynamic
12.69/12.75	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.69/12.75	c  B st     0         0       119         0       118         0       236         0   no data   no data
12.69/12.75	c  E st     1         0         0         0       118         0       236         0   no data   no data
12.69/12.75	c Verified 0 clauses.
12.69/12.75	c Verified 0 clauses.
12.69/12.75	c Solved part
12.69/12.75	c =========================================================================================
12.69/12.75	c Solving part 2428
12.69/12.77	c  N st     0         0       119         0       118         0       236         0   no data   no data
12.69/12.77	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
12.69/12.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
12.69/12.78	c Finding binary XORs  T:     0.00 s  found:       0
12.69/12.78	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
12.69/12.78	c calculated reachability. Time: 0.00
12.69/12.78	c Calc default polars -  time:   0.00 s pos:       1 undec:   33318 neg:       1
12.69/12.78	c =========================================================================================
12.69/12.78	c types(t): F = full restart, N = normal restart
12.69/12.78	c types(t): S = simplification begin/end, E = solution found
12.69/12.78	c restart types(rt): st = static, dy = dynamic
12.69/12.78	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.69/12.78	c  B st     0         0       119         0       118         0       236         0   no data   no data
12.69/12.78	c  E st     1         0         0         0       118         0       236         0   no data   no data
12.69/12.78	c Verified 0 clauses.
12.69/12.78	c Verified 0 clauses.
12.69/12.78	c Solved part
12.69/12.78	c =========================================================================================
12.69/12.78	c Solving part 2429
12.79/12.81	c  N st     0         0       119         0       118         0       236         0   no data   no data
12.79/12.81	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
12.79/12.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
12.79/12.81	c Finding binary XORs  T:     0.00 s  found:       0
12.79/12.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
12.79/12.81	c calculated reachability. Time: 0.00
12.79/12.81	c Calc default polars -  time:   0.00 s pos:       1 undec:   33318 neg:       1
12.79/12.81	c =========================================================================================
12.79/12.81	c types(t): F = full restart, N = normal restart
12.79/12.81	c types(t): S = simplification begin/end, E = solution found
12.79/12.81	c restart types(rt): st = static, dy = dynamic
12.79/12.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.79/12.81	c  B st     0         0       119         0       118         0       236         0   no data   no data
12.79/12.81	c  E st     1         0         0         0       118         0       236         0   no data   no data
12.79/12.81	c Verified 0 clauses.
12.79/12.81	c Verified 0 clauses.
12.79/12.81	c Solved part
12.79/12.81	c =========================================================================================
12.79/12.81	c Solving part 2430
12.79/12.84	c  N st     0         0       119         0       118         0       236         0   no data   no data
12.79/12.84	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
12.79/12.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
12.79/12.84	c Finding binary XORs  T:     0.00 s  found:       0
12.79/12.84	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
12.79/12.84	c calculated reachability. Time: 0.00
12.79/12.84	c Calc default polars -  time:   0.00 s pos:       1 undec:   33318 neg:       1
12.79/12.84	c =========================================================================================
12.79/12.84	c types(t): F = full restart, N = normal restart
12.79/12.84	c types(t): S = simplification begin/end, E = solution found
12.79/12.84	c restart types(rt): st = static, dy = dynamic
12.79/12.84	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.79/12.84	c  B st     0         0       119         0       118         0       236         0   no data   no data
12.79/12.84	c  E st     1         0         0         0       118         0       236         0   no data   no data
12.79/12.84	c Verified 0 clauses.
12.79/12.84	c Verified 0 clauses.
12.79/12.84	c Solved part
12.79/12.84	c =========================================================================================
12.79/12.84	c Solving part 2415
12.79/12.87	c  N st     0         0       191       221       255         0      1318         0   no data   no data
12.79/12.87	c asymm  cl-useful: 25/221/221 lits-rem:25 time: 0.00
12.79/12.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
12.79/12.88	c Finding binary XORs  T:     0.00 s  found:       0
12.79/12.88	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
12.79/12.88	c calculated reachability. Time: 0.00
12.79/12.88	c Calc default polars -  time:   0.00 s pos:      70 undec:   33162 neg:      88
12.79/12.88	c =========================================================================================
12.79/12.88	c types(t): F = full restart, N = normal restart
12.79/12.88	c types(t): S = simplification begin/end, E = solution found
12.79/12.88	c restart types(rt): st = static, dy = dynamic
12.79/12.88	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.79/12.88	c  B st     0         0       191       221       255         0      1293         0   no data   no data
12.79/12.88	c  E st     1         0         0       221       255         0      1293         0   no data   no data
12.79/12.88	c Verified 221 clauses.
12.79/12.88	c Verified 221 clauses.
12.79/12.88	c Solved part
12.79/12.88	c =========================================================================================
12.79/12.88	c Solving part 2426
12.89/12.91	c  N st     0         0       305       606       359         0      2994         0   no data   no data
12.89/12.91	c asymm  cl-useful: 117/606/606 lits-rem:155 time: 0.01
12.89/12.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
12.89/12.92	c Finding binary XORs  T:     0.00 s  found:       0
12.89/12.92	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
12.89/12.92	c calculated reachability. Time: 0.00
12.89/12.92	c Calc default polars -  time:   0.00 s pos:     123 undec:   33056 neg:     141
12.89/12.92	c =========================================================================================
12.89/12.92	c types(t): F = full restart, N = normal restart
12.89/12.92	c types(t): S = simplification begin/end, E = solution found
12.89/12.92	c restart types(rt): st = static, dy = dynamic
12.89/12.92	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.89/12.92	c  B st     0         0       305       606       359         0      2839         0   no data   no data
12.89/12.92	c  E st     1         0         0       606       359         0      2839         0   no data   no data
12.89/12.93	c Verified 606 clauses.
12.89/12.93	c Verified 606 clauses.
12.89/12.93	c Solved part
12.89/12.93	c =========================================================================================
12.89/12.93	c Solving part 1647
12.89/12.96	c  N st     0         0       810     10011      1024         0     40572         0   no data   no data
13.19/13.22	c asymm  cl-useful: 716/3642/10011 lits-rem:722 time: 0.27
13.19/13.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.05
13.19/13.28	c Finding binary XORs  T:     0.00 s  found:       5
13.19/13.28	c Replacing       11 vars Replaced     1016 lits Time:     0.00 s 
13.19/13.28	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
13.19/13.28	c calculated reachability. Time: 0.00
13.19/13.28	c Calc default polars -  time:   0.00 s pos:     310 undec:   32739 neg:     271
13.19/13.28	c =========================================================================================
13.19/13.28	c types(t): F = full restart, N = normal restart
13.19/13.28	c types(t): S = simplification begin/end, E = solution found
13.19/13.28	c restart types(rt): st = static, dy = dynamic
13.19/13.28	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
13.19/13.28	c  B st     0         0       799      9993      1021         0     39784         0   no data   no data
13.19/13.29	c  E st     1         0         0      9993      1021         0     39784         0   no data   no data
13.19/13.29	c Verified 9993 clauses.
13.19/13.29	c Verified 9993 clauses.
13.19/13.29	c Solved part
13.19/13.29	c =========================================================================================
13.19/13.29	c Solving part 2425
13.29/13.32	c  N st     0         0       833      4250       984         0     18300         0   no data   no data
13.29/13.39	c asymm  cl-useful: 59/4250/4250 lits-rem:59 time: 0.08
13.39/13.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
13.39/13.42	c Finding binary XORs  T:     0.00 s  found:       0
13.39/13.42	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
13.39/13.42	c calculated reachability. Time: 0.00
13.39/13.42	c Calc default polars -  time:   0.00 s pos:     277 undec:   32784 neg:     259
13.39/13.42	c =========================================================================================
13.39/13.42	c types(t): F = full restart, N = normal restart
13.39/13.42	c types(t): S = simplification begin/end, E = solution found
13.39/13.42	c restart types(rt): st = static, dy = dynamic
13.39/13.42	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
13.39/13.42	c  B st     0         0       833      4250       984         0     18241         0   no data   no data
13.39/13.42	c  E st     1         0         0      4250       984         0     18241         0   no data   no data
13.39/13.42	c Verified 4250 clauses.
13.39/13.42	c Verified 4250 clauses.
13.39/13.42	c Solved part
13.39/13.42	c =========================================================================================
13.39/13.42	c Solving part 1410
13.39/13.45	c  N st     0         0       952      5550      1226         0     23750         0   no data   no data
13.49/13.57	c asymm  cl-useful: 145/5550/5550 lits-rem:145 time: 0.12
13.49/13.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.03
13.59/13.60	c Finding binary XORs  T:     0.00 s  found:       0
13.59/13.60	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
13.59/13.60	c calculated reachability. Time: 0.00
13.59/13.60	c Calc default polars -  time:   0.00 s pos:     362 undec:   32595 neg:     363
13.59/13.60	c =========================================================================================
13.59/13.60	c types(t): F = full restart, N = normal restart
13.59/13.60	c types(t): S = simplification begin/end, E = solution found
13.59/13.60	c restart types(rt): st = static, dy = dynamic
13.59/13.60	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
13.59/13.60	c  B st     0         0       952      5550      1226         0     23605         0   no data   no data
13.59/13.60	c  E st     1         0         0      5550      1226         0     23605         0   no data   no data
13.59/13.60	c Verified 5550 clauses.
13.59/13.60	c Verified 5550 clauses.
13.59/13.60	c Solved part
13.59/13.60	c =========================================================================================
13.59/13.60	c Solving part 2371
13.59/13.63	c  N st     0         0      1069      7373      1456         0     31178         0   no data   no data
13.79/13.81	c asymm  cl-useful: 108/7373/7373 lits-rem:108 time: 0.18
13.79/13.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
13.79/13.85	c Finding binary XORs  T:     0.00 s  found:       0
13.79/13.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
13.79/13.85	c calculated reachability. Time: 0.00
13.79/13.85	c Calc default polars -  time:   0.00 s pos:     439 undec:   32422 neg:     459
13.79/13.85	c =========================================================================================
13.79/13.85	c types(t): F = full restart, N = normal restart
13.79/13.85	c types(t): S = simplification begin/end, E = solution found
13.79/13.85	c restart types(rt): st = static, dy = dynamic
13.79/13.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
13.79/13.85	c  B st     0         0      1069      7373      1456         0     31070         0   no data   no data
13.79/13.85	c  E st     1         0         0      7373      1456         0     31070         0   no data   no data
13.79/13.86	c Verified 7373 clauses.
13.79/13.86	c Verified 7373 clauses.
13.79/13.86	c Solved part
13.79/13.86	c =========================================================================================
13.79/13.86	c Solving part 2212
13.99/14.00	c  N st     0         0      4878    188653      6185     14044    744355    138494   no data   no data
13.99/14.07	c asymm  cl-useful: 6/333/188653 lits-rem:6 time: 0.07
14.49/14.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 71.5M T:  0.47
14.49/14.55	c Finding binary XORs  T:     0.01 s  found:       0
14.59/14.63	c Finding non-binary XORs:     0.08 s (found:       0, avg size: nan)
14.59/14.63	c calculated reachability. Time: 0.00
14.59/14.64	c Calc default polars -  time:   0.01 s pos:    1559 undec:   30212 neg:    1549
14.59/14.64	c =========================================================================================
14.59/14.64	c types(t): F = full restart, N = normal restart
14.59/14.64	c types(t): S = simplification begin/end, E = solution found
14.59/14.64	c restart types(rt): st = static, dy = dynamic
14.59/14.64	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
14.59/14.64	c  B st     0         0      4878    188653      6185     14044    744349    138494   no data   no data
15.69/15.77	c  N dy    10      4183      4877    188653      6201     18164    744349    189554      6.61      7.01
16.99/17.00	c  N dy    34      8209      4877    188653      6209     22160    744349    237616      6.65      7.07
18.29/18.35	c  N dy    57     12573      4877    188653      6214     26479    744347    289447      6.69      7.06
19.59/19.61	c  N dy    83     16590      4877    188653      6215     30464    744347    341396      6.82      7.23
20.90/20.93	c  N dy   107     21284      4877    188653      6221     18192    744347    160659      6.86      7.25
21.99/22.05	c  F st   135     25000      4877    188653      6223     21887    744347    210993      6.98      6.72
22.19/22.22	c  N st   137     25629      4877    188653      6224     22510    744347    218853      6.98   no data
23.39/23.46	c  N dy   141     30198      4876    188653      6231     27047    744347    281177      6.98   no data
24.59/24.68	c  N dy   162     34227      4876    188653      6237     31046    744347    335073      6.98      8.32
25.89/25.90	c  N dy   178     38237      4876    188653      6240     35026    744347    388250      6.96      7.37
27.19/27.22	c  N dy   201     42286      4876    188653      6244     20157    744347    156174      6.99      7.45
28.39/28.44	c  N dy   222     46377      4876    188653      6252     24192    744347    205608      7.00      8.62
29.59/29.69	c  N dy   235     50404      4876    188653      6261     28180    744347    257735      6.97      7.35
30.90/30.96	c  N dy   254     54446      4876    188653      6263     32195    744347    311539      6.97      7.39
30.99/31.08	c Finding binary XORs  T:     0.01 s  found:       0
32.19/32.24	c  N dy   277     58482      4876    188330      6268     34084    743147    346946      6.98      7.83
33.69/33.74	c  N dy   294     63231      4874    188330      6275     19509    743146    143589      6.97      7.37
35.19/35.22	c  N dy   317     68253      4872    188330      6294     24468    743146    212158      6.98      7.43
36.49/36.52	c  N dy   334     72710      4872    188330      6295     28901    743146    273354      6.98      7.44
38.09/38.10	c  N dy   365     77435      4871    188330      6305     33583    743146    338819      7.03      8.72
39.88/39.92	c  N dy   378     82590      4871    188330      6316     38697    743146    404898      7.00      7.51
41.49/41.52	c  F st   407     87501      4871    188330      6322     22527    743146    159529      7.01   no data
41.59/41.69	c  N st   409     88126      4871    188330      6322     23150    743146    169446      7.01   no data
43.09/43.16	c  N dy   418     93789      4870    188330      6328     28781    743145    247260      7.01      8.36
45.20/45.23	c  N dy   452     99960      4870    188330      6332     34887    743144    329875      7.04      7.47
46.30/46.31	c Finding binary XORs  T:     0.01 s  found:       4
47.30/47.30	c  N dy   494    106486      4870    187342      6275     36396    739188    380957      7.07      7.46
49.69/49.76	c  N dy   531    113564      4868    187342      6300     23466    739188    175063      7.07      7.48
51.99/52.00	c  N dy   567    121055      4867    187342      6316     30881    739188    275957      7.08      7.50
54.59/54.61	c  N dy   620    128809      4867    187342      6325     38587    739188    386471      7.12      8.72
57.59/57.63	c  N dy   674    137312      4866    187342      6334     24662    739187    169565      7.14      7.54
59.39/59.41	c Finding binary XORs  T:     0.01 s  found:       0
60.59/60.68	c  N dy   709    146296      4865    186569      6265     29312    736147    262566      7.14      7.56
63.99/64.01	c  N dy   758    155725      4865    186569      6273     38664    736145    395055      7.16      7.55
67.59/67.62	c  N dy   812    166417      4865    186569      6284     27329    736144    209577      7.18      7.56
71.29/71.31	c  N dy   868    177053      4862    186569      6309     37868    736144    356886      7.19      7.58
75.39/75.44	c  N dy   947    188367      4862    186569      6316     24745    736144    155733      7.24     10.86
79.20/79.23	c Finding binary XORs  T:     0.01 s  found:       0
79.49/79.57	c  N dy  1012    200517      4860    185887      6276     32077    733499    283473      7.26      7.67
84.19/84.29	c  N dy  1091    213343      4859    185887      6294     44808    733499    473317      7.29     10.15
89.00/89.07	c  N dy  1169    227003      4859    185887      6302     34669    733499    306057      7.32      9.01
94.29/94.39	c  N dy  1252    241515      4859    185887      6307     49088    733499    523559      7.35     11.22
99.99/100.00	c  N dy  1362    257070      4858    185887      6317     38265    733499    344041      7.39      7.85
105.99/106.09	c  N dy  1464    273701      4858    185887      6324     54794    733499    598930      7.42      7.82
112.20/112.27	c  N dy  1583    291251      4857    185887      6332     44207    733498    417571      7.46      8.09
118.09/118.17	c  F st  1667    306250      4855    185887      6349     29673    733498    172211      7.47   no data
119.69/119.71	c  N dy  1673    311443      4855    185887      6350     34848    733497    265354      7.47   no data
121.19/121.26	c Finding binary XORs  T:     0.01 s  found:       1
127.29/127.34	c  N dy  1777    331432      4853    184731      6319     50839    728872    518740      7.49      7.89
134.79/134.85	c  N dy  1884    351695      4852    184731      6337     42316    728872    363550      7.50      7.92
142.29/142.30	c  N dy  2009    371875      4852    184731      6341     31640    728872    182399      7.54      8.00
149.70/149.73	c  N dy  2108    392192      4850    184731      6357     51826    728872    490222      7.54      8.06
157.49/157.52	c  N dy  2225    412264      4850    184731      6362     39507    728872    292988      7.56      8.24
165.39/165.48	c  N dy  2336    432339      4850    184731      6366     59474    728872    599773      7.58      8.29
172.89/172.97	c  N dy  2465    452656      4850    184731      6371     46146    728872    383341      7.60      8.05
180.79/180.80	c  N dy  2586    472732      4850    184731      6378     66099    728871    699274      7.62      8.25
185.90/185.94	c Finding binary XORs  T:     0.01 s  found:       5
188.40/188.42	c  N dy  2699    492765      4847    183578      6321     48774    724072    410950      7.63      8.06
196.59/196.61	c  N dy  2825    513024      4847    183578      6326     34482    724072    185203      7.66      8.08
203.90/203.95	c  N dy  2961    533090      4847    183578      6330     54439    724072    511086      7.68      8.15
212.10/212.12	c  N dy  3077    553181      4847    183578      6333     38304    724072    231478      7.69      8.18
219.69/219.77	c  N dy  3197    573522      4847    183578      6336     58542    724072    559351      7.71      8.19
227.80/227.88	c  N dy  3306    593614      4842    183578      6349     41065    724072    262064      7.72      8.15
235.80/235.85	c  N dy  3425    614546      4842    183578      6353     61891    724072    596416      7.73      8.20
243.70/243.75	c  N dy  3539    634571      4842    183578      6358     43181    724072    283181      7.74      8.29
251.70/251.75	c  N dy  3643    654630      4842    183578      6359     63148    724072    613274      7.75     11.83
260.29/260.39	c  N dy  3763    675045      4841    183578      6366     43893    724072    281318      7.75      8.20
267.99/268.01	c  N dy  3873    695145      4840    183578      6377     63856    724072    594153      7.76      8.17
276.21/276.23	c  N dy  3979    715155      4839    183578      6383     43786    724072    260939      7.77      8.27
284.29/284.30	c  N dy  4095    735185      4839    183578      6389     63710    724072    595741      7.78      8.61
288.49/288.50	c Finding binary XORs  T:     0.01 s  found:       8
292.49/292.55	c  N dy  4205    755241      4838    181519      6327     82692    715641    921329      7.79      8.21
300.31/300.34	c  N dy  4302    775439      4838    181519      6334     61759    715641    545999      7.79      8.27
308.80/308.81	c  N dy  4409    795538      4838    181519      6337     81742    715641    881960      7.79      8.76
317.29/317.32	c  N dy  4499    816520      4838    181519      6344     60861    715641    519986      7.79      8.46
325.90/325.92	c  N dy  4589    836652      4828    181519      6370     80861    715640    852505      7.79      8.31
334.30/334.38	c  N dy  4682    856865      4828    181519      6380     58404    715640    454429      7.79      8.21
342.90/342.92	c  N dy  4768    877509      4827    181519      6392     78911    715640    794842      7.79      8.33
343.10/343.12	c Finding binary XORs  T:     0.01 s  found:      14
352.11/352.14	c  N dy  4863    897912      4817    178836      6360     54385    704790    366117      7.79      8.22
359.71/359.76	c  N dy  4958    917923      4817    178836      6367     74299    704790    724337      7.79      8.55
368.80/368.87	c  N dy  5065    938643      4817    178836      6379     50558    704790    285230      7.80      8.28
373.90/373.91	c Finding binary XORs  T:     0.01 s  found:      23
373.90/373.95	c Replacing       55 vars Replaced    42481 lits Time:     0.03 s 
376.70/376.77	c  N dy  5136    958661      4718    166982      6285     60299    657772    522080      7.79      8.25
379.61/379.63	c Finding binary XORs  T:     0.01 s  found:      34
383.60/383.64	c Finding binary XORs  T:     0.01 s  found:      11
384.50/384.59	c  N dy  5176    979259      4573    127947      6540     50079    505112    506409      7.77      8.20
386.60/386.61	c  E dy  5183    984911      4403    111897      6421     34783    441585    309248      7.76      4.34
386.60/386.61	c num threads              : 1          
386.60/386.61	c restarts                 : 133        
386.60/386.61	c dynamic restarts         : 127        
386.60/386.61	c static restarts          : 6          
386.60/386.61	c full restarts            : 0          
386.60/386.61	c total simplify time      : 0.02       
386.60/386.61	c learnts DL2              : 0          
386.60/386.61	c learnts size 2           : 59805      
386.60/386.61	c learnts size 1           : 802         (2.41      % of vars)
386.60/386.61	c filedLit time            : 2.57        (0.67      % time)
386.60/386.61	c v-elim SatELite          : 812         (2.44      % vars)
386.60/386.61	c SatELite time            : 0.89        (0.23      % time)
386.60/386.61	c v-elim xor               : 0           (0.00      % vars)
386.60/386.61	c xor elim time            : 0.00        (0.00      % time)
386.60/386.61	c num binary xor trees     : 229        
386.60/386.61	c binxor trees' crown      : 1474        (6.44      leafs/tree)
386.60/386.61	c bin xor find time        : 0.07       
386.60/386.61	c OTF clause improved      : 254         (0.01      clauses/conflict)
386.60/386.61	c OTF impr. size diff      : 356         (1.40       lits/clause)
386.60/386.61	c OTF cl watch-shrink      : 15364       (0.61      clauses/conflict)
386.60/386.61	c OTF cl watch-sh-lit      : 33146       (2.16       lits/clause)
386.60/386.61	c tried to recurMin cls    : 4277        (17.11      % of conflicts)
386.60/386.61	c updated cache            : 0           (0.00       lits/tried recurMin)
386.60/386.61	c clauses over max glue    : 0           (0.00      % of all clauses)
386.60/386.61	c conflicts                : 25000       (64.70     / sec)
386.60/386.61	c decisions                : 31015       (0.00      % random)
386.60/386.61	c bogo-props               : 1446708868  (3744174.65 / sec)
386.60/386.61	c conflict literals        : 292730      (55.46     % deleted)
386.60/386.61	c Memory used              : 312.85      MB
386.60/386.61	c CPU time                 : 386.39      s
386.60/386.61	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-3368410-1305380548/watcher-3368410-1305380548 -o /tmp/evaluation-result-3368410-1305380548/solver-3368410-1305380548 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368410-1305380548.cnf 

running on 2 cores: 0,2

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.06 3.97 3.08 5/250 5746
/proc/meminfo: memFree=17578012/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=21988 CPUtime=0 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 844 0 0 0 0 0 0 0 23 0 1 0 649655655 22515712 785 33554432000 4194304 4580011 140735014736048 18446744073709551615 4307159 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 5542 793 321 95 0 524 0

[startup+0.104462 s]
/proc/loadavg: 4.06 3.97 3.08 5/250 5746
/proc/meminfo: memFree=17578012/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=54672 CPUtime=0.09 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 8417 0 0 0 8 1 0 0 23 0 1 0 649655655 55984128 7312 33554432000 4194304 4580011 140735014736048 18446744073709551615 4298998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 13668 7313 324 95 0 8650 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54672

[startup+0.200453 s]
/proc/loadavg: 4.06 3.97 3.08 5/250 5746
/proc/meminfo: memFree=17578012/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=96128 CPUtime=0.19 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 12202 0 0 0 17 2 0 0 24 0 1 0 649655655 98435072 11097 33554432000 4194304 4580011 140735014736048 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 24032 11099 324 95 0 19014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 96128

[startup+0.300432 s]
/proc/loadavg: 4.06 3.97 3.08 5/250 5746
/proc/meminfo: memFree=17578012/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=102628 CPUtime=0.29 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 14939 0 0 0 27 2 0 0 24 0 1 0 649655655 105091072 13834 33554432000 4194304 4580011 140735014736048 18446744073709551615 4503408 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 25657 13834 336 95 0 20639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102628

[startup+0.700355 s]
/proc/loadavg: 4.06 3.97 3.08 5/250 5746
/proc/meminfo: memFree=17578012/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=117356 CPUtime=0.69 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 18551 0 0 0 66 3 0 0 25 0 1 0 649655655 120172544 17446 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 29339 17447 342 95 0 24321 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117356

[startup+1.50023 s]
/proc/loadavg: 4.06 3.97 3.08 5/251 5747
/proc/meminfo: memFree=17491824/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=149540 CPUtime=1.49 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 26450 0 0 0 145 4 0 0 25 0 1 0 649655655 153128960 25345 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 37385 25346 342 95 0 32367 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 149540

[startup+3.10094 s]
/proc/loadavg: 4.06 3.97 3.08 5/251 5747
/proc/meminfo: memFree=17463960/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=194420 CPUtime=3.09 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 35054 0 0 0 304 5 0 0 25 0 1 0 649655655 199086080 33949 33554432000 4194304 4580011 140735014736048 18446744073709551615 222921437893 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 48605 33953 348 95 0 43587 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 194420

[startup+6.30036 s]
/proc/loadavg: 4.05 3.97 3.09 5/251 5747
/proc/meminfo: memFree=17360176/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=269912 CPUtime=6.28 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 63267 0 0 0 619 9 0 0 25 0 1 0 649655655 276389888 53414 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 67478 53414 365 95 0 62460 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 269912

[startup+12.7012 s]
/proc/loadavg: 4.05 3.97 3.09 5/251 5747
/proc/meminfo: memFree=17304576/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=269912 CPUtime=12.69 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 63586 0 0 0 1259 10 0 0 25 0 1 0 649655655 276389888 53733 33554432000 4194304 4580011 140735014736048 18446744073709551615 47797069661892 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 67478 53733 366 95 0 62460 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 269912

[startup+25.5008 s]
/proc/loadavg: 4.04 3.97 3.11 5/251 5748
/proc/meminfo: memFree=17285336/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=305144 CPUtime=25.49 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 72062 0 0 0 2538 11 0 0 25 0 1 0 649655655 312467456 62209 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 76286 62209 367 95 0 71268 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 305144

[startup+51.1011 s]
/proc/loadavg: 4.02 3.97 3.13 5/251 5748
/proc/meminfo: memFree=17269528/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=321672 CPUtime=51.09 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 76505 0 0 0 5097 12 0 0 25 0 1 0 649655655 329392128 64068 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 80418 64068 367 95 0 75400 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 321672

[startup+102.301 s]
/proc/loadavg: 4.01 3.97 3.17 6/251 5750
/proc/meminfo: memFree=16869220/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=335584 CPUtime=102.3 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 81650 0 0 0 10216 14 0 0 25 0 1 0 649655655 343638016 66926 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 83896 66926 368 95 0 78878 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 335584

[startup+162.301 s]
/proc/loadavg: 4.06 3.99 3.23 5/251 5751
/proc/meminfo: memFree=13394040/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=335800 CPUtime=162.29 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 89009 0 0 0 16214 15 0 0 25 0 1 0 649655655 343859200 66496 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 83950 66496 368 95 0 78932 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 335800

[startup+222.31 s]
/proc/loadavg: 4.02 3.99 3.27 5/251 5781
/proc/meminfo: memFree=17942600/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=335896 CPUtime=222.3 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 96444 0 0 0 22213 17 0 0 25 0 1 0 649655655 343957504 66698 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294322 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 83974 66698 368 95 0 78956 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 335896

[startup+282.301 s]
/proc/loadavg: 4.01 3.99 3.31 5/251 5810
/proc/meminfo: memFree=17854580/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336124 CPUtime=282.3 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 105500 0 0 0 28210 20 0 0 25 0 1 0 649655655 344190976 66549 33554432000 4194304 4580011 140735014736048 18446744073709551615 4324085 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84031 66549 368 95 0 79013 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 336124

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.35 5/251 5839
/proc/meminfo: memFree=17774344/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336260 CPUtime=342.3 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 113029 0 0 0 34208 22 0 0 25 0 1 0 649655655 344330240 66830 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294580 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84065 66830 368 95 0 79047 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 336260

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

[startup+358.401 s]
/proc/loadavg: 4.00 3.99 3.37 5/251 5839
/proc/meminfo: memFree=17694476/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336224 CPUtime=358.4 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 115367 0 0 0 35817 23 0 0 25 0 1 0 649655655 344293376 66684 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84056 66684 368 95 0 79038 0
Current children cumulated CPU time (s) 358.4
Current children cumulated vsize (KiB) 336224

[startup+371.2 s]
/proc/loadavg: 4.00 3.99 3.37 5/251 5840
/proc/meminfo: memFree=17702380/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336308 CPUtime=371.2 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 117601 0 0 0 37097 23 0 0 25 0 1 0 649655655 344379392 66381 33554432000 4194304 4580011 140735014736048 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84077 66381 368 95 0 79059 0
Current children cumulated CPU time (s) 371.2
Current children cumulated vsize (KiB) 336308

[startup+377.6 s]
/proc/loadavg: 4.00 3.99 3.38 5/251 5840
/proc/meminfo: memFree=17695180/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336308 CPUtime=377.6 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 117914 0 0 0 37737 23 0 0 25 0 1 0 649655655 344379392 66694 33554432000 4194304 4580011 140735014736048 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84077 66694 368 95 0 79059 0
Current children cumulated CPU time (s) 377.6
Current children cumulated vsize (KiB) 336308

[startup+380.801 s]
/proc/loadavg: 4.08 4.01 3.39 5/251 5840
/proc/meminfo: memFree=17691956/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336308 CPUtime=380.8 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 118084 0 0 0 38057 23 0 0 25 0 1 0 649655655 344379392 66864 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84077 66864 368 95 0 79059 0
Current children cumulated CPU time (s) 380.8
Current children cumulated vsize (KiB) 336308

[startup+384.009 s]
/proc/loadavg: 4.07 4.01 3.39 5/251 5840
/proc/meminfo: memFree=17669508/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336308 CPUtime=384 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 118242 0 0 0 38377 23 0 0 25 0 1 0 649655655 344379392 67022 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84077 67022 368 95 0 79059 0
Current children cumulated CPU time (s) 384
Current children cumulated vsize (KiB) 336308

[startup+385.601 s]
/proc/loadavg: 4.07 4.01 3.39 5/251 5840
/proc/meminfo: memFree=17663556/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336308 CPUtime=385.6 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 118320 0 0 0 38537 23 0 0 25 0 1 0 649655655 344379392 67100 33554432000 4194304 4580011 140735014736048 18446744073709551615 4293895 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84077 67100 368 95 0 79059 0
Current children cumulated CPU time (s) 385.6
Current children cumulated vsize (KiB) 336308

[startup+386.401 s]
/proc/loadavg: 4.07 4.01 3.39 5/251 5840
/proc/meminfo: memFree=17655620/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336308 CPUtime=386.4 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 118365 0 0 0 38617 23 0 0 25 0 1 0 649655655 344379392 67145 33554432000 4194304 4580011 140735014736048 18446744073709551615 4294523 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84077 67145 368 95 0 79059 0
Current children cumulated CPU time (s) 386.4
Current children cumulated vsize (KiB) 336308

[startup+386.601 s]
/proc/loadavg: 4.07 4.01 3.39 5/251 5840
/proc/meminfo: memFree=17655620/32951124 swapFree=66522240/67111528
[pid=5746] ppid=5744 vsize=336308 CPUtime=386.6 cores=0,2
/proc/5746/stat : 5746 (strangenight2-s) R 5744 5746 5485 0 -1 4202496 118377 0 0 0 38637 23 0 0 25 0 1 0 649655655 344379392 67157 33554432000 4194304 4580011 140735014736048 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5746/statm: 84077 67157 368 95 0 79059 0
Current children cumulated CPU time (s) 386.6
Current children cumulated vsize (KiB) 336308

Child status: 20
Real time (s): 386.632
CPU time (s): 386.64
CPU user time (s): 386.39
CPU system time (s): 0.249962
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 351588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 386.39
system time used= 0.249962
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= 8
involuntary context switches= 583

runsolver used 0.863868 second user time and 1.9607 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 15:42:29
IDJOB=3368410
IDBENCH=82500
IDSOLVER=1845
FILE ID=node109/3368410-1305380548
RUNJOBID= node109-1305379155-5503
PBS_JOBID= 13324393
Free space on /tmp= 73152 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-3368410-1305380548/watcher-3368410-1305380548 -o /tmp/evaluation-result-3368410-1305380548/solver-3368410-1305380548 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368410-1305380548.cnf

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=1730059391

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17578168 kB
Buffers:        266136 kB
Cached:        2971180 kB
SwapCached:      19100 kB
Active:        7460184 kB
Inactive:      7679196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17578168 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:           46864 kB
Writeback:           0 kB
AnonPages:    11889536 kB
Mapped:          19328 kB
Slab:           137460 kB
PageTables:      33828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19288020 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73180 MiB
End job on node109 at 2011-05-14 15:48:56