Trace number 3288693

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-Night-1-stUNSAT 425.203 425.191

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3288693-1303775616.cnf'
0.00/0.00	c -- header says num vars:          39151
0.00/0.00	c -- header says num clauses:      533919
0.19/0.20	c -- clauses added:            0 learnts,       533919 normals,            0 xors
0.19/0.20	c -- vars added      39151
0.19/0.20	c Parsing time:  0.18 s
0.19/0.20	c  N st     0         0     39151    482351     51568         0   1968248         0   no data   no data  --
0.29/0.30	c asymm  cl-useful: 11/1120/482351 lits-rem:11 time: 0.10
1.59/1.62	c Flit:   158 Blit:     16 bXBeca:    0 bXProp:   71 Bins:      0 BRemL:      0 BRemN:      0 P: 128.2M T:  1.25
1.59/1.62	c Cleaning up after failed var search:     0.00 s 
1.59/1.66	c Replacing       71 vars Replaced     2441 lits Time:     0.04 s 
1.79/1.85	c bin-w-bin subsume rem         3823 bins  time:  0.01 s
1.79/1.89	c subs with bin:     2602  lits-rem:      1320  v-fix:    0  time:  0.05 s
1.89/1.95	c Subs w/ non-existent bins:   3147 l-rem:   1398 v-fix:     0 done:   9361 time:  0.06 s
1.99/2.07	c Removed useless bin:    5785  fixed:     0  props:  17.42M  time:  0.12 s
3.09/3.11	c lits-rem:       143  cl-subs:    38231  v-elim:   2684  v-fix:    0  time:  1.03 s
3.09/3.15	c Finding binary XORs  T:     0.04 s  found:      22
3.09/3.17	c Replacing       22 vars Replaced     1176 lits Time:     0.02 s 
3.39/3.45	c Finding non-binary XORs:     0.24 s (found:       0, avg size: nan)
3.39/3.45	c calculated reachability. Time: 0.02
3.39/3.47	c Calc default polars -  time:   0.01 s pos:    8714 undec:   21448 neg:    8989
3.39/3.47	c =========================================================================================
3.39/3.47	c types(t): F = full restart, N = normal restart
3.39/3.47	c types(t): S = simplification begin/end, E = solution found
3.39/3.47	c restart types(rt): st = static, dy = dynamic
3.39/3.47	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.39/3.47	c  B st     0         0     36136    428468     40999         0   1744954         0   no data   no data  --
4.49/4.50	c  N dy    16      4016     36136    428468     41005      3952   1744954     46180      6.81      7.21  --
5.59/5.68	c  N dy    39      8229     36136    428468     41013      8117   1744954     95553      6.75      7.16  --
6.88/6.95	c  N dy    63     12834     36136    428468     41018     12649   1744954    146758      6.81      7.19  --
7.98/8.00	c  N dy    80     16902     36136    428468     41023     16667   1744954    196340      6.76      7.92  --
8.99/9.08	c  N dy    99     20918     36136    428468     41026     10766   1744954     97074      6.85      7.24  --
10.09/10.18	c  N dy   119     24953     36136    428468     41029     14770   1744954    148552      6.86      7.30  --
10.09/10.19	c  F st   120     25000     36136    428468     41029     14817   1744954    149232      6.86   no data  --
10.19/10.28	c Found part     1020 vars:        696 clauses:      9738 lits size:     36150
10.19/10.28	c Found part     1390 vars:       4875 clauses:    170088 lits size:    648497
10.19/10.28	c Found part     1471 vars:        952 clauses:      5148 lits size:     17950
10.19/10.28	c Found part     1487 vars:        948 clauses:      6259 lits size:     21719
10.19/10.28	c Found part     1503 vars:        238 clauses:       486 lits size:      1440
10.19/10.28	c Found part     1506 vars:        234 clauses:       476 lits size:      1440
10.19/10.28	c Found part     1516 vars:       9732 clauses:     52130 lits size:    185504
10.19/10.28	c Found part     1526 vars:        203 clauses:       502 lits size:      1381
10.19/10.28	c Found part     1527 vars:        234 clauses:       476 lits size:      1440
10.19/10.28	c Found part     1529 vars:      14256 clauses:    210151 lits size:    781306
10.19/10.28	c Found part     1543 vars:        833 clauses:      5179 lits size:     18093
10.19/10.28	c Found part     1548 vars:        314 clauses:       965 lits size:      2954
10.19/10.28	c Found part     1556 vars:        272 clauses:       792 lits size:      3109
10.19/10.28	c Found part     1557 vars:         39 clauses:        54 lits size:       153
10.19/10.28	c Found part     1559 vars:        236 clauses:       479 lits size:      1440
10.19/10.28	c Found part     1564 vars:        174 clauses:       504 lits size:      2298
10.19/10.28	c Found part     1565 vars:        236 clauses:       482 lits size:      1444
10.19/10.28	c Found part     1566 vars:        236 clauses:       482 lits size:      1444
10.19/10.28	c Found part     1568 vars:        476 clauses:      1702 lits size:      5744
10.19/10.28	c Found part     1569 vars:        476 clauses:      1687 lits size:      5724
10.19/10.28	c Found part     1570 vars:        476 clauses:      1687 lits size:      5724
10.19/10.28	c Found parts:         21 time: 0.09 s
10.19/10.28	c Solving part 1557
10.29/10.30	c  N st     0         0        39        11        43         0       153         0   no data   no data  --
10.29/10.30	c asymm  cl-useful: 4/11/11 lits-rem:10 time: 0.00
10.29/10.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
10.29/10.30	c Finding binary XORs  T:     0.00 s  found:       0
10.29/10.30	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.29/10.30	c calculated reachability. Time: 0.00
10.29/10.30	c Calc default polars -  time:   0.00 s pos:      15 undec:   39128 neg:       8
10.29/10.30	c =========================================================================================
10.29/10.30	c types(t): F = full restart, N = normal restart
10.29/10.30	c types(t): S = simplification begin/end, E = solution found
10.29/10.30	c restart types(rt): st = static, dy = dynamic
10.29/10.30	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.29/10.30	c  B st     0         0        39        11        43         0       143         0   no data   no data  --
10.29/10.30	c  E st     1         0         0        11        43         0       143         0   no data   no data  --
10.29/10.31	c Verified 11 clauses.
10.29/10.31	c Verified 11 clauses.
10.29/10.31	c Solved part
10.29/10.31	c =========================================================================================
10.29/10.31	c Solving part 1564
10.29/10.33	c  N st     0         0       174       333       171         0      2298         0   no data   no data  --
10.29/10.33	c asymm  cl-useful: 165/333/333 lits-rem:250 time: 0.00
10.29/10.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.29/10.34	c Finding binary XORs  T:     0.00 s  found:       0
10.29/10.34	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.29/10.34	c calculated reachability. Time: 0.00
10.29/10.34	c Calc default polars -  time:   0.00 s pos:      89 undec:   38983 neg:      79
10.29/10.34	c =========================================================================================
10.29/10.34	c types(t): F = full restart, N = normal restart
10.29/10.34	c types(t): S = simplification begin/end, E = solution found
10.29/10.34	c restart types(rt): st = static, dy = dynamic
10.29/10.34	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.29/10.34	c  B st     0         0       174       333       171         0      2048         0   no data   no data  --
10.29/10.34	c  E st     1         0         0       333       171         0      2048         0   no data   no data  --
10.29/10.34	c Verified 333 clauses.
10.29/10.34	c Verified 333 clauses.
10.29/10.34	c Solved part
10.29/10.34	c =========================================================================================
10.29/10.34	c Solving part 1526
10.29/10.37	c  N st     0         0       203       228       274         0      1381         0   no data   no data  --
10.29/10.37	c asymm  cl-useful: 34/228/228 lits-rem:34 time: 0.00
10.29/10.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.29/10.37	c Finding binary XORs  T:     0.00 s  found:       0
10.29/10.37	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.29/10.37	c calculated reachability. Time: 0.00
10.29/10.37	c Calc default polars -  time:   0.00 s pos:      62 undec:   38993 neg:      96
10.29/10.37	c =========================================================================================
10.29/10.37	c types(t): F = full restart, N = normal restart
10.29/10.37	c types(t): S = simplification begin/end, E = solution found
10.29/10.37	c restart types(rt): st = static, dy = dynamic
10.29/10.38	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.29/10.38	c  B st     0         0       203       228       274         0      1347         0   no data   no data  --
10.29/10.38	c  E st     1         0         0       228       274         0      1347         0   no data   no data  --
10.29/10.38	c Verified 228 clauses.
10.29/10.38	c Verified 228 clauses.
10.29/10.38	c Solved part
10.29/10.38	c =========================================================================================
10.29/10.38	c Solving part 1506
10.39/10.40	c  N st     0         0       234       244       232         0      1440         0   no data   no data  --
10.39/10.40	c asymm  cl-useful: 6/244/244 lits-rem:6 time: 0.00
10.39/10.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.39/10.41	c Finding binary XORs  T:     0.00 s  found:       0
10.39/10.41	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.39/10.41	c calculated reachability. Time: 0.00
10.39/10.41	c Calc default polars -  time:   0.00 s pos:      17 undec:   39121 neg:      13
10.39/10.41	c =========================================================================================
10.39/10.41	c types(t): F = full restart, N = normal restart
10.39/10.41	c types(t): S = simplification begin/end, E = solution found
10.39/10.41	c restart types(rt): st = static, dy = dynamic
10.39/10.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.39/10.41	c  B st     0         0       234       244       232         0      1434         0   no data   no data  --
10.39/10.41	c  E st     1         0         0       244       232         0      1434         0   no data   no data  --
10.39/10.41	c Verified 244 clauses.
10.39/10.41	c Verified 244 clauses.
10.39/10.41	c Solved part
10.39/10.41	c =========================================================================================
10.39/10.41	c Solving part 1527
10.39/10.44	c  N st     0         0       234       244       232         0      1440         0   no data   no data  --
10.39/10.44	c asymm  cl-useful: 6/244/244 lits-rem:6 time: 0.00
10.39/10.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.39/10.45	c Finding binary XORs  T:     0.00 s  found:       0
10.39/10.45	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.39/10.45	c calculated reachability. Time: 0.00
10.39/10.45	c Calc default polars -  time:   0.00 s pos:      17 undec:   39121 neg:      13
10.39/10.45	c =========================================================================================
10.39/10.45	c types(t): F = full restart, N = normal restart
10.39/10.45	c types(t): S = simplification begin/end, E = solution found
10.39/10.45	c restart types(rt): st = static, dy = dynamic
10.39/10.45	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.39/10.45	c  B st     0         0       234       244       232         0      1434         0   no data   no data  --
10.39/10.45	c  E st     1         0         0       244       232         0      1434         0   no data   no data  --
10.39/10.45	c Verified 244 clauses.
10.39/10.45	c Verified 244 clauses.
10.39/10.45	c Solved part
10.39/10.45	c =========================================================================================
10.39/10.45	c Solving part 1566
10.39/10.48	c  N st     0         0       236       244       238         0      1444         0   no data   no data  --
10.39/10.48	c asymm  cl-useful: 2/244/244 lits-rem:2 time: 0.00
10.39/10.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.39/10.48	c Finding binary XORs  T:     0.00 s  found:       0
10.39/10.48	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.39/10.48	c calculated reachability. Time: 0.00
10.39/10.48	c Calc default polars -  time:   0.00 s pos:      14 undec:   39124 neg:      13
10.39/10.48	c =========================================================================================
10.39/10.48	c types(t): F = full restart, N = normal restart
10.39/10.48	c types(t): S = simplification begin/end, E = solution found
10.39/10.48	c restart types(rt): st = static, dy = dynamic
10.39/10.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.39/10.48	c  B st     0         0       236       244       238         0      1442         0   no data   no data  --
10.39/10.48	c  E st     1         0         0       244       238         0      1442         0   no data   no data  --
10.39/10.48	c Verified 244 clauses.
10.39/10.48	c Verified 244 clauses.
10.39/10.48	c Solved part
10.39/10.48	c =========================================================================================
10.39/10.49	c Solving part 1565
10.49/10.51	c  N st     0         0       236       244       238         0      1444         0   no data   no data  --
10.49/10.51	c asymm  cl-useful: 1/244/244 lits-rem:1 time: 0.00
10.49/10.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.49/10.52	c Finding binary XORs  T:     0.00 s  found:       0
10.49/10.52	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.49/10.52	c calculated reachability. Time: 0.00
10.49/10.52	c Calc default polars -  time:   0.00 s pos:      14 undec:   39124 neg:      13
10.49/10.52	c =========================================================================================
10.49/10.52	c types(t): F = full restart, N = normal restart
10.49/10.52	c types(t): S = simplification begin/end, E = solution found
10.49/10.52	c restart types(rt): st = static, dy = dynamic
10.49/10.52	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.49/10.52	c  B st     0         0       236       244       238         0      1443         0   no data   no data  --
10.49/10.52	c  E st     1         0         0       244       238         0      1443         0   no data   no data  --
10.49/10.52	c Verified 244 clauses.
10.49/10.52	c Verified 244 clauses.
10.49/10.52	c Solved part
10.49/10.52	c =========================================================================================
10.49/10.52	c Solving part 1559
10.49/10.55	c  N st     0         0       236       243       236         0      1440         0   no data   no data  --
10.49/10.55	c asymm  cl-useful: 2/243/243 lits-rem:2 time: 0.00
10.49/10.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.49/10.56	c Finding binary XORs  T:     0.00 s  found:       0
10.49/10.56	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.49/10.56	c calculated reachability. Time: 0.00
10.49/10.56	c Calc default polars -  time:   0.00 s pos:      10 undec:   39132 neg:       9
10.49/10.56	c =========================================================================================
10.49/10.56	c types(t): F = full restart, N = normal restart
10.49/10.56	c types(t): S = simplification begin/end, E = solution found
10.49/10.56	c restart types(rt): st = static, dy = dynamic
10.49/10.56	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.49/10.56	c  B st     0         0       236       243       236         0      1438         0   no data   no data  --
10.49/10.56	c  E st     1         0         0       243       236         0      1438         0   no data   no data  --
10.49/10.56	c Verified 243 clauses.
10.49/10.56	c Verified 243 clauses.
10.49/10.56	c Solved part
10.49/10.56	c =========================================================================================
10.49/10.56	c Solving part 1503
10.49/10.58	c  N st     0         0       238       244       242         0      1440         0   no data   no data  --
10.49/10.59	c asymm  cl-useful: 0/244/244 lits-rem:0 time: 0.00
10.49/10.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.49/10.59	c Finding binary XORs  T:     0.00 s  found:       0
10.49/10.59	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.49/10.59	c calculated reachability. Time: 0.00
10.49/10.59	c Calc default polars -  time:   0.00 s pos:      18 undec:   39116 neg:      17
10.49/10.59	c =========================================================================================
10.49/10.59	c types(t): F = full restart, N = normal restart
10.49/10.59	c types(t): S = simplification begin/end, E = solution found
10.49/10.59	c restart types(rt): st = static, dy = dynamic
10.49/10.59	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.49/10.59	c  B st     0         0       238       244       242         0      1440         0   no data   no data  --
10.49/10.59	c  E st     1         0         0       244       242         0      1440         0   no data   no data  --
10.49/10.59	c Verified 244 clauses.
10.49/10.59	c Verified 244 clauses.
10.49/10.59	c Solved part
10.49/10.59	c =========================================================================================
10.59/10.60	c Solving part 1556
10.59/10.62	c  N st     0         0       272       514       278         0      3109         0   no data   no data  --
10.59/10.63	c asymm  cl-useful: 75/514/514 lits-rem:102 time: 0.00
10.59/10.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.59/10.63	c Finding binary XORs  T:     0.00 s  found:       0
10.59/10.63	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.59/10.63	c calculated reachability. Time: 0.00
10.59/10.63	c Calc default polars -  time:   0.00 s pos:     131 undec:   38905 neg:     115
10.59/10.63	c =========================================================================================
10.59/10.63	c types(t): F = full restart, N = normal restart
10.59/10.63	c types(t): S = simplification begin/end, E = solution found
10.59/10.63	c restart types(rt): st = static, dy = dynamic
10.59/10.63	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.59/10.63	c  B st     0         0       272       514       278         0      3007         0   no data   no data  --
10.59/10.63	c  E st     1         0         0       514       278         0      3007         0   no data   no data  --
10.59/10.63	c Verified 514 clauses.
10.59/10.63	c Verified 514 clauses.
10.59/10.63	c Solved part
10.59/10.63	c =========================================================================================
10.59/10.64	c Solving part 1548
10.59/10.66	c  N st     0         0       314       592       373         0      2954         0   no data   no data  --
10.59/10.67	c asymm  cl-useful: 100/592/592 lits-rem:128 time: 0.00
10.59/10.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.59/10.68	c Finding binary XORs  T:     0.00 s  found:       0
10.59/10.68	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.59/10.68	c calculated reachability. Time: 0.00
10.59/10.68	c Calc default polars -  time:   0.00 s pos:     131 undec:   38870 neg:     150
10.59/10.68	c =========================================================================================
10.59/10.68	c types(t): F = full restart, N = normal restart
10.59/10.68	c types(t): S = simplification begin/end, E = solution found
10.59/10.68	c restart types(rt): st = static, dy = dynamic
10.59/10.68	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.59/10.68	c  B st     0         0       314       592       373         0      2826         0   no data   no data  --
10.59/10.68	c  E st     1         0         0       592       373         0      2826         0   no data   no data  --
10.59/10.68	c Verified 592 clauses.
10.59/10.68	c Verified 592 clauses.
10.59/10.68	c Solved part
10.59/10.68	c =========================================================================================
10.59/10.68	c Solving part 1570
10.69/10.71	c  N st     0         0       476      1195       492         0      5724         0   no data   no data  --
10.69/10.71	c asymm  cl-useful: 0/1195/1195 lits-rem:0 time: 0.01
10.69/10.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
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:      16 undec:   39119 neg:      16
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       476      1195       492         0      5724         0   no data   no data  --
10.69/10.73	c  E st     1         0         0      1195       492         0      5724         0   no data   no data  --
10.69/10.73	c Verified 1195 clauses.
10.69/10.73	c Verified 1195 clauses.
10.69/10.73	c Solved part
10.69/10.73	c =========================================================================================
10.69/10.73	c Solving part 1569
10.69/10.76	c  N st     0         0       476      1195       492         0      5724         0   no data   no data  --
10.69/10.76	c asymm  cl-useful: 0/1195/1195 lits-rem:0 time: 0.01
10.69/10.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M 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:      16 undec:   39119 neg:      16
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       476      1195       492         0      5724         0   no data   no data  --
10.69/10.77	c  E st     1         0         0      1195       492         0      5724         0   no data   no data  --
10.69/10.78	c Verified 1195 clauses.
10.69/10.78	c Verified 1195 clauses.
10.69/10.78	c Solved part
10.69/10.78	c =========================================================================================
10.69/10.78	c Solving part 1568
10.79/10.80	c  N st     0         0       476      1200       502         0      5744         0   no data   no data  --
10.79/10.81	c asymm  cl-useful: 0/1200/1200 lits-rem:0 time: 0.01
10.79/10.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M 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:      24 undec:   39103 neg:      24
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       476      1200       502         0      5744         0   no data   no data  --
10.79/10.82	c  E st     1         0         0      1200       502         0      5744         0   no data   no data  --
10.79/10.82	c Verified 1200 clauses.
10.79/10.82	c Verified 1200 clauses.
10.79/10.82	c Solved part
10.79/10.82	c =========================================================================================
10.79/10.83	c Solving part 1020
10.79/10.86	c  N st     0         0       696      8763       975         0     36150         0   no data   no data  --
11.09/11.10	c asymm  cl-useful: 851/3937/8763 lits-rem:957 time: 0.25
11.09/11.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   24 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.05
11.09/11.15	c Finding binary XORs  T:     0.00 s  found:       4
11.09/11.16	c Replacing       28 vars Replaced     2049 lits Time:     0.00 s 
11.09/11.16	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.09/11.16	c calculated reachability. Time: 0.00
11.09/11.16	c Calc default polars -  time:   0.00 s pos:     288 undec:   38579 neg:     284
11.09/11.16	c =========================================================================================
11.09/11.16	c types(t): F = full restart, N = normal restart
11.09/11.16	c types(t): S = simplification begin/end, E = solution found
11.09/11.16	c restart types(rt): st = static, dy = dynamic
11.09/11.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.09/11.16	c  B st     0         0       668      8390       955         0     33590         0   no data   no data  --
11.09/11.16	c  E st     1         0         0      8390       955         0     33590         0   no data   no data  --
11.09/11.16	c Verified 8390 clauses.
11.09/11.16	c Verified 8390 clauses.
11.09/11.16	c Solved part
11.09/11.16	c =========================================================================================
11.09/11.16	c Solving part 1543
11.09/11.19	c  N st     0         0       833      4156      1023         0     18093         0   no data   no data  --
11.19/11.25	c asymm  cl-useful: 49/4156/4156 lits-rem:49 time: 0.06
11.19/11.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
11.19/11.27	c Finding binary XORs  T:     0.00 s  found:       0
11.19/11.28	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.19/11.28	c calculated reachability. Time: 0.00
11.19/11.28	c Calc default polars -  time:   0.00 s pos:     288 undec:   38613 neg:     250
11.19/11.28	c =========================================================================================
11.19/11.28	c types(t): F = full restart, N = normal restart
11.19/11.28	c types(t): S = simplification begin/end, E = solution found
11.19/11.28	c restart types(rt): st = static, dy = dynamic
11.19/11.28	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.19/11.28	c  B st     0         0       833      4156      1023         0     18044         0   no data   no data  --
11.19/11.28	c  E st     1         0         0      4156      1023         0     18044         0   no data   no data  --
11.19/11.28	c Verified 4156 clauses.
11.19/11.28	c Verified 4156 clauses.
11.19/11.28	c Solved part
11.19/11.28	c =========================================================================================
11.19/11.28	c Solving part 1487
11.29/11.31	c  N st     0         0       948      5035      1224         0     21719         0   no data   no data  --
11.39/11.40	c asymm  cl-useful: 130/5035/5035 lits-rem:139 time: 0.09
11.39/11.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
11.39/11.43	c Finding binary XORs  T:     0.00 s  found:       0
11.39/11.43	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.39/11.43	c calculated reachability. Time: 0.00
11.39/11.43	c Calc default polars -  time:   0.00 s pos:     365 undec:   38449 neg:     337
11.39/11.43	c =========================================================================================
11.39/11.43	c types(t): F = full restart, N = normal restart
11.39/11.43	c types(t): S = simplification begin/end, E = solution found
11.39/11.43	c restart types(rt): st = static, dy = dynamic
11.39/11.43	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.39/11.43	c  B st     0         0       948      5032      1227         0     21586         0   no data   no data  --
11.39/11.43	c  E st     1         0         0      5032      1227         0     21586         0   no data   no data  --
11.39/11.43	c Verified 5032 clauses.
11.39/11.43	c Verified 5032 clauses.
11.39/11.43	c Solved part
11.39/11.43	c =========================================================================================
11.39/11.44	c Solving part 1471
11.39/11.46	c  N st     0         0       952      4089      1059         0     17950         0   no data   no data  --
11.49/11.52	c asymm  cl-useful: 109/4089/4089 lits-rem:109 time: 0.06
11.49/11.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
11.49/11.55	c Finding binary XORs  T:     0.00 s  found:       0
11.49/11.55	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.49/11.55	c calculated reachability. Time: 0.00
11.49/11.55	c Calc default polars -  time:   0.00 s pos:     215 undec:   38727 neg:     209
11.49/11.55	c =========================================================================================
11.49/11.55	c types(t): F = full restart, N = normal restart
11.49/11.55	c types(t): S = simplification begin/end, E = solution found
11.49/11.55	c restart types(rt): st = static, dy = dynamic
11.49/11.55	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.49/11.55	c  B st     0         0       952      4089      1059         0     17841         0   no data   no data  --
11.49/11.55	c  E st     1         0         0      4089      1059         0     17841         0   no data   no data  --
11.49/11.55	c Verified 4089 clauses.
11.49/11.55	c Verified 4089 clauses.
11.49/11.55	c Solved part
11.49/11.55	c =========================================================================================
11.49/11.56	c Solving part 1390
11.59/11.69	c  N st     0         0      4875    164178      5940     14817    648497    149232   no data   no data  --
11.69/11.75	c asymm  cl-useful: 0/461/164178 lits-rem:0 time: 0.06
12.10/12.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 67.2M T:  0.41
12.19/12.20	c Finding binary XORs  T:     0.01 s  found:       0
12.19/12.27	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
12.19/12.27	c calculated reachability. Time: 0.00
12.19/12.28	c Calc default polars -  time:   0.01 s pos:    1327 undec:   36516 neg:    1308
12.19/12.28	c =========================================================================================
12.19/12.28	c types(t): F = full restart, N = normal restart
12.19/12.28	c types(t): S = simplification begin/end, E = solution found
12.19/12.28	c restart types(rt): st = static, dy = dynamic
12.19/12.28	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.19/12.28	c  B st     0         0      4875    164178      5940     14817    648497    149232   no data   no data  --
13.49/13.52	c  N dy    14      4488      4875    164178      5944     19267    648497    206369      6.61      6.97  --
14.59/14.68	c  N dy    39      8736      4874    164178      5952     23476    648497    258856      6.78      7.17  --
15.79/15.85	c  N dy    65     12751      4873    164178      5962     27443    648497    308497      6.91      7.80  --
17.09/17.11	c  N dy    86     16959      4873    164178      5969     31623    648497    361026      6.93      7.30  --
18.29/18.33	c  N dy    99     20967      4873    164178      5972     18280    648497    159209      6.88      7.81  --
19.49/19.52	c  F st   127     25001      4873    164178      5976     22282    648497    210936      6.94   no data  --
19.49/19.52	c  N st   127     25001      4873    164178      5976     22282    648497    210936      6.94   no data  --
20.99/21.01	c  N dy   133     30194      4873    164178      5977     27441    648497    286115      6.94   no data  --
22.29/22.36	c  N dy   161     34484      4873    164178      5978     31689    648496    341631      7.04      7.44  --
23.49/23.53	c  N dy   180     38576      4873    164178      5982     35752    648496    394180      7.03      7.42  --
24.79/24.80	c  N dy   193     42633      4872    164178      5998     20686    648496    159363      6.96      7.64  --
25.99/26.03	c  N dy   216     46679      4871    164178      6001     24696    648496    211949      6.99      7.88  --
27.40/27.43	c  N dy   246     51080      4871    164178      6005     29064    648496    267768      7.04      7.63  --
28.69/28.79	c  N dy   265     55578      4871    164178      6008     33521    648496    326926      7.04      7.48  --
30.09/30.12	c  N dy   283     60015      4871    164178      6017     37919    648496    385038      7.03      7.43  --
30.29/30.33	c Finding binary XORs  T:     0.01 s  found:       0
31.59/31.66	c  N dy   296     64626      4871    163607      6027     19712    646408    146268      7.01      7.51  --
32.90/32.92	c  N dy   319     68792      4871    163607      6031     23851    646408    202549      7.01      8.44  --
34.39/34.46	c  N dy   344     73758      4869    163607      6052     28758    646408    266924      7.01      7.39  --
35.89/35.99	c  N dy   378     78482      4869    163607      6054     33456    646408    331215      7.05      7.84  --
37.69/37.73	c  N dy   405     83582      4869    163607      6058     38523    646408    398437      7.06      7.56  --
39.09/39.13	c  F st   427     87500      4869    163607      6061     21961    646408    156869      7.07   no data  --
39.59/39.65	c  N st   431     89533      4869    163607      6062     23982    646407    186522      7.07   no data  --
41.29/41.31	c  N dy   450     95256      4868    163607      6073     29664    646407    270067      7.09      8.03  --
43.19/43.24	c  N dy   484    101356      4868    163607      6077     35721    646407    349361      7.10      7.90  --
45.40/45.44	c  N dy   522    107870      4868    163607      6083     42170    646407    435918      7.11      7.52  --
47.59/47.62	c  N dy   562    114877      4868    163607      6090     26978    646407    203332      7.13      7.55  --
48.19/48.29	c Finding binary XORs  T:     0.01 s  found:       0
49.89/49.90	c  N dy   582    122223      4866    162950      6058     29703    643787    256110      7.10      7.52  --
52.60/52.65	c  N dy   614    130651      4865    162950      6077     38040    643787    363503      7.09      7.47  --
55.49/55.52	c  N dy   662    139530      4865    162950      6084     25682    643787    191727      7.11      7.49  --
58.20/58.30	c  N dy   702    148435      4865    162950      6091     34528    643787    314161      7.12     10.33  --
61.50/61.51	c  N dy   750    157996      4864    162950      6105     44012    643787    447193      7.12      7.50  --
64.49/64.54	c Finding binary XORs  T:     0.01 s  found:       1
64.80/64.83	c  N dy   800    168101      4863    162179      6062     26701    640762    213537      7.13      7.58  --
68.39/68.47	c  N dy   840    179264      4861    162179      6080     37760    640762    368567      7.12      7.52  --
72.29/72.32	c  N dy   919    190725      4860    162179      6094     25923    640762    181121      7.16      7.58  --
75.89/75.99	c  N dy   986    202953      4859    162179      6110     38053    640762    348950      7.18      7.60  --
80.40/80.49	c  N dy  1066    215940      4859    162179      6118     50923    640762    535630      7.22      8.76  --
84.90/84.99	c  N dy  1155    230265      4858    162179      6128     39661    640761    367661      7.25      7.86  --
90.49/90.57	c  N dy  1245    245020      4857    162179      6137     27171    640761    157253      7.28      8.00  --
93.40/93.46	c Finding binary XORs  T:     0.01 s  found:       0
95.79/95.84	c  N dy  1339    260683      4856    160923      6106     37858    635824    346084      7.31      8.14  --
101.69/101.77	c  N dy  1443    277332      4855    160923      6121     28374    635822    183844      7.33      7.73  --
107.70/107.74	c  N dy  1579    295077      4855    160923      6125     46012    635822    455807      7.39      7.85  --
111.80/111.88	c  F st  1662    306253      4854    160923      6134     28682    635822    164578      7.42      5.98  --
114.40/114.43	c  N dy  1674    314067      4854    160923      6137     36457    635822    284330      7.41      7.84  --
121.60/121.69	c  N dy  1791    334339      4854    160923      6143     56621    635822    594579      7.43      7.97  --
128.70/128.75	c  N dy  1920    355024      4853    160923      6158     47061    635821    427163      7.46      7.86  --
136.19/136.22	c  N dy  2046    375075      4853    160923      6166     35513    635821    232139      7.49     10.18  --
143.09/143.18	c Finding binary XORs  T:     0.01 s  found:       5
143.49/143.50	c  N dy  2166    395162      4852    160571      6148     53927    634473    527075      7.52      7.92  --
150.79/150.88	c  N dy  2289    415245      4852    160571      6153     42059    634473    330632      7.54      9.39  --
158.09/158.17	c  N dy  2402    435288      4852    160571      6158     61990    634472    643147      7.56      8.20  --
165.50/165.52	c  N dy  2515    455333      4851    160571      6170     48590    634472    411651      7.58      7.98  --
172.89/172.96	c  N dy  2640    475690      4851    160571      6173     68841    634472    736752      7.60      8.03  --
179.89/179.93	c  N dy  2765    495828      4851    160571      6178     54288    634472    486697      7.62      8.04  --
187.59/187.64	c  N dy  2895    515841      4851    160571      6180     38518    634472    235673      7.64      8.08  --
194.99/195.06	c  N dy  3010    535878      4851    160571      6182     58462    634471    547319      7.66      8.10  --
202.70/202.70	c  N dy  3129    555879      4851    160571      6186     41617    634471    272856      7.67      8.51  --
209.70/209.79	c  N dy  3231    575950      4851    160571      6193     61576    634471    587566      7.68     10.08  --
217.40/217.47	c  N dy  3367    595984      4851    160571      6198     43734    634471    294091      7.70      8.15  --
224.90/224.99	c  N dy  3485    616156      4850    160571      6206     63793    634471    614796      7.71      8.19  --
232.90/232.98	c  N dy  3597    636291      4848    160571      6218     45042    634471    311265      7.72      8.18  --
236.90/236.99	c Finding binary XORs  T:     0.01 s  found:       8
240.50/240.57	c  N dy  3700    656854      4847    159671      6182     64064    630772    633733      7.73      8.15  --
247.90/247.97	c  N dy  3787    676920      4845    159671      6189     45584    630772    307846      7.73     10.00  --
255.80/255.80	c  N dy  3893    697069      4845    159671      6193     65628    630772    632329      7.74      8.15  --
263.90/263.92	c  N dy  3991    717184      4845    159671      6198     45701    630772    287413      7.74      8.17  --
271.70/271.79	c  N dy  4074    737211      4839    159671      6227     65564    630772    592863      7.74     10.05  --
278.89/278.95	c  N dy  4174    757282      4839    159671      6232     44794    630771    252473      7.74      8.62  --
285.90/286.00	c  N dy  4286    777606      4839    159671      6237     64996    630771    577281      7.75      8.31  --
294.00/294.05	c  N dy  4397    797747      4839    159671      6243     85036    630771    905583      7.76      8.17  --
301.70/301.76	c  N dy  4523    817751      4839    159671      6247     62959    630770    540733      7.77     10.21  --
309.70/309.77	c  N dy  4625    838161      4839    159671      6249     83266    630770    887976      7.77      8.25  --
317.30/317.37	c  N dy  4744    858202      4839    159671      6251     60174    630770    477022      7.78      8.23  --
323.50/323.56	c Finding binary XORs  T:     0.01 s  found:       5
325.00/325.06	c  N dy  4838    878206      4835    157014      6220     75099    620120    734652      7.78     10.48  --
332.70/332.72	c  N dy  4951    898260      4835    157014      6224     54340    620120    371086      7.79      9.71  --
340.80/340.89	c  N dy  5047    918929      4835    157014      6231     74875    620120    707383      7.79      8.22  --
349.50/349.52	c  N dy  5141    938936      4833    157014      6241     50193    620120    280079      7.80      8.23  --
357.20/357.23	c  N dy  5248    959786      4833    157014      6249     70934    620120    631556      7.80      8.25  --
365.70/365.71	c  N dy  5358    979871      4833    157014      6255     90918    620119    972628      7.80      8.69  --
373.60/373.68	c  N dy  5461    999895      4818    157014      6276     65397    620119    514133      7.80      9.56  --
381.50/381.56	c  N dy  5572   1019996      4818    157014      6285     85363    620119    853118      7.81      8.38  --
388.20/388.26	c Finding binary XORs  T:     0.01 s  found:      13
389.80/389.80	c  N dy  5666   1040032      4817    153010      6179     56450    603630    365175      7.81      8.27  --
397.31/397.31	c  N dy  5760   1060054      4817    153010      6186     76363    603630    719880      7.81      8.28  --
402.10/402.16	c  F st  5813   1071875      4814    153010      6200     88112    603630    928618      7.81      8.07  --
405.70/405.78	c  N dy  5832   1081062      4763    145013      6195     86384    571947    966034      7.81      8.23  --
405.81/405.87	c Finding binary XORs  T:     0.01 s  found:       9
413.21/413.25	c  N dy  5881   1101160      4738    145013      6254     64372    571947    525848      7.79      8.27  --
418.01/418.07	c Finding binary XORs  T:     0.01 s  found:      33
418.10/418.13	c Replacing       74 vars Replaced    68852 lits Time:     0.06 s 
420.80/420.89	c  N dy  5962   1121209      4641    129236      6223     73222    510208    767285      7.79      8.20  --
423.41/423.42	c Finding binary XORs  T:     0.01 s  found:      11
425.10/425.14	c  E dy  5981   1133201      4351     91089      6004     33736    360081    256277      7.78      3.67  --
425.10/425.14	c num threads              : 1          
425.10/425.14	c restarts                 : 120        
425.10/425.14	c dynamic restarts         : 114        
425.10/425.14	c static restarts          : 6          
425.10/425.14	c full restarts            : 0          
425.10/425.14	c total simplify time      : 0.02       
425.10/425.14	c learnts DL2              : 0          
425.10/425.14	c learnts size 2           : 57133      
425.10/425.14	c learnts size 1           : 238         (0.61      % of vars)
425.10/425.14	c filedLit time            : 1.25        (0.29      % time)
425.10/425.14	c v-elim SatELite          : 2684        (6.86      % vars)
425.10/425.14	c SatELite time            : 0.89        (0.21      % time)
425.10/425.14	c v-elim xor               : 0           (0.00      % vars)
425.10/425.14	c xor elim time            : 0.00        (0.00      % time)
425.10/425.14	c num binary xor trees     : 14         
425.10/425.14	c binxor trees' crown      : 93          (6.64      leafs/tree)
425.10/425.14	c bin xor find time        : 0.04       
425.10/425.14	c OTF clause improved      : 292         (0.01      clauses/conflict)
425.10/425.14	c OTF impr. size diff      : 392         (1.34       lits/clause)
425.10/425.14	c OTF cl watch-shrink      : 16221       (0.65      clauses/conflict)
425.10/425.14	c OTF cl watch-sh-lit      : 38087       (2.35       lits/clause)
425.10/425.14	c tried to recurMin cls    : 5377        (21.51      % of conflicts)
425.10/425.14	c updated cache            : 0           (0.00       lits/tried recurMin)
425.10/425.14	c clauses over max glue    : 0           (0.00      % of all clauses)
425.10/425.14	c conflicts                : 25000       (58.84     / sec)
425.10/425.14	c decisions                : 30995       (0.00      % random)
425.10/425.14	c bogo-props               : 1461351624  (3439248.01 / sec)
425.10/425.14	c conflict literals        : 298422      (56.51     % deleted)
425.10/425.14	c Memory used              : 231.23      MB
425.10/425.14	c CPU time                 : 424.90      s
425.10/425.14	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-3288693-1303775616/watcher-3288693-1303775616 -o /tmp/evaluation-result-3288693-1303775616/solver-3288693-1303775616 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3288693-1303775616.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: 3.90 3.87 3.73 4/189 8302
/proc/meminfo: memFree=13270380/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=25472 CPUtime=0 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 1694 0 0 0 0 0 0 0 21 0 1 0 469977150 26083328 1402 33554432000 4194304 4650387 140733859594784 18446744073709551615 4317213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 6368 1405 328 112 0 1333 0

[startup+0.0376649 s]
/proc/loadavg: 3.90 3.87 3.73 4/189 8302
/proc/meminfo: memFree=13270380/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=45336 CPUtime=0.03 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 5234 0 0 0 3 0 0 0 21 0 1 0 469977150 46424064 4122 33554432000 4194304 4650387 140733859594784 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 11334 4123 329 112 0 6299 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45336

[startup+0.100677 s]
/proc/loadavg: 3.90 3.87 3.73 4/189 8302
/proc/meminfo: memFree=13270380/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=54836 CPUtime=0.09 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 8185 0 0 0 8 1 0 0 21 0 1 0 469977150 56152064 7073 33554432000 4194304 4650387 140733859594784 18446744073709551615 228095148501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 13709 7092 329 112 0 8674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54836

[startup+0.300652 s]
/proc/loadavg: 3.90 3.87 3.73 4/189 8302
/proc/meminfo: memFree=13270380/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=94840 CPUtime=0.29 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 11979 0 0 0 27 2 0 0 22 0 1 0 469977150 97116160 10867 33554432000 4194304 4650387 140733859594784 18446744073709551615 4371099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 23710 10867 347 112 0 18675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94840

[startup+0.700561 s]
/proc/loadavg: 3.90 3.87 3.73 4/189 8302
/proc/meminfo: memFree=13270380/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=98228 CPUtime=0.69 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 22124 0 0 0 66 3 0 0 23 0 1 0 469977150 100585472 15840 33554432000 4194304 4650387 140733859594784 18446744073709551615 228095111877 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 24557 15841 352 112 0 19522 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98228

[startup+1.50041 s]
/proc/loadavg: 3.90 3.87 3.73 5/190 8303
/proc/meminfo: memFree=13191760/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=117500 CPUtime=1.49 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 26942 0 0 0 146 3 0 0 25 0 1 0 469977150 120320000 20658 33554432000 4194304 4650387 140733859594784 18446744073709551615 4370698 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 29375 20658 354 112 0 24340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117500

[startup+3.10112 s]
/proc/loadavg: 3.90 3.87 3.73 5/190 8303
/proc/meminfo: memFree=13099504/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=198008 CPUtime=3.09 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 48454 0 0 0 304 5 0 0 25 0 1 0 469977150 202760192 38710 33554432000 4194304 4650387 140733859594784 18446744073709551615 4307226 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 49502 38710 370 112 0 44467 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 198008

[startup+6.30054 s]
/proc/loadavg: 3.91 3.87 3.73 5/190 8304
/proc/meminfo: memFree=13080896/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=199236 CPUtime=6.29 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 49326 0 0 0 624 5 0 0 25 0 1 0 469977150 204017664 39582 33554432000 4194304 4650387 140733859594784 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 49809 39582 379 112 0 44774 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 199236

[startup+12.7004 s]
/proc/loadavg: 3.92 3.87 3.73 5/190 8304
/proc/meminfo: memFree=13032428/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=258272 CPUtime=12.69 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 90494 0 0 0 1257 12 0 0 22 0 1 0 469977150 264470528 50774 33554432000 4194304 4650387 140733859594784 18446744073709551615 4314787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 64568 50774 383 112 0 59533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 258272

[startup+25.501 s]
/proc/loadavg: 3.93 3.88 3.73 5/190 8304
/proc/meminfo: memFree=13027228/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=258292 CPUtime=25.49 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 93025 0 0 0 2536 13 0 0 25 0 1 0 469977150 264491008 51379 33554432000 4194304 4650387 140733859594784 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 64573 51379 383 112 0 59538 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 258292

[startup+51.1003 s]
/proc/loadavg: 3.96 3.89 3.74 5/190 8305
/proc/meminfo: memFree=13012904/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=258280 CPUtime=51.09 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 95752 0 0 0 5095 14 0 0 25 0 1 0 469977150 264478720 52106 33554432000 4194304 4650387 140733859594784 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 64570 52106 383 112 0 59535 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 258280

[startup+102.307 s]
/proc/loadavg: 3.90 3.89 3.74 5/190 8333
/proc/meminfo: memFree=13153844/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=260464 CPUtime=102.3 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 100780 0 0 0 10215 15 0 0 25 0 1 0 469977150 266715136 52797 33554432000 4194304 4650387 140733859594784 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 65116 52797 383 112 0 60081 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 260464

[startup+162.301 s]
/proc/loadavg: 3.96 3.90 3.75 5/190 8335
/proc/meminfo: memFree=12671128/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=277476 CPUtime=162.3 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 107502 0 0 0 16213 17 0 0 25 0 1 0 469977150 284135424 55089 33554432000 4194304 4650387 140733859594784 18446744073709551615 4366856 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 69369 55089 383 112 0 64334 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 277476

[startup+222.301 s]
/proc/loadavg: 3.98 3.92 3.77 5/190 8336
/proc/meminfo: memFree=12667152/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=278332 CPUtime=222.3 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 112055 0 0 0 22212 18 0 0 25 0 1 0 469977150 285011968 55570 33554432000 4194304 4650387 140733859594784 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 69583 55570 383 112 0 64548 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 278332

[startup+282.301 s]
/proc/loadavg: 3.99 3.93 3.78 5/190 8338
/proc/meminfo: memFree=12644064/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=279512 CPUtime=282.3 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 116565 0 0 0 28211 19 0 0 25 0 1 0 469977150 286220288 55787 33554432000 4194304 4650387 140733859594784 18446744073709551615 4363391 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 69878 55787 383 112 0 64843 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 279512

[startup+342.301 s]
/proc/loadavg: 4.03 3.95 3.79 5/190 8367
/proc/meminfo: memFree=12635784/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=279992 CPUtime=342.3 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 121670 0 0 0 34209 21 0 0 25 0 1 0 469977150 286711808 56307 33554432000 4194304 4650387 140733859594784 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 69998 56307 383 112 0 64963 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 279992

[startup+402.301 s]
/proc/loadavg: 4.01 3.96 3.81 5/190 8368
/proc/meminfo: memFree=12517120/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=280268 CPUtime=402.3 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 129055 0 0 0 40206 24 0 0 25 0 1 0 469977150 286994432 56533 33554432000 4194304 4650387 140733859594784 18446744073709551615 4315078 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 70067 56533 383 112 0 65032 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 280268

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

[startup+409.501 s]
/proc/loadavg: 4.01 3.96 3.81 5/190 8368
/proc/meminfo: memFree=12521952/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=274428 CPUtime=409.5 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 129583 0 0 0 40926 24 0 0 25 0 1 0 469977150 281014272 54553 33554432000 4194304 4650387 140733859594784 18446744073709551615 4366899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 68607 54553 383 112 0 63572 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 274428

[startup+415.9 s]
/proc/loadavg: 4.01 3.96 3.81 5/190 8368
/proc/meminfo: memFree=12519472/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=274428 CPUtime=415.9 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 129919 0 0 0 41565 25 0 0 25 0 1 0 469977150 281014272 54889 33554432000 4194304 4650387 140733859594784 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 68607 54889 383 112 0 63572 0
Current children cumulated CPU time (s) 415.9
Current children cumulated vsize (KiB) 274428

[startup+419.107 s]
/proc/loadavg: 4.00 3.96 3.81 5/190 8369
/proc/meminfo: memFree=12516496/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=274428 CPUtime=419.11 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 130071 0 0 0 41886 25 0 0 25 0 1 0 469977150 281014272 55041 33554432000 4194304 4650387 140733859594784 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 68607 55041 383 112 0 63572 0
Current children cumulated CPU time (s) 419.11
Current children cumulated vsize (KiB) 274428

[startup+422.3 s]
/proc/loadavg: 4.00 3.96 3.81 5/190 8369
/proc/meminfo: memFree=12513520/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=274428 CPUtime=422.31 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 130248 0 0 0 42206 25 0 0 25 0 1 0 469977150 281014272 55218 33554432000 4194304 4650387 140733859594784 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 68607 55218 383 112 0 63572 0
Current children cumulated CPU time (s) 422.31
Current children cumulated vsize (KiB) 274428

[startup+423.901 s]
/proc/loadavg: 4.08 3.98 3.82 5/190 8369
/proc/meminfo: memFree=12520088/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=274428 CPUtime=423.9 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 130337 0 0 0 42365 25 0 0 25 0 1 0 469977150 281014272 55307 33554432000 4194304 4650387 140733859594784 18446744073709551615 4365574 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 68607 55307 383 112 0 63572 0
Current children cumulated CPU time (s) 423.9
Current children cumulated vsize (KiB) 274428

[startup+424.701 s]
/proc/loadavg: 4.08 3.98 3.82 5/190 8369
/proc/meminfo: memFree=12518848/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=274428 CPUtime=424.7 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 130379 0 0 0 42445 25 0 0 25 0 1 0 469977150 281014272 55349 33554432000 4194304 4650387 140733859594784 18446744073709551615 4364304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 68607 55349 383 112 0 63572 0
Current children cumulated CPU time (s) 424.7
Current children cumulated vsize (KiB) 274428

[startup+425.101 s]
/proc/loadavg: 4.08 3.98 3.82 5/190 8369
/proc/meminfo: memFree=12518848/32951124 swapFree=67111528/67111528
[pid=8302] ppid=8300 vsize=274428 CPUtime=425.1 cores=0,2
/proc/8302/stat : 8302 (strangenight1-s) R 8300 8302 7574 0 -1 4202496 130399 0 0 0 42485 25 0 0 25 0 1 0 469977150 281014272 55369 33554432000 4194304 4650387 140733859594784 18446744073709551615 4223277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8302/statm: 68607 55369 383 112 0 63572 0
Current children cumulated CPU time (s) 425.1
Current children cumulated vsize (KiB) 274428

Child status: 20
Real time (s): 425.191
CPU time (s): 425.203
CPU user time (s): 424.937
CPU system time (s): 0.265959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 295204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 424.937
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130411
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= 10
involuntary context switches= 879

runsolver used 0.763883 second user time and 1.56976 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-26 01:53:37
IDJOB=3288693
IDBENCH=82502
IDSOLVER=1589
FILE ID=node142/3288693-1303775616
RUNJOBID= node142-1303775259-8170
PBS_JOBID= 13157183
Free space on /tmp= 71064 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288693-1303775616/watcher-3288693-1303775616 -o /tmp/evaluation-result-3288693-1303775616/solver-3288693-1303775616 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3288693-1303775616.cnf

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=503807425

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13270660 kB
Buffers:       2080332 kB
Cached:       15209668 kB
SwapCached:          0 kB
Active:        9074100 kB
Inactive:     10029520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13270660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           43712 kB
Writeback:           0 kB
AnonPages:     1812900 kB
Mapped:          16256 kB
Slab:           508172 kB
PageTables:       9404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2205092 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= 71088 MiB
End job on node142 at 2011-04-26 02:00:42