Trace number 3288323

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-stUNSAT 351.157 351.148

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
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-3288323-1303770962.cnf'
0.00/0.00	c -- header says num vars:          35819
0.00/0.00	c -- header says num clauses:      773506
0.19/0.26	c -- clauses added:            0 learnts,       773506 normals,            0 xors
0.19/0.26	c -- vars added      35819
0.19/0.26	c Parsing time:  0.24 s
0.19/0.26	c  N st     0         0     35819    717553     55953         0   2886709         0   no data   no data
0.29/0.37	c asymm  cl-useful: 16/955/717553 lits-rem:16 time: 0.10
1.99/2.06	c Flit:   266 Blit:     32 bXBeca:    0 bXProp:  281 Bins:      0 BRemL:      0 BRemN:      0 P: 190.8M T:  1.68
1.99/2.09	c Cleaning up after failed var search:     0.03 s 
2.09/2.12	c Replacing      281 vars Replaced    12210 lits Time:     0.03 s 
2.30/2.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.30/2.36	c bin-w-bin subsume rem         6638 bins  time:  0.01 s
2.39/2.42	c subs with bin:     4680  lits-rem:      2967  v-fix:    0  time:  0.06 s
2.39/2.46	c Subs w/ non-existent bins:   2884 l-rem:   1331 v-fix:     0 done:   6127 time:  0.04 s
2.49/2.57	c Removed useless bin:    9676  fixed:     0  props:  20.00M  time:  0.10 s
3.50/3.56	c lits-rem:       715  cl-subs:    56375  v-elim:   2677  v-fix:    0  time:  0.97 s
3.60/3.60	c Finding binary XORs  T:     0.04 s  found:      44
3.60/3.63	c Replacing       44 vars Replaced     2583 lits Time:     0.03 s 
3.99/4.05	c Finding non-binary XORs:     0.38 s (found:       0, avg size: nan)
3.99/4.05	c calculated reachability. Time: 0.01
3.99/4.08	c Calc default polars -  time:   0.03 s pos:   10659 undec:   14318 neg:   10842
3.99/4.08	c =========================================================================================
3.99/4.08	c types(t): F = full restart, N = normal restart
3.99/4.08	c types(t): S = simplification begin/end, E = solution found
3.99/4.08	c restart types(rt): st = static, dy = dynamic
3.99/4.08	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.99/4.08	c  B st     0         0     32344    636599     39320         0   2546543         0   no data   no data
5.09/5.16	c  N dy    17      4364     32344    636599     39324      4309   2546543     50858      7.00      7.38
6.19/6.22	c  N dy    31      8397     32344    636599     39330      8299   2546542     98278      6.86      7.25
7.09/7.14	c  N dy    48     12403     32343    636599     39339     12251   2546541    146096      6.86      7.34
8.19/8.22	c  N dy    70     16438     32343    636599     39341     16259   2546541    196203      6.91      7.28
9.39/9.43	c  N dy    90     20987     32343    636599     39343     10873   2546541    103582      6.92      7.29
10.49/10.54	c  F st   106     25001     32343    636599     39349     14838   2546541    152301      6.88   no data
10.59/10.69	c Found part      254 vars:        317 clauses:       931 lits size:      2542
10.59/10.69	c Found part      695 vars:        475 clauses:      1338 lits size:      4008
10.59/10.69	c Found part      793 vars:        297 clauses:       909 lits size:      2586
10.59/10.69	c Found part     1071 vars:       1070 clauses:      8964 lits size:     31687
10.59/10.69	c Found part     1251 vars:        810 clauses:     10185 lits size:     37221
10.59/10.69	c Found part     1567 vars:       4524 clauses:     18640 lits size:     66911
10.59/10.69	c Found part     1716 vars:       1231 clauses:      4551 lits size:     14742
10.59/10.69	c Found part     1746 vars:       4878 clauses:    195406 lits size:    746471
10.59/10.69	c Found part     1828 vars:        948 clauses:      6259 lits size:     21719
10.59/10.69	c Found part     1846 vars:        203 clauses:       502 lits size:      1379
10.59/10.69	c Found part     1848 vars:      15823 clauses:    419108 lits size:   1585185
10.59/10.69	c Found part     1856 vars:        833 clauses:      5179 lits size:     18110
10.59/10.69	c Found part     1857 vars:        305 clauses:       965 lits size:      2986
10.59/10.69	c Found part     1858 vars:        629 clauses:      2871 lits size:     10544
10.59/10.69	c Found parts:         14 time: 0.15 s
10.59/10.69	c Solving part 1846
10.69/10.72	c  N st     0         0       203       227       275         0      1379         0   no data   no data
10.69/10.72	c asymm  cl-useful: 37/227/227 lits-rem:37 time: 0.00
10.69/10.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.69/10.73	c Finding binary XORs  T:     0.00 s  found:       0
10.69/10.73	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.69/10.73	c calculated reachability. Time: 0.00
10.69/10.73	c Calc default polars -  time:   0.00 s pos:      58 undec:   35660 neg:     101
10.69/10.73	c =========================================================================================
10.69/10.73	c types(t): F = full restart, N = normal restart
10.69/10.73	c types(t): S = simplification begin/end, E = solution found
10.69/10.73	c restart types(rt): st = static, dy = dynamic
10.69/10.73	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.69/10.73	c  B st     0         0       203       227       275         0      1342         0   no data   no data
10.69/10.73	c  E st     1         0         0       227       275         0      1342         0   no data   no data
10.69/10.73	c Verified 227 clauses.
10.69/10.73	c Verified 227 clauses.
10.69/10.73	c Solved part
10.69/10.73	c =========================================================================================
10.69/10.73	c Solving part 793
10.69/10.76	c  N st     0         0       297       555       354         0      2586         0   no data   no data
10.69/10.76	c asymm  cl-useful: 51/555/555 lits-rem:52 time: 0.01
10.69/10.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.69/10.77	c Finding binary XORs  T:     0.00 s  found:       0
10.69/10.77	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.69/10.77	c calculated reachability. Time: 0.00
10.69/10.77	c Calc default polars -  time:   0.00 s pos:     139 undec:   35535 neg:     145
10.69/10.77	c =========================================================================================
10.69/10.77	c types(t): F = full restart, N = normal restart
10.69/10.77	c types(t): S = simplification begin/end, E = solution found
10.69/10.77	c restart types(rt): st = static, dy = dynamic
10.69/10.77	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.69/10.77	c  B st     0         0       297       555       354         0      2534         0   no data   no data
10.69/10.77	c  E st     1         0         0       555       354         0      2534         0   no data   no data
10.69/10.78	c Verified 555 clauses.
10.69/10.78	c Verified 555 clauses.
10.69/10.78	c Solved part
10.69/10.78	c =========================================================================================
10.69/10.78	c Solving part 1857
10.79/10.80	c  N st     0         0       305       600       365         0      2986         0   no data   no data
10.79/10.81	c asymm  cl-useful: 129/600/600 lits-rem:167 time: 0.01
10.79/10.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
10.79/10.82	c Finding binary XORs  T:     0.00 s  found:       0
10.79/10.82	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.79/10.82	c calculated reachability. Time: 0.00
10.79/10.82	c Calc default polars -  time:   0.00 s pos:     118 undec:   35555 neg:     146
10.79/10.82	c =========================================================================================
10.79/10.82	c types(t): F = full restart, N = normal restart
10.79/10.82	c types(t): S = simplification begin/end, E = solution found
10.79/10.82	c restart types(rt): st = static, dy = dynamic
10.79/10.82	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.79/10.82	c  B st     0         0       305       600       365         0      2819         0   no data   no data
10.79/10.82	c  E st     1         0         0       600       365         0      2819         0   no data   no data
10.79/10.82	c Verified 600 clauses.
10.79/10.82	c Verified 600 clauses.
10.79/10.82	c Solved part
10.79/10.82	c =========================================================================================
10.79/10.82	c Solving part 254
10.79/10.85	c  N st     0         0       317       499       432         0      2542         0   no data   no data
10.79/10.85	c asymm  cl-useful: 32/499/499 lits-rem:32 time: 0.00
10.79/10.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
10.79/10.86	c Finding binary XORs  T:     0.00 s  found:       0
10.79/10.86	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.79/10.86	c calculated reachability. Time: 0.00
10.79/10.86	c Calc default polars -  time:   0.00 s pos:     146 undec:   35570 neg:     103
10.79/10.86	c =========================================================================================
10.79/10.86	c types(t): F = full restart, N = normal restart
10.79/10.86	c types(t): S = simplification begin/end, E = solution found
10.79/10.86	c restart types(rt): st = static, dy = dynamic
10.79/10.86	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.79/10.86	c  B st     0         0       317       499       432         0      2510         0   no data   no data
10.79/10.86	c  E st     1         0         0       499       432         0      2510         0   no data   no data
10.79/10.86	c Verified 499 clauses.
10.79/10.86	c Verified 499 clauses.
10.79/10.86	c Solved part
10.79/10.86	c =========================================================================================
10.79/10.87	c Solving part 695
10.79/10.89	c  N st     0         0       475       776       562         0      4008         0   no data   no data
10.89/10.90	c asymm  cl-useful: 38/776/776 lits-rem:38 time: 0.01
10.89/10.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
10.89/10.91	c Finding binary XORs  T:     0.00 s  found:       0
10.89/10.91	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.89/10.91	c calculated reachability. Time: 0.00
10.89/10.91	c Calc default polars -  time:   0.00 s pos:     163 undec:   35497 neg:     159
10.89/10.91	c =========================================================================================
10.89/10.91	c types(t): F = full restart, N = normal restart
10.89/10.91	c types(t): S = simplification begin/end, E = solution found
10.89/10.91	c restart types(rt): st = static, dy = dynamic
10.89/10.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.89/10.91	c  B st     0         0       475       776       562         0      3970         0   no data   no data
10.89/10.91	c  E st     1         0         0       776       562         0      3970         0   no data   no data
10.89/10.91	c Verified 776 clauses.
10.89/10.91	c Verified 776 clauses.
10.89/10.91	c Solved part
10.89/10.91	c =========================================================================================
10.89/10.91	c Solving part 1858
10.89/10.94	c  N st     0         0       629      2163       708         0     10544         0   no data   no data
10.89/10.96	c asymm  cl-useful: 292/2163/2163 lits-rem:373 time: 0.02
10.89/10.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
10.89/10.98	c Finding binary XORs  T:     0.00 s  found:       0
10.89/10.98	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.89/10.98	c calculated reachability. Time: 0.00
10.89/10.98	c Calc default polars -  time:   0.00 s pos:     165 undec:   35506 neg:     148
10.89/10.98	c =========================================================================================
10.89/10.98	c types(t): F = full restart, N = normal restart
10.89/10.98	c types(t): S = simplification begin/end, E = solution found
10.89/10.98	c restart types(rt): st = static, dy = dynamic
10.89/10.98	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.89/10.98	c  B st     0         0       629      2163       708         0     10171         0   no data   no data
10.89/10.98	c  E st     1         0         0      2163       708         0     10171         0   no data   no data
10.89/10.98	c Verified 2163 clauses.
10.89/10.98	c Verified 2163 clauses.
10.89/10.98	c Solved part
10.89/10.98	c =========================================================================================
10.89/10.98	c Solving part 1251
11.00/11.01	c  N st     0         0       810      9090      1095         0     37221         0   no data   no data
11.19/11.26	c asymm  cl-useful: 775/3973/9090 lits-rem:781 time: 0.25
11.29/11.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   24 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.05
11.29/11.31	c Finding binary XORs  T:     0.00 s  found:       3
11.29/11.31	c Replacing       27 vars Replaced     2017 lits Time:     0.00 s 
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:     306 undec:   35240 neg:     273
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       783      8760      1071         0     35104         0   no data   no data
11.29/11.32	c  E st     1         0         0      8760      1071         0     35104         0   no data   no data
11.29/11.32	c Verified 8760 clauses.
11.29/11.32	c Verified 8760 clauses.
11.29/11.32	c Solved part
11.29/11.32	c =========================================================================================
11.29/11.32	c Solving part 1856
11.29/11.35	c  N st     0         0       833      4173      1006         0     18110         0   no data   no data
11.39/11.42	c asymm  cl-useful: 51/4173/4173 lits-rem:51 time: 0.07
11.39/11.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
11.39/11.44	c Finding binary XORs  T:     0.00 s  found:       0
11.39/11.44	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.39/11.44	c calculated reachability. Time: 0.00
11.39/11.45	c Calc default polars -  time:   0.00 s pos:     279 undec:   35288 neg:     252
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       833      4173      1006         0     18059         0   no data   no data
11.39/11.45	c  E st     1         0         0      4173      1006         0     18059         0   no data   no data
11.39/11.45	c Verified 4173 clauses.
11.39/11.45	c Verified 4173 clauses.
11.39/11.45	c Solved part
11.39/11.45	c =========================================================================================
11.39/11.45	c Solving part 1828
11.39/11.48	c  N st     0         0       948      5035      1224         0     21719         0   no data   no data
11.49/11.58	c asymm  cl-useful: 130/5035/5035 lits-rem:139 time: 0.10
11.59/11.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
11.59/11.61	c Finding binary XORs  T:     0.00 s  found:       0
11.59/11.61	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.59/11.61	c calculated reachability. Time: 0.00
11.59/11.61	c Calc default polars -  time:   0.00 s pos:     365 undec:   35117 neg:     337
11.59/11.61	c =========================================================================================
11.59/11.61	c types(t): F = full restart, N = normal restart
11.59/11.61	c types(t): S = simplification begin/end, E = solution found
11.59/11.61	c restart types(rt): st = static, dy = dynamic
11.59/11.61	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.59/11.61	c  B st     0         0       948      5032      1227         0     21586         0   no data   no data
11.59/11.61	c  E st     1         0         0      5032      1227         0     21586         0   no data   no data
11.59/11.61	c Verified 5032 clauses.
11.59/11.61	c Verified 5032 clauses.
11.59/11.61	c Solved part
11.59/11.61	c =========================================================================================
11.59/11.61	c Solving part 1071
11.59/11.64	c  N st     0         0      1070      7514      1450         0     31687         0   no data   no data
11.79/11.81	c asymm  cl-useful: 162/7514/7514 lits-rem:162 time: 0.17
11.79/11.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
11.79/11.85	c Finding binary XORs  T:     0.00 s  found:       0
11.79/11.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.79/11.85	c calculated reachability. Time: 0.00
11.79/11.85	c Calc default polars -  time:   0.00 s pos:     426 undec:   34941 neg:     452
11.79/11.85	c =========================================================================================
11.79/11.85	c types(t): F = full restart, N = normal restart
11.79/11.85	c types(t): S = simplification begin/end, E = solution found
11.79/11.85	c restart types(rt): st = static, dy = dynamic
11.79/11.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.79/11.85	c  B st     0         0      1070      7514      1450         0     31525         0   no data   no data
11.79/11.85	c  E st     1         1         0      7514      1450         1     31525         5   no data   no data
11.79/11.86	c Verified 7514 clauses.
11.79/11.86	c Verified 7514 clauses.
11.79/11.86	c Solved part
11.79/11.86	c =========================================================================================
11.79/11.86	c Solving part 1716
11.79/11.88	c  N st     0         0      1231      3049      1502         0     14742         0   no data   no data
11.89/11.93	c asymm  cl-useful: 234/3049/3049 lits-rem:265 time: 0.05
11.89/11.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
11.89/11.97	c Finding binary XORs  T:     0.00 s  found:       0
11.89/11.97	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.89/11.97	c calculated reachability. Time: 0.00
11.89/11.97	c Calc default polars -  time:   0.00 s pos:     387 undec:   35007 neg:     425
11.89/11.97	c =========================================================================================
11.89/11.97	c types(t): F = full restart, N = normal restart
11.89/11.97	c types(t): S = simplification begin/end, E = solution found
11.89/11.97	c restart types(rt): st = static, dy = dynamic
11.89/11.97	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.89/11.97	c  B st     0         0      1231      3049      1502         0     14477         0   no data   no data
11.89/11.97	c  E st     1         0         0      3049      1502         0     14477         0   no data   no data
11.89/11.97	c Verified 3049 clauses.
11.89/11.97	c Verified 3049 clauses.
11.89/11.97	c Solved part
11.89/11.97	c =========================================================================================
11.89/11.97	c Solving part 1567
11.99/12.01	c  N st     0         0      4524     13809      4831         0     66911         0   no data   no data
12.19/12.25	c asymm  cl-useful: 1257/13809/13809 lits-rem:1958 time: 0.24
12.29/12.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.09
12.29/12.35	c Finding binary XORs  T:     0.01 s  found:       0
12.29/12.36	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
12.29/12.36	c calculated reachability. Time: 0.00
12.29/12.36	c Calc default polars -  time:   0.00 s pos:    1154 undec:   33546 neg:    1119
12.29/12.36	c =========================================================================================
12.29/12.36	c types(t): F = full restart, N = normal restart
12.29/12.36	c types(t): S = simplification begin/end, E = solution found
12.29/12.36	c restart types(rt): st = static, dy = dynamic
12.29/12.36	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.29/12.36	c  B st     0         0      4524     13809      4831         0     64953         0   no data   no data
12.29/12.36	c  E st     1         0         0     13809      4831         0     64953         0   no data   no data
12.29/12.36	c Verified 13809 clauses.
12.29/12.36	c Verified 13809 clauses.
12.29/12.36	c Solved part
12.29/12.36	c =========================================================================================
12.29/12.36	c Solving part 1746
12.49/12.51	c  N st     0         0      4878    189277      6154     13828    746471    142936   no data   no data
12.49/12.57	c asymm  cl-useful: 9/354/189277 lits-rem:9 time: 0.06
12.99/13.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 76.6M T:  0.46
12.99/13.05	c Finding binary XORs  T:     0.01 s  found:       0
13.09/13.14	c Finding non-binary XORs:     0.08 s (found:       0, avg size: nan)
13.09/13.14	c calculated reachability. Time: 0.00
13.09/13.14	c Calc default polars -  time:   0.00 s pos:    1575 undec:   32702 neg:    1542
13.09/13.14	c =========================================================================================
13.09/13.14	c types(t): F = full restart, N = normal restart
13.09/13.14	c types(t): S = simplification begin/end, E = solution found
13.09/13.14	c restart types(rt): st = static, dy = dynamic
13.09/13.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
13.09/13.14	c  B st     0         0      4878    189277      6154     13828    746462    142936   no data   no data
14.19/14.25	c  N dy    15      4349      4878    189277      6155     18143    746461    202791      6.97      7.35
15.39/15.41	c  N dy    32      8786      4878    189277      6163     22531    746461    254646      6.80      7.17
16.39/16.49	c  N dy    48     12843      4878    189277      6170     26532    746461    303413      6.72      7.12
17.69/17.79	c  N dy    70     17622      4877    189277      6178     31279    746460    365634      6.80      7.29
18.99/19.02	c  N dy    96     22140      4877    189277      6182     18945    746460    172628      6.86      7.36
19.80/19.83	c  F st   110     25000      4876    189277      6190     21774    746460    208140      6.84   no data
20.09/20.16	c  N st   113     26187      4876    189277      6191     22946    746460    225189      6.84   no data
21.09/21.14	c  N dy   116     30191      4876    189277      6191     26926    746460    282900      6.84   no data
22.30/22.32	c  N dy   136     34458      4875    189277      6202     31144    746460    338054      6.84      7.23
23.50/23.54	c  N dy   154     38504      4875    189277      6206     35153    746460    387097      6.81      7.83
24.79/24.80	c  N dy   170     42665      4874    189277      6212     20457    746460    157582      6.78      7.18
25.90/25.98	c  N dy   195     46735      4874    189277      6216     24483    746460    209730      6.86      7.25
27.09/27.18	c  N dy   212     50790      4874    189277      6220     28512    746460    263811      6.84      7.26
28.39/28.40	c  N dy   231     54854      4873    189277      6231     32538    746460    318461      6.83      7.20
28.50/28.58	c Finding binary XORs  T:     0.01 s  found:       0
29.59/29.67	c  N dy   251     58871      4873    188498      6211     28968    743454    298094      6.84      7.53
30.89/30.95	c  N dy   270     63332      4873    188498      6216     16871    743454    121731      6.86      7.27
32.09/32.16	c  N dy   290     67439      4872    188498      6225     20940    743454    172891      6.86      7.28
33.29/33.32	c  N dy   321     71848      4872    188498      6226     25329    743454    236722      6.91      7.36
34.59/34.68	c  N dy   337     76639      4871    188498      6236     30074    743453    301524      6.90      7.30
36.09/36.13	c  N dy   356     81585      4870    188498      6250     34972    743453    367373      6.89      7.63
37.69/37.74	c  N dy   385     86996      4870    188498      6255     20667    743453    143980      6.91      7.36
37.89/37.92	c  F st   389     87503      4870    188498      6255     21170    743453    150845      6.91      6.47
39.39/39.41	c  N dy   395     92699      4869    188498      6263     26336    743453    228338      6.91   no data
41.09/41.14	c  N dy   419     98654      4867    188498      6284     32215    743453    305417      6.91      7.29
41.49/41.56	c Finding binary XORs  T:     0.01 s  found:       0
43.19/43.21	c  N dy   468    105188      4867    187500      6224     31929    739532    338815      6.96      7.34
45.30/45.32	c  N dy   513    111926      4867    187500      6228     20263    739532    144239      7.00      7.69
47.30/47.34	c  N dy   558    119087      4866    187500      6234     27371    739532    245888      7.05      8.95
49.59/49.61	c  N dy   598    126693      4865    187500      6245     34911    739532    351217      7.06      8.35
52.50/52.57	c  N dy   662    135045      4865    187500      6248     21616    739532    136940      7.12      7.50
55.09/55.14	c  N dy   725    143712      4864    187500      6258     30224    739531    264143      7.17      9.63
58.10/58.14	c  N dy   789    153065      4864    187500      6260     39514    739531    404869      7.23      7.71
61.39/61.44	c  N dy   846    162999      4864    187500      6266     25693    739531    175852      7.25      7.64
64.80/64.85	c  N dy   904    173469      4864    187500      6275     36093    739530    324546      7.27      7.88
68.59/68.66	c  N dy   953    184632      4863    187500      6291     47179    739530    485824      7.27      8.92
71.09/71.15	c Finding binary XORs  T:     0.01 s  found:       3
72.19/72.26	c  N dy  1020    197076      4862    186697      6281     31301    736405    269425      7.29      7.81
76.39/76.43	c  N dy  1106    209875      4861    186697      6291     44001    736403    459869      7.33      7.76
81.09/81.11	c  N dy  1177    223579      4861    186697      6298     32571    736403    268388      7.34      7.79
85.80/85.89	c  N dy  1271    237907      4861    186697      6305     46822    736403    479139      7.38      7.96
91.30/91.30	c  N dy  1363    253130      4860    186697      6318     35000    736402    284767      7.40      7.81
96.80/96.88	c  N dy  1456    269307      4858    186697      6336     51053    736400    523827      7.43      8.41
102.19/102.29	c Finding binary XORs  T:     0.01 s  found:       0
102.49/102.52	c  N dy  1546    286501      4857    185717      6337     36172    732642    301123      7.44     10.23
108.49/108.51	c  N dy  1641    304866      4856    185717      6347     54440    732642    578861      7.46     10.54
108.99/109.05	c  F st  1653    306250      4856    185717      6347     28041    732642    160855      7.46   no data
114.59/114.63	c  N dy  1738    324422      4855    185717      6355     46117    732642    454101      7.48      8.38
122.00/122.05	c  N dy  1845    344428      4855    185717      6365     36187    732642    267188      7.49      8.01
128.70/128.71	c  N dy  1980    364486      4855    185717      6375     56132    732641    580139      7.53      9.36
135.40/135.41	c  N dy  2096    384535      4855    185717      6382     44791    732641    385757      7.55      7.97
142.60/142.66	c  N dy  2218    404628      4854    185717      6390     64783    732641    703512      7.57      9.30
149.69/149.72	c  N dy  2344    424749      4854    185717      6399     52213    732640    488046      7.59      8.03
156.79/156.84	c  N dy  2466    444782      4853    185717      6413     38446    732640    255226      7.61      8.27
159.79/159.85	c Finding binary XORs  T:     0.01 s  found:       7
163.49/163.55	c  N dy  2598    464986      4853    185061      6411     57546    730125    580185      7.63      8.05
170.60/170.66	c  N dy  2717    484988      4852    185061      6427     43174    730125    327064      7.64     10.63
178.00/178.01	c  N dy  2824    505798      4852    185061      6434     63872    730125    656819      7.66      8.11
185.20/185.24	c  N dy  2936    525831      4852    185061      6440     48285    730125    394881      7.67      8.97
192.59/192.62	c  N dy  3045    545880      4851    185061      6447     68224    730125    719500      7.68      8.09
200.10/200.14	c  N dy  3158    566226      4851    185061      6451     51810    730125    444224      7.70      8.11
207.70/207.72	c  N dy  3265    586432      4851    185061      6457     71899    730124    774123      7.71      8.12
214.69/214.75	c  N dy  3393    606442      4851    185061      6464     54085    730124    472220      7.72      9.13
222.29/222.38	c  N dy  3484    626789      4851    185061      6473     74313    730123    798157      7.73      8.30
228.90/228.99	c Finding binary XORs  T:     0.01 s  found:       4
229.50/229.50	c  N dy  3613    646795      4849    184284      6458     54668    726919    469986      7.74      9.60
236.90/236.96	c  N dy  3706    667043      4848    184284      6474     74783    726919    795604      7.74      8.16
243.99/244.03	c  N dy  3810    687132      4848    184284      6475     55954    726919    487567      7.75      8.17
251.80/251.85	c  N dy  3909    707144      4846    184284      6491     75826    726919    810039      7.75      9.16
259.40/259.42	c  N dy  4003    727214      4842    184284      6513     55995    726919    458642      7.75      8.24
267.10/267.15	c  N dy  4099    747278      4842    184284      6519     75931    726919    789146      7.75      8.21
272.30/272.33	c Finding binary XORs  T:     0.01 s  found:       7
275.00/275.06	c  N dy  4176    768349      4839    182167      6485     54577    718287    437504      7.75      8.17
282.20/282.20	c  N dy  4294    788360      4837    182167      6498     74474    718287    766436      7.76      8.25
290.10/290.18	c  N dy  4390    808375      4835    182167      6513     53053    718287    382972      7.75      8.17
297.60/297.65	c  N dy  4494    828551      4835    182167      6521     73117    718287    730847      7.76      8.22
305.60/305.69	c  N dy  4578    848597      4834    182167      6537     50360    718287    317112      7.76      8.58
309.00/309.04	c Finding binary XORs  T:     0.01 s  found:      12
313.10/313.13	c  N dy  4670    868886      4831    180530      6561     67028    711685    624442      7.76      8.17
321.40/321.41	c  N dy  4752    889154      4828    180530      6579     87197    711685    973106      7.75      8.24
328.60/328.69	c  N dy  4847    909434      4825    180530      6598     66231    711685    584951      7.75      8.24
336.10/336.10	c  N dy  4926    929482      4814    180530      6630     86115    711685    927520      7.75      8.21
340.60/340.63	c Finding binary XORs  T:     0.01 s  found:      30
340.60/340.67	c Replacing       63 vars Replaced    46956 lits Time:     0.04 s 
344.20/344.23	c  N dy  5004    950294      4725    175041      6466     59413    689508    462956      7.74      8.17
348.20/348.20	c Finding binary XORs  T:     0.01 s  found:      49
348.20/348.25	c Replacing       49 vars Replaced    57236 lits Time:     0.05 s 
350.81/350.82	c Finding binary XORs  T:     0.01 s  found:      64
350.81/350.84	c Replacing       64 vars Replaced    28064 lits Time:     0.02 s 
351.10/351.10	c  E dy  5056    968711      4324     92179      6126     19285    363099    128832      7.73      3.75
351.10/351.10	c num threads              : 1          
351.10/351.10	c restarts                 : 106        
351.10/351.10	c dynamic restarts         : 100        
351.10/351.10	c static restarts          : 6          
351.10/351.10	c full restarts            : 0          
351.10/351.10	c total simplify time      : 0.01       
351.10/351.10	c learnts DL2              : 0          
351.10/351.10	c learnts size 2           : 62964      
351.10/351.10	c learnts size 1           : 474         (1.32      % of vars)
351.10/351.10	c filedLit time            : 1.71        (0.49      % time)
351.10/351.10	c v-elim SatELite          : 2677        (7.47      % vars)
351.10/351.10	c SatELite time            : 0.81        (0.23      % time)
351.10/351.10	c v-elim xor               : 0           (0.00      % vars)
351.10/351.10	c xor elim time            : 0.00        (0.00      % time)
351.10/351.10	c num binary xor trees     : 21         
351.10/351.10	c binxor trees' crown      : 325         (15.48     leafs/tree)
351.10/351.10	c bin xor find time        : 0.04       
351.10/351.10	c OTF clause improved      : 242         (0.01      clauses/conflict)
351.10/351.10	c OTF impr. size diff      : 349         (1.44       lits/clause)
351.10/351.10	c OTF cl watch-shrink      : 16375       (0.65      clauses/conflict)
351.10/351.10	c OTF cl watch-sh-lit      : 38798       (2.37       lits/clause)
351.10/351.10	c tried to recurMin cls    : 4764        (19.06      % of conflicts)
351.10/351.10	c updated cache            : 0           (0.00       lits/tried recurMin)
351.10/351.10	c clauses over max glue    : 0           (0.00      % of all clauses)
351.10/351.10	c conflicts                : 25001       (71.25     / sec)
351.10/351.10	c decisions                : 30683       (0.00      % random)
351.10/351.10	c bogo-props               : 1396206689  (3978968.36 / sec)
351.10/351.10	c conflict literals        : 303618      (56.42     % deleted)
351.10/351.10	c Memory used              : 287.07      MB
351.10/351.10	c CPU time                 : 350.90      s
351.10/351.10	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: 935)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 3.92 3.88 4/189 795
/proc/meminfo: memFree=13141060/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=21856 CPUtime=0 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 798 0 0 0 0 0 0 0 22 0 1 0 488697221 22380544 737 33554432000 4194304 4627331 140735796617328 18446744073709551615 4357923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 5464 738 319 106 0 435 0

[startup+0.0373181 s]
/proc/loadavg: 4.00 3.92 3.88 4/189 795
/proc/meminfo: memFree=13141060/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=46292 CPUtime=0.03 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 5386 0 0 0 3 0 0 0 22 0 1 0 488697221 47403008 4274 33554432000 4194304 4627331 140735796617328 18446744073709551615 4360952 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 11573 4275 322 106 0 6544 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 46292

[startup+0.100334 s]
/proc/loadavg: 4.00 3.92 3.88 4/189 795
/proc/meminfo: memFree=13141060/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=55072 CPUtime=0.09 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 8601 0 0 0 9 0 0 0 22 0 1 0 488697221 56393728 7489 33554432000 4194304 4627331 140735796617328 18446744073709551615 4507122 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 13768 7491 322 106 0 8739 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55072

[startup+0.300273 s]
/proc/loadavg: 4.00 3.92 3.88 4/189 795
/proc/meminfo: memFree=13141060/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=103060 CPUtime=0.29 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 15203 0 0 0 27 2 0 0 23 0 1 0 488697221 105533440 14091 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 25765 14091 342 106 0 20736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103060

[startup+0.700231 s]
/proc/loadavg: 4.00 3.92 3.88 4/189 795
/proc/meminfo: memFree=13141060/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=116760 CPUtime=0.69 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 18651 0 0 0 66 3 0 0 25 0 1 0 488697221 119562240 17539 33554432000 4194304 4627331 140735796617328 18446744073709551615 4299625 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 29190 17540 346 106 0 24161 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116760

[startup+1.50108 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 796
/proc/meminfo: memFree=13044456/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=140124 CPUtime=1.49 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 24481 0 0 0 146 3 0 0 25 0 1 0 488697221 143486976 23369 33554432000 4194304 4627331 140735796617328 18446744073709551615 4308552 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 35031 23369 347 106 0 30002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140124

[startup+3.1008 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 796
/proc/meminfo: memFree=12991508/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=255380 CPUtime=3.09 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 51060 0 0 0 302 7 0 0 25 0 1 0 488697221 261509120 49948 33554432000 4194304 4627331 140735796617328 18446744073709551615 4429431 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 63845 49952 387 106 0 58816 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 255380

[startup+6.30023 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 796
/proc/meminfo: memFree=12899536/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=252888 CPUtime=6.29 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 59116 0 0 0 621 8 0 0 25 0 1 0 488697221 258957312 48047 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 63222 48047 373 106 0 58193 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 252888

[startup+12.7011 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 796
/proc/meminfo: memFree=12875756/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=286328 CPUtime=12.7 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 66992 0 0 0 1261 9 0 0 19 0 1 0 488697221 293199872 55923 33554432000 4194304 4627331 140735796617328 18446744073709551615 270612771525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 71582 55924 375 106 0 66553 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 286328

[startup+25.5008 s]
/proc/loadavg: 4.00 3.92 3.88 5/187 818
/proc/meminfo: memFree=13039648/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=324648 CPUtime=25.5 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 69036 0 0 0 2539 11 0 0 25 0 1 0 488697221 332439552 57967 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 81162 57967 375 106 0 76133 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 324648

[startup+51.1003 s]
/proc/loadavg: 4.07 3.95 3.89 5/190 824
/proc/meminfo: memFree=11931728/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=307896 CPUtime=51.09 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 73516 0 0 0 5096 13 0 0 25 0 1 0 488697221 315285504 59875 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 76974 59875 375 106 0 71945 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 307896

[startup+102.307 s]
/proc/loadavg: 4.03 3.95 3.89 5/190 826
/proc/meminfo: memFree=11185908/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=308228 CPUtime=102.3 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 80644 0 0 0 10216 14 0 0 25 0 1 0 488697221 315625472 59787 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309068 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77057 59787 376 106 0 72028 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 308228

[startup+162.301 s]
/proc/loadavg: 4.01 3.96 3.90 5/190 827
/proc/meminfo: memFree=9947556/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=308312 CPUtime=162.29 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 86845 0 0 0 16214 15 0 0 25 0 1 0 488697221 315711488 60651 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77078 60651 376 106 0 72049 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 308312

[startup+222.301 s]
/proc/loadavg: 4.00 3.96 3.91 5/190 829
/proc/meminfo: memFree=9837676/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=308484 CPUtime=222.29 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 96065 0 0 0 22212 17 0 0 25 0 1 0 488697221 315887616 60338 33554432000 4194304 4627331 140735796617328 18446744073709551615 4321757 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77121 60338 376 106 0 72092 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 308484

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 831
/proc/meminfo: memFree=9740724/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=308716 CPUtime=282.3 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 105445 0 0 0 28211 19 0 0 25 0 1 0 488697221 316125184 60330 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77179 60330 376 106 0 72150 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 308716

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 832
/proc/meminfo: memFree=9601092/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=310000 CPUtime=342.3 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 115012 0 0 0 34209 21 0 0 25 0 1 0 488697221 317440000 59911 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309177 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77500 59911 376 106 0 72471 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 310000

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

[startup+345.501 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 832
/proc/meminfo: memFree=9597000/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=310000 CPUtime=345.5 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 115185 0 0 0 34529 21 0 0 25 0 1 0 488697221 317440000 60084 33554432000 4194304 4627331 140735796617328 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77500 60084 376 106 0 72471 0
Current children cumulated CPU time (s) 345.5
Current children cumulated vsize (KiB) 310000

[startup+348.707 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 832
/proc/meminfo: memFree=9594288/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=310000 CPUtime=348.71 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 115358 0 0 0 34849 22 0 0 25 0 1 0 488697221 317440000 60257 33554432000 4194304 4627331 140735796617328 18446744073709551615 4330175 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77500 60257 376 106 0 72471 0
Current children cumulated CPU time (s) 348.71
Current children cumulated vsize (KiB) 310000

[startup+350.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 832
/proc/meminfo: memFree=9593296/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=310000 CPUtime=350.3 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 115455 0 0 0 35008 22 0 0 25 0 1 0 488697221 317440000 60354 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77500 60354 376 106 0 72471 0
Current children cumulated CPU time (s) 350.3
Current children cumulated vsize (KiB) 310000

[startup+350.7 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 832
/proc/meminfo: memFree=9593296/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=310000 CPUtime=350.7 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 115477 0 0 0 35048 22 0 0 25 0 1 0 488697221 317440000 60376 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309193 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77500 60376 376 106 0 72471 0
Current children cumulated CPU time (s) 350.7
Current children cumulated vsize (KiB) 310000

[startup+351.101 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 832
/proc/meminfo: memFree=9592212/32951124 swapFree=67111528/67111528
[pid=795] ppid=793 vsize=310000 CPUtime=351.1 cores=4,6
/proc/795/stat : 795 (strangenight2-s) R 793 795 327 0 -1 4202496 115492 0 0 0 35088 22 0 0 25 0 1 0 488697221 317440000 60391 33554432000 4194304 4627331 140735796617328 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/795/statm: 77500 60391 376 106 0 72471 0
Current children cumulated CPU time (s) 351.1
Current children cumulated vsize (KiB) 310000

Child status: 20
Real time (s): 351.148
CPU time (s): 351.157
CPU user time (s): 350.925
CPU system time (s): 0.231964
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 324804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 350.925
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115504
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= 12
involuntary context switches= 189

runsolver used 0.599908 second user time and 1.3258 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-26 00:36:03
IDJOB=3288323
IDBENCH=82494
IDSOLVER=1587
FILE ID=node108/3288323-1303770962
RUNJOBID= node108-1303770636-346
PBS_JOBID= 13157178
Free space on /tmp= 71568 MiB

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

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1791569482

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13141216 kB
Buffers:       2276240 kB
Cached:       15906716 kB
SwapCached:          0 kB
Active:       10844756 kB
Inactive:      8382304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13141216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           52164 kB
Writeback:           0 kB
AnonPages:     1043468 kB
Mapped:          16208 kB
Slab:           517112 kB
PageTables:       7220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1294016 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= 71452 MiB
End job on node108 at 2011-04-26 00:41:54