Trace number 3401093

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 312.95 312.94

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.831
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
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-3401093-1306281369.cnf'
0.00/0.00	c -- header says num vars:          33320
0.00/0.00	c -- header says num clauses:      763101
0.19/0.24	c -- clauses added:            0 learnts,       763101 normals,            0 xors
0.19/0.24	c -- vars added      33320
0.19/0.24	c Parsing time:  0.22 s
0.19/0.24	c  N st     0         0     33320    710503     52598         0   2854525         0   no data   no data
0.29/0.34	c asymm  cl-useful: 39/721/710503 lits-rem:39 time: 0.10
1.89/1.91	c Flit:   266 Blit:     32 bXBeca:    0 bXProp:  286 Bins:      0 BRemL:      0 BRemN:      0 P: 187.0M T:  1.55
1.89/1.93	c Cleaning up after failed var search:     0.02 s 
1.89/1.96	c Replacing      286 vars Replaced    12679 lits Time:     0.03 s 
2.09/2.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.09/2.17	c bin-w-bin subsume rem         6755 bins  time:  0.01 s
2.20/2.23	c subs with bin:     4780  lits-rem:      2872  v-fix:    0  time:  0.06 s
2.20/2.27	c Subs w/ non-existent bins:   2247 l-rem:   1025 v-fix:     0 done:   2517 time:  0.03 s
2.31/2.36	c Removed useless bin:    9488  fixed:     0  props:  18.50M  time:  0.08 s
3.19/3.29	c lits-rem:       779  cl-subs:    56923  v-elim:   2442  v-fix:    0  time:  0.90 s
3.31/3.32	c Finding binary XORs  T:     0.04 s  found:      44
3.31/3.35	c Replacing       44 vars Replaced     2621 lits Time:     0.03 s 
3.59/3.69	c Finding non-binary XORs:     0.31 s (found:       0, avg size: nan)
3.59/3.69	c calculated reachability. Time: 0.01
3.69/3.72	c Calc default polars -  time:   0.03 s pos:    9841 undec:   13641 neg:    9838
3.69/3.72	c =========================================================================================
3.69/3.72	c types(t): F = full restart, N = normal restart
3.69/3.72	c types(t): S = simplification begin/end, E = solution found
3.69/3.72	c restart types(rt): st = static, dy = dynamic
3.69/3.72	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.69/3.72	c  B st     0         0     30075    627098     36068         0   2503874         0   no data   no data
4.70/4.71	c  N dy    15      4062     30075    627098     36076      4005   2503873     46946      6.98      7.37
5.80/5.89	c  N dy    32      9106     30074    627098     36084      9005   2503873    111646      6.66      7.03
6.89/6.97	c  N dy    59     13421     30074    627098     36087     13277   2503873    163237      6.87      7.33
8.09/8.12	c  N dy    80     17917     30074    627098     36089     17747   2503873    221835      6.92      7.32
9.19/9.21	c  N dy    96     22017     30074    627098     36092     11905   2503872    118494      6.91      7.51
9.91/9.93	c  F st   109     25001     30074    627098     36092     14864   2503872    157656      6.90   no data
10.01/10.07	c Found part      840 vars:        952 clauses:      6776 lits size:     23749
10.01/10.07	c Found part      874 vars:        810 clauses:     11035 lits size:     40572
10.01/10.07	c Found part     1056 vars:       5434 clauses:     34518 lits size:    127657
10.01/10.07	c Found part     1226 vars:       4878 clauses:    194795 lits size:    744260
10.01/10.07	c Found part     1281 vars:       1069 clauses:      8829 lits size:     31178
10.01/10.07	c Found part     1299 vars:        191 clauses:       476 lits size:      1318
10.01/10.07	c Found part     1301 vars:      15602 clauses:    400455 lits size:   1513509
10.01/10.07	c Found part     1309 vars:        833 clauses:      5234 lits size:     18300
10.01/10.07	c Found part     1310 vars:        305 clauses:       965 lits size:      2994
10.01/10.07	c Found parts:          9 time: 0.14 s
10.01/10.07	c Solving part 1299
10.01/10.09	c  N st     0         0       191       221       255         0      1318         0   no data   no data
10.01/10.09	c asymm  cl-useful: 25/221/221 lits-rem:25 time: 0.00
10.01/10.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.09/10.10	c Finding binary XORs  T:     0.00 s  found:       0
10.09/10.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.09/10.10	c calculated reachability. Time: 0.00
10.09/10.10	c Calc default polars -  time:   0.00 s pos:      70 undec:   33162 neg:      88
10.09/10.10	c =========================================================================================
10.09/10.10	c types(t): F = full restart, N = normal restart
10.09/10.10	c types(t): S = simplification begin/end, E = solution found
10.09/10.10	c restart types(rt): st = static, dy = dynamic
10.09/10.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.09/10.10	c  B st     0         0       191       221       255         0      1293         0   no data   no data
10.09/10.10	c  E st     1         0         0       221       255         0      1293         0   no data   no data
10.09/10.10	c Verified 221 clauses.
10.09/10.10	c Verified 221 clauses.
10.09/10.10	c Solved part
10.09/10.10	c =========================================================================================
10.09/10.10	c Solving part 1310
10.09/10.12	c  N st     0         0       305       606       359         0      2994         0   no data   no data
10.09/10.13	c asymm  cl-useful: 117/606/606 lits-rem:155 time: 0.01
10.09/10.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
10.09/10.14	c Finding binary XORs  T:     0.00 s  found:       0
10.09/10.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.09/10.14	c calculated reachability. Time: 0.00
10.09/10.14	c Calc default polars -  time:   0.00 s pos:     123 undec:   33056 neg:     141
10.09/10.14	c =========================================================================================
10.09/10.14	c types(t): F = full restart, N = normal restart
10.09/10.14	c types(t): S = simplification begin/end, E = solution found
10.09/10.14	c restart types(rt): st = static, dy = dynamic
10.09/10.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.09/10.14	c  B st     0         0       305       606       359         0      2839         0   no data   no data
10.09/10.14	c  E st     1         0         0       606       359         0      2839         0   no data   no data
10.09/10.14	c Verified 606 clauses.
10.09/10.14	c Verified 606 clauses.
10.09/10.14	c Solved part
10.09/10.14	c =========================================================================================
10.09/10.14	c Solving part 874
10.09/10.17	c  N st     0         0       810     10011      1024         0     40572         0   no data   no data
10.39/10.41	c asymm  cl-useful: 716/3642/10011 lits-rem:722 time: 0.24
10.39/10.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.05
10.39/10.46	c Finding binary XORs  T:     0.00 s  found:       5
10.39/10.46	c Replacing       11 vars Replaced     1016 lits Time:     0.00 s 
10.39/10.46	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.39/10.46	c calculated reachability. Time: 0.00
10.39/10.46	c Calc default polars -  time:   0.00 s pos:     310 undec:   32739 neg:     271
10.39/10.46	c =========================================================================================
10.39/10.46	c types(t): F = full restart, N = normal restart
10.39/10.46	c types(t): S = simplification begin/end, E = solution found
10.39/10.46	c restart types(rt): st = static, dy = dynamic
10.39/10.46	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.39/10.46	c  B st     0         0       799      9993      1021         0     39784         0   no data   no data
10.39/10.46	c  E st     1         0         0      9993      1021         0     39784         0   no data   no data
10.39/10.46	c Verified 9993 clauses.
10.39/10.46	c Verified 9993 clauses.
10.39/10.46	c Solved part
10.39/10.46	c =========================================================================================
10.39/10.46	c Solving part 1309
10.39/10.49	c  N st     0         0       833      4250       984         0     18300         0   no data   no data
10.49/10.56	c asymm  cl-useful: 59/4250/4250 lits-rem:59 time: 0.07
10.49/10.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
10.49/10.58	c Finding binary XORs  T:     0.00 s  found:       0
10.49/10.58	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.49/10.58	c calculated reachability. Time: 0.00
10.49/10.58	c Calc default polars -  time:   0.00 s pos:     277 undec:   32784 neg:     259
10.49/10.58	c =========================================================================================
10.49/10.58	c types(t): F = full restart, N = normal restart
10.49/10.58	c types(t): S = simplification begin/end, E = solution found
10.49/10.58	c restart types(rt): st = static, dy = dynamic
10.49/10.58	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.49/10.58	c  B st     0         0       833      4250       984         0     18241         0   no data   no data
10.49/10.58	c  E st     1         0         0      4250       984         0     18241         0   no data   no data
10.49/10.58	c Verified 4250 clauses.
10.49/10.58	c Verified 4250 clauses.
10.49/10.58	c Solved part
10.49/10.58	c =========================================================================================
10.49/10.58	c Solving part 840
10.59/10.61	c  N st     0         0       952      5549      1227         0     23749         0   no data   no data
10.69/10.72	c asymm  cl-useful: 135/5549/5549 lits-rem:135 time: 0.11
10.69/10.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.02
10.69/10.74	c Finding binary XORs  T:     0.00 s  found:       0
10.69/10.74	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.69/10.74	c calculated reachability. Time: 0.00
10.69/10.75	c Calc default polars -  time:   0.00 s pos:     356 undec:   32598 neg:     366
10.69/10.75	c =========================================================================================
10.69/10.75	c types(t): F = full restart, N = normal restart
10.69/10.75	c types(t): S = simplification begin/end, E = solution found
10.69/10.75	c restart types(rt): st = static, dy = dynamic
10.69/10.75	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.69/10.75	c  B st     0         0       952      5549      1227         0     23614         0   no data   no data
10.69/10.75	c  E st     1         0         0      5549      1227         0     23614         0   no data   no data
10.69/10.75	c Verified 5549 clauses.
10.69/10.75	c Verified 5549 clauses.
10.69/10.75	c Solved part
10.69/10.75	c =========================================================================================
10.69/10.75	c Solving part 1281
10.69/10.77	c  N st     0         0      1069      7373      1456         0     31178         0   no data   no data
10.89/10.93	c asymm  cl-useful: 108/7373/7373 lits-rem:108 time: 0.16
10.89/10.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
10.89/10.97	c Finding binary XORs  T:     0.00 s  found:       0
10.89/10.97	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
10.89/10.97	c calculated reachability. Time: 0.00
10.89/10.97	c Calc default polars -  time:   0.00 s pos:     439 undec:   32422 neg:     459
10.89/10.97	c =========================================================================================
10.89/10.97	c types(t): F = full restart, N = normal restart
10.89/10.97	c types(t): S = simplification begin/end, E = solution found
10.89/10.97	c restart types(rt): st = static, dy = dynamic
10.89/10.97	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.89/10.97	c  B st     0         0      1069      7373      1456         0     31070         0   no data   no data
10.89/10.97	c  E st     1         0         0      7373      1456         0     31070         0   no data   no data
10.89/10.97	c Verified 7373 clauses.
10.89/10.97	c Verified 7373 clauses.
10.89/10.97	c Solved part
10.89/10.97	c =========================================================================================
10.89/10.97	c Solving part 1226
11.00/11.10	c  N st     0         0      4878    188641      6175     14182    744260    151277   no data   no data
11.11/11.16	c asymm  cl-useful: 6/346/188641 lits-rem:6 time: 0.06
11.59/11.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 80.5M T:  0.44
11.59/11.61	c Finding binary XORs  T:     0.01 s  found:       0
11.59/11.69	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
11.59/11.69	c calculated reachability. Time: 0.00
11.59/11.69	c Calc default polars -  time:   0.00 s pos:    1559 undec:   30213 neg:    1548
11.59/11.69	c =========================================================================================
11.59/11.69	c types(t): F = full restart, N = normal restart
11.59/11.69	c types(t): S = simplification begin/end, E = solution found
11.59/11.69	c restart types(rt): st = static, dy = dynamic
11.59/11.69	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.59/11.69	c  B st     0         0      4878    188641      6175     14182    744254    151277   no data   no data
12.69/12.75	c  N dy    14      4016      4878    188641      6181     18166    744254    202007      7.28      8.47
13.79/13.85	c  N dy    30      8249      4878    188641      6186     22356    744254    255799      6.89      7.27
14.89/14.98	c  N dy    44     12435      4877    188641      6194     26496    744254    307328      6.83      7.20
15.99/16.00	c  N dy    61     16494      4876    188641      6203     30509    744254    358311      6.79      7.19
17.09/17.13	c  N dy    79     20600      4876    188641      6207     17590    744254    156054      6.78      7.19
18.19/18.22	c  N dy   100     24728      4876    188641      6212     21694    744254    209213      6.79      7.29
18.29/18.31	c  F st   102     25000      4876    188641      6212     21965    744254    212628      6.79      6.22
19.59/19.62	c  N dy   108     30194      4876    188641      6220     27120    744254    287157      6.79   no data
20.59/20.69	c  N dy   132     34196      4876    188641      6223     31089    744253    339272      6.82      7.18
21.89/21.98	c  N dy   149     38692      4875    188641      6233     35519    744253    393129      6.79      7.16
23.22/23.27	c  N dy   176     42791      4875    188641      6239     20672    744253    162494      6.84      7.22
24.40/24.45	c  N dy   204     47195      4875    188641      6247     25026    744253    223527      6.89      7.25
25.50/25.55	c Finding binary XORs  T:     0.01 s  found:       0
25.60/25.61	c  N dy   222     51277      4875    188204      6238     26174    742587    252971      6.88      7.24
26.70/26.78	c  N dy   240     55442      4873    188204      6255     30291    742587    306541      6.88      7.38
28.00/28.03	c  N dy   259     59852      4873    188204      6261     34653    742587    363783      6.88      7.46
29.10/29.19	c  N dy   277     63855      4873    188204      6266     19741    742587    146376      6.88      7.90
30.20/30.25	c  N dy   294     67983      4873    188204      6267     23832    742587    202668      6.89      7.63
31.50/31.57	c  N dy   311     72346      4872    188204      6277     28147    742587    257067      6.88      9.79
32.80/32.87	c  N dy   341     77096      4872    188204      6280     32860    742587    318789      6.89      7.31
34.22/34.26	c  N dy   371     82081      4872    188204      6284     37819    742587    388510      6.91      7.31
35.79/35.83	c  N dy   401     87470      4871    188204      6300     22307    742586    158632      6.92      7.29
35.79/35.84	c  F st   402     87500      4871    188204      6300     22337    742586    159170      6.92   no data
37.29/37.40	c  N dy   411     93073      4870    188204      6310     27871    742586    236852      6.92      7.94
39.09/39.11	c  N dy   444     99093      4870    188204      6315     33851    742585    319508      6.95      7.42
39.79/39.84	c Finding binary XORs  T:     0.01 s  found:       0
40.89/40.91	c  N dy   481    105426      4869    187402      6264     34284    739378    352587      6.98      8.38
42.79/42.91	c  N dy   519    112451      4867    187402      6282     21832    739378    155601      6.99      7.38
44.79/44.89	c  N dy   562    119657      4866    187402      6291     28982    739378    253156      7.02      7.55
47.31/47.38	c  N dy   607    127351      4866    187402      6299     36609    739377    355047      7.04      7.48
49.99/50.08	c  N dy   657    135527      4866    187402      6305     22632    739377    143192      7.07      7.50
52.49/52.54	c  N dy   706    144249      4866    187402      6319     31280    739377    264235      7.08      7.51
54.19/54.27	c Finding binary XORs  T:     0.01 s  found:       3
55.29/55.34	c  N dy   761    153645      4865    186488      6271     36927    735777    371313      7.10      7.53
58.19/58.27	c  N dy   824    164019      4865    186488      6274     25132    735777    180882      7.14      7.52
61.39/61.41	c  N dy   897    174485      4865    186488      6275     35550    735777    333431      7.17      8.10
64.59/64.69	c  N dy   958    185641      4864    186488      6288     46617    735777    491385      7.19      8.76
68.09/68.11	c  N dy  1039    197497      4864    186488      6293     33938    735777    296180      7.23      9.32
71.99/72.06	c  N dy  1114    210264      4863    186488      6299     46637    735776    481099      7.26      7.65
76.19/76.28	c  N dy  1208    223745      4863    186488      6306     33865    735776    273675      7.30      9.80
80.79/80.86	c  N dy  1303    238909      4862    186488      6317     48948    735776    502271      7.33      7.77
85.70/85.72	c  N dy  1396    254203      4861    186488      6331     36630    735776    294377      7.36      7.77
87.60/87.60	c Finding binary XORs  T:     0.01 s  found:       0
90.60/90.60	c  N dy  1487    270494      4859    185631      6290     46330    732431    463870      7.38     10.17
95.90/95.98	c  N dy  1588    287811      4859    185631      6301     38119    732431    335907      7.41      8.65
102.10/102.19	c  N dy  1694    306206      4858    185631      6318     28304    732430    160052      7.43     10.52
102.20/102.20	c  F st  1695    306251      4858    185631      6318     28349    732430    160732      7.43   no data
107.60/107.68	c  N dy  1789    325802      4858    185631      6327     47820    732430    478649      7.45      8.30
114.20/114.21	c  N dy  1915    345872      4857    185631      6340     37818    732430    289368      7.48      8.14
120.40/120.45	c  N dy  2048    365944      4856    185631      6349     57782    732430    607239      7.51      9.36
127.00/127.02	c  N dy  2184    386523      4855    185631      6356     46863    732430    418414      7.54      7.98
133.70/133.79	c  N dy  2313    406617      4855    185631      6359     34237    732430    204325      7.57     10.05
135.42/135.42	c Finding binary XORs  T:     0.01 s  found:       3
140.10/140.14	c  N dy  2420    426789      4854    184987      6340     52861    729930    503669      7.58      8.00
146.59/146.60	c  N dy  2536    446840      4854    184987      6346     39803    729930    287307      7.59      8.08
153.30/153.35	c  N dy  2652    467319      4854    184987      6348     60160    729930    609551      7.61      8.02
160.20/160.21	c  N dy  2771    487371      4854    184987      6353     45702    729929    359366      7.63      8.04
167.21/167.23	c  N dy  2889    507677      4854    184987      6360     65897    729929    671198      7.64      8.11
173.99/174.02	c  N dy  2999    527708      4854    184987      6370     50200    729929    418707      7.66      8.59
181.29/181.32	c  N dy  3101    547791      4850    184987      6386     70182    729929    741084      7.66      8.84
187.80/187.81	c  N dy  3211    567801      4850    184987      6392     53418    729929    467125      7.67      8.66
194.60/194.67	c  N dy  3322    587907      4850    184987      6397     73417    729929    796266      7.69      8.14
201.20/201.30	c  N dy  3451    608470      4849    184987      6400     56136    729929    501443      7.70      8.13
208.02/208.03	c  N dy  3559    628516      4845    184987      6405     76087    729929    824752      7.71      8.61
213.60/213.64	c Finding binary XORs  T:     0.01 s  found:      12
214.62/214.69	c  N dy  3665    648527      4845    182874      6303     56124    721080    503695      7.72      8.15
221.40/221.43	c  N dy  3786    668618      4845    182874      6307     76122    721080    834013      7.73      8.17
228.00/228.00	c  N dy  3888    688702      4845    182874      6314     57038    721080    503072      7.73      8.76
235.10/235.16	c  N dy  3993    709714      4845    182874      6322     77953    721080    857741      7.73      8.16
241.70/241.79	c  N dy  4105    729873      4845    182874      6327     58051    721080    505408      7.74      8.34
248.40/248.45	c  N dy  4210    749954      4834    182874      6335     78015    721079    847791      7.75      8.16
255.41/255.45	c  N dy  4310    770048      4829    182874      6350     57199    721079    467173      7.75      8.30
262.60/262.68	c  N dy  4407    791295      4829    182874      6356     78320    721079    824375      7.76      8.25
269.40/269.45	c  N dy  4516    811417      4825    182874      6370     56564    721079    432408      7.76      8.19
276.40/276.44	c  N dy  4614    831799      4825    182874      6378     76832    721079    773091      7.76      8.41
277.50/277.56	c Finding binary XORs  T:     0.01 s  found:      17
283.70/283.78	c  N dy  4707    851896      4821    178362      6405     52119    703159    366213      7.76      8.23
290.80/290.84	c  N dy  4822    872351      4813    178362      6422     72467    703159    726967      7.77      8.21
298.12/298.13	c  N dy  4906    892439      4787    178362      6460     49314    703159    288776      7.76      9.00
300.42/300.49	c Finding binary XORs  T:     0.01 s  found:      40
300.50/300.53	c Replacing       75 vars Replaced    58019 lits Time:     0.04 s 
304.30/304.31	c  N dy  4981    912527      4702    167422      6417     62544    660010    570361      7.75      8.26
306.20/306.29	c Finding binary XORs  T:     0.01 s  found:      15
310.50/310.59	c  N dy  5043    932654      4636    158042      6356     71341    622648    785527      7.74      8.20
312.70/312.76	c Finding binary XORs  T:     0.01 s  found:      45
312.70/312.78	c Replacing       60 vars Replaced    42196 lits Time:     0.02 s 
312.90/312.92	c  E dy  5062    940150      4475    124533      6081     27999    490233    154561      7.74      3.58
312.90/312.92	c num threads              : 1          
312.90/312.92	c restarts                 : 109        
312.90/312.92	c dynamic restarts         : 103        
312.90/312.92	c static restarts          : 6          
312.90/312.92	c full restarts            : 0          
312.90/312.93	c total simplify time      : 0.01       
312.90/312.93	c learnts DL2              : 0          
312.90/312.93	c learnts size 2           : 58951      
312.90/312.93	c learnts size 1           : 474         (1.42      % of vars)
312.90/312.93	c filedLit time            : 1.58        (0.50      % time)
312.90/312.93	c v-elim SatELite          : 2442        (7.33      % vars)
312.90/312.93	c SatELite time            : 0.74        (0.24      % time)
312.90/312.93	c v-elim xor               : 0           (0.00      % vars)
312.90/312.93	c xor elim time            : 0.00        (0.00      % time)
312.90/312.93	c num binary xor trees     : 22         
312.90/312.93	c binxor trees' crown      : 330         (15.00     leafs/tree)
312.90/312.93	c bin xor find time        : 0.04       
312.90/312.93	c OTF clause improved      : 208         (0.01      clauses/conflict)
312.90/312.93	c OTF impr. size diff      : 299         (1.44       lits/clause)
312.90/312.93	c OTF cl watch-shrink      : 16573       (0.66      clauses/conflict)
312.90/312.93	c OTF cl watch-sh-lit      : 39837       (2.40       lits/clause)
312.90/312.93	c tried to recurMin cls    : 4762        (19.05      % of conflicts)
312.90/312.93	c updated cache            : 0           (0.00       lits/tried recurMin)
312.90/312.93	c clauses over max glue    : 0           (0.00      % of all clauses)
312.90/312.93	c conflicts                : 25001       (79.94     / sec)
312.90/312.93	c decisions                : 30630       (0.00      % random)
312.90/312.93	c bogo-props               : 1374839832  (4395753.51 / sec)
312.90/312.93	c conflict literals        : 311461      (54.46     % deleted)
312.90/312.93	c Memory used              : 264.95      MB
312.90/312.93	c CPU time                 : 312.77      s
312.90/312.93	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-3401093-1306281369/watcher-3401093-1306281369 -o /tmp/evaluation-result-3401093-1306281369/solver-3401093-1306281369 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3401093-1306281369.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.48 2/554 13419
/proc/meminfo: memFree=17235732/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=30476 CPUtime=0 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 2996 0 0 0 0 0 0 0 23 0 1 0 739733990 31207424 2427 33554432000 4194304 4580011 140735784104128 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 7619 2430 323 95 0 2601 0

[startup+0.106031 s]
/proc/loadavg: 2.00 1.97 1.48 2/554 13419
/proc/meminfo: memFree=17235732/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=54808 CPUtime=0.1 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 8841 0 0 0 9 1 0 0 24 0 1 0 739733990 56123392 7735 33554432000 4194304 4580011 140735784104128 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 13702 7736 324 95 0 8684 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 54808

[startup+0.201002 s]
/proc/loadavg: 2.00 1.97 1.48 2/554 13419
/proc/meminfo: memFree=17235732/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=96760 CPUtime=0.19 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 13019 0 0 0 18 1 0 0 25 0 1 0 739733990 99082240 11913 33554432000 4194304 4580011 140735784104128 18446744073709551615 4489177 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 24190 11913 324 95 0 19172 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 96760

[startup+0.300978 s]
/proc/loadavg: 2.00 1.97 1.48 2/554 13419
/proc/meminfo: memFree=17235732/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=103588 CPUtime=0.29 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 15167 0 0 0 27 2 0 0 25 0 1 0 739733990 106074112 14061 33554432000 4194304 4580011 140735784104128 18446744073709551615 239476355781 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 25897 14061 339 95 0 20879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103588

[startup+0.700918 s]
/proc/loadavg: 2.00 1.97 1.48 2/554 13419
/proc/meminfo: memFree=17235732/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=117352 CPUtime=0.69 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 18592 0 0 0 67 2 0 0 25 0 1 0 739733990 120168448 17486 33554432000 4194304 4580011 140735784104128 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 29338 17486 341 95 0 24320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117352

[startup+1.50076 s]
/proc/loadavg: 2.00 1.97 1.48 3/555 13420
/proc/meminfo: memFree=17170512/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=137680 CPUtime=1.49 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 23682 0 0 0 146 3 0 0 25 0 1 0 739733990 140984320 22576 33554432000 4194304 4580011 140735784104128 18446744073709551615 4294368 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 34420 22576 342 95 0 29402 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137680

[startup+3.10046 s]
/proc/loadavg: 2.00 1.97 1.48 3/555 13420
/proc/meminfo: memFree=17083340/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=260400 CPUtime=3.09 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 53548 0 0 0 302 7 0 0 25 0 1 0 739733990 266649600 52399 33554432000 4194304 4580011 140735784104128 18446744073709551615 4451596 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 65100 52399 357 95 0 60082 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 260400

[startup+6.30084 s]
/proc/loadavg: 2.00 1.97 1.48 3/555 13420
/proc/meminfo: memFree=17064396/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=241056 CPUtime=6.3 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 56569 0 0 0 622 8 0 0 23 0 1 0 739733990 246841344 46685 33554432000 4194304 4580011 140735784104128 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 60264 46685 365 95 0 55246 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 241056

[startup+12.7006 s]
/proc/loadavg: 2.00 1.97 1.49 3/555 13420
/proc/meminfo: memFree=17028332/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=274248 CPUtime=12.69 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 64304 0 0 0 1261 8 0 0 25 0 1 0 739733990 280829952 54420 33554432000 4194304 4580011 140735784104128 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 68562 54420 367 95 0 63544 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 274248

[startup+25.5011 s]
/proc/loadavg: 2.00 1.97 1.49 3/555 13420
/proc/meminfo: memFree=17011868/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=290592 CPUtime=25.5 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 66651 0 0 0 2541 9 0 0 25 0 1 0 739733990 297566208 56728 33554432000 4194304 4580011 140735784104128 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 72648 56728 367 95 0 67630 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 290592

[startup+51.1012 s]
/proc/loadavg: 2.00 1.97 1.51 3/555 13421
/proc/meminfo: memFree=17018564/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=289228 CPUtime=51.09 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 70768 0 0 0 5100 9 0 0 25 0 1 0 739733990 296169472 56424 33554432000 4194304 4580011 140735784104128 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 72307 56424 367 95 0 67289 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 289228

[startup+102.3 s]
/proc/loadavg: 2.22 2.03 1.55 3/555 13422
/proc/meminfo: memFree=16995348/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=289228 CPUtime=102.31 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 76606 0 0 0 10220 11 0 0 25 0 1 0 739733990 296169472 57246 33554432000 4194304 4580011 140735784104128 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 72307 57246 368 95 0 67289 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 289228

[startup+162.301 s]
/proc/loadavg: 2.23 2.07 1.59 3/555 13424
/proc/meminfo: memFree=16990968/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=304700 CPUtime=162.3 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 82164 0 0 0 16218 12 0 0 25 0 1 0 739733990 312012800 60046 33554432000 4194304 4580011 140735784104128 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 76175 60046 368 95 0 71157 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 304700

[startup+222.32 s]
/proc/loadavg: 2.08 2.05 1.61 3/555 13425
/proc/meminfo: memFree=16978012/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=304924 CPUtime=222.32 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 91670 0 0 0 22218 14 0 0 25 0 1 0 739733990 312242176 59909 33554432000 4194304 4580011 140735784104128 18446744073709551615 4305264 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 76231 59909 368 95 0 71213 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 304924

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 1.64 3/555 13427
/proc/meminfo: memFree=16993320/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=289792 CPUtime=282.3 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 101318 0 0 0 28214 16 0 0 25 0 1 0 739733990 296747008 57576 33554432000 4194304 4580011 140735784104128 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 72448 57576 368 95 0 67430 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 289792

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

[startup+294.401 s]
/proc/loadavg: 2.02 2.04 1.64 3/555 13436
/proc/meminfo: memFree=16988844/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=289792 CPUtime=294.4 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 101318 0 0 0 29424 16 0 0 25 0 1 0 739733990 296747008 57576 33554432000 4194304 4580011 140735784104128 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 72448 57576 368 95 0 67430 0
Current children cumulated CPU time (s) 294.4
Current children cumulated vsize (KiB) 289792

[startup+300.8 s]
/proc/loadavg: 2.02 2.04 1.64 3/555 13437
/proc/meminfo: memFree=16978088/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=306860 CPUtime=300.8 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 103332 0 0 0 30063 17 0 0 25 0 1 0 739733990 314224640 59590 33554432000 4194304 4580011 140735784104128 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 76715 59590 368 95 0 71697 0
Current children cumulated CPU time (s) 300.8
Current children cumulated vsize (KiB) 306860

[startup+307.2 s]
/proc/loadavg: 2.02 2.04 1.65 3/555 13437
/proc/meminfo: memFree=16974348/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=306860 CPUtime=307.2 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 103739 0 0 0 30703 17 0 0 25 0 1 0 739733990 314224640 59997 33554432000 4194304 4580011 140735784104128 18446744073709551615 4316719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 76715 59997 368 95 0 71697 0
Current children cumulated CPU time (s) 307.2
Current children cumulated vsize (KiB) 306860

[startup+310.401 s]
/proc/loadavg: 2.02 2.04 1.65 3/555 13437
/proc/meminfo: memFree=16970876/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=306860 CPUtime=310.4 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 103961 0 0 0 31023 17 0 0 25 0 1 0 739733990 314224640 60219 33554432000 4194304 4580011 140735784104128 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 76715 60219 368 95 0 71697 0
Current children cumulated CPU time (s) 310.4
Current children cumulated vsize (KiB) 306860

[startup+312 s]
/proc/loadavg: 2.02 2.04 1.65 3/555 13437
/proc/meminfo: memFree=16970256/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=306860 CPUtime=312 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 104068 0 0 0 31183 17 0 0 25 0 1 0 739733990 314224640 60326 33554432000 4194304 4580011 140735784104128 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 76715 60326 368 95 0 71697 0
Current children cumulated CPU time (s) 312
Current children cumulated vsize (KiB) 306860

[startup+312.4 s]
/proc/loadavg: 2.02 2.04 1.65 3/555 13437
/proc/meminfo: memFree=16969016/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=306860 CPUtime=312.42 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 104177 0 0 0 31225 17 0 0 25 0 1 0 739733990 314224640 60435 33554432000 4194304 4580011 140735784104128 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 76715 60435 368 95 0 71697 0
Current children cumulated CPU time (s) 312.42
Current children cumulated vsize (KiB) 306860

[startup+312.8 s]
/proc/loadavg: 2.02 2.04 1.65 3/555 13437
/proc/meminfo: memFree=16969016/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=306860 CPUtime=312.8 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 104177 0 0 0 31263 17 0 0 25 0 1 0 739733990 314224640 60435 33554432000 4194304 4580011 140735784104128 18446744073709551615 4294523 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 76715 60435 368 95 0 71697 0
Current children cumulated CPU time (s) 312.8
Current children cumulated vsize (KiB) 306860

[startup+312.901 s]
/proc/loadavg: 2.02 2.04 1.65 3/555 13437
/proc/meminfo: memFree=16969016/32950928 swapFree=67056576/67111528
[pid=13419] ppid=13417 vsize=306860 CPUtime=312.9 cores=1,3,5,7
/proc/13419/stat : 13419 (strangenight2-s) R 13417 13419 13122 0 -1 4202496 104216 0 0 0 31273 17 0 0 25 0 1 0 739733990 314224640 60474 33554432000 4194304 4580011 140735784104128 18446744073709551615 4321238 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13419/statm: 76715 60474 368 95 0 71697 0
Current children cumulated CPU time (s) 312.9
Current children cumulated vsize (KiB) 306860

Child status: 20
Real time (s): 312.94
CPU time (s): 312.95
CPU user time (s): 312.765
CPU system time (s): 0.184971
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 322656

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

runsolver used 1.60575 second user time and 4.10238 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-25 01:56:09
IDJOB=3401093
IDBENCH=82497
IDSOLVER=1887
FILE ID=node148/3401093-1306281369
RUNJOBID= node148-1306280109-13142
PBS_JOBID= 13457838
Free space on /tmp= 73528 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3401093-1306281369/watcher-3401093-1306281369 -o /tmp/evaluation-result-3401093-1306281369/solver-3401093-1306281369 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3401093-1306281369.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=629079315

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17235888 kB
Buffers:        378828 kB
Cached:        7976504 kB
SwapCached:       8480 kB
Active:       10015212 kB
Inactive:      5327604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17235888 kB
SwapTotal:    67111528 kB
SwapFree:     67056576 kB
Dirty:           24112 kB
Writeback:           0 kB
AnonPages:     6985100 kB
Mapped:          44096 kB
Slab:           242788 kB
PageTables:      57824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170593380 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= 73520 MiB
End job on node148 at 2011-05-25 02:01:22