Trace number 3288601

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-stUNSAT 315.125 315.118

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.579
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3288601-1303775396.cnf'
0.00/0.00	c -- header says num vars:          33320
0.00/0.00	c -- header says num clauses:      766757
0.18/0.26	c -- clauses added:            0 learnts,       766757 normals,            0 xors
0.18/0.26	c -- vars added      33320
0.18/0.26	c Parsing time:  0.24 s
0.18/0.26	c  N st     0         0     33320    713223     53534         0   2858079         0   no data   no data  --
0.29/0.36	c asymm  cl-useful: 5/880/713223 lits-rem:5 time: 0.10
2.49/2.53	c Flit:   356 Blit:    266 bXBeca:    0 bXProp:  870 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T:  2.08
2.49/2.56	c Cleaning up after failed var search:     0.02 s 
2.49/2.59	c Replacing      870 vars Replaced    22593 lits Time:     0.03 s 
2.79/2.84	c bin-w-bin subsume rem         6849 bins  time:  0.01 s
2.88/2.90	c subs with bin:     4632  lits-rem:      2864  v-fix:    0  time:  0.06 s
2.88/2.94	c Subs w/ non-existent bins:   2562 l-rem:   1358 v-fix:     0 done:   3222 time:  0.04 s
2.98/3.06	c Removed useless bin:    9524  fixed:     0  props:  20.00M  time:  0.10 s
4.49/4.58	c lits-rem:        72  cl-subs:    56069  v-elim:   1178  v-fix:    0  time:  1.51 s
4.59/4.65	c Finding binary XORs  T:     0.07 s  found:     605
4.59/4.68	c Replacing      605 vars Replaced     9628 lits Time:     0.03 s 
4.99/5.09	c Finding non-binary XORs:     0.37 s (found:       0, avg size: nan)
4.99/5.09	c calculated reachability. Time: 0.02
5.09/5.11	c Calc default polars -  time:   0.02 s pos:   10978 undec:   11185 neg:   11157
5.09/5.11	c =========================================================================================
5.09/5.11	c types(t): F = full restart, N = normal restart
5.09/5.11	c types(t): S = simplification begin/end, E = solution found
5.09/5.11	c restart types(rt): st = static, dy = dynamic
5.09/5.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.09/5.11	c  B st     0         0     29866    629406     37402         0   2504886         0   no data   no data  --
6.09/6.18	c  N dy    12      4155     29866    629406     37408      4114   2504886     49672      6.94      7.37  --
6.99/7.09	c  N dy    26      8352     29866    629406     37411      8262   2504885     97903      6.87      7.25  --
7.99/8.09	c  N dy    46     12497     29866    629406     37415     12373   2504884    148608      6.90      7.28  --
8.99/9.02	c  N dy    66     16539     29865    629406     37422     16373   2504883    196534      6.87      7.24  --
9.99/10.09	c  N dy    88     20556     29865    629406     37426     10450   2504883     98553      6.91      7.36  --
10.99/11.10	c  N dy   109     24594     29865    629406     37427     14449   2504883    147196      6.95      7.40  --
11.19/11.21	c  F st   112     25000     29865    629406     37428     14850   2504883    151982      6.95      6.94  --
11.29/11.34	c Found part     1417 vars:        952 clauses:      6776 lits size:     23750
11.29/11.34	c Found part     1652 vars:        914 clauses:     11309 lits size:     41561
11.29/11.34	c Found part     2210 vars:       4878 clauses:    194804 lits size:    744421
11.29/11.34	c Found part     2371 vars:       1069 clauses:      8829 lits size:     31178
11.29/11.34	c Found part     2399 vars:       4894 clauses:     18158 lits size:     51057
11.29/11.34	c Found part     2418 vars:        191 clauses:       476 lits size:      1319
11.29/11.34	c Found part     2420 vars:      15829 clauses:    420174 lits size:   1589967
11.29/11.34	c Found part     2428 vars:        833 clauses:      5234 lits size:     18300
11.29/11.34	c Found part     2429 vars:        305 clauses:       965 lits size:      2996
11.29/11.34	c Found parts:          9 time: 0.13 s
11.29/11.34	c Solving part 2418
11.29/11.36	c  N st     0         0       191       222       254         0      1319         0   no data   no data  --
11.29/11.36	c asymm  cl-useful: 30/222/222 lits-rem:30 time: 0.00
11.29/11.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
11.29/11.37	c Finding binary XORs  T:     0.00 s  found:       0
11.29/11.37	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.29/11.37	c calculated reachability. Time: 0.00
11.29/11.37	c Calc default polars -  time:   0.00 s pos:      64 undec:   33165 neg:      91
11.29/11.37	c =========================================================================================
11.29/11.37	c types(t): F = full restart, N = normal restart
11.29/11.37	c types(t): S = simplification begin/end, E = solution found
11.29/11.37	c restart types(rt): st = static, dy = dynamic
11.29/11.37	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.29/11.37	c  B st     0         0       191       222       254         0      1289         0   no data   no data  --
11.29/11.37	c  E st     1         0         0       222       254         0      1289         0   no data   no data  --
11.29/11.37	c Verified 222 clauses.
11.29/11.37	c Verified 222 clauses.
11.29/11.37	c Solved part
11.29/11.37	c =========================================================================================
11.29/11.37	c Solving part 2429
11.29/11.39	c  N st     0         0       305       607       358         0      2996         0   no data   no data  --
11.39/11.40	c asymm  cl-useful: 104/607/607 lits-rem:141 time: 0.00
11.39/11.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
11.39/11.41	c Finding binary XORs  T:     0.00 s  found:       0
11.39/11.41	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.39/11.41	c calculated reachability. Time: 0.00
11.39/11.41	c Calc default polars -  time:   0.00 s pos:     133 undec:   33056 neg:     131
11.39/11.41	c =========================================================================================
11.39/11.41	c types(t): F = full restart, N = normal restart
11.39/11.41	c types(t): S = simplification begin/end, E = solution found
11.39/11.41	c restart types(rt): st = static, dy = dynamic
11.39/11.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.39/11.41	c  B st     0         0       305       607       358         0      2855         0   no data   no data  --
11.39/11.41	c  E st     1         0         0       607       358         0      2855         0   no data   no data  --
11.39/11.41	c Verified 607 clauses.
11.39/11.41	c Verified 607 clauses.
11.39/11.41	c Solved part
11.39/11.41	c =========================================================================================
11.39/11.41	c Solving part 2428
11.39/11.44	c  N st     0         0       833      4250       984         0     18300         0   no data   no data  --
11.49/11.50	c asymm  cl-useful: 59/4250/4250 lits-rem:59 time: 0.06
11.49/11.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
11.49/11.52	c Finding binary XORs  T:     0.00 s  found:       0
11.49/11.52	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.49/11.52	c calculated reachability. Time: 0.00
11.49/11.52	c Calc default polars -  time:   0.00 s pos:     277 undec:   32784 neg:     259
11.49/11.52	c =========================================================================================
11.49/11.52	c types(t): F = full restart, N = normal restart
11.49/11.52	c types(t): S = simplification begin/end, E = solution found
11.49/11.52	c restart types(rt): st = static, dy = dynamic
11.49/11.52	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.49/11.52	c  B st     0         0       833      4250       984         0     18241         0   no data   no data  --
11.49/11.52	c  E st     1         0         0      4250       984         0     18241         0   no data   no data  --
11.49/11.52	c Verified 4250 clauses.
11.49/11.52	c Verified 4250 clauses.
11.49/11.52	c Solved part
11.49/11.52	c =========================================================================================
11.49/11.52	c Solving part 1652
11.49/11.56	c  N st     0         0       914     10177      1132         0     41561         0   no data   no data  --
11.69/11.78	c asymm  cl-useful: 706/3678/10177 lits-rem:728 time: 0.22
11.79/11.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   13 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.05
11.79/11.83	c Finding binary XORs  T:     0.00 s  found:       1
11.79/11.83	c Replacing       14 vars Replaced     1305 lits Time:     0.00 s 
11.79/11.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.79/11.83	c calculated reachability. Time: 0.00
11.79/11.83	c Calc default polars -  time:   0.00 s pos:     324 undec:   32707 neg:     289
11.79/11.83	c =========================================================================================
11.79/11.83	c types(t): F = full restart, N = normal restart
11.79/11.83	c types(t): S = simplification begin/end, E = solution found
11.79/11.83	c restart types(rt): st = static, dy = dynamic
11.79/11.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.79/11.83	c  B st     0         0       900     10090      1122         0     40485         0   no data   no data  --
11.79/11.83	c  E st     1         0         0     10090      1122         0     40485         0   no data   no data  --
11.79/11.83	c Verified 10090 clauses.
11.79/11.83	c Verified 10090 clauses.
11.79/11.83	c Solved part
11.79/11.83	c =========================================================================================
11.79/11.83	c Solving part 1417
11.79/11.86	c  N st     0         0       952      5550      1226         0     23750         0   no data   no data  --
11.89/11.95	c asymm  cl-useful: 145/5550/5550 lits-rem:145 time: 0.09
11.89/11.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.02
11.89/11.98	c Finding binary XORs  T:     0.00 s  found:       0
11.89/11.98	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
11.89/11.98	c calculated reachability. Time: 0.00
11.89/11.98	c Calc default polars -  time:   0.00 s pos:     362 undec:   32595 neg:     363
11.89/11.98	c =========================================================================================
11.89/11.98	c types(t): F = full restart, N = normal restart
11.89/11.98	c types(t): S = simplification begin/end, E = solution found
11.89/11.98	c restart types(rt): st = static, dy = dynamic
11.89/11.98	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.89/11.98	c  B st     0         0       952      5550      1226         0     23605         0   no data   no data  --
11.89/11.98	c  E st     1         0         0      5550      1226         0     23605         0   no data   no data  --
11.89/11.98	c Verified 5550 clauses.
11.89/11.98	c Verified 5550 clauses.
11.89/11.98	c Solved part
11.89/11.98	c =========================================================================================
11.89/11.99	c Solving part 2371
12.00/12.02	c  N st     0         0      1069      7373      1456         0     31178         0   no data   no data  --
12.10/12.15	c asymm  cl-useful: 108/7373/7373 lits-rem:108 time: 0.14
12.10/12.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
12.10/12.19	c Finding binary XORs  T:     0.00 s  found:       0
12.10/12.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
12.10/12.19	c calculated reachability. Time: 0.00
12.10/12.19	c Calc default polars -  time:   0.00 s pos:     439 undec:   32422 neg:     459
12.10/12.19	c =========================================================================================
12.10/12.19	c types(t): F = full restart, N = normal restart
12.10/12.19	c types(t): S = simplification begin/end, E = solution found
12.10/12.19	c restart types(rt): st = static, dy = dynamic
12.10/12.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.10/12.19	c  B st     0         0      1069      7373      1456         0     31070         0   no data   no data  --
12.10/12.19	c  E st     1         0         0      7373      1456         0     31070         0   no data   no data  --
12.10/12.19	c Verified 7373 clauses.
12.10/12.19	c Verified 7373 clauses.
12.10/12.19	c Solved part
12.10/12.19	c =========================================================================================
12.10/12.20	c Solving part 2210
12.29/12.33	c  N st     0         0      4878    188646      6178     13666    744421    140437   no data   no data  --
12.29/12.39	c asymm  cl-useful: 2/340/188646 lits-rem:2 time: 0.05
12.79/12.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 75.5M T:  0.39
12.79/12.81	c Finding binary XORs  T:     0.01 s  found:       0
12.79/12.89	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
12.79/12.89	c calculated reachability. Time: 0.00
12.79/12.89	c Calc default polars -  time:   0.00 s pos:    1561 undec:   30210 neg:    1549
12.79/12.89	c =========================================================================================
12.79/12.89	c types(t): F = full restart, N = normal restart
12.79/12.89	c types(t): S = simplification begin/end, E = solution found
12.79/12.89	c restart types(rt): st = static, dy = dynamic
12.79/12.89	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.79/12.89	c  B st     0         0      4878    188646      6178     13666    744419    140437   no data   no data  --
13.89/13.95	c  N dy    14      4152      4878    188646      6183     17770    744419    194844      6.62      7.00  --
14.98/15.00	c  N dy    34      8229      4878    188646      6191     21819    744419    246354      6.69      7.52  --
15.99/16.00	c  N dy    56     12245      4878    188646      6195     25793    744419    298397      6.72      7.54  --
17.09/17.11	c  N dy    74     16661      4878    188646      6199     30175    744419    355426      6.73      7.09  --
18.29/18.33	c  N dy    93     21335      4877    188646      6217     18050    744419    159193      6.69      7.15  --
19.29/19.31	c  F st   112     25001      4877    188646      6225     21662    744419    202367      6.72   no data  --
19.39/19.45	c  N st   114     25628      4877    188646      6225     22282    744419    209939      6.72   no data  --
20.49/20.51	c  N dy   118     30197      4876    188646      6235     26814    744419    276692      6.72   no data  --
21.59/21.61	c  N dy   140     34226      4876    188646      6246     30802    744419    326681      6.74      8.76  --
22.79/22.81	c  N dy   166     38399      4876    188646      6250     34938    744419    379910      6.78      7.15  --
23.19/23.21	c Finding binary XORs  T:     0.01 s  found:       0
23.89/23.99	c  N dy   177     42508      4875    188179      6204     16233    742530    127468      6.76      7.20  --
25.09/25.13	c  N dy   202     46602      4875    188179      6208     20288    742530    177473      6.78      8.69  --
26.19/26.20	c  N dy   216     50611      4875    188179      6220     24254    742530    229644      6.76      7.14  --
27.09/27.19	c  N dy   237     54635      4874    188179      6222     28246    742530    280242      6.79      7.19  --
28.29/28.38	c  N dy   246     59120      4871    188179      6242     32675    742530    339392      6.74      7.20  --
29.49/29.53	c  N dy   271     63309      4871    188179      6247     18572    742528    136452      6.76      7.13  --
30.80/30.87	c  N dy   291     68356      4871    188179      6257     23578    742527    203609      6.75      7.22  --
31.99/32.00	c  N dy   315     72758      4871    188179      6265     27951    742526    262318      6.76      7.14  --
33.19/33.24	c Finding binary XORs  T:     0.01 s  found:       0
33.19/33.29	c  N dy   336     77421      4870    187268      6233     25427    738940    251120      6.76      7.12  --
34.69/34.76	c  N dy   372     82457      4869    187268      6241     30409    738940    319652      6.82      7.26  --
36.09/36.14	c  F st   399     87500      4869    187268      6247     18446    738940    131632      6.82   no data  --
36.09/36.19	c  N st   400     87750      4869    187268      6247     18692    738940    135074      6.82   no data  --
37.49/37.58	c  N dy   411     93560      4869    187268      6250     24479    738940    225746      6.83      7.29  --
39.19/39.21	c  N dy   435     99612      4867    187268      6269     30453    738940    303548      6.82      8.43  --
41.09/41.17	c  N dy   476    106014      4866    187268      6282     36782    738938    393857      6.86      7.35  --
42.99/43.06	c  N dy   515    112896      4866    187268      6286     23244    738938    167912      6.89      7.28  --
44.99/45.04	c  N dy   557    120160      4866    187268      6291     30457    738938    269097      6.93     10.77  --
47.20/47.28	c  N dy   604    127840      4866    187268      6297     38093    738935    377181      6.96      7.38  --
49.59/49.68	c  N dy   650    136093      4865    187268      6308     23688    738935    156063      6.97      7.51  --
49.79/49.86	c Finding binary XORs  T:     0.01 s  found:       2
52.09/52.15	c  N dy   715    144846      4865    186494      6253     28935    735946    262698      7.02      7.39  --
54.90/54.90	c  N dy   772    154199      4865    186494      6257     38220    735946    395999      7.06      7.50  --
57.79/57.87	c  N dy   842    164046      4865    186494      6258     25516    735946    184011      7.10      8.43  --
60.99/61.03	c  N dy   895    174593      4864    186494      6278     35968    735946    331549      7.10      9.53  --
64.39/64.44	c  N dy   952    185835      4862    186494      6302     47098    735946    483475      7.11      7.49  --
68.10/68.11	c  N dy  1019    197716      4861    186494      6323     34248    735944    287635      7.12      7.50  --
70.10/70.17	c Finding binary XORs  T:     0.01 s  found:       1
72.00/72.08	c  N dy  1094    210535      4860    185870      6297     43284    733482    432263      7.15      7.53  --
76.20/76.22	c  N dy  1193    223975      4859    185870      6306     32296    733482    267005      7.20      7.63  --
80.49/80.59	c  N dy  1291    238445      4859    185870      6316     46672    733482    487796      7.24      7.72  --
85.39/85.45	c  N dy  1388    253698      4856    185870      6341     35242    733482    282986      7.27      7.71  --
90.59/90.62	c  N dy  1500    269982      4856    185870      6351     51436    733482    527009      7.31      7.84  --
92.59/92.66	c Finding binary XORs  T:     0.01 s  found:       1
96.19/96.26	c  N dy  1597    287306      4855    184884      6302     37271    729580    322185      7.33      7.91  --
102.40/102.47	c  N dy  1709    305785      4855    184884      6307     55607    729580    590947      7.36      7.91  --
102.60/102.64	c  F st  1714    306250      4855    184884      6307     28168    729580    160937      7.36   no data  --
108.50/108.54	c  N dy  1795    325351      4853    184884      6324     47164    729580    448724      7.38      7.77  --
114.80/114.81	c  N dy  1928    345616      4853    184884      6328     37449    729580    280996      7.41      7.83  --
121.30/121.38	c  N dy  2066    365629      4853    184884      6332     57378    729579    597660      7.45      8.02  --
128.19/128.27	c  N dy  2189    385842      4853    184884      6338     46138    729579    403121      7.48      7.94  --
134.99/135.04	c  N dy  2316    405939      4853    184884      6344     33531    729579    190506      7.51     11.45  --
141.19/141.28	c  N dy  2458    425992      4853    184884      6349     53472    729579    504255      7.54      7.96  --
147.80/147.88	c  N dy  2564    446053      4853    184884      6352     39733    729579    274992      7.55      8.93  --
154.80/154.89	c  N dy  2668    466066      4851    184884      6372     59613    729579    580931      7.56      8.49  --
156.00/156.03	c Finding binary XORs  T:     0.01 s  found:       5
161.39/161.47	c  N dy  2792    486513      4851    184208      6328     43958    726828    345963      7.58      8.01  --
168.30/168.32	c  N dy  2921    506554      4850    184208      6339     63871    726828    666466      7.59      9.19  --
175.19/175.21	c  N dy  3034    526829      4850    184208      6348     48890    726828    403579      7.61      8.05  --
182.39/182.41	c  N dy  3156    546926      4850    184208      6352     68887    726828    733463      7.62      8.06  --
189.10/189.11	c  N dy  3256    567054      4850    184208      6360     52450    726828    448648      7.63      8.05  --
195.89/195.95	c  N dy  3374    587096      4850    184208      6369     72375    726828    776373      7.64      9.48  --
202.60/202.61	c  N dy  3481    607242      4850    184208      6377     54798    726828    482622      7.65      8.08  --
209.19/209.28	c  N dy  3586    627368      4847    184208      6396     74799    726828    804376      7.65      8.12  --
214.09/214.11	c Finding binary XORs  T:     0.01 s  found:       8
216.29/216.30	c  N dy  3696    647586      4844    182739      6396     55065    720942    477306      7.66      8.08  --
223.20/223.22	c  N dy  3813    667642      4844    182739      6406     75018    720942    801831      7.67      8.33  --
229.99/230.04	c  N dy  3924    687964      4844    182739      6416     57259    720942    493023      7.68      8.22  --
237.30/237.33	c  N dy  4020    708009      4844    182739      6422     77190    720942    825935      7.68      8.96  --
244.10/244.16	c  N dy  4122    728042      4833    182739      6436     57335    720942    469760      7.69      8.17  --
250.89/250.96	c  N dy  4223    748110      4829    182739      6460     77266    720942    805895      7.69      9.76  --
253.19/253.22	c Finding binary XORs  T:     0.01 s  found:      16
258.00/258.00	c  N dy  4327    768222      4826    178597      6343     54650    703971    433166      7.69      8.14  --
264.90/264.94	c  N dy  4425    788296      4822    178597      6364     74616    703971    761683      7.69      8.53  --
272.30/272.39	c  N dy  4537    808715      4820    178597      6378     53224    703971    384977      7.70      8.15  --
279.30/279.35	c  N dy  4636    828723      4820    178597      6387     73129    703971    713488      7.70      8.20  --
283.70/283.80	c Finding binary XORs  T:     0.01 s  found:       9
286.60/286.63	c  N dy  4722    848869      4794    173378      6327     47874    682898    302482      7.70      8.12  --
293.10/293.14	c  N dy  4805    869026      4790    173378      6353     67880    682898    628441      7.69      8.15  --
299.90/299.92	c  N dy  4890    889042      4788    173378      6370     87774    682898    972011      7.69      8.11  --
306.60/306.62	c  N dy  4966    909175      4784    173378      6392     64878    682898    564045      7.68      8.12  --
307.50/307.54	c Finding binary XORs  T:     0.01 s  found:      17
307.50/307.59	c Replacing       59 vars Replaced    60657 lits Time:     0.05 s 
311.90/311.93	c Finding binary XORs  T:     0.01 s  found:      11
313.10/313.14	c  N dy  5042    929392      4573    130759      6299     46897    514905    435580      7.68      8.12  --
314.10/314.16	c Finding binary XORs  T:     0.01 s  found:      19
315.00/315.07	c  E dy  5054    935953      4308     82584      6989     15465    328718     89846      7.67      3.36  --
315.00/315.08	c num threads              : 1          
315.00/315.08	c restarts                 : 112        
315.00/315.08	c dynamic restarts         : 106        
315.00/315.08	c static restarts          : 6          
315.00/315.08	c full restarts            : 0          
315.00/315.08	c total simplify time      : 0.01       
315.00/315.08	c learnts DL2              : 0          
315.00/315.08	c learnts size 2           : 60005      
315.00/315.08	c learnts size 1           : 802         (2.41      % of vars)
315.00/315.08	c filedLit time            : 2.11        (0.67      % time)
315.00/315.08	c v-elim SatELite          : 1178        (3.54      % vars)
315.00/315.08	c SatELite time            : 1.33        (0.42      % time)
315.00/315.08	c v-elim xor               : 0           (0.00      % vars)
315.00/315.08	c xor elim time            : 0.00        (0.00      % time)
315.00/315.08	c num binary xor trees     : 229        
315.00/315.08	c binxor trees' crown      : 1475        (6.44      leafs/tree)
315.00/315.08	c bin xor find time        : 0.07       
315.00/315.08	c OTF clause improved      : 229         (0.01      clauses/conflict)
315.00/315.08	c OTF impr. size diff      : 345         (1.51       lits/clause)
315.00/315.08	c OTF cl watch-shrink      : 16147       (0.65      clauses/conflict)
315.00/315.08	c OTF cl watch-sh-lit      : 35765       (2.21       lits/clause)
315.00/315.08	c tried to recurMin cls    : 4893        (19.57      % of conflicts)
315.00/315.08	c updated cache            : 0           (0.00       lits/tried recurMin)
315.00/315.08	c clauses over max glue    : 0           (0.00      % of all clauses)
315.00/315.08	c conflicts                : 25000       (79.39     / sec)
315.00/315.08	c decisions                : 30875       (0.00      % random)
315.00/315.08	c bogo-props               : 1415913587  (4496460.76 / sec)
315.00/315.08	c conflict literals        : 298893      (55.59     % deleted)
315.00/315.08	c Memory used              : 293.08      MB
315.00/315.08	c CPU time                 : 314.90      s
315.00/315.08	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.81 3.78 3.67 4/189 8243
/proc/meminfo: memFree=13607232/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=23584 CPUtime=0 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 1267 0 0 0 0 0 0 0 20 0 1 0 469955179 24150016 1108 33554432000 4194304 4650387 140733954140016 18446744073709551615 228095148224 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 5896 1109 327 112 0 861 0

[startup+0.029054 s]
/proc/loadavg: 3.81 3.78 3.67 4/189 8243
/proc/meminfo: memFree=13607232/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=44612 CPUtime=0.02 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 4681 0 0 0 2 0 0 0 20 0 1 0 469955179 45682688 3580 33554432000 4194304 4650387 140733954140016 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 11153 3581 329 112 0 6118 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 44612

[startup+0.101042 s]
/proc/loadavg: 3.81 3.78 3.67 4/189 8243
/proc/meminfo: memFree=13607232/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=54192 CPUtime=0.09 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 8212 0 0 0 8 1 0 0 20 0 1 0 469955179 55492608 7111 33554432000 4194304 4650387 140733954140016 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 13548 7113 329 112 0 8513 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54192

[startup+0.301014 s]
/proc/loadavg: 3.81 3.78 3.67 4/189 8243
/proc/meminfo: memFree=13607232/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=102388 CPUtime=0.29 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 14843 0 0 0 27 2 0 0 21 0 1 0 469955179 104845312 13742 33554432000 4194304 4650387 140733954140016 18446744073709551615 228095111877 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 25597 13745 345 112 0 20562 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102388

[startup+0.70093 s]
/proc/loadavg: 3.81 3.78 3.67 4/189 8243
/proc/meminfo: memFree=13607232/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=117796 CPUtime=0.69 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 28524 0 0 0 66 3 0 0 22 0 1 0 469955179 120623104 19234 33554432000 4194304 4650387 140733954140016 18446744073709551615 4371108 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 29449 19234 354 112 0 24414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117796

[startup+1.50079 s]
/proc/loadavg: 3.81 3.78 3.67 5/190 8244
/proc/meminfo: memFree=13517076/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=156464 CPUtime=1.49 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 38013 0 0 0 145 4 0 0 25 0 1 0 469955179 160219136 28723 33554432000 4194304 4650387 140733954140016 18446744073709551615 228095111877 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 39116 28723 354 112 0 34081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156464

[startup+3.10049 s]
/proc/loadavg: 3.81 3.78 3.67 5/190 8244
/proc/meminfo: memFree=13482976/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=253204 CPUtime=3.09 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 62022 0 0 0 302 7 0 0 25 0 1 0 469955179 259280896 52732 33554432000 4194304 4650387 140733954140016 18446744073709551615 4432367 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 63301 52732 370 112 0 58266 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 253204

[startup+6.3009 s]
/proc/loadavg: 3.83 3.78 3.67 5/190 8244
/proc/meminfo: memFree=13370764/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=280204 CPUtime=6.29 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 72036 0 0 0 621 8 0 0 25 0 1 0 469955179 286928896 58306 33554432000 4194304 4650387 140733954140016 18446744073709551615 4315178 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 70051 58306 379 112 0 65016 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 280204

[startup+12.7007 s]
/proc/loadavg: 3.84 3.79 3.67 5/190 8244
/proc/meminfo: memFree=13367416/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=317452 CPUtime=12.69 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 83389 0 0 0 1260 9 0 0 25 0 1 0 469955179 325070848 63927 33554432000 4194304 4650387 140733954140016 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 79363 63927 383 112 0 74328 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 317452

[startup+25.5004 s]
/proc/loadavg: 3.88 3.80 3.68 5/190 8244
/proc/meminfo: memFree=13213956/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=317296 CPUtime=25.49 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 85983 0 0 0 2539 10 0 0 25 0 1 0 469955179 324911104 64443 33554432000 4194304 4650387 140733954140016 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 79324 64443 383 112 0 74289 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 317296

[startup+51.1007 s]
/proc/loadavg: 3.92 3.81 3.68 5/190 8245
/proc/meminfo: memFree=13209412/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=334592 CPUtime=51.09 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 90944 0 0 0 5098 11 0 0 25 0 1 0 469955179 342622208 67279 33554432000 4194304 4650387 140733954140016 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 83648 67279 383 112 0 78613 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 334592

[startup+102.306 s]
/proc/loadavg: 3.96 3.84 3.70 5/190 8246
/proc/meminfo: memFree=13085732/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=334944 CPUtime=102.3 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 94582 0 0 0 10217 13 0 0 25 0 1 0 469955179 342982656 68569 33554432000 4194304 4650387 140733954140016 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 83736 68569 383 112 0 78701 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 334944

[startup+162.3 s]
/proc/loadavg: 3.98 3.86 3.72 5/190 8248
/proc/meminfo: memFree=13085088/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=321740 CPUtime=162.29 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 100243 0 0 0 16214 15 0 0 25 0 1 0 469955179 329461760 66780 33554432000 4194304 4650387 140733954140016 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 80435 66780 383 112 0 75400 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 321740

[startup+222.3 s]
/proc/loadavg: 3.90 3.87 3.73 5/190 8303
/proc/meminfo: memFree=13095040/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=324756 CPUtime=222.29 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 105490 0 0 0 22213 16 0 0 25 0 1 0 469955179 332550144 67503 33554432000 4194304 4650387 140733954140016 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 81189 67503 383 112 0 76154 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 324756

[startup+282.3 s]
/proc/loadavg: 3.96 3.89 3.74 5/190 8305
/proc/meminfo: memFree=13005808/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=340560 CPUtime=282.29 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 112586 0 0 0 28211 18 0 0 25 0 1 0 469955179 348733440 69856 33554432000 4194304 4650387 140733954140016 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 85140 69856 383 112 0 80105 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 340560

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

[startup+294.301 s]
/proc/loadavg: 3.97 3.89 3.74 5/190 8305
/proc/meminfo: memFree=13006924/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=340560 CPUtime=294.3 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 112804 0 0 0 29411 19 0 0 25 0 1 0 469955179 348733440 70074 33554432000 4194304 4650387 140733954140016 18446744073709551615 4364714 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 85140 70074 383 112 0 80105 0
Current children cumulated CPU time (s) 294.3
Current children cumulated vsize (KiB) 340560

[startup+307.101 s]
/proc/loadavg: 3.97 3.90 3.74 5/190 8306
/proc/meminfo: memFree=12993652/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=340692 CPUtime=307.1 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 113066 0 0 0 30691 19 0 0 25 0 1 0 469955179 348868608 70336 33554432000 4194304 4650387 140733954140016 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 85173 70336 383 112 0 80138 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 340692

[startup+310.3 s]
/proc/loadavg: 3.98 3.90 3.75 5/190 8306
/proc/meminfo: memFree=12992040/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=340692 CPUtime=310.3 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 113075 0 0 0 31011 19 0 0 25 0 1 0 469955179 348868608 70345 33554432000 4194304 4650387 140733954140016 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 85173 70345 383 112 0 80138 0
Current children cumulated CPU time (s) 310.3
Current children cumulated vsize (KiB) 340692

[startup+313.507 s]
/proc/loadavg: 3.98 3.90 3.75 5/190 8306
/proc/meminfo: memFree=12998736/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=340692 CPUtime=313.51 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 113085 0 0 0 31332 19 0 0 25 0 1 0 469955179 348868608 70355 33554432000 4194304 4650387 140733954140016 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 85173 70355 383 112 0 80138 0
Current children cumulated CPU time (s) 313.51
Current children cumulated vsize (KiB) 340692

[startup+314.3 s]
/proc/loadavg: 3.98 3.90 3.75 5/190 8306
/proc/meminfo: memFree=12998736/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=340692 CPUtime=314.3 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 113088 0 0 0 31411 19 0 0 25 0 1 0 469955179 348868608 70358 33554432000 4194304 4650387 140733954140016 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 85173 70358 383 112 0 80138 0
Current children cumulated CPU time (s) 314.3
Current children cumulated vsize (KiB) 340692

[startup+314.7 s]
/proc/loadavg: 3.98 3.90 3.75 5/190 8306
/proc/meminfo: memFree=12998116/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=340692 CPUtime=314.7 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 113089 0 0 0 31451 19 0 0 25 0 1 0 469955179 348868608 70359 33554432000 4194304 4650387 140733954140016 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 85173 70359 383 112 0 80138 0
Current children cumulated CPU time (s) 314.7
Current children cumulated vsize (KiB) 340692

[startup+315.1 s]
/proc/loadavg: 3.98 3.90 3.75 5/190 8306
/proc/meminfo: memFree=12998116/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=267332 CPUtime=315.1 cores=5,7
/proc/8243/stat : 8243 (strangenight1-s) R 8241 8243 7574 0 -1 4202496 113100 0 0 0 31491 19 0 0 25 0 1 0 469955179 273747968 56516 33554432000 4194304 4650387 140733954140016 18446744073709551615 228095106971 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8243/statm: 66833 56516 392 112 0 61798 0
Current children cumulated CPU time (s) 315.1
Current children cumulated vsize (KiB) 267332

Child status: 20
Real time (s): 315.118
CPU time (s): 315.125
CPU user time (s): 314.92
CPU system time (s): 0.204968
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 352104

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

runsolver used 0.514921 second user time and 1.21881 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-26 01:49:57
IDJOB=3288601
IDBENCH=82500
IDSOLVER=1589
FILE ID=node142/3288601-1303775396
RUNJOBID= node142-1303775259-8173
PBS_JOBID= 13157183
Free space on /tmp= 71060 MiB

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

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=1015522685

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13607512 kB
Buffers:       2080244 kB
Cached:       15214348 kB
SwapCached:          0 kB
Active:        8731924 kB
Inactive:     10035184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13607512 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           45824 kB
Writeback:           0 kB
AnonPages:     1472112 kB
Mapped:          16272 kB
Slab:           508160 kB
PageTables:       8272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1824024 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= 71056 MiB
End job on node142 at 2011-04-26 01:55:12