Trace number 3291357

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 TechDemo-Alpha-st? (TO) 1300.05 1300.01

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

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 Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3291357-1303786838.cnf'
0.00/0.00	c -- header says num vars:           8756
0.00/0.00	c -- header says num clauses:       55571
0.02/0.04	c -- clauses added:            0 learnts,        55571 normals,            0 xors
0.02/0.04	c -- vars added       8756
0.02/0.04	c Parsing time:  0.03 s
0.02/0.04	c  N st     0         0      8756     42719     12794         0    187620         0   no data   no data  --
0.19/0.27	c asymm  cl-useful: 12/2275/42701 lits-rem:16 time: 0.23
0.69/0.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.1M T:  0.43
0.69/0.73	c Calc non-exist non-lernt bins v-fix:     0 done:   8714 time:  0.03 s
0.69/0.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.69/0.75	c Subs w/ non-existent bins:      5 time:  0.02 s
0.69/0.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.69/0.77	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.01 s
0.69/0.79	c Removed useless bin:       0  fixed:     0  bprops:   0.97M  time:  0.01 s
0.79/0.87	c lits-rem:         8  cl-subs:       18  v-elim:    278  v-fix:    0  time:  0.08 s
0.79/0.87	c learnt bin added due to v-elim: 0
0.79/0.88	c Finding binary XORs  T:     0.01 s  found:       0
0.89/0.92	c Finding non-binary XORs:     0.04 s (found:       4, avg size: 3.0)
0.89/0.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.89/0.93	c calculated reachability. Time: 0.00
0.89/0.93	c Calc default polars -  time:   0.00 s pos:    4258 undec:     163 neg:    4335
0.89/0.93	c =========================================================================================
0.89/0.93	c types(t): F = full restart, N = normal restart
0.89/0.93	c types(t): S = simplification begin/end, E = solution found
0.89/0.93	c restart types(rt): st = static, dy = dynamic
0.89/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.89/0.93	c  B st     0         0      8608     42703     12684         0    188506         0   no data   no data  --
1.19/1.23	c Decided on static restart strategy
1.59/1.61	c  N dy     8      4331      8604     42703     12743      4180    188502     61258     13.71      6.66  --
2.39/2.41	c  N dy    10      9403      8603     42703     12778      5676    188500     64523     21.38      8.05  --
6.09/6.16	c  N dy    14     30000      8601     42703     12816     12724    188495    206784     29.31      9.09  --
6.09/6.17	c  S st    14     30000      8601     42703     12816     12724    188495    206784     29.31      9.09  --
6.29/6.34	c  S st    14     30502      8601     42703     12843     13191    188494    210195     29.31      9.09  --
6.29/6.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.29/6.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.18/7.20	c Flit:    14 Blit:      1 bXBeca:    0 bXProp:    4 Bin:   1581 BRemL:     23 BRemN:      0 CBin:       0 P: 17.4M T:  0.86
7.18/7.23	c Calc non-exist non-lernt bins v-fix:     0 done:   8585 time:  0.03 s
7.18/7.23	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
7.18/7.26	c Subs w/ non-existent bins:      8 time:  0.03 s
7.18/7.27	c Replacing        4 vars Replaced      110 lits Time:     0.01 s 
7.18/7.29	c bin-w-bin subsume rem           21 bins  time:  0.00 s
7.28/7.31	c subs with bin:      255  lits-rem:       874  v-fix:    0  time:  0.03 s
7.28/7.32	c Removed useless bin:      19  fixed:     0  bprops:   0.67M  time:  0.01 s
7.78/7.88	c lits-rem:      1196  cl-subs:     1391  v-elim:    129  v-fix:    0  time:  0.55 s
7.78/7.88	c learnt bin added due to v-elim: 0
7.78/7.89	c vivif2 --  cl tried    42184 cl shrink       20 lits rem         23 time: 0.02
7.88/7.91	c vivif2 --  cl tried    11888 cl shrink       25 lits rem         76 time: 0.01
8.08/8.18	c asymm  cl-useful: 35/2542/42176 lits-rem:35 time: 0.27
8.08/8.18	c Added XOR as norm:4
8.08/8.18	c calculated reachability. Time: 0.00
8.08/8.18	c  N dy    14     30502      8552     42192     13931     11888    185868    189293     29.31      9.09  --
8.08/8.18	c  F st    14     30502      8552     42192     13931     11888    185868    189293     29.31      9.09  --
8.48/8.56	c Decided on static restart strategy
9.19/9.26	c  N dy    21     36535      8550     42192     13985      9259    185868     62450     32.78      9.21  --
11.00/11.06	c  N dy    23     45753      8548     42192     14029     18252    185868    462226     53.12      9.80  --
11.00/11.10	c  S st    23     45753      8548     42192     14029     18252    185868    462226     53.12      9.80  --
11.19/11.28	c  S st    23     46253      8548     42192     14053     18725    185868    468120     53.12      9.80  --
11.19/11.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.19/11.28	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
12.10/12.17	c Flit:     5 Blit:      0 bXBeca:    0 bXProp:    3 Bin:   1844 BRemL:    151 BRemN:      8 CBin:       0 P: 18.5M T:  0.89
12.19/12.20	c Calc non-exist non-lernt bins v-fix:     0 done:   8543 time:  0.03 s
12.19/12.20	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
12.19/12.24	c Subs w/ non-existent bins:     13 time:  0.04 s
12.19/12.25	c Replacing        3 vars Replaced       55 lits Time:     0.01 s 
12.19/12.28	c bin-w-bin subsume rem           38 bins  time:  0.00 s
12.29/12.38	c subs with bin:      167  lits-rem:      1405  v-fix:    0  time:  0.10 s
12.29/12.39	c Removed useless bin:       5  fixed:     0  bprops:   0.57M  time:  0.01 s
13.79/13.82	c lits-rem:      1046  cl-subs:     1663  v-elim:    125  v-fix:    0  time:  1.43 s
13.79/13.82	c learnt bin added due to v-elim: 0
13.79/13.84	c vivif2 --  cl tried    42078 cl shrink       21 lits rem         25 time: 0.02
13.79/13.86	c vivif2 --  cl tried    16959 cl shrink      273 lits rem        311 time: 0.02
13.89/13.99	c asymm  cl-useful: 11/926/42075 lits-rem:11 time: 0.13
13.99/14.00	c calculated reachability. Time: 0.00
13.99/14.00	c  N dy    23     46253      8519     42075     15387     16958    185402    381745     53.12      9.80  --
15.40/15.47	c  N dy    24     53965      8519     42075     15400     14905    185402    297563     42.64     10.15  --
16.79/16.83	c  N dy    25     61736      8519     42075     15441     11745    185402     78960     33.37     10.34  --
17.99/18.08	c  N dy    28     69379      8518     42075     15470     19252    185402    408485     53.23     10.53  --
18.09/18.11	c  S st    28     69379      8518     42075     15470     19252    185402    408485     53.23     10.53  --
18.09/18.12	c Finding binary XORs  T:     0.01 s  found:       2
18.19/18.28	c  S st    28     69881      8518     42068     15484     19695    185369    413799     53.23     10.53  --
18.19/18.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.19/18.29	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
19.19/19.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:   1838 BRemL:    185 BRemN:      6 CBin:       0 P: 20.0M T:  0.92
19.19/19.23	c Calc non-exist non-lernt bins v-fix:     0 done:   8518 time:  0.03 s
19.19/19.23	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
19.19/19.27	c Subs w/ non-existent bins:     11 time:  0.04 s
19.19/19.27	c Replacing        5 vars Replaced      399 lits Time:     0.01 s 
19.29/19.30	c bin-w-bin subsume rem           21 bins  time:  0.00 s
19.29/19.38	c subs with bin:      123  lits-rem:      1510  v-fix:    0  time:  0.08 s
19.29/19.39	c Removed useless bin:       1  fixed:     0  bprops:   0.56M  time:  0.01 s
20.29/20.30	c ORs :     15 avg-s:  3.4 cl-sh:     9 l-rem:     18 b-add:      7 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
21.49/21.55	c Added 5 vars  tried: 80000 time: 1.24
21.49/21.55	c ORs :      5 avg-s:  0.0 cl-sh:   729 l-rem:    729 b-add:     10 v-rep:   0 cl-rem: 0 avg s: nan T:    1.24
21.49/21.56	c lits-rem:      1047  cl-subs:     1300  v-elim:    104  v-fix:    0  time:  2.18 s
21.49/21.56	c learnt bin added due to v-elim: 0
21.49/21.58	c vivif2 --  cl tried    42031 cl shrink       23 lits rem         27 time: 0.02
21.59/21.60	c vivif2 --  cl tried    18325 cl shrink      215 lits rem        287 time: 0.02
21.69/21.74	c asymm  cl-useful: 18/956/42029 lits-rem:26 time: 0.14
21.69/21.74	c calculated reachability. Time: 0.00
21.69/21.74	c  N dy    28     69881      8508     42027     16875     18324    185243    369868     53.23     10.53  --
21.69/21.74	c  F st    28     69881      8508     42027     16875     18324    185243    369868     53.23     10.53  --
22.09/22.11	c Decided on static restart strategy
26.29/26.35	c  N dy    35     92366      8506     42027     16934     15788    185243    209716     46.92     10.72  --
27.40/27.48	c  N dy    38     99126      8505     42027     16967     22373    185243    414498     33.48     10.71  --
29.19/29.27	c  S st    40    104821      8505     42027     16972     14159    185243     71131     49.46     10.78  --
29.39/29.43	c  S st    40    105325      8505     42027     17006     14627    185243     75226     49.46     10.78  --
29.39/29.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.39/29.43	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
30.19/30.20	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   13 Bin:   2367 BRemL:    271 BRemN:      8 CBin:       0 P: 17.7M T:  0.77
30.19/30.23	c Calc non-exist non-lernt bins v-fix:     0 done:   8504 time:  0.03 s
30.19/30.23	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
30.19/30.26	c Subs w/ non-existent bins:     43 time:  0.03 s
30.19/30.27	c Replacing       13 vars Replaced      485 lits Time:     0.01 s 
30.19/30.28	c bin-w-bin subsume rem           35 bins  time:  0.00 s
30.29/30.30	c subs with bin:      170  lits-rem:       106  v-fix:    0  time:  0.01 s
30.29/30.31	c Removed useless bin:       9  fixed:     0  bprops:   0.47M  time:  0.01 s
30.39/30.43	c ORs :     23 avg-s:  3.4 cl-sh:     1 l-rem:      2 b-add:      1 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
31.49/31.58	c Added 0 vars  tried: 80000 time: 1.15
31.49/31.58	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    1.15
31.49/31.59	c lits-rem:        68  cl-subs:      389  v-elim:    114  v-fix:    0  time:  1.29 s
31.49/31.59	c learnt bin added due to v-elim: 0
31.59/31.61	c vivif2 --  cl tried    41890 cl shrink       26 lits rem         28 time: 0.02
31.59/31.62	c vivif2 --  cl tried    14149 cl shrink       14 lits rem         15 time: 0.01
31.80/31.88	c asymm  cl-useful: 37/1994/41885 lits-rem:37 time: 0.26
31.80/31.89	c calculated reachability. Time: 0.00
31.80/31.89	c  N dy    40    105325      8479     41885     18007     14149    184649     72698     49.46     10.78  --
33.39/33.49	c  N dy    42    114529      8478     41885     18032     23191    184649    426435     32.61     10.86  --
35.39/35.49	c  N dy    45    126495      8478     41885     18063     20093    184649    237673     35.25     10.88  --
36.89/36.99	c  N dy    48    135279      8478     41885     18093     28751    184649    593749     29.66     11.00  --
40.89/40.91	c  N dy    51    157989      8477     41885     18141     18410    184649    179030     70.40     11.11  --
40.89/40.92	c  S st    51    157989      8477     41885     18141     18410    184649    179030     70.40     11.11  --
40.89/40.93	c Finding binary XORs  T:     0.01 s  found:      20
40.99/41.08	c  S st    51    158490      8477     41869     18145     18870    184594    185516     70.40     11.11  --
40.99/41.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.99/41.08	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
41.89/41.96	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    1 Bin:   2203 BRemL:    260 BRemN:      1 CBin:       0 P: 18.8M T:  0.88
41.89/41.99	c Calc non-exist non-lernt bins v-fix:     0 done:   8476 time:  0.03 s
41.89/41.99	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
41.99/42.02	c Subs w/ non-existent bins:     11 time:  0.03 s
41.99/42.03	c Replacing       21 vars Replaced      879 lits Time:     0.01 s 
41.99/42.05	c bin-w-bin subsume rem           35 bins  time:  0.00 s
41.99/42.08	c subs with bin:      204  lits-rem:       379  v-fix:    0  time:  0.03 s
41.99/42.09	c Removed useless bin:       7  fixed:     0  bprops:   0.48M  time:  0.01 s
42.39/42.46	c ORs :     28 avg-s:  3.5 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
43.69/43.73	c Added 6 vars  tried: 80000 time: 1.28
43.69/43.73	c ORs :      6 avg-s:  0.0 cl-sh:   637 l-rem:    637 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    1.28
43.69/43.75	c lits-rem:      1066  cl-subs:      726  v-elim:    124  v-fix:    0  time:  1.65 s
43.69/43.75	c learnt bin added due to v-elim: 0
43.69/43.76	c vivif2 --  cl tried    41730 cl shrink       24 lits rem         34 time: 0.02
43.69/43.78	c vivif2 --  cl tried    18039 cl shrink      102 lits rem        157 time: 0.01
43.99/44.07	c asymm  cl-useful: 39/1898/41728 lits-rem:40 time: 0.29
43.99/44.07	c calculated reachability. Time: 0.00
43.99/44.07	c  N dy    51    158490      8449     41728     18852     18039    183987    162790     70.40     11.11  --
52.89/52.93	c  N dy    52    197413      8449     41728     18900     19721    183987    136848     58.71     10.97  --
55.59/55.69	c  N dy    55    212907      8449     41728     18947     34920    183986    681108     34.43     11.03  --
58.50/58.57	c  N dy    58    229852      8449     41728     18978     31803    183986    519718     34.65     11.03  --
60.29/60.38	c  S st    59    237735      8448     41728     18997     39557    183986    839174     58.02     11.06  --
60.40/60.40	c Finding binary XORs  T:     0.01 s  found:      24
60.59/60.64	c  S st    59    238240      8448     41721     19012     40017    183957    848547     58.02     11.06  --
60.59/60.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.59/60.64	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
62.70/62.73	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   2602 BRemL:    436 BRemN:      3 CBin:       0 P: 44.4M T:  2.09
62.70/62.76	c Calc non-exist non-lernt bins v-fix:     0 done:   8447 time:  0.03 s
62.70/62.76	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
62.79/62.83	c Subs w/ non-existent bins:     18 time:  0.06 s
62.79/62.85	c Replacing       24 vars Replaced     1694 lits Time:     0.02 s 
62.79/62.89	c bin-w-bin subsume rem           33 bins  time:  0.00 s
62.99/63.07	c subs with bin:      214  lits-rem:      2749  v-fix:    0  time:  0.18 s
62.99/63.08	c Removed useless bin:       1  fixed:     0  bprops:   0.47M  time:  0.01 s
65.69/65.72	c ORs :     38 avg-s:  3.2 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
66.49/66.58	c Added 10 vars  tried: 80000 time: 0.86
66.49/66.59	c ORs :     10 avg-s:  0.0 cl-sh:  1436 l-rem:   1436 b-add:     21 v-rep:   0 cl-rem: 0 avg s: nan T:    0.87
66.59/66.61	c lits-rem:      2951  cl-subs:     3448  v-elim:    124  v-fix:    0  time:  3.53 s
66.59/66.61	c learnt bin added due to v-elim: 0
66.59/66.63	c vivif2 --  cl tried    41561 cl shrink        5 lits rem          6 time: 0.02
66.59/66.67	c vivif2 --  cl tried    36457 cl shrink      455 lits rem        565 time: 0.04
66.79/66.82	c asymm  cl-useful: 34/583/41561 lits-rem:34 time: 0.16
66.79/66.83	c calculated reachability. Time: 0.00
66.79/66.83	c  N dy    59    238240      8426     41561     20405     36453    183299    735310     58.02     11.06  --
74.59/74.68	c  N dy    60    267245      8426     41561     20440     22651    183299    149621     64.61     11.10  --
93.79/93.88	c  N dy    61    357360      8426     41561     20502     40036    183299    911121     56.59     11.09  --
93.89/93.93	c  S st    61    357360      8426     41561     20502     40036    183299    911121     56.59     11.09  --
93.89/93.94	c Finding binary XORs  T:     0.01 s  found:      18
94.09/94.17	c  S st    61    357864      8425     41561     20533     40496    183299    919304     56.59     11.09  --
94.09/94.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.09/94.18	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
96.19/96.24	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    3 Bin:   1466 BRemL:    331 BRemN:      1 CBin:       0 P: 47.8M T:  2.07
96.19/96.27	c Calc non-exist non-lernt bins v-fix:     0 done:   8423 time:  0.03 s
96.19/96.27	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
96.29/96.34	c Subs w/ non-existent bins:     16 time:  0.07 s
96.29/96.37	c Replacing       21 vars Replaced     2409 lits Time:     0.02 s 
96.39/96.40	c bin-w-bin subsume rem           30 bins  time:  0.01 s
96.49/96.56	c subs with bin:      235  lits-rem:      3627  v-fix:    0  time:  0.16 s
96.49/96.57	c Removed useless bin:       6  fixed:     0  bprops:   0.46M  time:  0.01 s
97.80/97.89	c ORs :     51 avg-s:  3.0 cl-sh:     5 l-rem:     11 b-add:      1 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
98.69/98.74	c Added 18 vars  tried: 80000 time: 0.85
98.69/98.75	c ORs :     18 avg-s:  0.0 cl-sh:  2920 l-rem:   2920 b-add:     37 v-rep:   0 cl-rem: 6 avg s: 3.0 T:    0.86
98.69/98.77	c lits-rem:      1718  cl-subs:     4019  v-elim:    148  v-fix:    0  time:  2.19 s
98.69/98.77	c learnt bin added due to v-elim: 0
98.69/98.79	c vivif2 --  cl tried    41436 cl shrink       36 lits rem         45 time: 0.02
98.79/98.83	c vivif2 --  cl tried    36303 cl shrink      554 lits rem        930 time: 0.04
98.90/98.99	c asymm  cl-useful: 20/703/41436 lits-rem:28 time: 0.16
98.90/99.00	c calculated reachability. Time: 0.00
98.90/99.00	c  N dy    61    357864      8405     41434     20282     36303    182839    719228     56.59     11.09  --
108.90/108.95	c  N dy    63    399808      8404     41434     20320     52014    182839   1423752     41.58     11.10  --
117.60/117.63	c  N dy    65    431219      8404     41434     20333     28576    182839    156886     31.24     11.18  --
122.59/122.61	c  N dy    66    453413      8403     41434     20349     50383    182839   1184101     45.10     11.20  --
139.60/139.70	c  N dy    67    523193      8403     41434     20405     60711    182839   1268467     28.51     11.34  --
142.50/142.57	c  S st    70    536797      8403     41434     20422     43415    182839    621510     52.45     11.36  --
142.80/142.82	c  S st    70    537300      8403     41434     20448     43889    182839    629476     52.45     11.36  --
142.80/142.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
142.80/142.82	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
144.60/144.69	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   29 Bin:   2047 BRemL:    799 BRemN:      0 CBin:       0 P: 55.0M T:  1.86
144.70/144.72	c Calc non-exist non-lernt bins v-fix:     0 done:   8402 time:  0.03 s
144.70/144.72	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
144.70/144.78	c Subs w/ non-existent bins:     91 time:  0.06 s
144.80/144.80	c Replacing       29 vars Replaced     2222 lits Time:     0.02 s 
144.80/144.83	c bin-w-bin subsume rem           28 bins  time:  0.01 s
144.90/144.95	c subs with bin:      354  lits-rem:      2822  v-fix:    0  time:  0.12 s
144.90/144.96	c Removed useless bin:       7  fixed:     0  bprops:   0.46M  time:  0.01 s
146.50/146.57	c ORs :     68 avg-s:  2.7 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
147.90/147.93	c Added 1 vars  tried: 80000 time: 1.36
147.90/147.93	c ORs :      1 avg-s:  0.0 cl-sh:   116 l-rem:    116 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    1.36
147.90/147.95	c lits-rem:      2293  cl-subs:     5218  v-elim:    166  v-fix:    0  time:  2.99 s
147.90/147.95	c learnt bin added due to v-elim: 0
147.90/147.97	c vivif2 --  cl tried    41256 cl shrink       31 lits rem         35 time: 0.02
147.90/147.99	c vivif2 --  cl tried    38408 cl shrink      268 lits rem        302 time: 0.03
148.10/148.13	c asymm  cl-useful: 24/619/41256 lits-rem:34 time: 0.14
148.10/148.14	c calculated reachability. Time: 0.00
148.10/148.14	c  N dy    70    537300      8354     41254     20808     38407    182198    427912     52.45     11.36  --
148.10/148.14	c  F st    70    537300      8354     41254     20808     38407    182198    427912     52.45     11.36  --
148.50/148.57	c Decided on static restart strategy
148.50/148.58	c Finding binary XORs  T:     0.01 s  found:       0
176.60/176.61	c  N dy    77    653558      8354     41254     20891     55412    182198   1049351     42.76     11.72  --
182.50/182.52	c  N dy    79    676800      8354     41254     20902     43649    182198    474810     28.04     11.73  --
187.60/187.69	c  N dy    83    699828      8354     41254     20926     66279    182198   1278475     44.20     11.74  --
217.90/217.96	c  N dy    85    805950      8354     41254     20956     61414    182198   1615816     40.42     11.99  --
218.00/218.05	c  S st    85    805950      8354     41254     20956     61414    182198   1615816     40.42     11.99  --
218.20/218.29	c  S st    85    806451      8353     41254     20972     61892    182198   1623590     40.42     11.99  --
218.30/218.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
218.30/218.30	c Cache  BProp: 1 Set: 0 BXProp: 30 T: 0.00
220.70/220.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:   3491 BRemL:    467 BRemN:      9 CBin:       0 P: 60.0M T:  2.43
220.70/220.76	c Calc non-exist non-lernt bins v-fix:     0 done:   8353 time:  0.03 s
220.70/220.76	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
220.80/220.87	c Subs w/ non-existent bins:     85 time:  0.10 s
220.90/220.90	c Replacing       30 vars Replaced     3124 lits Time:     0.03 s 
220.90/220.96	c bin-w-bin subsume rem           43 bins  time:  0.01 s
221.30/221.38	c subs with bin:      340  lits-rem:      8331  v-fix:    0  time:  0.42 s
221.30/221.39	c Removed useless bin:       3  fixed:     0  bprops:   0.40M  time:  0.01 s
223.49/223.52	c ORs :     74 avg-s:  2.8 cl-sh:    51 l-rem:    103 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
224.19/224.22	c Added 26 vars  tried: 80000 time: 0.70
224.19/224.23	c ORs :     26 avg-s:  0.0 cl-sh:  3047 l-rem:   3047 b-add:     52 v-rep:   0 cl-rem: 0 avg s: nan T:    0.71
224.19/224.26	c lits-rem:      2188  cl-subs:     6523  v-elim:    156  v-fix:    0  time:  2.87 s
224.19/224.26	c learnt bin added due to v-elim: 0
224.19/224.28	c vivif2 --  cl tried    41087 cl shrink       20 lits rem         20 time: 0.02
224.30/224.34	c vivif2 --  cl tried    55149 cl shrink      545 lits rem        677 time: 0.06
224.40/224.48	c asymm  cl-useful: 26/386/41087 lits-rem:26 time: 0.14
224.40/224.49	c calculated reachability. Time: 0.00
224.40/224.49	c  N dy    85    806451      8337     41087     22029     55145    181600   1171759     40.42     11.99  --
239.89/239.93	c  N dy    91    852914      8336     41087     22183     62469    181600   2386920     85.04     12.38  --
251.60/251.69	c  N dy    94    884557      8336     41087     22299     54123    181600   1831753    107.95     12.48  --
257.50/257.53	c Finding binary XORs  T:     0.01 s  found:     119
257.60/257.68	c Replacing      119 vars Replaced    39217 lits Time:     0.15 s 
259.70/259.72	c  N dy    99    905071      8216     41080     21752     73968    181547   3755578     99.08     12.56  --
272.49/272.55	c  N dy   104    944100      8216     41080     21889     71961    181547   2995930     94.19     12.69  --
287.80/287.86	c  N dy   108    983973      8216     41080     22050     69642    181547   2831218     85.00     13.02  --
311.69/311.72	c  N dy   111   1040104      8215     41080     22210     82465    181547   5335655    102.92     13.20  --
405.70/405.79	c  N dy   112   1209681      8215     41080     22368     70211    181547   2708154    114.90     13.01  --
405.91/405.91	c  S st   112   1209681      8215     41080     22368     70211    181547   2708154    114.90     13.01  --
406.10/406.17	c  S st   112   1210182      8215     41080     22383     70697    181547   2713435    114.90     13.01  --
406.10/406.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
406.10/406.18	c Cache  BProp: 3 Set: 0 BXProp: 197 T: 0.00
409.30/409.34	c Flit:     5 Blit:      0 bXBeca:    0 bXProp:  170 Bin:   2780 BRemL:   1483 BRemN:    201 CBin:       0 P: 60.0M T:  3.16
409.30/409.37	c Calc non-exist non-lernt bins v-fix:     0 done:   8210 time:  0.03 s
409.30/409.37	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
409.50/409.54	c Subs w/ non-existent bins:   1949 time:  0.17 s
409.80/409.86	c Replacing      363 vars Replaced   123375 lits Time:     0.31 s 
409.90/409.94	c bin-w-bin subsume rem          557 bins  time:  0.01 s
410.80/410.84	c subs with bin:      805  lits-rem:     34695  v-fix:    0  time:  0.90 s
410.80/410.84	c Removed useless bin:       5  fixed:     0  bprops:   0.37M  time:  0.01 s
416.40/416.41	c ORs :    101 avg-s:  2.6 cl-sh:   320 l-rem:    320 b-add:      0 v-rep:   0 cl-rem: 5 avg s: 3.0 T:    0.02
416.91/416.95	c Added 49 vars  tried: 80000 time: 0.54
417.00/417.04	c ORs :     49 avg-s:  0.0 cl-sh: 10952 l-rem:  10952 b-add:     98 v-rep:   0 cl-rem: 0 avg s: nan T:    0.63
417.00/417.08	c lits-rem:      3832  cl-subs:    10723  v-elim:    279  v-fix:    0  time:  6.24 s
417.00/417.08	c learnt bin added due to v-elim: 0
417.10/417.10	c vivif2 --  cl tried    38756 cl shrink       37 lits rem         44 time: 0.02
417.30/417.30	c vivif2 --  cl tried    59524 cl shrink     6975 lits rem      10158 time: 0.20
417.40/417.45	c asymm  cl-useful: 16/426/38754 lits-rem:28 time: 0.15
417.40/417.46	c calculated reachability. Time: 0.00
417.40/417.46	c  N dy   112   1210182      7879     38751     21666     59521    171508   2101292    114.90     13.01  --
713.81/713.82	c  N dy   115   1710182      7879     38751     22180     92576    171508   5051820    143.73     13.83  --
714.11/714.12	c  S st   115   1710182      7879     38751     22180     92576    171508   5051820    143.73     13.83  --
714.11/714.13	c Finding binary XORs  T:     0.01 s  found:     194
714.31/714.39	c Replacing      194 vars Replaced    80588 lits Time:     0.26 s 
714.71/714.79	c  S st   115   1710683      7685     38751     21887     92201    171508   5054688    143.73     13.83  --
714.81/714.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
714.81/714.80	c Cache  BProp: 2 Set: 0 BXProp: 7 T: 0.00
717.51/717.55	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   52 Bin:   6163 BRemL:   1177 BRemN:     32 CBin:       0 P: 60.0M T:  2.75
717.51/717.57	c Calc non-exist non-lernt bins v-fix:     0 done:   7684 time:  0.02 s
717.51/717.58	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
717.81/717.89	c Subs w/ non-existent bins:    414 time:  0.32 s
718.01/718.02	c Replacing       57 vars Replaced     8711 lits Time:     0.13 s 
718.12/718.16	c bin-w-bin subsume rem          596 bins  time:  0.01 s
719.71/719.74	c subs with bin:      470  lits-rem:     15317  v-fix:    0  time:  1.58 s
719.71/719.74	c Removed useless bin:       6  fixed:     0  bprops:   0.26M  time:  0.01 s
750.51/750.58	c ORs :    153 avg-s:  2.4 cl-sh:     6 l-rem:      6 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.09
751.32/751.31	c Added 51 vars  tried: 80000 time: 0.73
751.71/751.72	c ORs :     51 avg-s:  0.0 cl-sh: 29183 l-rem:  29183 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    1.14
751.71/751.78	c lits-rem:      3493  cl-subs:    12847  v-elim:    617  v-fix:    0  time: 32.04 s
751.71/751.78	c learnt bin added due to v-elim: 0
751.81/751.80	c vivif2 --  cl tried    37429 cl shrink       46 lits rem         46 time: 0.02
752.11/752.16	c vivif2 --  cl tried    79853 cl shrink    14037 lits rem      19918 time: 0.36
752.31/752.33	c asymm  cl-useful: 5/328/37415 lits-rem:6 time: 0.17
752.31/752.34	c calculated reachability. Time: 0.00
752.31/752.34	c  N dy   115   1710683      7664     37415     25290     79821    165970   3655410    143.73     13.83  --
796.71/796.78	c  N dy   117   1791975      7664     37415     25428    104013    165970   7440402     90.08     13.89  --
797.52/797.55	c Finding binary XORs  T:     0.01 s  found:      47
815.02/815.09	c  N dy   133   1832319      7664     37415     25508     86365    165970   4894266    193.25     13.96  --
927.01/927.01	c  N dy   134   2034097      7664     37415     25693    107844    165970   7247807    152.45     14.29  --
1034.42/1034.46	c  N dy   135   2210684      7664     37415     25780     95146    165970   5344326    162.43     14.86  --
1034.72/1034.72	c  S st   135   2210684      7664     37415     25780     95146    165970   5344326    162.43     14.86  --
1035.03/1035.02	c  S st   135   2211186      7664     37415     25803     95624    165970   5358107    162.43     14.86  --
1035.03/1035.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1035.03/1035.04	c Cache  BProp: 2 Set: 0 BXProp: 127 T: 0.00
1038.22/1038.24	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   59 Bin:   2833 BRemL:   1652 BRemN:     71 CBin:       0 P: 60.0M T:  3.20
1038.22/1038.27	c Calc non-exist non-lernt bins v-fix:     0 done:   7663 time:  0.02 s
1038.22/1038.27	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
1038.52/1038.55	c Subs w/ non-existent bins:    770 time:  0.29 s
1038.92/1038.92	c Replacing      214 vars Replaced    71182 lits Time:     0.37 s 
1039.02/1039.07	c bin-w-bin subsume rem          275 bins  time:  0.01 s
1040.62/1040.66	c subs with bin:      528  lits-rem:     11496  v-fix:    0  time:  1.59 s
1040.62/1040.67	c Removed useless bin:       6  fixed:     0  bprops:   0.22M  time:  0.01 s
1076.32/1076.31	c ORs :    208 avg-s:  2.4 cl-sh:     4 l-rem:      6 b-add:      1 v-rep:   0 cl-rem: 2 avg s: 3.0 T:    0.11
1076.92/1076.92	c Added 51 vars  tried: 80000 time: 0.61
1077.22/1077.25	c ORs :     51 avg-s:  0.0 cl-sh: 31431 l-rem:  31431 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    0.94
1077.32/1077.31	c lits-rem:      1485  cl-subs:    13211  v-elim:    906  v-fix:    0  time: 36.64 s
1077.32/1077.31	c learnt bin added due to v-elim: 0
1077.32/1077.32	c vivif2 --  cl tried    36384 cl shrink       38 lits rem         45 time: 0.02
1077.53/1077.57	c vivif2 --  cl tried    81962 cl shrink     6335 lits rem      15916 time: 0.24
1077.72/1077.74	c asymm  cl-useful: 15/287/36380 lits-rem:15 time: 0.16
1077.72/1077.75	c calculated reachability. Time: 0.00
1077.72/1077.75	c  N dy   135   2211186      7488     36380     24308     81954    161681   3745767    162.43     14.86  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3291357-1303786838/watcher-3291357-1303786838 -o /tmp/evaluation-result-3291357-1303786838/solver-3291357-1303786838 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3291357-1303786838.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.91 4/189 15438
/proc/meminfo: memFree=23628636/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=24384 CPUtime=0 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 1547 0 0 0 0 0 0 0 25 0 1 0 568914537 24969216 1339 33554432000 4194304 4797429 140735808643344 18446744073709551615 4366300 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 6096 1344 342 148 0 1025 0

[startup+0.0289341 s]
/proc/loadavg: 4.00 4.00 3.91 4/189 15438
/proc/meminfo: memFree=23628636/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=34876 CPUtime=0.02 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 2501 0 0 0 2 0 0 0 25 0 1 0 568914537 35713024 2032 33554432000 4194304 4797429 140735808643344 18446744073709551615 4660251 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 8719 2032 350 148 0 3648 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 34876

[startup+0.100922 s]
/proc/loadavg: 4.00 4.00 3.91 4/189 15438
/proc/meminfo: memFree=23628636/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=35900 CPUtime=0.09 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 2839 0 0 0 9 0 0 0 25 0 1 0 568914537 36761600 2358 33554432000 4194304 4797429 140735808643344 18446744073709551615 4427942 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 8975 2358 374 148 0 3904 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35900

[startup+0.300886 s]
/proc/loadavg: 4.00 4.00 3.91 4/189 15438
/proc/meminfo: memFree=23628636/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=136900 CPUtime=0.29 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 3373 0 0 0 29 0 0 0 25 0 1 0 568914537 140185600 2649 33554432000 4194304 4797429 140735808643344 18446744073709551615 4430142 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 34225 2649 381 148 0 29154 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 136900

[startup+0.700872 s]
/proc/loadavg: 4.00 4.00 3.91 4/189 15438
/proc/meminfo: memFree=23628636/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=138748 CPUtime=0.69 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 3892 0 0 0 69 0 0 0 25 0 1 0 568914537 142077952 3168 33554432000 4194304 4797429 140735808643344 18446744073709551615 4427848 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 34687 3168 381 148 0 29616 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138748

[startup+1.50067 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 15439
/proc/meminfo: memFree=23612000/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=143972 CPUtime=1.49 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 5103 0 0 0 149 0 0 0 25 0 1 0 568914537 147427328 4377 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424380 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 35993 4377 412 148 0 30922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143972

[startup+3.10037 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 15439
/proc/meminfo: memFree=23610016/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=144584 CPUtime=3.09 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 5766 0 0 0 309 0 0 0 25 0 1 0 568914537 148054016 4633 33554432000 4194304 4797429 140735808643344 18446744073709551615 4391192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 36146 4633 412 148 0 31075 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 144584

[startup+6.30079 s]
/proc/loadavg: 4.08 4.02 3.92 5/190 15439
/proc/meminfo: memFree=23607056/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=145580 CPUtime=6.29 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 7142 0 0 0 629 0 0 0 25 0 1 0 568914537 149073920 4918 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424713 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 36395 4918 412 148 0 31324 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145580

[startup+12.7006 s]
/proc/loadavg: 4.07 4.02 3.92 5/190 15439
/proc/meminfo: memFree=23600532/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=148924 CPUtime=12.69 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 9054 0 0 0 1268 1 0 0 25 0 1 0 568914537 152498176 6175 33554432000 4194304 4797429 140735808643344 18446744073709551615 4524596 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 37231 6175 416 148 0 32160 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 148924

[startup+25.5003 s]
/proc/loadavg: 4.06 4.01 3.92 5/190 15448
/proc/meminfo: memFree=23599384/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=153032 CPUtime=25.49 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 12817 0 0 0 2547 2 0 0 25 0 1 0 568914537 156704768 7294 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424965 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 38258 7294 419 148 0 33187 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 153032

[startup+51.1006 s]
/proc/loadavg: 4.04 4.01 3.92 5/190 15449
/proc/meminfo: memFree=23589392/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=155596 CPUtime=51.09 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 20379 0 0 0 5105 4 0 0 25 0 1 0 568914537 159330304 7815 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 38899 7815 419 148 0 33828 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155596

[startup+102.307 s]
/proc/loadavg: 4.01 4.01 3.92 5/190 15450
/proc/meminfo: memFree=23580048/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=164700 CPUtime=102.3 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 34434 0 0 0 10221 9 0 0 25 0 1 0 568914537 168652800 10840 33554432000 4194304 4797429 140735808643344 18446744073709551615 4416090 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 41175 10840 419 148 0 36104 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 164700

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 15452
/proc/meminfo: memFree=23575660/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=169372 CPUtime=162.29 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 48564 0 0 0 16216 13 0 0 25 0 1 0 568914537 173436928 12280 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 42343 12281 419 148 0 37272 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 169372

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 15454
/proc/meminfo: memFree=23556160/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=175144 CPUtime=222.29 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 61941 0 0 0 22211 18 0 0 25 0 1 0 568914537 179347456 13494 33554432000 4194304 4797429 140735808643344 18446744073709551615 4523968 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 43786 13494 419 148 0 38715 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 175144

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 15455
/proc/meminfo: memFree=23550544/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=180092 CPUtime=282.3 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 80870 0 0 0 28204 26 0 0 25 0 1 0 568914537 184414208 14578 33554432000 4194304 4797429 140735808643344 18446744073709551615 4331610 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 45023 14578 419 148 0 39952 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 180092

[startup+342.3 s]
/proc/loadavg: 4.07 4.02 3.92 5/190 15457
/proc/meminfo: memFree=23539476/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=182884 CPUtime=342.3 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 97744 0 0 0 34196 34 0 0 25 0 1 0 568914537 187273216 14986 33554432000 4194304 4797429 140735808643344 18446744073709551615 4351787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 45721 14986 419 148 0 40650 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182884

[startup+402.3 s]
/proc/loadavg: 4.02 4.01 3.92 5/190 15458
/proc/meminfo: memFree=23502992/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=185784 CPUtime=402.3 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 109793 0 0 0 40190 40 0 0 25 0 1 0 568914537 190242816 16321 33554432000 4194304 4797429 140735808643344 18446744073709551615 4341278 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 46446 16321 419 148 0 41375 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185784

[startup+462.3 s]
/proc/loadavg: 2.52 3.62 3.79 2/172 15514
/proc/meminfo: memFree=24759872/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=197824 CPUtime=462.3 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 126657 0 0 0 46186 44 0 0 25 0 1 0 568914537 202571776 17956 33554432000 4194304 4797429 140735808643344 18446744073709551615 4351629 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 49456 17956 419 148 0 44385 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 197824

[startup+522.3 s]
/proc/loadavg: 1.56 3.14 3.62 2/172 15516
/proc/meminfo: memFree=24755748/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=200072 CPUtime=522.31 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 144418 0 0 0 52182 49 0 0 25 0 1 0 568914537 204873728 19256 33554432000 4194304 4797429 140735808643344 18446744073709551615 4340971 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 50018 19256 419 148 0 44947 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 200072

[startup+582.3 s]
/proc/loadavg: 1.20 2.75 3.45 2/172 15517
/proc/meminfo: memFree=24726184/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=201916 CPUtime=582.31 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 159777 0 0 0 58179 52 0 0 25 0 1 0 568914537 206761984 26346 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 50479 26346 419 148 0 45408 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 201916

[startup+642.3 s]
/proc/loadavg: 1.07 2.43 3.29 2/172 15519
/proc/meminfo: memFree=24735432/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=203488 CPUtime=642.31 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 175144 0 0 0 64175 56 0 0 25 0 1 0 568914537 208371712 23911 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424333 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 50872 23911 419 148 0 45801 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 203488

[startup+702.3 s]
/proc/loadavg: 1.02 2.16 3.15 2/172 15520
/proc/meminfo: memFree=24745920/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=204960 CPUtime=702.31 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 189845 0 0 0 70171 60 0 0 25 0 1 0 568914537 209879040 21388 33554432000 4194304 4797429 140735808643344 18446744073709551615 4426365 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 51240 21388 419 148 0 46169 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 204960

[startup+762.306 s]
/proc/loadavg: 1.01 1.95 3.01 2/172 15522
/proc/meminfo: memFree=24699756/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=221928 CPUtime=762.32 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 201340 0 0 0 76170 62 0 0 25 0 1 0 568914537 227254272 32791 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 55482 32791 419 148 0 50411 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 221928

[startup+822.3 s]
/proc/loadavg: 1.00 1.77 2.88 2/172 15524
/proc/meminfo: memFree=24709516/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=226020 CPUtime=822.31 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 220329 0 0 0 82165 66 0 0 25 0 1 0 568914537 231444480 30523 33554432000 4194304 4797429 140735808643344 18446744073709551615 4340957 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 56505 30523 419 148 0 51434 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 226020

[startup+882.3 s]
/proc/loadavg: 1.00 1.63 2.76 2/172 15525
/proc/meminfo: memFree=24713828/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=228732 CPUtime=882.31 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 239745 0 0 0 88161 70 0 0 25 0 1 0 568914537 234221568 29328 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 57183 29328 419 148 0 52112 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 228732

[startup+942.3 s]
/proc/loadavg: 1.00 1.51 2.65 2/172 15527
/proc/meminfo: memFree=24720980/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=230160 CPUtime=942.32 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 258841 0 0 0 94157 75 0 0 25 0 1 0 568914537 235683840 27711 33554432000 4194304 4797429 140735808643344 18446744073709551615 4423072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 57540 27711 419 148 0 52469 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 230160

[startup+1002.3 s]
/proc/loadavg: 1.00 1.42 2.54 2/172 15528
/proc/meminfo: memFree=24697140/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=232016 CPUtime=1002.32 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 276033 0 0 0 100152 80 0 0 25 0 1 0 568914537 237584384 33508 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 58004 33508 419 148 0 52933 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 232016

[startup+1062.3 s]
/proc/loadavg: 1.00 1.34 2.44 2/172 15530
/proc/meminfo: memFree=24692144/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=248140 CPUtime=1062.32 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 288540 0 0 0 106150 82 0 0 25 0 1 0 568914537 254095360 34749 33554432000 4194304 4797429 140735808643344 18446744073709551615 4568098 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 62035 34749 419 148 0 56964 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 248140

[startup+1122.3 s]
/proc/loadavg: 1.00 1.27 2.35 2/172 15532
/proc/meminfo: memFree=24690972/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=251888 CPUtime=1122.32 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 302176 0 0 0 112146 86 0 0 25 0 1 0 568914537 257933312 35129 33554432000 4194304 4797429 140735808643344 18446744073709551615 4423709 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 62972 35129 419 148 0 57901 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 251888

[startup+1182.3 s]
/proc/loadavg: 1.00 1.22 2.26 2/172 15533
/proc/meminfo: memFree=24674680/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=253456 CPUtime=1182.32 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 316410 0 0 0 118142 90 0 0 25 0 1 0 568914537 259538944 39294 33554432000 4194304 4797429 140735808643344 18446744073709551615 4255520 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 63364 39294 419 148 0 58293 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 253456

[startup+1242.3 s]
/proc/loadavg: 1.00 1.18 2.18 2/172 15535
/proc/meminfo: memFree=24697332/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=254856 CPUtime=1242.33 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 330198 0 0 0 124139 94 0 0 25 0 1 0 568914537 260972544 33540 33554432000 4194304 4797429 140735808643344 18446744073709551615 4404796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 63714 33540 419 148 0 58643 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 254856



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.14 2.10 2/172 15536
/proc/meminfo: memFree=24696304/32950928 swapFree=67071984/67111528
[pid=15438] ppid=15436 vsize=257900 CPUtime=1300.04 cores=5,7
/proc/15438/stat : 15438 (techdemo) R 15436 15438 14972 0 -1 4202496 341300 0 0 0 129907 97 0 0 25 0 1 0 568914537 264089600 33672 33554432000 4194304 4797429 140735808643344 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 64475 33672 419 148 0 59404 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 257900

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.07
CPU system time (s): 0.98185
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 366564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.07
system time used= 0.98185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341300
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= 750

runsolver used 1.70974 second user time and 4.6233 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-26 05:00:39
IDJOB=3291357
IDBENCH=84211
IDSOLVER=1585
FILE ID=node116/3291357-1303786838
RUNJOBID= node116-1303785951-15294
PBS_JOBID= 13157235
Free space on /tmp= 72372 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291357-1303786838/watcher-3291357-1303786838 -o /tmp/evaluation-result-3291357-1303786838/solver-3291357-1303786838 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3291357-1303786838.cnf

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=737448719

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:     32950928 kB
MemFree:      23628792 kB
Buffers:       1870524 kB
Cached:        6031456 kB
SwapCached:       9732 kB
Active:        4560384 kB
Inactive:      4338416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23628792 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           16564 kB
Writeback:           0 kB
AnonPages:      990692 kB
Mapped:          15596 kB
Slab:           356508 kB
PageTables:       7080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1652304 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= 72600 MiB
End job on node116 at 2011-04-26 05:22:21