Trace number 3368408

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)UNSAT 362.002 361.997

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
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-3368408-1305380549.cnf'
0.00/0.01	c -- header says num vars:          26061
0.00/0.01	c -- header says num clauses:      742909
0.19/0.24	c -- clauses added:            0 learnts,       742909 normals,            0 xors
0.19/0.24	c -- vars added      26061
0.19/0.24	c Parsing time:  0.21 s
0.19/0.24	c  N st     0         0     26061    698310     44599         0   2791650         0   no data   no data
0.28/0.34	c asymm  cl-useful: 16/801/698310 lits-rem:16 time: 0.10
1.69/1.79	c Flit:   248 Blit:     43 bXBeca:    0 bXProp:  267 Bins:      0 BRemL:      0 BRemN:      0 P: 178.7M T:  1.44
1.79/1.81	c Cleaning up after failed var search:     0.02 s 
1.79/1.84	c Replacing      268 vars Replaced    10522 lits Time:     0.03 s 
1.98/2.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.98/2.05	c bin-w-bin subsume rem         6566 bins  time:  0.01 s
2.69/2.73	c subs with bin:     4628  lits-rem:      2867  v-fix:    0  time:  0.06 s
2.69/2.73	c Subs w/ non-existent bins:   1968 l-rem:    752 v-fix:     0 done:   3229 time:  0.03 s
2.69/2.73	c Removed useless bin:    8798  fixed:     0  props:  16.57M  time:  0.07 s
3.09/3.18	c lits-rem:       723  cl-subs:    56227  v-elim:    353  v-fix:    0  time:  0.93 s
3.19/3.21	c Finding binary XORs  T:     0.03 s  found:      28
3.19/3.23	c Replacing       28 vars Replaced     1315 lits Time:     0.02 s 
3.48/3.59	c Finding non-binary XORs:     0.32 s (found:       0, avg size: nan)
3.48/3.59	c calculated reachability. Time: 0.01
3.58/3.62	c Calc default polars -  time:   0.03 s pos:    8753 undec:    8423 neg:    8885
3.58/3.62	c =========================================================================================
3.58/3.62	c types(t): F = full restart, N = normal restart
3.58/3.62	c types(t): S = simplification begin/end, E = solution found
3.58/3.62	c restart types(rt): st = static, dy = dynamic
3.58/3.62	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/3.62	c  B st     0         0     25009    619017     30878         0   2457370         0   no data   no data
4.68/4.70	c  N dy    15      4064     25009    619017     30883      3993   2457370     45721      7.11      7.53
5.58/5.69	c  N dy    34      8136     25009    619017     30887      8031   2457370     95383      6.84      7.55
6.78/6.80	c  N dy    50     12438     25009    619017     30890     12290   2457370    144654      6.69      7.09
8.08/8.13	c  N dy    73     17895     25009    619017     30899     17683   2457370    208784      6.67      7.05
9.28/9.30	c  N dy    98     22212     25008    619017     30899     12084   2457368    112775      6.70      7.06
9.98/10.02	c  F st   114     25000     25008    619017     30902     14842   2457368    145694      6.72   no data
10.08/10.16	c Found part      734 vars:        952 clauses:      6776 lits size:     23750
10.08/10.16	c Found part     1087 vars:       1070 clauses:      8951 lits size:     31639
10.08/10.16	c Found part     1094 vars:       4878 clauses:    195011 lits size:    744957
10.08/10.16	c Found part     1120 vars:        810 clauses:     10990 lits size:     40390
10.08/10.16	c Found part     1128 vars:        833 clauses:      5234 lits size:     18290
10.08/10.16	c Found part     1129 vars:        305 clauses:       965 lits size:      2994
10.08/10.16	c Found part     1131 vars:      15922 clauses:    421299 lits size:   1593366
10.08/10.16	c Found part     1140 vars:        238 clauses:       557 lits size:      1531
10.08/10.16	c Found parts:          8 time: 0.14 s
10.08/10.16	c Solving part 1140
10.08/10.18	c  N st     0         0       238       267       290         0      1531         0   no data   no data
10.08/10.18	c asymm  cl-useful: 15/267/267 lits-rem:15 time: 0.00
10.08/10.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.08/10.19	c Finding binary XORs  T:     0.00 s  found:       0
10.08/10.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.08/10.19	c calculated reachability. Time: 0.00
10.08/10.19	c Calc default polars -  time:   0.00 s pos:     122 undec:   25836 neg:     103
10.08/10.19	c =========================================================================================
10.08/10.19	c types(t): F = full restart, N = normal restart
10.08/10.19	c types(t): S = simplification begin/end, E = solution found
10.08/10.19	c restart types(rt): st = static, dy = dynamic
10.08/10.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.08/10.19	c  B st     0         0       238       267       290         0      1516         0   no data   no data
10.08/10.19	c  E st     1         0         0       267       290         0      1516         0   no data   no data
10.08/10.19	c Verified 267 clauses.
10.08/10.19	c Verified 267 clauses.
10.08/10.19	c Solved part
10.08/10.19	c =========================================================================================
10.08/10.19	c Solving part 1129
10.18/10.21	c  N st     0         0       305       606       359         0      2994         0   no data   no data
10.18/10.21	c asymm  cl-useful: 111/606/606 lits-rem:120 time: 0.01
10.18/10.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
10.18/10.22	c Finding binary XORs  T:     0.00 s  found:       0
10.18/10.22	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.18/10.22	c calculated reachability. Time: 0.00
10.18/10.22	c Calc default polars -  time:   0.00 s pos:     133 undec:   25783 neg:     145
10.18/10.22	c =========================================================================================
10.18/10.22	c types(t): F = full restart, N = normal restart
10.18/10.22	c types(t): S = simplification begin/end, E = solution found
10.18/10.22	c restart types(rt): st = static, dy = dynamic
10.18/10.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.18/10.22	c  B st     0         0       305       606       359         0      2874         0   no data   no data
10.18/10.22	c  E st     1         0         0       606       359         0      2874         0   no data   no data
10.18/10.22	c Verified 606 clauses.
10.18/10.22	c Verified 606 clauses.
10.18/10.22	c Solved part
10.18/10.22	c =========================================================================================
10.18/10.22	c Solving part 1120
10.18/10.25	c  N st     0         0       810      9941      1049         0     40390         0   no data   no data
10.38/10.49	c asymm  cl-useful: 770/3166/9941 lits-rem:791 time: 0.24
10.48/10.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   34 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.05
10.48/10.54	c Finding binary XORs  T:     0.00 s  found:       4
10.48/10.55	c Replacing       38 vars Replaced     2643 lits Time:     0.00 s 
10.48/10.55	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.48/10.55	c calculated reachability. Time: 0.00
10.48/10.55	c Calc default polars -  time:   0.00 s pos:     335 undec:   25473 neg:     253
10.48/10.55	c =========================================================================================
10.48/10.55	c types(t): F = full restart, N = normal restart
10.48/10.55	c types(t): S = simplification begin/end, E = solution found
10.48/10.55	c restart types(rt): st = static, dy = dynamic
10.48/10.55	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.48/10.55	c  B st     0         0       772      9342      1019         0     37197         0   no data   no data
10.48/10.55	c  E st     1         0         0      9342      1019         0     37197         0   no data   no data
10.48/10.55	c Verified 9342 clauses.
10.48/10.55	c Verified 9342 clauses.
10.48/10.55	c Solved part
10.48/10.55	c =========================================================================================
10.48/10.55	c Solving part 1128
10.48/10.57	c  N st     0         0       833      4240       994         0     18290         0   no data   no data
10.58/10.64	c asymm  cl-useful: 49/4240/4240 lits-rem:49 time: 0.07
10.58/10.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
10.58/10.66	c Finding binary XORs  T:     0.00 s  found:       0
10.58/10.67	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.58/10.67	c calculated reachability. Time: 0.00
10.58/10.67	c Calc default polars -  time:   0.00 s pos:     279 undec:   25525 neg:     257
10.58/10.67	c =========================================================================================
10.58/10.67	c types(t): F = full restart, N = normal restart
10.58/10.67	c types(t): S = simplification begin/end, E = solution found
10.58/10.67	c restart types(rt): st = static, dy = dynamic
10.58/10.67	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.58/10.67	c  B st     0         0       833      4240       994         0     18241         0   no data   no data
10.58/10.67	c  E st     1         0         0      4240       994         0     18241         0   no data   no data
10.58/10.67	c Verified 4240 clauses.
10.58/10.67	c Verified 4240 clauses.
10.58/10.67	c Solved part
10.58/10.67	c =========================================================================================
10.58/10.67	c Solving part 734
10.58/10.69	c  N st     0         0       952      5550      1226         0     23750         0   no data   no data
10.79/10.80	c asymm  cl-useful: 191/5550/5550 lits-rem:191 time: 0.11
10.79/10.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.03
10.79/10.83	c Finding binary XORs  T:     0.00 s  found:       0
10.79/10.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.79/10.83	c calculated reachability. Time: 0.00
10.79/10.83	c Calc default polars -  time:   0.00 s pos:     360 undec:   25337 neg:     364
10.79/10.83	c =========================================================================================
10.79/10.83	c types(t): F = full restart, N = normal restart
10.79/10.83	c types(t): S = simplification begin/end, E = solution found
10.79/10.83	c restart types(rt): st = static, dy = dynamic
10.79/10.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.79/10.83	c  B st     0         0       952      5550      1226         0     23559         0   no data   no data
10.79/10.84	c  E st     1         0         0      5550      1226         0     23559         0   no data   no data
10.79/10.84	c Verified 5550 clauses.
10.79/10.84	c Verified 5550 clauses.
10.79/10.84	c Solved part
10.79/10.84	c =========================================================================================
10.79/10.84	c Solving part 1087
10.79/10.86	c  N st     0         0      1070      7498      1453         0     31639         0   no data   no data
11.01/11.03	c asymm  cl-useful: 139/7498/7498 lits-rem:139 time: 0.17
11.01/11.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
11.01/11.07	c Finding binary XORs  T:     0.00 s  found:       0
11.01/11.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.01/11.07	c calculated reachability. Time: 0.00
11.01/11.07	c Calc default polars -  time:   0.00 s pos:     435 undec:   25165 neg:     461
11.01/11.07	c =========================================================================================
11.01/11.07	c types(t): F = full restart, N = normal restart
11.01/11.07	c types(t): S = simplification begin/end, E = solution found
11.01/11.07	c restart types(rt): st = static, dy = dynamic
11.01/11.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.01/11.07	c  B st     0         0      1070      7498      1453         0     31500         0   no data   no data
11.01/11.07	c  E st     1         0         0      7498      1453         0     31500         0   no data   no data
11.01/11.07	c Verified 7498 clauses.
11.01/11.07	c Verified 7498 clauses.
11.01/11.07	c Solved part
11.01/11.07	c =========================================================================================
11.01/11.07	c Solving part 1094
11.19/11.20	c  N st     0         0      4878    188929      6101     13913    744957    137084   no data   no data
11.19/11.28	c asymm  cl-useful: 7/426/188929 lits-rem:7 time: 0.08
11.69/11.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 73.4M T:  0.45
11.69/11.73	c Finding binary XORs  T:     0.01 s  found:       0
11.79/11.81	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
11.79/11.81	c calculated reachability. Time: 0.00
11.79/11.82	c Calc default polars -  time:   0.01 s pos:    1574 undec:   22944 neg:    1543
11.79/11.82	c =========================================================================================
11.79/11.82	c types(t): F = full restart, N = normal restart
11.79/11.82	c types(t): S = simplification begin/end, E = solution found
11.79/11.82	c restart types(rt): st = static, dy = dynamic
11.79/11.82	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.79/11.82	c  B st     0         0      4878    188929      6101     13913    744950    137084   no data   no data
12.89/12.99	c  N dy    13      4346      4878    188929      6104     18210    744950    192510      6.84      7.28
14.09/14.11	c  N dy    32      8404      4877    188929      6110     22228    744950    240639      6.78      7.21
15.09/15.15	c  N dy    59     12553      4877    188929      6111     26348    744950    294161      6.96      7.35
16.29/16.33	c  N dy    69     16602      4876    188929      6125     30333    744950    339381      6.83      7.95
17.50/17.51	c  N dy    90     20683      4876    188929      6127     17524    744950    149727      6.86      7.27
18.60/18.62	c  N dy   102     24761      4875    188929      6143     21544    744950    199134      6.81      7.18
18.60/18.70	c  F st   104     25000      4875    188929      6144     21781    744950    201744      6.81   no data
19.99/20.04	c  N dy   110     30194      4875    188929      6146     26949    744950    274780      6.81   no data
21.19/21.20	c  N dy   128     34248      4875    188929      6153     30960    744949    323543      6.81      7.18
22.39/22.41	c  N dy   150     38458      4875    188929      6157     35138    744949    379504      6.83      7.19
23.59/23.68	c  N dy   163     42746      4875    188929      6159     20568    744949    157097      6.78      7.19
24.79/24.89	c  N dy   178     46853      4875    188929      6167     24629    744949    205637      6.76      7.12
25.99/26.03	c  N dy   204     50872      4875    188929      6173     28617    744948    256754      6.78      7.15
26.99/27.04	c Finding binary XORs  T:     0.01 s  found:       1
27.09/27.14	c  N dy   223     54882      4874    188260      6161     25619    742381    243615      6.79      7.15
28.29/28.35	c  N dy   239     59421      4873    188260      6173     30111    742381    298711      6.77      7.28
29.49/29.54	c  N dy   264     63436      4873    188260      6176     17258    742381    123761      6.79      7.26
30.69/30.73	c  N dy   286     67721      4873    188260      6184     21501    742380    178955      6.81      7.20
31.90/31.99	c  N dy   310     72230      4873    188260      6187     25980    742380    239952      6.83      7.21
33.38/33.44	c  N dy   340     76934      4872    188260      6204     30637    742380    305669      6.86     10.53
35.28/35.33	c  N dy   369     81960      4872    188260      6207     35632    742380    372922      6.88      7.28
37.18/37.29	c  N dy   395     87225      4872    188260      6216     21043    742380    145472      6.89      7.32
37.29/37.38	c  F st   398     87502      4872    188260      6217     21317    742380    149131      6.89   no data
38.69/38.79	c  N dy   405     92802      4872    188260      6219     26579    742380    226833      6.89      8.80
40.71/40.75	c  N dy   427     99526      4871    188260      6230     33256    742380    320569      6.88      7.25
42.59/42.69	c  N dy   469    105998      4871    188260      6234     39681    742380    407573      6.92      7.30
44.69/44.75	c Finding binary XORs  T:     0.01 s  found:       0
44.79/44.83	c  N dy   501    112823      4871    187728      6206     22280    740302    155708      6.92      7.29
46.89/46.99	c  N dy   538    120252      4869    187728      6220     29663    740302    260614      6.93      7.31
49.39/49.47	c  N dy   586    127994      4869    187728      6224     37341    740302    363454      6.96      7.34
52.19/52.27	c  N dy   643    137047      4868    187728      6242     24172    740302    164199      6.99      7.44
55.09/55.11	c  N dy   699    145986      4868    187728      6249     33040    740302    284882      7.02      7.40
57.89/57.93	c  N dy   756    155453      4867    187728      6265     42421    740302    417233      7.06      7.43
60.79/60.84	c  N dy   804    166308      4867    187728      6276     29241    740301    218046      7.06      7.49
60.99/61.02	c Finding binary XORs  T:     0.01 s  found:       0
64.19/64.23	c  N dy   876    176965      4866    186783      6266     35131    736688    330319      7.09      7.51
67.89/67.99	c  N dy   941    188844      4863    186783      6283     23876    736688    152990      7.11      7.50
71.89/71.98	c  N dy  1006    200956      4862    186783      6295     35909    736688    328728      7.13      7.51
76.19/76.27	c  N dy  1084    214023      4862    186783      6305     48889    736688    518851      7.15      7.54
80.68/80.77	c  N dy  1176    227860      4860    186783      6328     37196    736688    327178      7.19      7.62
85.58/85.63	c  N dy  1274    242607      4860    186783      6335     51840    736688    541559      7.24      7.67
89.38/89.43	c Finding binary XORs  T:     0.01 s  found:       1
90.58/90.64	c  N dy  1371    258161      4859    185904      6285     37302    733289    336280      7.27      7.68
95.89/95.95	c  N dy  1487    274685      4858    185904      6293     53738    733289    592912      7.32      7.76
101.21/101.27	c  N dy  1598    292240      4858    185904      6298     44158    733289    417202      7.36      7.79
105.89/105.99	c  F st  1687    306250      4858    185904      6305     29174    733289    167586      7.38   no data
107.39/107.47	c  N dy  1693    311444      4858    185904      6306     34347    733289    259173      7.38   no data
113.99/114.07	c  N dy  1809    331354      4856    185904      6324     54139    733289    565429      7.40      8.64
121.69/121.70	c  N dy  1931    351406      4856    185904      6337     43711    733289    372234      7.43      7.90
128.60/128.67	c  N dy  2057    371648      4856    185904      6343     32263    733289    183407      7.46      7.90
135.20/135.30	c  N dy  2204    391761      4856    185904      6347     52266    733289    501131      7.51      7.92
141.90/141.95	c  N dy  2321    411815      4856    185904      6351     39496    733289    285227      7.53      8.32
145.59/145.66	c Finding binary XORs  T:     0.01 s  found:       3
148.69/148.77	c  N dy  2456    431860      4855    185267      6317     57975    730799    589449      7.56      8.03
155.80/155.87	c  N dy  2594    452156      4855    185267      6318     45145    730799    368287      7.59      8.05
163.30/163.32	c  N dy  2715    472501      4855    185267      6325     65367    730799    681152      7.61      8.02
169.69/169.76	c  N dy  2854    492502      4855    185267      6331     50845    730799    449732      7.63      9.78
177.19/177.28	c  N dy  2972    513562      4855    185267      6335     36188    730799    200153      7.65      8.16
184.29/184.30	c  N dy  3075    533662      4854    185267      6352     56135    730799    512580      7.66      9.56
191.79/191.83	c  N dy  3192    554037      4854    185267      6358     39715    730799    244336      7.67      8.16
198.69/198.70	c  N dy  3295    574168      4854    185267      6361     59753    730798    573348      7.68      8.14
206.39/206.43	c  N dy  3421    594323      4853    185267      6366     42066    730798    273313      7.69      8.15
213.59/213.65	c  N dy  3553    614348      4853    185267      6374     61986    730798    597737      7.71      8.15
221.39/221.44	c  N dy  3674    634488      4853    185267      6384     43352    730798    284483      7.72      8.15
228.70/228.78	c  N dy  3793    654503      4853    185267      6390     63258    730798    610811      7.74      8.21
229.29/229.36	c Finding binary XORs  T:     0.01 s  found:      13
236.40/236.51	c  N dy  3891    674979      4853    184719      6414     44278    728662    286180      7.74      8.16
243.79/243.89	c  N dy  4006    695235      4840    184719      6433     64420    728662    624653      7.75      8.24
251.39/251.40	c  N dy  4134    715356      4840    184719      6436     44387    728662    266992      7.77      8.18
258.40/258.48	c  N dy  4235    735524      4840    184719      6440     64450    728662    599217      7.77      8.20
266.89/266.93	c  N dy  4363    756055      4840    184719      6444     43981    728662    239346      7.78      8.20
274.10/274.10	c  N dy  4483    776795      4840    184719      6450     64613    728661    588475      7.79      8.25
282.10/282.10	c  N dy  4598    797530      4839    184719      6464     85223    728661    934242      7.80      8.32
289.31/289.34	c  N dy  4710    817661      4838    184719      6474     63296    728661    546707      7.80      8.31
296.90/296.94	c  N dy  4819    837793      4838    184719      6479     83334    728661    885959      7.81      8.28
304.40/304.47	c  N dy  4943    858040      4838    184719      6484     60616    728661    486986      7.82      8.27
307.60/307.63	c Finding binary XORs  T:     0.01 s  found:      18
312.30/312.36	c  N dy  5039    878343      4829    181250      6371     79271    714403    823839      7.82      8.29
320.30/320.31	c  N dy  5136    898629      4824    181250      6391     55835    714403    393389      7.82      8.24
327.90/327.97	c  N dy  5211    919671      4820    181250      6404     76750    714403    743076      7.81      8.38
335.79/335.89	c Finding binary XORs  T:     0.01 s  found:      17
335.89/335.91	c Replacing       53 vars Replaced    32606 lits Time:     0.03 s 
335.99/336.01	c  N dy  5295    939943      4761    170741      6223     47531    672137    275812      7.81      8.23
342.49/342.54	c  N dy  5385    960075      4758    170741      6229     67570    672137    619755      7.81      8.44
350.09/350.18	c  N dy  5468    980191      4737    170741      6264     87528    672137    963937      7.81      8.23
354.70/354.75	c Finding binary XORs  T:     0.01 s  found:      15
356.90/356.94	c Finding binary XORs  T:     0.01 s  found:      11
357.70/357.72	c  N dy  5519   1001121      4622    136433      6292     42504    537317    330237      7.79      8.28
361.92/361.93	c Finding binary XORs  T:     0.01 s  found:     179
361.92/361.96	c Replacing      205 vars Replaced    86181 lits Time:     0.03 s 
361.92/361.98	c  E dy  5569   1014325      4266     93993      6039     21610    370705    143611      7.79      3.87
361.92/361.98	c num threads              : 1          
361.92/361.98	c restarts                 : 114        
361.92/361.98	c dynamic restarts         : 108        
361.92/361.98	c static restarts          : 6          
361.92/361.98	c full restarts            : 0          
361.92/361.98	c total simplify time      : 0.01       
361.92/361.98	c learnts DL2              : 0          
361.92/361.98	c learnts size 2           : 49062      
361.92/361.98	c learnts size 1           : 404         (1.55      % of vars)
361.92/361.98	c filedLit time            : 1.46        (0.40      % time)
361.92/361.98	c v-elim SatELite          : 353         (1.35      % vars)
361.92/361.98	c SatELite time            : 0.77        (0.21      % time)
361.92/361.98	c v-elim xor               : 0           (0.00      % vars)
361.92/361.98	c xor elim time            : 0.00        (0.00      % time)
361.92/361.98	c num binary xor trees     : 24         
361.92/361.98	c binxor trees' crown      : 296         (12.33     leafs/tree)
361.92/361.98	c bin xor find time        : 0.03       
361.92/361.98	c OTF clause improved      : 252         (0.01      clauses/conflict)
361.92/361.98	c OTF impr. size diff      : 328         (1.30       lits/clause)
361.92/361.98	c OTF cl watch-shrink      : 15761       (0.63      clauses/conflict)
361.92/361.98	c OTF cl watch-sh-lit      : 36166       (2.29       lits/clause)
361.92/361.98	c tried to recurMin cls    : 5001        (20.00      % of conflicts)
361.92/361.98	c updated cache            : 0           (0.00       lits/tried recurMin)
361.92/361.98	c clauses over max glue    : 0           (0.00      % of all clauses)
361.92/361.98	c conflicts                : 25000       (69.10     / sec)
361.92/361.98	c decisions                : 31321       (0.00      % random)
361.92/361.98	c bogo-props               : 1402223998  (3875795.36 / sec)
361.92/361.98	c conflict literals        : 296122      (55.85     % deleted)
361.92/361.98	c Memory used              : 262.41      MB
361.92/361.98	c CPU time                 : 361.79      s
361.92/361.98	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368408-1305380549/watcher-3368408-1305380549 -o /tmp/evaluation-result-3368408-1305380549/solver-3368408-1305380549 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368408-1305380549.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.07 4.02 3.12 5/422 5728
/proc/meminfo: memFree=20598928/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=21400 CPUtime=0 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 698 0 0 0 0 0 0 0 21 0 1 0 728285719 21913600 638 33554432000 4194304 4580011 140736185211888 18446744073709551615 215988253381 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 5350 642 320 95 0 332 0

[startup+0.0943019 s]
/proc/loadavg: 4.07 4.02 3.12 5/422 5728
/proc/meminfo: memFree=20598928/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=46964 CPUtime=0.08 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 6713 0 0 0 7 1 0 0 21 0 1 0 728285719 48091136 6134 33554432000 4194304 4580011 140736185211888 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 11741 6135 324 95 0 6723 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46964

[startup+0.100235 s]
/proc/loadavg: 4.07 4.02 3.12 5/422 5728
/proc/meminfo: memFree=20598928/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=47228 CPUtime=0.09 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 6966 0 0 0 8 1 0 0 21 0 1 0 728285719 48361472 6387 33554432000 4194304 4580011 140736185211888 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 11807 6388 324 95 0 6789 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47228

[startup+0.300263 s]
/proc/loadavg: 4.07 4.02 3.12 5/422 5728
/proc/meminfo: memFree=20598928/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=95852 CPUtime=0.28 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 13972 0 0 0 26 2 0 0 22 0 1 0 728285719 98152448 13393 33554432000 4194304 4580011 140736185211888 18446744073709551615 215988253381 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 23963 13393 339 95 0 18945 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 95852

[startup+0.701204 s]
/proc/loadavg: 4.07 4.02 3.12 5/422 5728
/proc/meminfo: memFree=20598928/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=108848 CPUtime=0.68 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 17237 0 0 0 66 2 0 0 23 0 1 0 728285719 111460352 16658 33554432000 4194304 4580011 140736185211888 18446744073709551615 215988253381 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 27212 16660 341 95 0 22194 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 108848

[startup+1.50101 s]
/proc/loadavg: 4.07 4.02 3.12 5/426 5735
/proc/meminfo: memFree=20406696/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=123632 CPUtime=1.49 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 20909 0 0 0 146 3 0 0 25 0 1 0 728285719 126599168 20330 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 30908 20330 342 95 0 25890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123632

[startup+3.10067 s]
/proc/loadavg: 4.07 4.02 3.12 5/426 5735
/proc/meminfo: memFree=20110616/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=246596 CPUtime=3.09 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 50632 0 0 0 302 7 0 0 25 0 1 0 728285719 252514304 50024 33554432000 4194304 4580011 140736185211888 18446744073709551615 4426373 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 61649 50024 357 95 0 56631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 246596

[startup+6.30115 s]
/proc/loadavg: 4.07 4.02 3.12 5/426 5735
/proc/meminfo: memFree=19465980/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=226928 CPUtime=6.29 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 53455 0 0 0 622 7 0 0 25 0 1 0 728285719 232374272 44256 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294775 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 56732 44256 365 95 0 51714 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 226928

[startup+12.701 s]
/proc/loadavg: 4.06 4.02 3.13 5/426 5735
/proc/meminfo: memFree=19297084/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=251300 CPUtime=12.69 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 59312 0 0 0 1260 9 0 0 25 0 1 0 728285719 257331200 50113 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 62825 50113 367 95 0 57807 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 251300

[startup+25.5007 s]
/proc/loadavg: 4.05 4.02 3.14 5/426 5736
/proc/meminfo: memFree=19128204/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=284116 CPUtime=25.49 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 60024 0 0 0 2540 9 0 0 25 0 1 0 728285719 290934784 50825 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294610 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 71029 50825 367 95 0 66011 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 284116

[startup+51.1003 s]
/proc/loadavg: 4.03 4.02 3.16 5/426 5736
/proc/meminfo: memFree=19023748/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=267772 CPUtime=51.09 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 64529 0 0 0 5099 10 0 0 25 0 1 0 728285719 274198528 52794 33554432000 4194304 4580011 140736185211888 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 66943 52794 367 95 0 61925 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 267772

[startup+102.315 s]
/proc/loadavg: 4.01 4.01 3.21 5/426 5765
/proc/meminfo: memFree=19680420/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=267876 CPUtime=102.31 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 71741 0 0 0 10219 12 0 0 25 0 1 0 728285719 274305024 52799 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 66969 52799 368 95 0 61951 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 267876

[startup+162.301 s]
/proc/loadavg: 4.05 4.03 3.25 5/426 5766
/proc/meminfo: memFree=19288264/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=268044 CPUtime=162.3 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 77924 0 0 0 16216 14 0 0 25 0 1 0 728285719 274477056 53656 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67011 53656 368 95 0 61993 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 268044

[startup+222.3 s]
/proc/loadavg: 4.01 4.02 3.30 5/426 5796
/proc/meminfo: memFree=18964404/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=268260 CPUtime=222.29 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 88756 0 0 0 22214 15 0 0 25 0 1 0 728285719 274698240 52656 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67065 52656 368 95 0 62047 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 268260

[startup+282.301 s]
/proc/loadavg: 4.08 4.03 3.34 5/426 5797
/proc/meminfo: memFree=18758556/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=268448 CPUtime=282.3 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 96605 0 0 0 28213 17 0 0 25 0 1 0 728285719 274890752 53370 33554432000 4194304 4580011 140736185211888 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67112 53370 368 95 0 62094 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 268448

[startup+342.3 s]
/proc/loadavg: 4.20 4.07 3.40 5/426 5799
/proc/meminfo: memFree=18537540/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=269740 CPUtime=342.29 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 106291 0 0 0 34210 19 0 0 25 0 1 0 728285719 276213760 53058 33554432000 4194304 4580011 140736185211888 18446744073709551615 4318676 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67435 53058 368 95 0 62417 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 269740

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

[startup+345.501 s]
/proc/loadavg: 4.20 4.07 3.40 5/426 5799
/proc/meminfo: memFree=18545724/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=269740 CPUtime=345.49 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 106467 0 0 0 34530 19 0 0 25 0 1 0 728285719 276213760 53234 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67435 53234 368 95 0 62417 0
Current children cumulated CPU time (s) 345.49
Current children cumulated vsize (KiB) 269740

[startup+351.901 s]
/proc/loadavg: 4.17 4.06 3.41 5/426 5799
/proc/meminfo: memFree=18543492/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=269740 CPUtime=351.9 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 106799 0 0 0 35171 19 0 0 25 0 1 0 728285719 276213760 53566 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67435 53566 368 95 0 62417 0
Current children cumulated CPU time (s) 351.9
Current children cumulated vsize (KiB) 269740

[startup+358.3 s]
/proc/loadavg: 4.15 4.06 3.41 5/426 5799
/proc/meminfo: memFree=18545104/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=268700 CPUtime=358.3 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 108736 0 0 0 35810 20 0 0 25 0 1 0 728285719 275148800 52927 33554432000 4194304 4580011 140736185211888 18446744073709551615 4293672 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67175 52927 368 95 0 62157 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 268700

[startup+359.9 s]
/proc/loadavg: 4.15 4.06 3.41 5/426 5799
/proc/meminfo: memFree=18533692/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=268700 CPUtime=359.9 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 108840 0 0 0 35970 20 0 0 25 0 1 0 728285719 275148800 53031 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67175 53031 368 95 0 62157 0
Current children cumulated CPU time (s) 359.9
Current children cumulated vsize (KiB) 268700

[startup+360.701 s]
/proc/loadavg: 4.15 4.06 3.41 5/426 5799
/proc/meminfo: memFree=18528112/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=268700 CPUtime=360.71 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 108892 0 0 0 36051 20 0 0 25 0 1 0 728285719 275148800 53083 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67175 53083 368 95 0 62157 0
Current children cumulated CPU time (s) 360.71
Current children cumulated vsize (KiB) 268700

[startup+361.501 s]
/proc/loadavg: 4.15 4.06 3.41 5/426 5799
/proc/meminfo: memFree=18528112/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=268700 CPUtime=361.5 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 108941 0 0 0 36130 20 0 0 25 0 1 0 728285719 275148800 53132 33554432000 4194304 4580011 140736185211888 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67175 53132 368 95 0 62157 0
Current children cumulated CPU time (s) 361.5
Current children cumulated vsize (KiB) 268700

[startup+361.916 s]
/proc/loadavg: 4.14 4.06 3.41 5/426 5800
/proc/meminfo: memFree=18523024/32950940 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=268700 CPUtime=361.92 cores=4,6
/proc/5728/stat : 5728 (strangenight2-s) R 5726 5728 5388 0 -1 4202496 108967 0 0 0 36172 20 0 0 25 0 1 0 728285719 275148800 53158 33554432000 4194304 4580011 140736185211888 18446744073709551615 4305264 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5728/statm: 67175 53158 368 95 0 62157 0
Current children cumulated CPU time (s) 361.92
Current children cumulated vsize (KiB) 268700

Child status: 20
Real time (s): 361.997
CPU time (s): 362.002
CPU user time (s): 361.79
CPU system time (s): 0.211967
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 284760

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

runsolver used 1.46978 second user time and 3.48547 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 15:42:29
IDJOB=3368408
IDBENCH=82501
IDSOLVER=1845
FILE ID=node117/3368408-1305380549
RUNJOBID= node117-1305379154-5407
PBS_JOBID= 13324385
Free space on /tmp= 73288 MiB

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

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=1237371908

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20599208 kB
Buffers:        284804 kB
Cached:        3130348 kB
SwapCached:          0 kB
Active:       10087848 kB
Inactive:      1905492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20599208 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          114824 kB
Writeback:           0 kB
AnonPages:     8578508 kB
Mapped:          32872 kB
Slab:           246064 kB
PageTables:      46504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 101395316 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= 73344 MiB
End job on node117 at 2011-05-14 15:48:31