Trace number 3288691

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 416.139 416.142

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 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-3288691-1303772292.cnf'
0.00/0.00	c -- header says num vars:          39151
0.00/0.00	c -- header says num clauses:      533919
0.09/0.19	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.17 s
0.19/0.20	c  N st     0         0     39151    482351     51568         0   1968248         0   no data   no data
0.19/0.29	c asymm  cl-useful: 11/1120/482351 lits-rem:11 time: 0.10
1.49/1.58	c Flit:   158 Blit:     16 bXBeca:    0 bXProp:   71 Bins:      0 BRemL:      0 BRemN:      0 P: 128.2M T:  1.28
1.49/1.58	c Cleaning up after failed var search:     0.00 s 
1.59/1.62	c Replacing       71 vars Replaced     2441 lits Time:     0.04 s 
1.69/1.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.69/1.78	c bin-w-bin subsume rem         3823 bins  time:  0.01 s
1.79/1.83	c subs with bin:     2602  lits-rem:      1320  v-fix:    0  time:  0.04 s
1.79/1.88	c Subs w/ non-existent bins:   3147 l-rem:   1398 v-fix:     0 done:   9361 time:  0.05 s
1.89/1.98	c Removed useless bin:    5785  fixed:     0  props:  17.42M  time:  0.09 s
2.59/2.60	c lits-rem:      1008  cl-subs:    38294  v-elim:   2804  v-fix:    0  time:  0.61 s
2.59/2.64	c Finding binary XORs  T:     0.04 s  found:      22
2.59/2.66	c Replacing       22 vars Replaced     1161 lits Time:     0.02 s 
2.89/2.91	c Finding non-binary XORs:     0.22 s (found:       0, avg size: nan)
2.89/2.91	c calculated reachability. Time: 0.02
2.89/2.93	c Calc default polars -  time:   0.02 s pos:    8602 undec:   21655 neg:    8894
2.89/2.93	c =========================================================================================
2.89/2.93	c types(t): F = full restart, N = normal restart
2.89/2.93	c types(t): S = simplification begin/end, E = solution found
2.89/2.93	c restart types(rt): st = static, dy = dynamic
2.89/2.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.89/2.93	c  B st     0         0     36016    428268     40877         0   1742833         0   no data   no data
3.89/3.95	c  N dy    12      4014     36016    428268     40878      3976   1742833     50835      7.57      8.89
4.89/4.91	c  N dy    24      8029     36016    428268     40881      7933   1742833     95735      7.00      7.61
5.89/5.91	c  N dy    46     12176     36015    428268     40893     12022   1742833    144989      6.94      7.33
6.89/6.93	c  N dy    67     16326     36015    428268     40900     16118   1742833    193904      6.92      7.30
7.89/7.99	c  N dy    91     20382     36015    428268     40905     10258   1742832     97273      7.00      7.42
8.89/8.99	c  N dy    99     24406     36015    428268     40915     14244   1742832    142301      6.85      7.34
9.09/9.15	c  F st   100     25000     36015    428268     40917     14827   1742832    148203      6.83      6.72
9.19/9.25	c Found part     1011 vars:        672 clauses:      9606 lits size:     35293
9.19/9.25	c Found part     1382 vars:       4874 clauses:    169875 lits size:    647091
9.19/9.25	c Found part     1457 vars:        952 clauses:      5148 lits size:     17950
9.19/9.25	c Found part     1473 vars:        948 clauses:      6259 lits size:     21705
9.19/9.25	c Found part     1486 vars:        238 clauses:       486 lits size:      1440
9.19/9.25	c Found part     1489 vars:        234 clauses:       476 lits size:      1440
9.19/9.25	c Found part     1499 vars:       9726 clauses:     52126 lits size:    185523
9.19/9.25	c Found part     1509 vars:        203 clauses:       502 lits size:      1379
9.19/9.25	c Found part     1510 vars:        234 clauses:       476 lits size:      1440
9.19/9.25	c Found part     1512 vars:      14223 clauses:    210121 lits size:    781031
9.19/9.25	c Found part     1520 vars:        833 clauses:      5179 lits size:     18093
9.19/9.25	c Found part     1525 vars:        305 clauses:       965 lits size:      2986
9.19/9.25	c Found part     1533 vars:        265 clauses:       792 lits size:      3175
9.19/9.25	c Found part     1535 vars:        236 clauses:       479 lits size:      1440
9.19/9.25	c Found part     1537 vars:        172 clauses:       504 lits size:      2317
9.19/9.25	c Found part     1538 vars:        236 clauses:       482 lits size:      1444
9.19/9.25	c Found part     1539 vars:        236 clauses:       482 lits size:      1444
9.19/9.25	c Found part     1541 vars:        476 clauses:      1702 lits size:      5744
9.19/9.25	c Found part     1542 vars:        476 clauses:      1687 lits size:      5724
9.19/9.26	c Found part     1543 vars:        476 clauses:      1687 lits size:      5724
9.19/9.26	c Found parts:         20 time: 0.11 s
9.19/9.26	c Solving part 1537
9.19/9.28	c  N st     0         0       172       335       169         0      2317         0   no data   no data
9.19/9.28	c asymm  cl-useful: 160/335/335 lits-rem:255 time: 0.00
9.19/9.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.19/9.29	c Finding binary XORs  T:     0.00 s  found:       0
9.19/9.29	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.19/9.29	c calculated reachability. Time: 0.00
9.19/9.29	c Calc default polars -  time:   0.00 s pos:      76 undec:   38988 neg:      87
9.19/9.29	c =========================================================================================
9.19/9.29	c types(t): F = full restart, N = normal restart
9.19/9.29	c types(t): S = simplification begin/end, E = solution found
9.19/9.29	c restart types(rt): st = static, dy = dynamic
9.19/9.29	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.19/9.29	c  B st     0         0       172       335       169         0      2062         0   no data   no data
9.19/9.29	c  E st     1         0         0       335       169         0      2062         0   no data   no data
9.19/9.29	c Verified 335 clauses.
9.19/9.29	c Verified 335 clauses.
9.19/9.29	c Solved part
9.19/9.29	c =========================================================================================
9.19/9.29	c Solving part 1509
9.29/9.31	c  N st     0         0       203       227       275         0      1379         0   no data   no data
9.29/9.31	c asymm  cl-useful: 37/227/227 lits-rem:37 time: 0.00
9.29/9.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.29/9.32	c Finding binary XORs  T:     0.00 s  found:       0
9.29/9.32	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.29/9.32	c calculated reachability. Time: 0.00
9.29/9.32	c Calc default polars -  time:   0.00 s pos:      58 undec:   38992 neg:     101
9.29/9.32	c =========================================================================================
9.29/9.32	c types(t): F = full restart, N = normal restart
9.29/9.32	c types(t): S = simplification begin/end, E = solution found
9.29/9.32	c restart types(rt): st = static, dy = dynamic
9.29/9.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.29/9.32	c  B st     0         0       203       227       275         0      1342         0   no data   no data
9.29/9.32	c  E st     1         0         0       227       275         0      1342         0   no data   no data
9.29/9.32	c Verified 227 clauses.
9.29/9.32	c Verified 227 clauses.
9.29/9.32	c Solved part
9.29/9.32	c =========================================================================================
9.29/9.32	c Solving part 1489
9.29/9.34	c  N st     0         0       234       244       232         0      1440         0   no data   no data
9.29/9.35	c asymm  cl-useful: 6/244/244 lits-rem:6 time: 0.00
9.29/9.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.29/9.35	c Finding binary XORs  T:     0.00 s  found:       0
9.29/9.35	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.29/9.35	c calculated reachability. Time: 0.00
9.29/9.35	c Calc default polars -  time:   0.00 s pos:      17 undec:   39121 neg:      13
9.29/9.35	c =========================================================================================
9.29/9.35	c types(t): F = full restart, N = normal restart
9.29/9.35	c types(t): S = simplification begin/end, E = solution found
9.29/9.35	c restart types(rt): st = static, dy = dynamic
9.29/9.35	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.29/9.35	c  B st     0         0       234       244       232         0      1434         0   no data   no data
9.29/9.35	c  E st     1         0         0       244       232         0      1434         0   no data   no data
9.29/9.35	c Verified 244 clauses.
9.29/9.35	c Verified 244 clauses.
9.29/9.35	c Solved part
9.29/9.35	c =========================================================================================
9.29/9.35	c Solving part 1510
9.29/9.38	c  N st     0         0       234       244       232         0      1440         0   no data   no data
9.29/9.38	c asymm  cl-useful: 6/244/244 lits-rem:6 time: 0.00
9.29/9.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.29/9.38	c Finding binary XORs  T:     0.00 s  found:       0
9.29/9.38	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.29/9.38	c calculated reachability. Time: 0.00
9.29/9.38	c Calc default polars -  time:   0.00 s pos:      17 undec:   39121 neg:      13
9.29/9.38	c =========================================================================================
9.29/9.38	c types(t): F = full restart, N = normal restart
9.29/9.38	c types(t): S = simplification begin/end, E = solution found
9.29/9.38	c restart types(rt): st = static, dy = dynamic
9.29/9.38	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.29/9.38	c  B st     0         0       234       244       232         0      1434         0   no data   no data
9.29/9.39	c  E st     1         0         0       244       232         0      1434         0   no data   no data
9.29/9.39	c Verified 244 clauses.
9.29/9.39	c Verified 244 clauses.
9.29/9.39	c Solved part
9.29/9.39	c =========================================================================================
9.29/9.39	c Solving part 1539
9.39/9.41	c  N st     0         0       236       244       238         0      1444         0   no data   no data
9.39/9.41	c asymm  cl-useful: 2/244/244 lits-rem:2 time: 0.00
9.39/9.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.39/9.42	c Finding binary XORs  T:     0.00 s  found:       0
9.39/9.42	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.39/9.42	c calculated reachability. Time: 0.00
9.39/9.42	c Calc default polars -  time:   0.00 s pos:      14 undec:   39123 neg:      14
9.39/9.42	c =========================================================================================
9.39/9.42	c types(t): F = full restart, N = normal restart
9.39/9.42	c types(t): S = simplification begin/end, E = solution found
9.39/9.42	c restart types(rt): st = static, dy = dynamic
9.39/9.42	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.39/9.42	c  B st     0         0       236       244       238         0      1442         0   no data   no data
9.39/9.42	c  E st     1         0         0       244       238         0      1442         0   no data   no data
9.39/9.42	c Verified 244 clauses.
9.39/9.42	c Verified 244 clauses.
9.39/9.42	c Solved part
9.39/9.42	c =========================================================================================
9.39/9.42	c Solving part 1538
9.39/9.44	c  N st     0         0       236       244       238         0      1444         0   no data   no data
9.39/9.44	c asymm  cl-useful: 2/244/244 lits-rem:2 time: 0.00
9.39/9.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.39/9.45	c Finding binary XORs  T:     0.00 s  found:       0
9.39/9.45	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.39/9.45	c calculated reachability. Time: 0.00
9.39/9.45	c Calc default polars -  time:   0.00 s pos:      14 undec:   39123 neg:      14
9.39/9.45	c =========================================================================================
9.39/9.45	c types(t): F = full restart, N = normal restart
9.39/9.45	c types(t): S = simplification begin/end, E = solution found
9.39/9.45	c restart types(rt): st = static, dy = dynamic
9.39/9.45	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.39/9.45	c  B st     0         0       236       244       238         0      1442         0   no data   no data
9.39/9.45	c  E st     1         0         0       244       238         0      1442         0   no data   no data
9.39/9.45	c Verified 244 clauses.
9.39/9.45	c Verified 244 clauses.
9.39/9.45	c Solved part
9.39/9.45	c =========================================================================================
9.39/9.45	c Solving part 1535
9.39/9.47	c  N st     0         0       236       243       236         0      1440         0   no data   no data
9.39/9.48	c asymm  cl-useful: 1/243/243 lits-rem:1 time: 0.00
9.39/9.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.39/9.48	c Finding binary XORs  T:     0.00 s  found:       0
9.39/9.48	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.39/9.48	c calculated reachability. Time: 0.00
9.39/9.48	c Calc default polars -  time:   0.00 s pos:      10 undec:   39131 neg:      10
9.39/9.48	c =========================================================================================
9.39/9.48	c types(t): F = full restart, N = normal restart
9.39/9.48	c types(t): S = simplification begin/end, E = solution found
9.39/9.48	c restart types(rt): st = static, dy = dynamic
9.39/9.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.39/9.48	c  B st     0         0       236       243       236         0      1439         0   no data   no data
9.39/9.48	c  E st     1         0         0       243       236         0      1439         0   no data   no data
9.39/9.48	c Verified 243 clauses.
9.39/9.48	c Verified 243 clauses.
9.39/9.48	c Solved part
9.39/9.48	c =========================================================================================
9.39/9.48	c Solving part 1486
9.48/9.51	c  N st     0         0       238       244       242         0      1440         0   no data   no data
9.48/9.51	c asymm  cl-useful: 0/244/244 lits-rem:0 time: 0.00
9.48/9.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.48/9.51	c Finding binary XORs  T:     0.00 s  found:       0
9.48/9.51	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.48/9.51	c calculated reachability. Time: 0.00
9.48/9.52	c Calc default polars -  time:   0.00 s pos:      18 undec:   39116 neg:      17
9.48/9.52	c =========================================================================================
9.48/9.52	c types(t): F = full restart, N = normal restart
9.48/9.52	c types(t): S = simplification begin/end, E = solution found
9.48/9.52	c restart types(rt): st = static, dy = dynamic
9.48/9.52	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.48/9.52	c  B st     0         0       238       244       242         0      1440         0   no data   no data
9.48/9.52	c  E st     1         0         0       244       242         0      1440         0   no data   no data
9.48/9.52	c Verified 244 clauses.
9.48/9.52	c Verified 244 clauses.
9.48/9.52	c Solved part
9.48/9.52	c =========================================================================================
9.48/9.52	c Solving part 1533
9.48/9.54	c  N st     0         0       265       522       270         0      3175         0   no data   no data
9.48/9.54	c asymm  cl-useful: 89/522/522 lits-rem:122 time: 0.00
9.48/9.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.48/9.55	c Finding binary XORs  T:     0.00 s  found:       0
9.48/9.55	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.48/9.55	c calculated reachability. Time: 0.00
9.48/9.55	c Calc default polars -  time:   0.00 s pos:     129 undec:   38912 neg:     110
9.48/9.55	c =========================================================================================
9.48/9.55	c types(t): F = full restart, N = normal restart
9.48/9.55	c types(t): S = simplification begin/end, E = solution found
9.48/9.55	c restart types(rt): st = static, dy = dynamic
9.48/9.55	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.48/9.55	c  B st     0         0       265       522       270         0      3053         0   no data   no data
9.48/9.55	c  E st     1         0         0       522       270         0      3053         0   no data   no data
9.48/9.55	c Verified 522 clauses.
9.48/9.55	c Verified 522 clauses.
9.48/9.55	c Solved part
9.48/9.55	c =========================================================================================
9.48/9.55	c Solving part 1525
9.48/9.57	c  N st     0         0       305       600       365         0      2986         0   no data   no data
9.48/9.58	c asymm  cl-useful: 129/600/600 lits-rem:167 time: 0.01
9.48/9.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
9.48/9.59	c Finding binary XORs  T:     0.00 s  found:       0
9.48/9.59	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.48/9.59	c calculated reachability. Time: 0.00
9.48/9.59	c Calc default polars -  time:   0.00 s pos:     118 undec:   38887 neg:     146
9.48/9.59	c =========================================================================================
9.48/9.59	c types(t): F = full restart, N = normal restart
9.48/9.59	c types(t): S = simplification begin/end, E = solution found
9.48/9.59	c restart types(rt): st = static, dy = dynamic
9.48/9.59	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.48/9.59	c  B st     0         0       305       600       365         0      2819         0   no data   no data
9.48/9.59	c  E st     1         0         0       600       365         0      2819         0   no data   no data
9.48/9.59	c Verified 600 clauses.
9.48/9.59	c Verified 600 clauses.
9.48/9.59	c Solved part
9.48/9.59	c =========================================================================================
9.48/9.59	c Solving part 1543
9.59/9.62	c  N st     0         0       476      1195       492         0      5724         0   no data   no data
9.59/9.62	c asymm  cl-useful: 0/1195/1195 lits-rem:0 time: 0.01
9.59/9.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.59/9.63	c Finding binary XORs  T:     0.00 s  found:       0
9.59/9.63	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.59/9.63	c calculated reachability. Time: 0.00
9.59/9.63	c Calc default polars -  time:   0.00 s pos:      16 undec:   39119 neg:      16
9.59/9.63	c =========================================================================================
9.59/9.63	c types(t): F = full restart, N = normal restart
9.59/9.63	c types(t): S = simplification begin/end, E = solution found
9.59/9.63	c restart types(rt): st = static, dy = dynamic
9.59/9.63	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.59/9.63	c  B st     0         0       476      1195       492         0      5724         0   no data   no data
9.59/9.64	c  E st     1         0         0      1195       492         0      5724         0   no data   no data
9.59/9.64	c Verified 1195 clauses.
9.59/9.64	c Verified 1195 clauses.
9.59/9.64	c Solved part
9.59/9.64	c =========================================================================================
9.59/9.64	c Solving part 1542
9.59/9.66	c  N st     0         0       476      1195       492         0      5724         0   no data   no data
9.59/9.67	c asymm  cl-useful: 0/1195/1195 lits-rem:0 time: 0.01
9.59/9.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.59/9.68	c Finding binary XORs  T:     0.00 s  found:       0
9.59/9.68	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.59/9.68	c calculated reachability. Time: 0.00
9.59/9.68	c Calc default polars -  time:   0.00 s pos:      16 undec:   39119 neg:      16
9.59/9.68	c =========================================================================================
9.59/9.68	c types(t): F = full restart, N = normal restart
9.59/9.68	c types(t): S = simplification begin/end, E = solution found
9.59/9.68	c restart types(rt): st = static, dy = dynamic
9.59/9.68	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.59/9.68	c  B st     0         0       476      1195       492         0      5724         0   no data   no data
9.59/9.68	c  E st     1         0         0      1195       492         0      5724         0   no data   no data
9.59/9.68	c Verified 1195 clauses.
9.59/9.68	c Verified 1195 clauses.
9.59/9.68	c Solved part
9.59/9.68	c =========================================================================================
9.59/9.68	c Solving part 1541
9.69/9.70	c  N st     0         0       476      1200       502         0      5744         0   no data   no data
9.69/9.71	c asymm  cl-useful: 0/1200/1200 lits-rem:0 time: 0.01
9.69/9.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.69/9.72	c Finding binary XORs  T:     0.00 s  found:       0
9.69/9.72	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.69/9.72	c calculated reachability. Time: 0.00
9.69/9.72	c Calc default polars -  time:   0.00 s pos:      24 undec:   39103 neg:      24
9.69/9.72	c =========================================================================================
9.69/9.72	c types(t): F = full restart, N = normal restart
9.69/9.72	c types(t): S = simplification begin/end, E = solution found
9.69/9.72	c restart types(rt): st = static, dy = dynamic
9.69/9.72	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.69/9.72	c  B st     0         0       476      1200       502         0      5744         0   no data   no data
9.69/9.72	c  E st     1         0         0      1200       502         0      5744         0   no data   no data
9.69/9.72	c Verified 1200 clauses.
9.69/9.72	c Verified 1200 clauses.
9.69/9.72	c Solved part
9.69/9.72	c =========================================================================================
9.69/9.72	c Solving part 1011
9.69/9.75	c  N st     0         0       672      8654       952         0     35293         0   no data   no data
9.99/10.00	c asymm  cl-useful: 799/4020/8654 lits-rem:828 time: 0.24
9.99/10.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   21 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.04
9.99/10.04	c Finding binary XORs  T:     0.00 s  found:       0
9.99/10.05	c Replacing       21 vars Replaced     1436 lits Time:     0.00 s 
9.99/10.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
9.99/10.05	c calculated reachability. Time: 0.00
9.99/10.05	c Calc default polars -  time:   0.00 s pos:     277 undec:   38609 neg:     265
9.99/10.05	c =========================================================================================
9.99/10.05	c types(t): F = full restart, N = normal restart
9.99/10.05	c types(t): S = simplification begin/end, E = solution found
9.99/10.05	c restart types(rt): st = static, dy = dynamic
9.99/10.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.99/10.05	c  B st     0         0       651      8410       935         0     33433         0   no data   no data
9.99/10.05	c  E st     1         0         0      8410       935         0     33433         0   no data   no data
9.99/10.05	c Verified 8410 clauses.
9.99/10.05	c Verified 8410 clauses.
9.99/10.05	c Solved part
9.99/10.05	c =========================================================================================
9.99/10.05	c Solving part 1520
9.99/10.08	c  N st     0         0       833      4156      1023         0     18093         0   no data   no data
10.09/10.15	c asymm  cl-useful: 49/4156/4156 lits-rem:49 time: 0.07
10.09/10.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
10.09/10.17	c Finding binary XORs  T:     0.00 s  found:       0
10.09/10.17	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.09/10.17	c calculated reachability. Time: 0.00
10.09/10.17	c Calc default polars -  time:   0.00 s pos:     288 undec:   38613 neg:     250
10.09/10.17	c =========================================================================================
10.09/10.17	c types(t): F = full restart, N = normal restart
10.09/10.17	c types(t): S = simplification begin/end, E = solution found
10.09/10.17	c restart types(rt): st = static, dy = dynamic
10.09/10.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.09/10.17	c  B st     0         0       833      4156      1023         0     18044         0   no data   no data
10.09/10.17	c  E st     1         0         0      4156      1023         0     18044         0   no data   no data
10.09/10.17	c Verified 4156 clauses.
10.09/10.17	c Verified 4156 clauses.
10.09/10.17	c Solved part
10.09/10.17	c =========================================================================================
10.09/10.17	c Solving part 1473
10.19/10.20	c  N st     0         0       948      5035      1224         0     21705         0   no data   no data
10.29/10.30	c asymm  cl-useful: 132/5035/5035 lits-rem:138 time: 0.10
10.29/10.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
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:     365 undec:   38451 neg:     335
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       948      5033      1226         0     21571         0   no data   no data
10.29/10.33	c  E st     1         0         0      5033      1226         0     21571         0   no data   no data
10.29/10.33	c Verified 5033 clauses.
10.29/10.33	c Verified 5033 clauses.
10.29/10.33	c Solved part
10.29/10.33	c =========================================================================================
10.29/10.33	c Solving part 1457
10.29/10.36	c  N st     0         0       952      4089      1059         0     17950         0   no data   no data
10.39/10.42	c asymm  cl-useful: 109/4089/4089 lits-rem:109 time: 0.06
10.39/10.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
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:     215 undec:   38727 neg:     209
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       952      4089      1059         0     17841         0   no data   no data
10.39/10.45	c  E st     1         0         0      4089      1059         0     17841         0   no data   no data
10.39/10.45	c Verified 4089 clauses.
10.39/10.45	c Verified 4089 clauses.
10.39/10.45	c Solved part
10.39/10.45	c =========================================================================================
10.39/10.45	c Solving part 1382
10.49/10.58	c  N st     0         0      4874    163938      5966     13866    647091    139406   no data   no data
10.59/10.65	c asymm  cl-useful: 0/449/163938 lits-rem:0 time: 0.06
10.99/11.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 64.1M T:  0.41
10.99/11.07	c Finding binary XORs  T:     0.01 s  found:       0
11.09/11.15	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
11.09/11.15	c calculated reachability. Time: 0.00
11.09/11.16	c Calc default polars -  time:   0.00 s pos:    1314 undec:   36529 neg:    1308
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      4874    163938      5966     13866    647091    139406   no data   no data
12.19/12.25	c  N dy    13      4027      4874    163938      5969     17857    647091    189984      6.78      7.21
13.28/13.36	c  N dy    28      8075      4874    163938      5975     21872    647091    236689      6.55      7.15
14.48/14.52	c  N dy    47     12165      4874    163938      5982     25904    647089    284749      6.52      6.87
15.58/15.68	c  N dy    71     16213      4873    163938      5996     29899    647088    332268      6.56      6.94
16.88/16.96	c  N dy   101     20281      4873    163938      6000     17105    647088    144137      6.70      7.08
17.98/18.09	c  N dy   123     24339      4873    163938      6004     21113    647088    191733      6.74      7.12
18.18/18.29	c  F st   130     25000      4873    163938      6004     21767    647088    199745      6.77   no data
19.58/19.67	c  N dy   136     30194      4873    163938      6014     26908    647088    266367      6.77   no data
20.79/20.84	c  N dy   156     34256      4873    163938      6019     30928    647088    316159      6.77      7.13
22.08/22.13	c  N dy   181     38458      4873    163938      6025     35096    647088    369500      6.81      7.17
23.18/23.26	c  N dy   197     42715      4872    163938      6038     20499    647088    157815      6.78      7.18
23.58/23.61	c Finding binary XORs  T:     0.01 s  found:       0
24.38/24.41	c  N dy   218     46718      4871    163505      6021     20834    645456    178870      6.77      7.96
25.58/25.61	c  N dy   249     50999      4871    163505      6023     25081    645456    233421      6.83      7.20
26.78/26.83	c  N dy   277     55079      4871    163505      6029     29127    645456    286982      6.87      8.09
27.98/28.07	c  N dy   294     59191      4871    163505      6037     33201    645456    339602      6.86      7.26
29.48/29.55	c  N dy   314     64421      4870    163505      6050     19885    645456    146418      6.86      7.28
30.69/30.76	c  N dy   343     68628      4869    163505      6056     24050    645456    200155      6.89      8.32
31.98/32.01	c  N dy   373     73086      4869    163505      6059     28475    645456    259356      6.92     10.41
33.49/33.52	c  N dy   398     78266      4869    163505      6065     33620    645456    329257      6.92      7.38
34.99/35.01	c  N dy   428     83282      4868    163505      6077     38595    645456    395408      6.94      7.89
36.19/36.25	c  F st   442     87501      4867    163505      6092     22127    645456    154329      6.92   no data
36.49/36.59	c  N st   445     88692      4867    163505      6092     23310    645456    171512      6.92   no data
38.19/38.21	c  N dy   459     94884      4867    163505      6094     29465    645456    258672      6.92      7.34
39.89/39.98	c  N dy   490    100968      4867    163505      6096     35508    645454    338124      6.93      7.34
40.29/40.37	c Finding binary XORs  T:     0.01 s  found:       0
41.89/41.96	c  N dy   535    107452      4867    162859      6039     37401    642884    389102      6.96      7.71
44.09/44.12	c  N dy   566    114344      4867    162859      6044     24272    642884    179308      6.96      7.33
46.19/46.22	c  N dy   600    121785      4865    162859      6071     31613    642884    274587      6.95      7.42
48.59/48.62	c  N dy   655    129583      4865    162859      6077     39365    642884    385662      6.98      9.51
51.19/51.28	c  N dy   695    137855      4865    162859      6079     25202    642884    174664      6.99      8.32
53.98/54.01	c  N dy   752    147003      4865    162859      6090     34265    642884    302727      7.01      7.39
56.18/56.28	c Finding binary XORs  T:     0.01 s  found:       0
56.88/56.97	c  N dy   801    156462      4864    162379      6062     39225    640995    386831      7.02      7.41
59.98/60.01	c  N dy   859    166538      4862    162379      6083     27363    640994    212384      7.05      8.25
63.09/63.19	c  N dy   932    177167      4861    162379      6093     37934    640993    368666      7.09      7.58
66.59/66.60	c  N dy  1010    188539      4860    162379      6109     24881    640991    157236      7.14     10.63
70.19/70.28	c  N dy  1074    200628      4860    162379      6114     36880    640991    329758      7.15      7.55
74.29/74.38	c  N dy  1152    213454      4859    162379      6132     49611    640990    516080      7.19     10.55
75.49/75.59	c Finding binary XORs  T:     0.01 s  found:       0
78.59/78.61	c  N dy  1234    227125      4856    161459      6118     33148    637516    296014      7.22      9.08
83.29/83.33	c  N dy  1332    242007      4856    161459      6126     47947    637516    518159      7.26      7.69
88.09/88.14	c  N dy  1439    257497      4856    161459      6132     37894    637515    336096      7.30      8.57
93.39/93.48	c  N dy  1542    273957      4854    161459      6151     54223    637515    575785      7.34      9.80
99.00/99.06	c  N dy  1662    291813      4854    161459      6153     44352    637513    415206      7.38      7.79
103.99/104.04	c  F st  1757    306252      4854    161459      6154     29489    637513    171381      7.40      7.34
105.60/105.65	c  N dy  1763    311449      4854    161459      6155     34676    637513    264399      7.40   no data
112.69/112.72	c  N dy  1891    331598      4854    161459      6167     54702    637513    567890      7.43      7.86
114.29/114.34	c Finding binary XORs  T:     0.01 s  found:       1
119.49/119.50	c  N dy  2007    351661      4852    160629      6133     42073    634280    366614      7.46     10.21
126.40/126.49	c  N dy  2128    371738      4851    160629      6155     31393    634280    181346      7.48      9.72
133.10/133.11	c  N dy  2237    391890      4851    160629      6171     51391    634280    479576      7.51      7.97
140.08/140.13	c  N dy  2373    411933      4850    160629      6182     39101    634280    284327      7.53      9.83
147.09/147.10	c  N dy  2499    431960      4850    160629      6188     58995    634280    587854      7.56      7.97
153.89/153.99	c  N dy  2615    452028      4850    160629      6194     45460    634280    358533      7.57      8.04
159.89/159.95	c Finding binary XORs  T:     0.01 s  found:       5
160.79/160.87	c  N dy  2751    472149      4849    160236      6159     64163    632770    674795      7.60      8.12
167.79/167.84	c  N dy  2894    492463      4849    160236      6161     50389    632770    439769      7.64      8.13
174.79/174.86	c  N dy  3008    512499      4849    160236      6165     70314    632770    755731      7.65     10.82
181.79/181.84	c  N dy  3118    532733      4849    160236      6168     55040    632770    497323      7.66      8.12
189.10/189.17	c  N dy  3229    552763      4849    160236      6171     38360    632770    224569      7.67      8.34
196.19/196.20	c  N dy  3332    573000      4847    160236      6185     58453    632770    535906      7.68      8.09
203.39/203.48	c  N dy  3472    593267      4847    160236      6186     40950    632770    258996      7.70      8.19
210.39/210.47	c  N dy  3582    613678      4847    160236      6194     61244    632770    584903      7.71      8.28
217.39/217.49	c  N dy  3701    633725      4847    160236      6198     42461    632770    269054      7.73      9.24
224.59/224.63	c  N dy  3815    654342      4846    160236      6215     62940    632770    607938      7.74      8.25
232.39/232.44	c  N dy  3912    674595      4846    160236      6221     43340    632768    270319      7.74      8.33
239.69/239.79	c  N dy  4023    694873      4845    160236      6233     63505    632768    587251      7.75      8.20
243.09/243.19	c Finding binary XORs  T:     0.01 s  found:       3
247.29/247.32	c  N dy  4124    714916      4845    159288      6152     42533    628740    248997      7.75      8.32
254.39/254.41	c  N dy  4241    735161      4845    159288      6157     62661    628740    582927      7.77      8.21
262.19/262.28	c  N dy  4380    755943      4845    159288      6163     83335    628740    932746      7.78      8.22
269.19/269.23	c  N dy  4494    776049      4843    159288      6173     62355    628740    561793      7.79      8.22
276.89/276.95	c  N dy  4604    796056      4843    159288      6179     82250    628740    893109      7.80      8.46
284.09/284.15	c  N dy  4695    816150      4839    159288      6195     60280    628740    500673      7.80      8.28
291.79/291.84	c  N dy  4814    836158      4839    159288      6206     80186    628740    836057      7.81      8.28
299.99/300.05	c  N dy  4925    856282      4839    159288      6208     57532    628740    436767      7.81      8.27
307.59/307.60	c Finding binary XORs  T:     0.01 s  found:      16
307.69/307.74	c  N dy  5031    876351      4835    157409      6202     74323    621221    723922      7.81      9.50
315.59/315.67	c  N dy  5126    896428      4830    157409      6222     52768    621221    339490      7.81      8.23
323.19/323.20	c  N dy  5233    917235      4825    157409      6239     73460    621220    691009      7.81      8.29
331.28/331.30	c  N dy  5352    937251      4825    157409      6243     93377    621220   1038208      7.82      8.27
338.49/338.50	c  N dy  5448    957289      4823    157409      6259     68649    621220    589228      7.82     11.32
346.29/346.30	c  N dy  5550    977448      4823    157409      6262     88707    621220    934094      7.83      8.45
353.79/353.82	c  N dy  5667    997517      4823    157409      6268     62972    621220    476450      7.83      8.69
361.49/361.58	c Finding binary XORs  T:     0.01 s  found:      10
361.59/361.63	c  N dy  5757   1018217      4822    154603      6187     80944    609731    794923      7.83      8.42
368.99/369.08	c  N dy  5857   1038225      4817    154603      6207     54985    609731    336964      7.83      9.18
376.29/376.39	c  N dy  5957   1058283      4817    154603      6217     74927    609731    673437      7.83      8.26
381.59/381.67	c  F st  6034   1071876      4812    154603      6244     88415    609731    902857      7.84      7.94
384.18/384.22	c  N dy  6046   1078446      4812    154603      6244     94963    609731   1032632      7.84      8.31
386.19/386.24	c Finding binary XORs  T:     0.01 s  found:      17
386.29/386.32	c Replacing       52 vars Replaced    65895 lits Time:     0.08 s 
392.09/392.17	c  N dy  6114   1099536      4754    149433      6141     64921    589050    520903      7.83      8.46
393.09/393.13	c Finding binary XORs  T:     0.01 s  found:       5
398.89/398.92	c  N dy  6198   1119655      4686    128323      6260     70282    506391    701172      7.83      8.31
406.39/406.40	c  N dy  6290   1140907      4647    128323      6276     48610    506390    311432      7.83      8.25
409.38/409.42	c Finding binary XORs  T:     0.01 s  found:       4
412.39/412.49	c  N dy  6352   1161069      4592    116174      6311     58403    458750    538153      7.82      8.28
415.69/415.75	c Finding binary XORs  T:     0.01 s  found:      46
415.69/415.77	c Replacing       55 vars Replaced    30809 lits Time:     0.02 s 
415.98/416.10	c  E dy  6379   1172195      4332     80748      6997     26176    322313    150130      7.81      3.74
416.08/416.10	c num threads              : 1          
416.08/416.10	c restarts                 : 100        
416.08/416.10	c dynamic restarts         : 94         
416.08/416.10	c static restarts          : 6          
416.08/416.10	c full restarts            : 0          
416.08/416.10	c total simplify time      : 0.01       
416.08/416.10	c learnts DL2              : 0          
416.08/416.10	c learnts size 2           : 56754      
416.08/416.10	c learnts size 1           : 239         (0.61      % of vars)
416.08/416.10	c filedLit time            : 1.28        (0.31      % time)
416.08/416.10	c v-elim SatELite          : 2804        (7.16      % vars)
416.08/416.10	c SatELite time            : 0.49        (0.12      % time)
416.08/416.10	c v-elim xor               : 0           (0.00      % vars)
416.08/416.10	c xor elim time            : 0.00        (0.00      % time)
416.08/416.10	c num binary xor trees     : 14         
416.08/416.10	c binxor trees' crown      : 93          (6.64      leafs/tree)
416.08/416.10	c bin xor find time        : 0.04       
416.08/416.10	c OTF clause improved      : 254         (0.01      clauses/conflict)
416.08/416.10	c OTF impr. size diff      : 345         (1.36       lits/clause)
416.08/416.10	c OTF cl watch-shrink      : 15697       (0.63      clauses/conflict)
416.08/416.10	c OTF cl watch-sh-lit      : 35762       (2.28       lits/clause)
416.08/416.10	c tried to recurMin cls    : 4843        (19.37      % of conflicts)
416.08/416.10	c updated cache            : 0           (0.00       lits/tried recurMin)
416.08/416.10	c clauses over max glue    : 0           (0.00      % of all clauses)
416.08/416.10	c conflicts                : 25000       (60.11     / sec)
416.08/416.10	c decisions                : 30817       (0.00      % random)
416.08/416.10	c bogo-props               : 1386891963  (3334742.47 / sec)
416.08/416.10	c conflict literals        : 295238      (56.68     % deleted)
416.08/416.10	c Memory used              : 265.41      MB
416.08/416.10	c CPU time                 : 415.89      s
416.08/416.10	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

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.04 4.01 3.93 4/189 1069
/proc/meminfo: memFree=12364456/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=22032 CPUtime=0 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 819 0 0 0 0 0 0 0 25 0 1 0 488830209 22560768 759 33554432000 4194304 4627331 140734909396080 18446744073709551615 4313253 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 5508 768 320 106 0 479 0

[startup+0.018258 s]
/proc/loadavg: 4.04 4.01 3.93 4/189 1069
/proc/meminfo: memFree=12364456/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=32280 CPUtime=0.01 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 3767 0 0 0 1 0 0 0 25 0 1 0 488830209 33054720 3179 33554432000 4194304 4627331 140734909396080 18446744073709551615 4313380 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 8310 3185 321 106 0 3281 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 32280

[startup+0.100243 s]
/proc/loadavg: 4.04 4.01 3.93 4/189 1069
/proc/meminfo: memFree=12364456/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=55316 CPUtime=0.09 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 8752 0 0 0 9 0 0 0 25 0 1 0 488830209 56643584 7635 33554432000 4194304 4627331 140734909396080 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 13829 7637 322 106 0 8800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55316

[startup+0.300205 s]
/proc/loadavg: 4.04 4.01 3.93 4/189 1069
/proc/meminfo: memFree=12364456/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=96584 CPUtime=0.29 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 12420 0 0 0 28 1 0 0 25 0 1 0 488830209 98902016 11303 33554432000 4194304 4627331 140734909396080 18446744073709551615 4308330 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 24146 11304 346 106 0 19117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96584

[startup+0.701137 s]
/proc/loadavg: 4.04 4.01 3.93 4/189 1069
/proc/meminfo: memFree=12364456/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=112952 CPUtime=0.69 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 16537 0 0 0 68 1 0 0 25 0 1 0 488830209 115662848 15420 33554432000 4194304 4627331 140734909396080 18446744073709551615 270612771525 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 28238 15421 347 106 0 23209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112952

[startup+1.50099 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 1070
/proc/meminfo: memFree=12286700/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=129980 CPUtime=1.49 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 20775 0 0 0 147 2 0 0 25 0 1 0 488830209 133099520 19658 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309292 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 32495 19658 347 106 0 27466 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129980

[startup+3.10071 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 1070
/proc/meminfo: memFree=12214408/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=208744 CPUtime=3.09 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 45133 0 0 0 304 5 0 0 25 0 1 0 488830209 213753856 37033 33554432000 4194304 4627331 140734909396080 18446744073709551615 4308728 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 52186 37033 373 106 0 47157 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208744

[startup+6.30114 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 1070
/proc/meminfo: memFree=12212924/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=208744 CPUtime=6.29 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 45338 0 0 0 624 5 0 0 25 0 1 0 488830209 213753856 37238 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 52186 37238 373 106 0 47157 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 208744

[startup+12.701 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 1070
/proc/meminfo: memFree=12171384/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=255484 CPUtime=12.69 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 56318 0 0 0 1263 6 0 0 20 0 1 0 488830209 261615616 48218 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 63871 48218 375 106 0 58842 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 255484

[startup+25.5007 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 1070
/proc/meminfo: memFree=12159172/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=271808 CPUtime=25.48 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 58519 0 0 0 2542 6 0 0 25 0 1 0 488830209 278331392 50419 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 67952 50419 375 106 0 62923 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 271808

[startup+51.1002 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 1071
/proc/meminfo: memFree=12147448/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=271828 CPUtime=51.08 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 62571 0 0 0 5101 7 0 0 25 0 1 0 488830209 278351872 50403 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 67957 50403 375 106 0 62928 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 271828

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 1072
/proc/meminfo: memFree=12048652/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=271924 CPUtime=102.3 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 68008 0 0 0 10221 9 0 0 25 0 1 0 488830209 278450176 51371 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 67981 51371 376 106 0 62952 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 271924

[startup+162.301 s]
/proc/loadavg: 4.05 4.01 3.94 5/190 1074
/proc/meminfo: memFree=12031832/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=284700 CPUtime=162.29 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 76820 0 0 0 16218 11 0 0 25 0 1 0 488830209 291532800 52008 33554432000 4194304 4627331 140734909396080 18446744073709551615 4332657 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 71175 52008 376 106 0 66146 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 284700

[startup+222.301 s]
/proc/loadavg: 3.41 3.84 3.88 4/184 1101
/proc/meminfo: memFree=12310784/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=284872 CPUtime=222.29 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 81560 0 0 0 22216 13 0 0 25 0 1 0 488830209 291708928 52626 33554432000 4194304 4627331 140734909396080 18446744073709551615 4308552 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 71218 52626 376 106 0 66189 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 284872

[startup+282.3 s]
/proc/loadavg: 3.16 3.70 3.83 4/184 1103
/proc/meminfo: memFree=12278544/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=285068 CPUtime=282.29 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 85999 0 0 0 28214 15 0 0 25 0 1 0 488830209 291909632 52676 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309177 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 71267 52676 376 106 0 66238 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 285068

[startup+342.301 s]
/proc/loadavg: 2.97 3.54 3.76 3/179 1125
/proc/meminfo: memFree=12456576/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=286100 CPUtime=342.29 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 91291 0 0 0 34212 17 0 0 25 0 1 0 488830209 292966400 53321 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 71525 53321 376 106 0 66496 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 286100

[startup+402.301 s]
/proc/loadavg: 2.39 3.28 3.66 3/178 1126
/proc/meminfo: memFree=12449336/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=286220 CPUtime=402.29 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 98865 0 0 0 40209 20 0 0 25 0 1 0 488830209 293089280 53625 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309177 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 71555 53625 376 106 0 66526 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 286220

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

[startup+409.501 s]
/proc/loadavg: 2.33 3.24 3.64 3/178 1126
/proc/meminfo: memFree=12456652/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=271772 CPUtime=409.48 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 99085 0 0 0 40928 20 0 0 25 0 1 0 488830209 278294528 51371 33554432000 4194304 4627331 140734909396080 18446744073709551615 4322036 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 67943 51371 376 106 0 62914 0
Current children cumulated CPU time (s) 409.48
Current children cumulated vsize (KiB) 271772

[startup+412.7 s]
/proc/loadavg: 2.30 3.22 3.63 3/178 1127
/proc/meminfo: memFree=12456404/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=271772 CPUtime=412.68 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 99095 0 0 0 41248 20 0 0 25 0 1 0 488830209 278294528 51381 33554432000 4194304 4627331 140734909396080 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 67943 51381 376 106 0 62914 0
Current children cumulated CPU time (s) 412.68
Current children cumulated vsize (KiB) 271772

[startup+414.301 s]
/proc/loadavg: 2.30 3.22 3.63 3/178 1127
/proc/meminfo: memFree=12456156/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=271772 CPUtime=414.29 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 99100 0 0 0 41409 20 0 0 25 0 1 0 488830209 278294528 51386 33554432000 4194304 4627331 140734909396080 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 67943 51386 376 106 0 62914 0
Current children cumulated CPU time (s) 414.29
Current children cumulated vsize (KiB) 271772

[startup+415.101 s]
/proc/loadavg: 2.30 3.22 3.63 3/178 1127
/proc/meminfo: memFree=12456032/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=271772 CPUtime=415.08 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 99102 0 0 0 41488 20 0 0 25 0 1 0 488830209 278294528 51388 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 67943 51388 376 106 0 62914 0
Current children cumulated CPU time (s) 415.08
Current children cumulated vsize (KiB) 271772

[startup+415.901 s]
/proc/loadavg: 2.30 3.22 3.63 3/178 1127
/proc/meminfo: memFree=12455908/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=271772 CPUtime=415.88 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 99104 0 0 0 41568 20 0 0 25 0 1 0 488830209 278294528 51390 33554432000 4194304 4627331 140734909396080 18446744073709551615 4309079 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 67943 51390 376 106 0 62914 0
Current children cumulated CPU time (s) 415.88
Current children cumulated vsize (KiB) 271772

[startup+416.101 s]
/proc/loadavg: 2.30 3.22 3.63 3/178 1127
/proc/meminfo: memFree=12455908/32951124 swapFree=67111528/67111528
[pid=1069] ppid=1067 vsize=271772 CPUtime=416.08 cores=5,7
/proc/1069/stat : 1069 (strangenight2-s) R 1067 1069 327 0 -1 4202496 99105 0 0 0 41588 20 0 0 25 0 1 0 488830209 278294528 51391 33554432000 4194304 4627331 140734909396080 18446744073709551615 4356728 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1069/statm: 67943 51391 376 106 0 62914 0
Current children cumulated CPU time (s) 416.08
Current children cumulated vsize (KiB) 271772

Child status: 20
Real time (s): 416.142
CPU time (s): 416.139
CPU user time (s): 415.92
CPU system time (s): 0.218966
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 286552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 415.92
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99116
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= 9
involuntary context switches= 491

runsolver used 0.637903 second user time and 1.64575 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-26 00:58:13
IDJOB=3288691
IDBENCH=82502
IDSOLVER=1587
FILE ID=node108/3288691-1303772292
RUNJOBID= node108-1303770636-348
PBS_JOBID= 13157178
Free space on /tmp= 71532 MiB

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

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=352041252

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:      12364736 kB
Buffers:       2276708 kB
Cached:       16012040 kB
SwapCached:          0 kB
Active:       11552916 kB
Inactive:      8449612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12364736 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           34524 kB
Writeback:           0 kB
AnonPages:     1712744 kB
Mapped:          16208 kB
Slab:           516596 kB
PageTables:       8888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2120584 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= 71576 MiB
End job on node108 at 2011-04-26 01:05:09