Trace number 3288415

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 352.68 352.675

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3288415-1303771314.cnf'
0.00/0.00	c -- header says num vars:          34510
0.00/0.00	c -- header says num clauses:      701694
0.18/0.24	c -- clauses added:            0 learnts,       701694 normals,            0 xors
0.18/0.24	c -- vars added      34510
0.18/0.24	c Parsing time:  0.21 s
0.18/0.24	c  N st     0         0     34510    648825     52869         0   2616281         0   no data   no data
0.29/0.37	c asymm  cl-useful: 25/1994/648825 lits-rem:25 time: 0.13
1.89/1.91	c Flit:   266 Blit:     32 bXBeca:    0 bXProp:  282 Bins:      0 BRemL:      0 BRemN:      0 P: 168.0M T:  1.53
1.89/1.94	c Cleaning up after failed var search:     0.02 s 
1.89/1.97	c Replacing      282 vars Replaced    12225 lits Time:     0.03 s 
2.10/2.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.10/2.18	c bin-w-bin subsume rem         6083 bins  time:  0.01 s
2.20/2.23	c subs with bin:     4304  lits-rem:      2447  v-fix:    0  time:  0.05 s
2.20/2.28	c Subs w/ non-existent bins:   3481 l-rem:   1607 v-fix:     0 done:   6040 time:  0.05 s
2.29/2.38	c Removed useless bin:    8787  fixed:     0  props:  18.27M  time:  0.09 s
3.20/3.27	c lits-rem:       876  cl-subs:    50164  v-elim:   2866  v-fix:    0  time:  0.89 s
3.30/3.31	c Finding binary XORs  T:     0.04 s  found:      44
3.30/3.34	c Replacing       44 vars Replaced     2498 lits Time:     0.02 s 
3.69/3.70	c Finding non-binary XORs:     0.33 s (found:       0, avg size: nan)
3.69/3.70	c calculated reachability. Time: 0.02
3.69/3.73	c Calc default polars -  time:   0.03 s pos:   10091 undec:   13974 neg:   10445
3.69/3.73	c =========================================================================================
3.69/3.73	c types(t): F = full restart, N = normal restart
3.69/3.73	c types(t): S = simplification begin/end, E = solution found
3.69/3.73	c restart types(rt): st = static, dy = dynamic
3.69/3.73	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.69/3.73	c  B st     0         0     30845    573183     37159         0   2296820         0   no data   no data
4.89/4.91	c  N dy     8      4564     30845    573183     37161      4526   2296819     56229      7.03      7.40
5.89/5.90	c  N dy    25      8713     30845    573183     37166      8631   2296819    106331      6.89      7.28
6.99/7.07	c  N dy    42     13497     30844    573183     37177     13360   2296819    159907      6.70      7.06
8.09/8.14	c  N dy    62     17509     30844    573183     37179     17323   2296819    206472      6.78      7.95
9.19/9.24	c  N dy    83     21701     30844    573183     37187     11568   2296819    110816      6.86      7.25
9.99/10.09	c  F st   103     25000     30844    573183     37190     14837   2296819    153292      6.91   no data
10.19/10.23	c Found part     1122 vars:       1070 clauses:      8964 lits size:     31683
10.19/10.23	c Found part     1129 vars:        952 clauses:      6858 lits size:     24029
10.19/10.23	c Found part     1162 vars:        810 clauses:     10185 lits size:     37221
10.19/10.23	c Found part     1769 vars:       4878 clauses:    193787 lits size:    740169
10.19/10.23	c Found part     2017 vars:        238 clauses:       573 lits size:      1598
10.19/10.23	c Found part     2027 vars:        203 clauses:       502 lits size:      1379
10.19/10.23	c Found part     2029 vars:      15764 clauses:    358039 lits size:   1350338
10.19/10.23	c Found part     2037 vars:        833 clauses:      5179 lits size:     18110
10.19/10.23	c Found part     2086 vars:        305 clauses:       965 lits size:      2986
10.19/10.23	c Found part     2090 vars:        265 clauses:       792 lits size:      3175
10.19/10.23	c Found part     2135 vars:        238 clauses:       574 lits size:      1602
10.19/10.23	c Found part     2136 vars:       3702 clauses:     20065 lits size:     72614
10.19/10.23	c Found part     2138 vars:        172 clauses:       504 lits size:      2317
10.19/10.23	c Found part     2139 vars:        236 clauses:       554 lits size:      1540
10.19/10.23	c Found part     2140 vars:        236 clauses:       557 lits size:      1550
10.19/10.23	c Found part     2155 vars:        234 clauses:       534 lits size:      1522
10.19/10.23	c Found part     2172 vars:        236 clauses:       533 lits size:      1512
10.19/10.23	c Found part     2189 vars:        236 clauses:       533 lits size:      1512
10.19/10.23	c Found part     2206 vars:        236 clauses:       533 lits size:      1512
10.19/10.23	c Found parts:         19 time: 0.14 s
10.19/10.23	c Solving part 2138
10.19/10.26	c  N st     0         0       172       335       169         0      2317         0   no data   no data
10.19/10.26	c asymm  cl-useful: 160/335/335 lits-rem:255 time: 0.00
10.19/10.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.19/10.26	c Finding binary XORs  T:     0.00 s  found:       0
10.19/10.26	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.19/10.26	c calculated reachability. Time: 0.00
10.19/10.26	c Calc default polars -  time:   0.00 s pos:      76 undec:   34347 neg:      87
10.19/10.26	c =========================================================================================
10.19/10.26	c types(t): F = full restart, N = normal restart
10.19/10.26	c types(t): S = simplification begin/end, E = solution found
10.19/10.26	c restart types(rt): st = static, dy = dynamic
10.19/10.26	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.19/10.26	c  B st     0         0       172       335       169         0      2062         0   no data   no data
10.19/10.26	c  E st     1         0         0       335       169         0      2062         0   no data   no data
10.19/10.26	c Verified 335 clauses.
10.19/10.26	c Verified 335 clauses.
10.19/10.26	c Solved part
10.19/10.26	c =========================================================================================
10.19/10.27	c Solving part 2027
10.19/10.29	c  N st     0         0       203       227       275         0      1379         0   no data   no data
10.19/10.29	c asymm  cl-useful: 37/227/227 lits-rem:37 time: 0.00
10.29/10.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M 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:      58 undec:   34351 neg:     101
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       203       227       275         0      1342         0   no data   no data
10.29/10.30	c  E st     1         0         0       227       275         0      1342         0   no data   no data
10.29/10.30	c Verified 227 clauses.
10.29/10.30	c Verified 227 clauses.
10.29/10.30	c Solved part
10.29/10.30	c =========================================================================================
10.29/10.30	c Solving part 2155
10.29/10.32	c  N st     0         0       234       266       268         0      1522         0   no data   no data
10.29/10.33	c asymm  cl-useful: 4/266/266 lits-rem:4 time: 0.00
10.29/10.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.29/10.33	c Finding binary XORs  T:     0.00 s  found:       0
10.29/10.33	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.29/10.33	c calculated reachability. Time: 0.00
10.29/10.33	c Calc default polars -  time:   0.00 s pos:      83 undec:   34346 neg:      81
10.29/10.33	c =========================================================================================
10.29/10.33	c types(t): F = full restart, N = normal restart
10.29/10.33	c types(t): S = simplification begin/end, E = solution found
10.29/10.33	c restart types(rt): st = static, dy = dynamic
10.29/10.33	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.29/10.33	c  B st     0         0       234       266       268         0      1518         0   no data   no data
10.29/10.33	c  E st     1         0         0       266       268         0      1518         0   no data   no data
10.29/10.33	c Verified 266 clauses.
10.29/10.33	c Verified 266 clauses.
10.29/10.33	c Solved part
10.29/10.33	c =========================================================================================
10.29/10.33	c Solving part 2206
10.29/10.36	c  N st     0         0       236       261       272         0      1512         0   no data   no data
10.29/10.36	c asymm  cl-useful: 1/261/261 lits-rem:1 time: 0.00
10.29/10.36	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:      82 undec:   34346 neg:      82
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.37	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.29/10.37	c  B st     0         0       236       261       272         0      1511         0   no data   no data
10.29/10.37	c  E st     1         0         0       261       272         0      1511         0   no data   no data
10.29/10.37	c Verified 261 clauses.
10.29/10.37	c Verified 261 clauses.
10.29/10.37	c Solved part
10.29/10.37	c =========================================================================================
10.29/10.37	c Solving part 2189
10.29/10.39	c  N st     0         0       236       261       272         0      1512         0   no data   no data
10.29/10.39	c asymm  cl-useful: 1/261/261 lits-rem:1 time: 0.00
10.39/10.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.39/10.40	c Finding binary XORs  T:     0.00 s  found:       0
10.39/10.40	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.39/10.40	c calculated reachability. Time: 0.00
10.39/10.40	c Calc default polars -  time:   0.00 s pos:      82 undec:   34346 neg:      82
10.39/10.40	c =========================================================================================
10.39/10.40	c types(t): F = full restart, N = normal restart
10.39/10.40	c types(t): S = simplification begin/end, E = solution found
10.39/10.40	c restart types(rt): st = static, dy = dynamic
10.39/10.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.39/10.40	c  B st     0         0       236       261       272         0      1511         0   no data   no data
10.39/10.40	c  E st     1         0         0       261       272         0      1511         0   no data   no data
10.39/10.40	c Verified 261 clauses.
10.39/10.40	c Verified 261 clauses.
10.39/10.40	c Solved part
10.39/10.40	c =========================================================================================
10.39/10.40	c Solving part 2172
10.39/10.43	c  N st     0         0       236       261       272         0      1512         0   no data   no data
10.39/10.43	c asymm  cl-useful: 1/261/261 lits-rem:1 time: 0.00
10.39/10.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.39/10.43	c Finding binary XORs  T:     0.00 s  found:       0
10.39/10.44	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.39/10.44	c calculated reachability. Time: 0.00
10.39/10.44	c Calc default polars -  time:   0.00 s pos:      82 undec:   34346 neg:      82
10.39/10.44	c =========================================================================================
10.39/10.44	c types(t): F = full restart, N = normal restart
10.39/10.44	c types(t): S = simplification begin/end, E = solution found
10.39/10.44	c restart types(rt): st = static, dy = dynamic
10.39/10.44	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.39/10.44	c  B st     0         0       236       261       272         0      1511         0   no data   no data
10.39/10.44	c  E st     1         0         0       261       272         0      1511         0   no data   no data
10.39/10.44	c Verified 261 clauses.
10.39/10.44	c Verified 261 clauses.
10.39/10.44	c Solved part
10.39/10.44	c =========================================================================================
10.39/10.44	c Solving part 2140
10.39/10.46	c  N st     0         0       236       275       282         0      1550         0   no data   no data
10.39/10.46	c asymm  cl-useful: 1/275/275 lits-rem:1 time: 0.00
10.39/10.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.39/10.47	c Finding binary XORs  T:     0.00 s  found:       0
10.39/10.47	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.39/10.47	c calculated reachability. Time: 0.00
10.39/10.47	c Calc default polars -  time:   0.00 s pos:     113 undec:   34284 neg:     113
10.39/10.47	c =========================================================================================
10.39/10.47	c types(t): F = full restart, N = normal restart
10.39/10.47	c types(t): S = simplification begin/end, E = solution found
10.39/10.47	c restart types(rt): st = static, dy = dynamic
10.39/10.47	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.39/10.47	c  B st     0         0       236       275       282         0      1549         0   no data   no data
10.39/10.47	c  E st     1         0         0       275       282         0      1549         0   no data   no data
10.39/10.47	c Verified 275 clauses.
10.39/10.47	c Verified 275 clauses.
10.39/10.47	c Solved part
10.39/10.47	c =========================================================================================
10.39/10.47	c Solving part 2139
10.48/10.50	c  N st     0         0       236       268       286         0      1540         0   no data   no data
10.48/10.50	c asymm  cl-useful: 2/268/268 lits-rem:2 time: 0.00
10.48/10.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.48/10.50	c Finding binary XORs  T:     0.00 s  found:       0
10.48/10.51	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.48/10.51	c calculated reachability. Time: 0.00
10.48/10.51	c Calc default polars -  time:   0.00 s pos:     110 undec:   34290 neg:     110
10.48/10.51	c =========================================================================================
10.48/10.51	c types(t): F = full restart, N = normal restart
10.48/10.51	c types(t): S = simplification begin/end, E = solution found
10.48/10.51	c restart types(rt): st = static, dy = dynamic
10.48/10.51	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.48/10.51	c  B st     0         0       236       268       286         0      1538         0   no data   no data
10.48/10.51	c  E st     1         0         0       268       286         0      1538         0   no data   no data
10.48/10.51	c Verified 268 clauses.
10.48/10.51	c Verified 268 clauses.
10.48/10.51	c Solved part
10.48/10.51	c =========================================================================================
10.48/10.51	c Solving part 2017
10.48/10.53	c  N st     0         0       238       315       258         0      1598         0   no data   no data
10.48/10.53	c asymm  cl-useful: 0/315/315 lits-rem:0 time: 0.00
10.48/10.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.48/10.54	c Finding binary XORs  T:     0.00 s  found:       0
10.48/10.54	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.48/10.54	c calculated reachability. Time: 0.00
10.48/10.54	c Calc default polars -  time:   0.00 s pos:     115 undec:   34280 neg:     115
10.48/10.54	c =========================================================================================
10.48/10.54	c types(t): F = full restart, N = normal restart
10.48/10.54	c types(t): S = simplification begin/end, E = solution found
10.48/10.54	c restart types(rt): st = static, dy = dynamic
10.48/10.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.48/10.54	c  B st     0         0       238       315       258         0      1598         0   no data   no data
10.48/10.54	c  E st     1         0         0       315       258         0      1598         0   no data   no data
10.48/10.54	c Verified 315 clauses.
10.48/10.54	c Verified 315 clauses.
10.48/10.54	c Solved part
10.48/10.54	c =========================================================================================
10.48/10.54	c Solving part 2135
10.48/10.57	c  N st     0         0       238       318       256         0      1602         0   no data   no data
10.48/10.57	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
10.48/10.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.48/10.58	c Finding binary XORs  T:     0.00 s  found:       0
10.48/10.58	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.48/10.58	c calculated reachability. Time: 0.00
10.48/10.58	c Calc default polars -  time:   0.00 s pos:     115 undec:   34280 neg:     115
10.48/10.58	c =========================================================================================
10.48/10.58	c types(t): F = full restart, N = normal restart
10.48/10.58	c types(t): S = simplification begin/end, E = solution found
10.48/10.58	c restart types(rt): st = static, dy = dynamic
10.48/10.58	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.48/10.58	c  B st     0         0       238       318       256         0      1602         0   no data   no data
10.48/10.58	c  E st     1         0         0       318       256         0      1602         0   no data   no data
10.48/10.58	c Verified 318 clauses.
10.48/10.58	c Verified 318 clauses.
10.48/10.58	c Solved part
10.48/10.58	c =========================================================================================
10.48/10.58	c Solving part 2090
10.58/10.60	c  N st     0         0       265       522       270         0      3175         0   no data   no data
10.58/10.61	c asymm  cl-useful: 89/522/522 lits-rem:122 time: 0.00
10.58/10.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.58/10.61	c Finding binary XORs  T:     0.00 s  found:       0
10.58/10.61	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.58/10.61	c calculated reachability. Time: 0.00
10.58/10.61	c Calc default polars -  time:   0.00 s pos:     129 undec:   34271 neg:     110
10.58/10.61	c =========================================================================================
10.58/10.61	c types(t): F = full restart, N = normal restart
10.58/10.61	c types(t): S = simplification begin/end, E = solution found
10.58/10.61	c restart types(rt): st = static, dy = dynamic
10.58/10.61	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.58/10.61	c  B st     0         0       265       522       270         0      3053         0   no data   no data
10.58/10.61	c  E st     1         0         0       522       270         0      3053         0   no data   no data
10.58/10.61	c Verified 522 clauses.
10.58/10.61	c Verified 522 clauses.
10.58/10.61	c Solved part
10.58/10.61	c =========================================================================================
10.58/10.61	c Solving part 2086
10.58/10.64	c  N st     0         0       305       600       365         0      2986         0   no data   no data
10.58/10.64	c asymm  cl-useful: 129/600/600 lits-rem:167 time: 0.01
10.58/10.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
10.58/10.65	c Finding binary XORs  T:     0.00 s  found:       0
10.58/10.65	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.58/10.65	c calculated reachability. Time: 0.00
10.58/10.65	c Calc default polars -  time:   0.00 s pos:     118 undec:   34246 neg:     146
10.58/10.65	c =========================================================================================
10.58/10.65	c types(t): F = full restart, N = normal restart
10.58/10.65	c types(t): S = simplification begin/end, E = solution found
10.58/10.65	c restart types(rt): st = static, dy = dynamic
10.58/10.65	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.58/10.65	c  B st     0         0       305       600       365         0      2819         0   no data   no data
10.58/10.65	c  E st     1         0         0       600       365         0      2819         0   no data   no data
10.58/10.66	c Verified 600 clauses.
10.58/10.66	c Verified 600 clauses.
10.58/10.66	c Solved part
10.58/10.66	c =========================================================================================
10.58/10.66	c Solving part 1162
10.58/10.68	c  N st     0         0       810      9090      1095         0     37221         0   no data   no data
10.90/10.93	c asymm  cl-useful: 775/3973/9090 lits-rem:781 time: 0.24
10.90/10.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   24 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.05
10.90/10.98	c Finding binary XORs  T:     0.00 s  found:       3
10.90/10.98	c Replacing       27 vars Replaced     2017 lits Time:     0.00 s 
10.90/10.99	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.90/10.99	c calculated reachability. Time: 0.00
10.90/10.99	c Calc default polars -  time:   0.00 s pos:     306 undec:   33931 neg:     273
10.90/10.99	c =========================================================================================
10.90/10.99	c types(t): F = full restart, N = normal restart
10.90/10.99	c types(t): S = simplification begin/end, E = solution found
10.90/10.99	c restart types(rt): st = static, dy = dynamic
10.90/10.99	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.90/10.99	c  B st     0         0       783      8760      1071         0     35104         0   no data   no data
10.90/10.99	c  E st     1         0         0      8760      1071         0     35104         0   no data   no data
10.90/10.99	c Verified 8760 clauses.
10.90/10.99	c Verified 8760 clauses.
10.90/10.99	c Solved part
10.90/10.99	c =========================================================================================
10.90/10.99	c Solving part 2037
11.00/11.02	c  N st     0         0       833      4173      1006         0     18110         0   no data   no data
11.00/11.09	c asymm  cl-useful: 51/4173/4173 lits-rem:51 time: 0.07
11.09/11.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
11.09/11.11	c Finding binary XORs  T:     0.00 s  found:       0
11.09/11.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.09/11.11	c calculated reachability. Time: 0.00
11.09/11.11	c Calc default polars -  time:   0.00 s pos:     279 undec:   33979 neg:     252
11.09/11.11	c =========================================================================================
11.09/11.11	c types(t): F = full restart, N = normal restart
11.09/11.11	c types(t): S = simplification begin/end, E = solution found
11.09/11.11	c restart types(rt): st = static, dy = dynamic
11.09/11.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.09/11.11	c  B st     0         0       833      4173      1006         0     18059         0   no data   no data
11.09/11.11	c  E st     1         0         0      4173      1006         0     18059         0   no data   no data
11.09/11.11	c Verified 4173 clauses.
11.09/11.11	c Verified 4173 clauses.
11.09/11.11	c Solved part
11.09/11.11	c =========================================================================================
11.09/11.11	c Solving part 1129
11.09/11.14	c  N st     0         0       952      5641      1217         0     24029         0   no data   no data
11.19/11.25	c asymm  cl-useful: 169/5641/5641 lits-rem:169 time: 0.11
11.19/11.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.03
11.19/11.28	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:     358 undec:   33788 neg:     364
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       952      5641      1217         0     23860         0   no data   no data
11.19/11.28	c  E st     1         0         0      5641      1217         0     23860         0   no data   no data
11.19/11.28	c Verified 5641 clauses.
11.19/11.28	c Verified 5641 clauses.
11.19/11.28	c Solved part
11.19/11.28	c =========================================================================================
11.19/11.28	c Solving part 1122
11.29/11.31	c  N st     0         0      1070      7514      1450         0     31683         0   no data   no data
11.39/11.48	c asymm  cl-useful: 166/7514/7514 lits-rem:166 time: 0.17
11.49/11.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
11.49/11.52	c Finding binary XORs  T:     0.00 s  found:       0
11.49/11.53	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.49/11.53	c calculated reachability. Time: 0.00
11.49/11.53	c Calc default polars -  time:   0.00 s pos:     427 undec:   33629 neg:     454
11.49/11.53	c =========================================================================================
11.49/11.53	c types(t): F = full restart, N = normal restart
11.49/11.53	c types(t): S = simplification begin/end, E = solution found
11.49/11.53	c restart types(rt): st = static, dy = dynamic
11.49/11.53	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.49/11.53	c  B st     0         0      1070      7514      1450         0     31517         0   no data   no data
11.49/11.53	c  E st     1         1         0      7514      1450         1     31517         5   no data   no data
11.49/11.53	c Verified 7514 clauses.
11.49/11.53	c Verified 7514 clauses.
11.49/11.53	c Solved part
11.49/11.53	c =========================================================================================
11.49/11.53	c Solving part 2136
11.49/11.56	c  N st     0         0      3702     15960      4105         0     72614         0   no data   no data
11.69/11.75	c asymm  cl-useful: 944/8621/15960 lits-rem:1425 time: 0.19
11.79/11.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.09
11.79/11.84	c Finding binary XORs  T:     0.01 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:    1031 undec:   32435 neg:    1044
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      3702     15960      4105         0     71189         0   no data   no data
11.79/11.85	c  E st     1         0         0     15960      4105         0     71189         0   no data   no data
11.79/11.85	c Verified 15960 clauses.
11.79/11.85	c Verified 15960 clauses.
11.79/11.85	c Solved part
11.79/11.85	c =========================================================================================
11.79/11.85	c Solving part 1769
11.99/12.01	c  N st     0         0      4878    187662      6149     13941    740169    144971   no data   no data
11.99/12.06	c asymm  cl-useful: 5/330/187662 lits-rem:5 time: 0.06
12.48/12.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 78.4M T:  0.46
12.48/12.53	c Finding binary XORs  T:     0.01 s  found:       0
12.59/12.62	c Finding non-binary XORs:     0.08 s (found:       0, avg size: nan)
12.59/12.62	c calculated reachability. Time: 0.00
12.59/12.63	c Calc default polars -  time:   0.00 s pos:    1570 undec:   31394 neg:    1546
12.59/12.63	c =========================================================================================
12.59/12.63	c types(t): F = full restart, N = normal restart
12.59/12.63	c types(t): S = simplification begin/end, E = solution found
12.59/12.63	c restart types(rt): st = static, dy = dynamic
12.59/12.63	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.59/12.63	c  B st     0         0      4878    187662      6149     13941    740164    144971   no data   no data
13.89/13.92	c  N dy    15      4801      4877    187662      6157     18688    740164    208396      6.83      7.26
14.99/15.04	c  N dy    30      9220      4877    187662      6159     23061    740164    262812      6.77      7.19
16.19/16.28	c  N dy    54     13335      4877    187662      6161     27131    740164    312289      6.86      7.30
17.29/17.39	c  N dy    74     17350      4877    187662      6165     31104    740163    362114      6.90      7.34
18.39/18.47	c  N dy    93     21367      4876    187662      6168     18227    740163    162087      6.89      7.31
19.39/19.41	c  F st   110     25000      4876    187662      6170     21843    740163    211235      6.90   no data
19.49/19.59	c  N st   112     25627      4876    187662      6170     22463    740163    219547      6.90   no data
20.69/20.73	c  N dy   116     30193      4876    187662      6171     27002    740163    289339      6.90   no data
21.89/21.93	c  N dy   134     34213      4876    187662      6176     30969    740163    335873      6.90      7.78
22.99/23.04	c  N dy   149     38262      4876    187662      6180     34986    740163    387050      6.86      7.22
24.09/24.13	c  N dy   164     42288      4875    187662      6191     20126    740163    156854      6.82      7.57
25.19/25.28	c  N dy   177     46556      4874    187662      6199     24355    740163    210715      6.80      7.20
26.48/26.52	c  N dy   202     50619      4874    187662      6202     28377    740163    262256      6.82      7.19
27.78/27.85	c  N dy   226     54806      4874    187662      6213     32519    740163    315111      6.84      7.22
29.09/29.11	c  N dy   249     58894      4873    187662      6224     36552    740163    367150      6.86      7.26
30.29/30.33	c  N dy   279     62967      4873    187662      6226     40588    740163    420801      6.90      7.64
31.49/31.51	c Finding binary XORs  T:     0.01 s  found:       0
31.59/31.65	c  N dy   305     67067      4873    186895      6200     19863    737202    166330      6.93      8.80
32.90/32.96	c  N dy   331     71703      4873    186895      6206     24462    737202    228970      6.95      7.33
34.19/34.27	c  N dy   354     76279      4873    186895      6213     28993    737202    290333      6.96      7.33
35.79/35.82	c  N dy   387     81243      4872    186895      6222     33906    737202    355381      6.99      7.36
37.29/37.36	c  N dy   422     86504      4872    186895      6227     19816    737201    142382      7.01      8.29
37.59/37.65	c  F st   427     87501      4872    186895      6228     20808    737201    154177      7.01   no data
39.19/39.27	c  N dy   433     92694      4872    186895      6232     25968    737201    226755      7.01   no data
41.09/41.12	c  N dy   466     98740      4871    186895      6242     31952    737201    307447      7.02      7.59
42.99/43.07	c  N dy   504    105344      4871    186895      6248     38514    737201    400023      7.04      7.43
44.99/45.02	c  N dy   532    112228      4870    186895      6264     23774    737201    164887      7.03      7.66
45.99/46.06	c Finding binary XORs  T:     0.01 s  found:       0
47.08/47.16	c  N dy   572    119418      4869    186202      6226     25054    734479    210230      7.04     10.57
49.40/49.41	c  N dy   628    127049      4868    186202      6237     32617    734478    315009      7.08      7.50
51.79/51.86	c  N dy   690    135302      4868    186202      6247     20560    734478    130175      7.13      7.52
54.39/54.42	c  N dy   742    144025      4865    186202      6270     29193    734478    250985      7.16      7.62
57.29/57.36	c  N dy   805    153434      4865    186202      6274     38553    734478    387363      7.20      7.59
60.59/60.64	c  N dy   857    163308      4865    186202      6279     25340    734478    174578      7.21      7.62
64.19/64.27	c  N dy   942    175038      4865    186202      6283     36995    734477    346424      7.26      7.65
67.99/68.00	c  N dy  1016    186592      4864    186202      6296     48471    734476    510823      7.29      7.74
70.99/71.09	c Finding binary XORs  T:     0.01 s  found:       0
71.69/71.79	c  N dy  1088    198586      4864    185330      6250     32249    731065    285373      7.31      7.71
75.69/75.78	c  N dy  1170    211555      4864    185330      6257     45148    731065    483108      7.35      7.95
79.69/79.76	c  N dy  1218    225224      4864    185330      6270     33940    731065    288514      7.33      7.72
84.70/84.74	c  N dy  1279    239733      4861    185330      6305     48333    731065    491415      7.33      7.73
90.10/90.13	c  N dy  1364    255968      4860    185330      6315     37668    731064    324920      7.34      7.76
94.59/94.67	c Finding binary XORs  T:     0.01 s  found:       0
95.29/95.36	c  N dy  1463    272347      4859    184615      6283     50665    728296    544917      7.37      9.88
101.09/101.18	c  N dy  1558    289846      4858    184615      6301     41409    728296    380546      7.38      7.79
106.49/106.50	c  F st  1661    306250      4857    184615      6308     28988    728294    169143      7.41   no data
107.39/107.46	c  N st  1666    309548      4857    184615      6308     32273    728294    220572      7.41   no data
114.30/114.36	c  N dy  1785    329448      4857    184615      6314     52042    728293    523522      7.44      7.86
121.00/121.09	c  N dy  1924    349461      4857    184615      6324     41677    728293    348487      7.49      7.89
127.99/128.02	c  N dy  2070    369469      4856    184615      6328     61560    728293    662586      7.53     12.19
134.79/134.82	c  N dy  2204    389491      4856    184615      6334     49941    728292    467504      7.57      8.86
142.29/142.31	c  N dy  2332    410343      4856    184615      6339     37971    728292    255087      7.59      8.03
149.19/149.27	c  N dy  2444    430394      4856    184615      6347     57913    728292    566961      7.61      8.46
155.29/155.36	c Finding binary XORs  T:     0.01 s  found:       2
156.49/156.51	c  N dy  2570    450476      4855    183848      6351     42231    725342    330033      7.63      8.79
163.79/163.88	c  N dy  2696    470668      4855    183848      6356     62313    725342    648620      7.65      8.20
170.80/170.80	c  N dy  2816    490689      4855    183848      6359     48426    725341    421251      7.67      8.08
177.89/177.96	c  N dy  2930    510723      4855    183848      6365     68365    725341    743973      7.69      8.25
185.39/185.42	c  N dy  3047    531213      4855    183848      6371     53437    725341    483404      7.70      8.23
193.00/193.00	c  N dy  3162    551254      4854    183848      6386     36813    725341    200248      7.71      8.24
199.79/199.86	c  N dy  3250    571306      4854    183848      6395     56745    725340    515165      7.71      9.63
207.09/207.17	c  N dy  3329    591503      4853    183848      6406     39157    725340    227410      7.71      8.16
214.30/214.37	c  N dy  3444    611563      4853    183848      6410     59098    725340    543298      7.72      8.17
219.90/219.92	c Finding binary XORs  T:     0.01 s  found:       9
222.29/222.36	c  N dy  3566    631586      4848    182541      6353     39170    719891    227669      7.73      8.15
229.29/229.34	c  N dy  3658    651604      4847    182541      6363     59074    719891    550801      7.73      8.15
236.50/236.57	c  N dy  3768    671667      4847    182541      6371     40146    719891    224038      7.74      8.44
243.49/243.58	c  N dy  3877    691678      4847    182541      6377     60063    719891    553893      7.75      8.16
251.40/251.40	c  N dy  3983    711808      4840    182541      6392     80075    719891    889058      7.75      8.21
258.70/258.77	c  N dy  4097    732315      4839    182541      6404     60669    719891    551777      7.76      8.17
266.20/266.28	c  N dy  4215    752885      4839    182541      6408     81122    719891    890106      7.77      8.27
273.39/273.47	c  N dy  4320    773663      4830    182541      6414     60844    719891    533614      7.77      8.50
280.99/281.00	c  N dy  4417    793715      4830    182541      6421     80803    719891    865329      7.77      8.23
288.20/288.21	c  N dy  4510    813756      4830    182541      6429     58988    719891    473843      7.77      8.24
288.59/288.64	c Finding binary XORs  T:     0.01 s  found:       4
295.60/295.65	c  N dy  4598    833786      4828    178367      6347     76741    702820    795852      7.77     10.07
303.40/303.43	c  N dy  4707    853989      4823    178367      6364     54470    702820    396223      7.78      8.22
310.60/310.69	c  N dy  4804    874005      4819    178367      6380     74390    702820    739497      7.78      8.29
314.70/314.80	c Finding binary XORs  T:     0.01 s  found:      29
318.40/318.43	c  N dy  4896    894156      4815    175093      6330     48801    689615    302815      7.78      8.20
325.40/325.49	c  N dy  4979    914199      4804    175093      6349     68725    689615    650866      7.78      8.43
333.19/333.22	c  N dy  5073    934397      4776    175093      6361     88804    689615   1002722      7.77      8.21
338.80/338.89	c Finding binary XORs  T:     0.01 s  found:      12
338.89/338.91	c Replacing       56 vars Replaced    20741 lits Time:     0.03 s 
340.49/340.50	c  N dy  5149    954620      4692    153309      6331     53481    603648    444568      7.77      8.28
345.30/345.35	c Finding binary XORs  T:     0.01 s  found:       5
347.29/347.34	c  N dy  5208    974708      4634    138494      6279     55736    545333    555488      7.76      8.18
350.90/350.94	c Finding binary XORs  T:     0.01 s  found:      55
350.90/350.99	c Replacing       60 vars Replaced    58838 lits Time:     0.06 s 
352.59/352.63	c  E dy  5246    990684      4137     75705      5628      9649    298747     50465      7.74      4.53
352.59/352.63	c num threads              : 1          
352.59/352.63	c restarts                 : 103        
352.59/352.63	c dynamic restarts         : 97         
352.59/352.63	c static restarts          : 6          
352.59/352.63	c full restarts            : 0          
352.59/352.63	c total simplify time      : 0.01       
352.59/352.63	c learnts DL2              : 0          
352.59/352.63	c learnts size 2           : 59475      
352.59/352.63	c learnts size 1           : 474         (1.37      % of vars)
352.59/352.63	c filedLit time            : 1.56        (0.44      % time)
352.59/352.63	c v-elim SatELite          : 2866        (8.30      % vars)
352.59/352.63	c SatELite time            : 0.75        (0.21      % time)
352.59/352.63	c v-elim xor               : 0           (0.00      % vars)
352.59/352.63	c xor elim time            : 0.00        (0.00      % time)
352.59/352.63	c num binary xor trees     : 22         
352.59/352.63	c binxor trees' crown      : 326         (14.82     leafs/tree)
352.59/352.63	c bin xor find time        : 0.04       
352.59/352.63	c OTF clause improved      : 245         (0.01      clauses/conflict)
352.59/352.63	c OTF impr. size diff      : 342         (1.40       lits/clause)
352.59/352.63	c OTF cl watch-shrink      : 16206       (0.65      clauses/conflict)
352.59/352.63	c OTF cl watch-sh-lit      : 36864       (2.27       lits/clause)
352.59/352.63	c tried to recurMin cls    : 4534        (18.14      % of conflicts)
352.59/352.63	c updated cache            : 0           (0.00       lits/tried recurMin)
352.59/352.63	c clauses over max glue    : 0           (0.00      % of all clauses)
352.59/352.63	c conflicts                : 25000       (70.94     / sec)
352.59/352.63	c decisions                : 31267       (0.00      % random)
352.59/352.63	c bogo-props               : 1392695919  (3951791.32 / sec)
352.59/352.63	c conflict literals        : 301491      (55.76     % deleted)
352.59/352.63	c Memory used              : 266.62      MB
352.59/352.63	c CPU time                 : 352.42      s
352.59/352.63	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-3288415-1303771314/watcher-3288415-1303771314 -o /tmp/evaluation-result-3288415-1303771314/solver-3288415-1303771314 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3288415-1303771314.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.97 3.91 5/189 873
/proc/meminfo: memFree=9831072/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=21444 CPUtime=0 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 467 0 0 0 0 0 0 0 21 0 1 0 488732423 21958656 406 33554432000 4194304 4627331 140735763077344 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 5361 417 308 106 0 332 0

[startup+0.0562559 s]
/proc/loadavg: 4.00 3.97 3.91 5/189 873
/proc/meminfo: memFree=9831072/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=48992 CPUtime=0.05 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 6244 0 0 0 4 1 0 0 21 0 1 0 488732423 50167808 5135 33554432000 4194304 4627331 140735763077344 18446744073709551615 4506837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 12248 5136 322 106 0 7219 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 48992

[startup+0.100254 s]
/proc/loadavg: 4.00 3.97 3.91 5/189 873
/proc/meminfo: memFree=9831072/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=55072 CPUtime=0.09 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 8428 0 0 0 8 1 0 0 21 0 1 0 488732423 56393728 7319 33554432000 4194304 4627331 140735763077344 18446744073709551615 4506925 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 13768 7321 322 106 0 8739 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55072

[startup+0.300217 s]
/proc/loadavg: 4.00 3.97 3.91 5/189 873
/proc/meminfo: memFree=9831072/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=99384 CPUtime=0.29 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 14236 0 0 0 26 3 0 0 22 0 1 0 488732423 101769216 13127 33554432000 4194304 4627331 140735763077344 18446744073709551615 4308091 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 24846 13127 342 106 0 19817 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99384

[startup+0.701154 s]
/proc/loadavg: 4.00 3.97 3.91 5/189 873
/proc/meminfo: memFree=9831072/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=113052 CPUtime=0.69 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 17678 0 0 0 66 3 0 0 23 0 1 0 488732423 115765248 16569 33554432000 4194304 4627331 140735763077344 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 28263 16569 345 106 0 23234 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113052

[startup+1.50103 s]
/proc/loadavg: 4.08 3.99 3.91 5/190 874
/proc/meminfo: memFree=9754304/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=134040 CPUtime=1.49 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 22930 0 0 0 145 4 0 0 25 0 1 0 488732423 137256960 21821 33554432000 4194304 4627331 140735763077344 18446744073709551615 4308683 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 33510 21821 346 106 0 28481 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134040

[startup+3.10072 s]
/proc/loadavg: 4.08 3.99 3.91 5/190 875
/proc/meminfo: memFree=9698008/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=250956 CPUtime=3.08 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 50220 0 0 0 301 7 0 0 25 0 1 0 488732423 256978944 49078 33554432000 4194304 4627331 140735763077344 18446744073709551615 4467623 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 62739 49078 363 106 0 57710 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 250956

[startup+6.30118 s]
/proc/loadavg: 4.07 3.99 3.91 5/190 875
/proc/meminfo: memFree=9651752/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=230156 CPUtime=6.29 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 53021 0 0 0 621 8 0 0 25 0 1 0 488732423 235679744 43945 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 57539 43945 373 106 0 52510 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 230156

[startup+12.701 s]
/proc/loadavg: 4.07 3.99 3.91 5/190 875
/proc/meminfo: memFree=9611188/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=275952 CPUtime=12.69 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 63855 0 0 0 1259 10 0 0 21 0 1 0 488732423 282574848 54779 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309328 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 68988 54779 375 106 0 63959 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 275952

[startup+25.5008 s]
/proc/loadavg: 4.05 3.99 3.91 5/190 875
/proc/meminfo: memFree=9611312/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=308768 CPUtime=25.49 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 64579 0 0 0 2539 10 0 0 25 0 1 0 488732423 316178432 55503 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 77192 55503 375 106 0 72163 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 308768

[startup+51.1002 s]
/proc/loadavg: 4.03 3.99 3.91 5/190 877
/proc/meminfo: memFree=9599892/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=293452 CPUtime=51.09 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 69186 0 0 0 5097 12 0 0 25 0 1 0 488732423 300494848 57522 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 73363 57522 375 106 0 68334 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 293452

[startup+102.307 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 878
/proc/meminfo: memFree=9430892/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=291440 CPUtime=102.29 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 74306 0 0 0 10216 13 0 0 25 0 1 0 488732423 298434560 57859 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309043 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 72860 57859 376 106 0 67831 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 291440

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 880
/proc/meminfo: memFree=9414236/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=306892 CPUtime=162.29 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 79834 0 0 0 16214 15 0 0 25 0 1 0 488732423 314257408 60673 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 76723 60673 376 106 0 71694 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 306892

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 881
/proc/meminfo: memFree=9414972/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=307020 CPUtime=222.29 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 90545 0 0 0 22211 18 0 0 25 0 1 0 488732423 314388480 59613 33554432000 4194304 4627331 140735763077344 18446744073709551615 4308233 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 76755 59613 376 106 0 71726 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 307020

[startup+282.3 s]
/proc/loadavg: 4.05 4.00 3.92 5/190 883
/proc/meminfo: memFree=9270788/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=307240 CPUtime=282.29 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 98411 0 0 0 28209 20 0 0 25 0 1 0 488732423 314613760 60430 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309068 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 76810 60430 376 106 0 71781 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 307240

[startup+342.301 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 885
/proc/meminfo: memFree=9253028/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=308888 CPUtime=342.29 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 103686 0 0 0 34208 21 0 0 25 0 1 0 488732423 316301312 60807 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309165 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 77222 60807 376 106 0 72193 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 308888

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

[startup+345.501 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 885
/proc/meminfo: memFree=9251044/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=308888 CPUtime=345.49 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 103686 0 0 0 34528 21 0 0 25 0 1 0 488732423 316301312 60807 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 77222 60807 376 106 0 72193 0
Current children cumulated CPU time (s) 345.49
Current children cumulated vsize (KiB) 308888

[startup+348.707 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 885
/proc/meminfo: memFree=9248812/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=308888 CPUtime=348.7 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 103686 0 0 0 34849 21 0 0 25 0 1 0 488732423 316301312 60807 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 77222 60807 376 106 0 72193 0
Current children cumulated CPU time (s) 348.7
Current children cumulated vsize (KiB) 308888

[startup+350.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 885
/proc/meminfo: memFree=9248316/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=308888 CPUtime=350.29 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 103686 0 0 0 35008 21 0 0 25 0 1 0 488732423 316301312 60807 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309555 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 77222 60807 376 106 0 72193 0
Current children cumulated CPU time (s) 350.29
Current children cumulated vsize (KiB) 308888

[startup+351.901 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 885
/proc/meminfo: memFree=9246256/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=308888 CPUtime=351.9 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 103853 0 0 0 35169 21 0 0 25 0 1 0 488732423 316301312 60974 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 77222 60974 376 106 0 72193 0
Current children cumulated CPU time (s) 351.9
Current children cumulated vsize (KiB) 308888

[startup+352.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 885
/proc/meminfo: memFree=9246256/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=308888 CPUtime=352.29 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 103855 0 0 0 35208 21 0 0 25 0 1 0 488732423 316301312 60976 33554432000 4194304 4627331 140735763077344 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 77222 60976 376 106 0 72193 0
Current children cumulated CPU time (s) 352.29
Current children cumulated vsize (KiB) 308888

[startup+352.501 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 885
/proc/meminfo: memFree=9246256/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=308888 CPUtime=352.49 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 103855 0 0 0 35228 21 0 0 25 0 1 0 488732423 316301312 60976 33554432000 4194304 4627331 140735763077344 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 77222 60976 376 106 0 72193 0
Current children cumulated CPU time (s) 352.49
Current children cumulated vsize (KiB) 308888

[startup+352.601 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 885
/proc/meminfo: memFree=9246256/32951124 swapFree=67111528/67111528
[pid=873] ppid=871 vsize=308888 CPUtime=352.59 cores=4,6
/proc/873/stat : 873 (strangenight2-s) R 871 873 327 0 -1 4202496 103856 0 0 0 35238 21 0 0 25 0 1 0 488732423 316301312 60977 33554432000 4194304 4627331 140735763077344 18446744073709551615 4323648 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/873/statm: 77222 60977 376 106 0 72193 0
Current children cumulated CPU time (s) 352.59
Current children cumulated vsize (KiB) 308888

Child status: 20
Real time (s): 352.675
CPU time (s): 352.68
CPU user time (s): 352.448
CPU system time (s): 0.231964
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 325176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 352.448
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= 103867
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= 14
involuntary context switches= 240

runsolver used 0.632903 second user time and 1.3098 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-26 00:41:55
IDJOB=3288415
IDBENCH=82496
IDSOLVER=1587
FILE ID=node108/3288415-1303771314
RUNJOBID= node108-1303770636-346
PBS_JOBID= 13157178
Free space on /tmp= 71460 MiB

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

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=2084493257

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:       9831352 kB
Buffers:       2276428 kB
Cached:       16050320 kB
SwapCached:          0 kB
Active:       14117820 kB
Inactive:      8413036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9831352 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           97848 kB
Writeback:           0 kB
AnonPages:     4203696 kB
Mapped:          16196 kB
Slab:           516756 kB
PageTables:      13412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4604160 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= 71456 MiB
End job on node108 at 2011-04-26 00:47:48