Trace number 3175578

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-st? (TO) 1300.07 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S357264423-067-UNKNOWN.cnf
MD5SUM425b4c5e5535f7d6b9d17ca8feb0ac3e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark78.815
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
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-3175578-1301784951.cnf'
0.00/0.00	c -- header says num vars:          20000
0.00/0.00	c -- header says num clauses:       84000
0.00/0.05	c -- clauses added:            0 learnts,        84000 normals,            0 xors
0.00/0.05	c -- vars added      20000
0.00/0.05	c Parsing time:  0.04 s
0.00/0.05	c  N st     0         0     20000     84000         0         0    252000         0   no data   no data  --
0.09/0.11	c asymm  cl-useful: 0/84000/84000 lits-rem:0 time: 0.05
0.09/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.04
0.09/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.18/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.18/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20000 time:  0.01 s
0.18/0.21	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
0.28/0.39	c lits-rem:         0  cl-subs:        0  v-elim:    665  v-fix:    0  time:  0.17 s
0.28/0.39	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.43	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.38/0.43	c calculated reachability. Time: 0.00
0.38/0.43	c Calc default polars -  time:   0.01 s pos:    8787 undec:    2366 neg:    8847
0.38/0.43	c =========================================================================================
0.38/0.43	c types(t): F = full restart, N = normal restart
0.38/0.43	c types(t): S = simplification begin/end, E = solution found
0.38/0.43	c restart types(rt): st = static, dy = dynamic
0.38/0.43	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.43	c  B st     0         0     19335     83166         0         0    253151         0   no data   no data  --
1.48/1.53	c  N dy    23      4419     19335     83166         0      4418    253151   1001738    129.41    142.39  --
2.48/2.52	c  N dy    48      8428     19335     83166         0      8427    253151   1829269    130.18    137.71  --
3.49/3.53	c  N dy    73     12478     19335     83166         0     12477    253151   2625239    128.62    139.11  --
4.49/4.58	c  N dy   102     16525     19335     83166         0     16524    253151   3450131    129.44    147.21  --
5.59/5.68	c  N dy   128     20555     19335     83166         0     10556    253151    659629    129.40    142.32  --
6.68/6.74	c  N dy   154     24576     19335     83166         0     14577    253151   1499766    129.59    138.03  --
6.78/6.86	c  F st   157     25001     19335     83166         0     15002    253151   1578347    129.41    123.90  --
8.29/8.33	c  N dy   163     30001     19335     83166         0     19999    253151   2879183    129.41   no data  --
8.29/8.33	c  S st   163     30001     19335     83166         0     19999    253151   2879183    129.41   no data  --
8.39/8.47	c  S st   163     30505     19335     83166         0     20502    253151   2957485    129.41   no data  --
8.39/8.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.39/8.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.49/8.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
8.79/8.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/8.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
8.79/8.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.00 s
8.79/8.88	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
14.19/14.22	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  5.34 s
14.30/14.32	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.10
14.30/14.32	c calculated reachability. Time: 0.00
14.30/14.32	c  N dy   163     30505     19335     83166         0     20499    253151   2954726    129.41   no data  --
15.39/15.48	c  N dy   189     34556     19335     83166         0     24550    253151   3770999    129.03    157.49  --
16.68/16.72	c  N dy   214     38667     19335     83166         0     28660    253151   4630124    129.24    140.56  --
17.88/17.93	c  N dy   242     42897     19335     83166         0     17395    253151   1025450    129.11    137.39  --
18.70/18.71	c  S st   263     45757     19335     83166         0     20255    253151   1588015    128.98   no data  --
18.79/18.84	c  S st   263     46260     19335     83166         0     20758    253151   1660311    128.98   no data  --
18.79/18.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.79/18.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.89/18.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
18.99/19.06	c bin-w-bin subsume rem            0 bins  time:  0.01 s
18.99/19.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.99/19.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
18.99/19.08	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
22.39/22.41	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.34 s
22.39/22.42	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
22.39/22.44	c vivif2 --  cl tried    20756 cl shrink        0 lits rem          0 time: 0.02
22.49/22.55	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.10
22.49/22.55	c calculated reachability. Time: 0.00
22.49/22.55	c  N dy   263     46260     19335     83166         0     20756    253151   1659975    128.98   no data  --
23.69/23.75	c  N dy   290     50361     19335     83166         0     24856    253151   2481719    128.83    136.70  --
24.88/24.99	c  N dy   317     54452     19335     83166         0     28947    253151   3321559    128.91    138.01  --
26.18/26.21	c  N dy   340     58496     19335     83166         0     32991    253151   4128876    128.80    138.07  --
27.39/27.43	c  N dy   368     62505     19335     83166         0     37000    253151   4935095    128.79    137.33  --
28.60/28.60	c  N dy   395     66575     19335     83166         0     22322    253151   1388773    128.86    138.72  --
29.29/29.39	c  S st   414     69393     19335     83166         0     25140    253151   1948167    128.72   no data  --
29.49/29.54	c  S st   414     69905     19335     83166         0     25652    253151   2020852    128.72   no data  --
29.49/29.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.49/29.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.59/29.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
29.69/29.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
29.69/29.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.69/29.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
29.79/29.80	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
33.99/34.08	c lits-rem:        20  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.28 s
33.99/34.09	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
34.09/34.12	c vivif2 --  cl tried    25652 cl shrink        0 lits rem          0 time: 0.03
34.19/34.23	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.11
34.19/34.23	c calculated reachability. Time: 0.00
34.19/34.23	c  N dy   414     69905     19335     83166         0     25652    253151   2020832    128.72   no data  --
35.59/35.61	c  N dy   440     74433     19335     83166         0     30179    253151   2938091    128.67    139.99  --
37.09/37.18	c  N dy   477     79223     19335     83166         0     34968    253151   3946116    129.11    138.73  --
38.88/38.93	c  N dy   517     84357     19335     83166         0     40101    253151   5041799    129.49    140.21  --
39.89/39.96	c  F st   539     87500     19335     83166         0     22373    253151    907041    129.44    102.58  --
40.99/41.06	c  N st   544     90797     19335     83166         0     25669    253151   1834761    129.44   no data  --
42.89/42.94	c  N dy   573     96783     19335     83166         0     31653    253151   3193656    129.43    142.08  --
44.88/44.92	c  N dy   614    102999     19335     83166         0     37868    253151   4459807    129.53    229.29  --
45.48/45.53	c  S st   627    104858     19335     83166         0     39727    253151   4838696    129.61   no data  --
45.68/45.70	c  S st   627    105361     19335     83166         0     40230    253151   4913062    129.61   no data  --
45.68/45.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
45.68/45.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.78/45.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
46.10/46.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
46.10/46.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
46.10/46.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
46.10/46.17	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
97.79/97.89	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 51.72 s
97.79/97.89	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
97.89/97.97	c vivif2 --  cl tried    40224 cl shrink        0 lits rem          0 time: 0.07
98.09/98.11	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.15
98.09/98.12	c calculated reachability. Time: 0.00
98.09/98.12	c  N dy   627    105361     19335     83166         0     40224    253151   4909396    129.61   no data  --
100.29/100.38	c  N dy   672    112127     19335     83166         0     24555    253151   1011403    129.69    143.31  --
102.59/102.60	c  N dy   719    119317     19335     83166         0     31745    253151   2491173    129.84    146.61  --
105.09/105.11	c  N dy   775    126990     19335     83166         0     39418    253151   4053168    129.92    137.13  --
107.89/107.93	c  N dy   824    135154     19335     83166         0     23865    253151    577134    129.83    142.06  --
110.59/110.65	c  N dy   882    143804     19335     83166         0     32513    253151   2387797    129.93    142.52  --
113.59/113.66	c  N dy   946    153004     19335     83166         0     41711    253151   4265920    129.88    140.14  --
115.29/115.39	c  S st   981    158041     19335     83166         0     46747    253151   5299261    129.87   no data  --
115.49/115.58	c  S st   981    158543     19335     83166         0     47249    253151   5378345    129.87   no data  --
115.49/115.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
115.49/115.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.69/115.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
115.99/116.05	c bin-w-bin subsume rem            0 bins  time:  0.01 s
115.99/116.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
115.99/116.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
115.99/116.07	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
184.59/184.64	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 68.58 s
184.59/184.65	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
184.70/184.73	c vivif2 --  cl tried    47243 cl shrink        0 lits rem          0 time: 0.08
184.80/184.88	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.15
184.80/184.88	c calculated reachability. Time: 0.00
184.80/184.88	c  N dy   981    158543     19335     83166         0     47243    253151   5376411    129.87   no data  --
187.89/187.97	c  N dy  1047    168709     19335     83166         0     32555    253151   2112232    129.88    138.98  --
191.30/191.33	c  N dy  1118    179590     19335     83166         0     43435    253151   4388542    130.00    139.40  --
194.89/194.94	c  N dy  1186    191090     19335     83166         0     29005    253151   1129749    129.97    138.03  --
198.60/198.63	c  N dy  1265    203359     19335     83166         0     41274    253151   3644271    129.89    143.23  --
202.80/202.86	c  N dy  1349    216429     19335     83166         0     27379    253151    572906    129.86    150.05  --
206.99/207.07	c  N dy  1443    230365     19335     83166         0     41315    253151   3422923    129.85    140.36  --
209.39/209.46	c  S st  1493    237816     19335     83166         0     48766    253151   4923400    129.82   no data  --
209.59/209.64	c  S st  1493    238320     19335     83166         0     49270    253151   5000141    129.82   no data  --
209.59/209.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
209.59/209.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
209.69/209.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
210.00/210.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
210.00/210.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
210.00/210.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
210.00/210.06	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
270.89/270.90	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 60.84 s
270.89/270.91	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
270.89/270.98	c vivif2 --  cl tried    49267 cl shrink        0 lits rem          0 time: 0.07
271.09/271.13	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.15
271.09/271.14	c calculated reachability. Time: 0.00
271.09/271.14	c  N dy  1493    238320     19335     83166         0     49267    253151   4998565    129.82   no data  --
275.90/275.96	c  N dy  1583    253706     19335     83166         0     36675    253151   2214433    129.59    139.95  --
281.09/281.15	c  N dy  1687    269990     19335     83166         0     52957    253151   5566136    129.62    137.25  --
286.60/286.66	c  N dy  1811    287301     19335     83166         0     41279    253151   3019790    129.89    139.90  --
292.70/292.75	c  N dy  1940    305727     19335     83166         0     59703    253151   6762608    129.90    140.65  --
292.90/292.95	c  F st  1942    306250     19335     83166         0     30232    253151    492024    129.87    116.95  --
299.29/299.39	c  N dy  2043    325364     19335     83166         0     49345    253151   4844703    129.87    141.80  --
306.40/306.48	c  N dy  2179    345602     19335     83166         0     38585    253151   2030529    130.04    138.19  --
310.40/310.48	c  S st  2261    357480     19335     83166         0     50463    253151   4422274    129.99   no data  --
310.60/310.67	c  S st  2261    357983     19335     83166         0     50966    253151   4497261    129.99   no data  --
310.60/310.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
310.60/310.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
310.80/310.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
311.00/311.08	c bin-w-bin subsume rem            0 bins  time:  0.01 s
311.00/311.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
311.00/311.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
311.10/311.10	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
355.40/355.49	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 44.39 s
355.50/355.50	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
355.50/355.56	c vivif2 --  cl tried    50961 cl shrink        0 lits rem          0 time: 0.06
355.70/355.72	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.15
355.70/355.72	c calculated reachability. Time: 0.00
355.70/355.72	c  N dy  2261    357983     19335     83166         0     50961    253151   4494279    129.99   no data  --
362.19/362.29	c  N dy  2394    378017     19335     83166         0     38998    253151   1868752    129.95    183.22  --
368.79/368.89	c  N dy  2535    398061     19335     83166         0     59042    253151   6010411    130.02    138.37  --
375.40/375.50	c  N dy  2668    418094     19335     83166         0     46080    253151   3161617    130.07    139.20  --
382.30/382.30	c  N dy  2808    438110     19335     83166         0     66095    253151   7227164    130.08    154.40  --
388.70/388.79	c  N dy  2944    458214     19335     83166         0     52197    253151   4213538    130.11    140.26  --
395.70/395.72	c  N dy  3076    478253     19335     83166         0     37238    253151    910214    130.18    139.36  --
402.30/402.33	c  N dy  3213    498390     19335     83166         0     57372    253151   5123850    130.28    138.36  --
409.21/409.28	c  N dy  3356    518417     19335     83166         0     41401    253151   1550828    130.37    141.52  --
415.40/415.47	c  S st  3495    536975     19335     83166         0     59958    253151   5440256    130.48   no data  --
415.60/415.66	c  S st  3495    537476     19335     83166         0     60459    253151   5518538    130.48   no data  --
415.60/415.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
415.60/415.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
415.80/415.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.13
416.10/416.10	c bin-w-bin subsume rem            0 bins  time:  0.01 s
416.10/416.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
416.10/416.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
416.10/416.12	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
493.00/493.03	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 76.91 s
493.00/493.03	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
493.10/493.11	c vivif2 --  cl tried    60456 cl shrink        0 lits rem          0 time: 0.08
493.20/493.29	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.17
493.20/493.29	c calculated reachability. Time: 0.00
493.20/493.29	c  N dy  3495    537476     19335     83166         0     60456    253151   5517338    130.48   no data  --
500.11/500.19	c  N dy  3628    557513     19335     83166         0     43498    253151   1789661    130.49    137.85  --
506.90/506.95	c  N dy  3763    577592     19335     83166         0     63575    253151   5926900    130.58    138.92  --
513.90/513.95	c  N dy  3901    597647     19335     83166         0     45627    253151   1993310    130.56    148.34  --
520.71/520.72	c  N dy  4029    617665     19335     83166         0     65645    253151   6116422    130.55    140.24  --
527.81/527.88	c  N dy  4174    637771     19335     83166         0     46753    253151   2084193    130.62    138.21  --
534.80/534.83	c  N dy  4314    658038     19335     83166         0     67016    253151   6280300    130.66    143.72  --
542.00/542.04	c  N dy  4458    678083     19335     83166         0     47061    253151   1931458    130.72    162.83  --
548.81/548.87	c  N dy  4582    698136     19335     83166         0     67112    253151   6110861    130.73    158.16  --
556.70/556.70	c  N dy  4715    718142     19335     83166         0     46123    253151   1507204    130.73    154.78  --
563.90/563.97	c  N dy  4853    738159     19335     83166         0     66139    253151   5652711    130.76    141.57  --
571.91/571.90	c  N dy  4984    758350     19335     83166         0     44326    253151    938205    130.77    141.87  --
579.01/579.06	c  N dy  5118    778374     19335     83166         0     64349    253151   5133138    130.82    143.98  --
586.91/587.00	c  N dy  5250    798485     19335     83166         0     84459    253151   9223494    130.78    137.82  --
589.71/589.77	c  S st  5303    806214     19335     83166         0     49193    253151   1734086    130.79   no data  --
589.91/589.95	c  S st  5303    806721     19335     83166         0     49700    253151   1802095    130.79   no data  --
589.91/589.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
589.91/589.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
590.01/590.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
590.21/590.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
590.21/590.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
590.21/590.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
590.21/590.23	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
594.91/594.96	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.73 s
594.91/594.97	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
594.91/595.00	c vivif2 --  cl tried    49699 cl shrink        0 lits rem          0 time: 0.03
595.11/595.15	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.16
595.11/595.16	c calculated reachability. Time: 0.00
595.11/595.16	c  N dy  5303    806721     19335     83166         0     49699    253151   1801988    130.79   no data  --
602.31/602.31	c  N dy  5435    826900     19335     83166         0     69876    253151   6021517    130.82    138.12  --
609.81/609.90	c  N dy  5571    846964     19335     83166         0     45937    253151    861907    130.88    173.13  --
616.61/616.65	c  N dy  5706    866983     19335     83166         0     65956    253151   5049311    130.89    138.77  --
624.11/624.15	c  N dy  5833    887017     19335     83166         0     85988    253151   9203737    130.88    142.27  --
631.11/631.14	c  N dy  5971    907076     19335     83166         0     61050    253151   3820774    130.94    139.07  --
638.41/638.48	c  N dy  6103    927128     19335     83166         0     81100    253151   7981558    130.95    137.87  --
645.72/645.79	c  N dy  6235    947201     19335     83166         0     55175    253151   2397869    130.97    165.79  --
652.91/652.93	c  N dy  6378    967215     19335     83166         0     75185    253151   6567276    131.01    144.78  --
660.91/660.90	c  N dy  6519    987577     19335     83166         0     48555    253151    791262    131.05    138.02  --
667.81/667.88	c  N dy  6661   1007781     19335     83166         0     68759    253151   5032315    131.12    140.04  --
675.61/675.61	c  N dy  6796   1027879     19335     83166         0     88854    253151   9193765    131.13    160.72  --
682.81/682.88	c  N dy  6935   1048005     19335     83166         0     60979    253151   3182295    131.15    141.47  --
690.21/690.20	c  N dy  7065   1068034     19335     83166         0     81008    253151   7296509    131.13    140.66  --
691.72/691.71	c  F st  7092   1071877     19335     83166         0     84851    253151   8103092    131.14   no data  --
698.01/698.01	c  N dy  7173   1088087     19335     83166         0     52063    253151   1119504    131.14    138.65  --
705.02/705.08	c  N dy  7308   1108174     19335     83166         0     72149    253151   5330709    131.17    138.55  --
712.91/712.96	c  N dy  7445   1128298     19335     83166         0     92272    253151   9547828    131.20    147.10  --
720.42/720.44	c  N dy  7579   1148555     19335     83166         0     62538    253151   3058656    131.22    140.51  --
727.91/727.98	c  N dy  7720   1168578     19335     83166         0     82561    253151   7305290    131.28    144.54  --
735.92/735.97	c  N dy  7843   1188580     19335     83166         0     51563    253151    610212    131.23    144.42  --
743.02/743.00	c  N dy  7983   1208646     19335     83166         0     71626    253151   4903314    131.30    140.36  --
743.52/743.54	c  S st  7993   1210081     19335     83166         0     73061    253151   5198195    131.30    128.30  --
743.71/743.75	c  S st  7993   1210581     19335     83166         0     73561    253151   5273690    131.30   no data  --
743.71/743.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
743.71/743.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
743.91/743.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.14
744.11/744.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
744.11/744.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
744.21/744.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
744.21/744.21	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
817.42/817.44	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 73.23 s
817.42/817.45	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
817.52/817.52	c vivif2 --  cl tried    73555 cl shrink        0 lits rem          0 time: 0.08
817.72/817.72	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.20
817.72/817.73	c calculated reachability. Time: 0.00
817.72/817.73	c  N dy  7993   1210581     19335     83166         0     73555    253151   5270967    131.30   no data  --
825.41/825.42	c  N dy  8122   1230631     19335     83166         0     93605    253151   9438311    131.29    139.81  --
833.11/833.16	c  N dy  8263   1250638     19335     83166         0     61607    253151   2546260    131.35    140.76  --
840.62/840.65	c  N dy  8407   1270740     19335     83166         0     81709    253151   6738321    131.39    138.89  --
848.82/848.82	c  N dy  8553   1290784     19335     83166         0    101750    253151  11001411    131.44    146.08  --
856.22/856.22	c  N dy  8686   1310828     19335     83166         0     68795    253151   3832857    131.44    149.69  --
863.81/863.80	c  N dy  8818   1330868     19335     83166         0     88834    253151   7953808    131.43    145.97  --
872.23/872.21	c  N dy  8960   1350949     19335     83166         0     54918    253151    695446    131.47    138.40  --
879.32/879.31	c  N dy  9089   1371016     19335     83166         0     74984    253151   4903724    131.48    142.78  --
887.22/887.22	c  N dy  9225   1391127     19335     83166         0     95095    253151   9141951    131.50    139.39  --
895.32/895.37	c  N dy  9357   1411259     19335     83166         0     60230    253151   1612944    131.50    144.29  --
902.72/902.75	c  N dy  9495   1431277     19335     83166         0     80247    253151   5785323    131.53    143.46  --
910.72/910.77	c  N dy  9623   1451322     19335     83166         0    100291    253151   9988680    131.52    152.21  --
918.82/918.85	c  N dy  9769   1471361     19335     83166         0     64330    253151   2258518    131.57    139.53  --
926.42/926.48	c  N dy  9903   1491514     19335     83166         0     84482    253151   6486997    131.59    141.89  --
935.62/935.62	c  N dy 10038   1511585     19335     83166         0    104553    253151  10676729    131.59    139.20  --
944.32/944.38	c  N dy 10175   1531614     19335     83166         0     67588    253151   2735895    131.61    155.99  --
952.72/952.74	c  N dy 10313   1551627     19335     83166         0     87601    253151   6979430    131.65    144.50  --
961.93/961.94	c  N dy 10449   1571710     19335     83166         0    107683    253151  11129987    131.65    142.00  --
970.62/970.61	c  N dy 10583   1591871     19335     83166         0     69850    253151   3001072    131.67    148.62  --
979.13/979.18	c  N dy 10725   1612059     19335     83166         0     90037    253151   7217937    131.69    140.78  --
988.33/988.39	c  N dy 10851   1632220     19335     83166         0    110194    253151  11369794    131.68    142.48  --
997.13/997.13	c  N dy 10987   1652330     19335     83166         0     71302    253151   3134665    131.71    140.40  --
1005.52/1005.59	c  N dy 11123   1672420     19335     83166         0     91392    253151   7331657    131.73    145.57  --
1014.83/1014.88	c  N dy 11250   1692513     19335     83166         0    111484    253151  11560294    131.73    145.08  --
1022.82/1022.88	c  S st 11373   1710582     19335     83166         0     69554    253151   2547818    131.74   no data  --
1023.12/1023.11	c  S st 11373   1711085     19335     83166         0     70057    253151   2628360    131.74   no data  --
1023.12/1023.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1023.12/1023.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1023.22/1023.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.14
1023.42/1023.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1023.42/1023.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1023.42/1023.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
1023.42/1023.46	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
1032.52/1032.51	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  9.05 s
1032.52/1032.52	c vivif2 --  cl tried    83166 cl shrink        0 lits rem          0 time: 0.01
1032.52/1032.56	c vivif2 --  cl tried    70055 cl shrink        0 lits rem          0 time: 0.04
1032.72/1032.76	c asymm  cl-useful: 0/83166/83166 lits-rem:0 time: 0.20
1032.72/1032.76	c calculated reachability. Time: 0.00
1032.72/1032.77	c  N dy 11373   1711085     19335     83166         0     70055    253151   2627661    131.74   no data  --
1041.23/1041.26	c  N dy 11514   1731169     19335     83166         0     90137    253151   6842394    131.75    139.14  --
1050.32/1050.39	c  N dy 11640   1751193     19335     83166         0    110161    253151  10966501    131.73    139.36  --
1059.63/1059.66	c  N dy 11774   1771723     19335     83166         0     69691    253151   2336728    131.75    138.72  --
1068.03/1068.00	c  N dy 11911   1791804     19335     83166         0     89771    253151   6513434    131.76    146.29  --
1077.43/1077.43	c  N dy 12043   1812222     19335     83166         0    110188    253151  10816279    131.77    140.94  --
1086.83/1086.87	c  N dy 12181   1832357     19335     83166         0     68327    253151   1866094    131.77    139.32  --
1095.23/1095.21	c  N dy 12314   1852379     19335     83166         0     88347    253151   6056173    131.77    140.75  --
1104.33/1104.38	c  N dy 12444   1872435     19335     83166         0    108401    253151  10212094    131.76    138.92  --
1114.13/1114.19	c  N dy 12581   1892581     19335     83166         0     65547    253151   1085163    131.76    144.81  --
1122.43/1122.44	c  N dy 12712   1912939     19335     83166         0     85904    253151   5303364    131.76    141.59  --
1131.53/1131.51	c  N dy 12846   1933024     19335     83166         0    105987    253151   9482368    131.76    142.02  --
1141.53/1141.53	c  N dy 12983   1953129     19335     83166         0    126092    253151  13659072    131.77    141.67  --
1149.93/1149.96	c  N dy 13118   1973235     19335     83166         0     82200    253151   4398832    131.78    138.87  --
1158.93/1158.95	c  N dy 13267   1993305     19335     83166         0    102269    253151   8613545    131.81    153.44  --
1168.73/1168.77	c  N dy 13401   2013406     19335     83166         0    122369    253151  12828833    131.82    138.85  --
1177.73/1177.72	c  N dy 13536   2033410     19335     83166         0     77376    253151   3166739    131.84    170.36  --
1186.43/1186.42	c  N dy 13670   2053579     19335     83166         0     97542    253151   7436834    131.86    139.84  --
1196.03/1196.07	c  N dy 13808   2073670     19335     83166         0    117632    253151  11687311    131.89    167.52  --
1205.93/1205.93	c  N dy 13957   2093833     19335     83166         0     71805    253151   1759154    131.93    139.14  --
1214.34/1214.30	c  N dy 14084   2113880     19335     83166         0     91849    253151   5924995    131.92    139.41  --
1223.83/1223.85	c  N dy 14218   2133903     19335     83166         0    111869    253151  10074679    131.93    141.44  --
1233.43/1233.48	c  N dy 14353   2153963     19335     83166         0    131928    253151  14253290    131.93    139.08  --
1241.23/1241.22	c  N dy 14480   2174007     19335     83166         0     84971    253151   4351330    131.94    141.87  --
1249.44/1249.45	c  N dy 14617   2194103     19335     83166         0    105065    253151   8595813    131.95    150.64  --
1257.13/1257.13	c  S st 14743   2211085     19335     83166         0    122044    253151  12133229    131.97    129.43  --
1257.34/1257.39	c  S st 14743   2211586     19335     83166         0    122545    253151  12200492    131.97   no data  --
1257.43/1257.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1257.43/1257.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1257.63/1257.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.18
1258.34/1258.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1258.34/1258.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1258.34/1258.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19335 time:  0.01 s
1258.34/1258.33	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175578-1301784951/watcher-3175578-1301784951 -o /tmp/evaluation-result-3175578-1301784951/solver-3175578-1301784951 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175578-1301784951.cnf 

running on 2 cores: 0,2

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 3.95 3.65 3/182 5923
/proc/meminfo: memFree=27179332/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=20420 CPUtime=0 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4194304 240 0 0 0 0 0 0 0 25 0 1 0 290092137 20910080 191 33554432000 4194304 4650387 140736837097760 18446744073709551615 239471732200 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5923/statm: 5105 191 158 112 0 57 0

[startup+0.0621309 s]
/proc/loadavg: 4.00 3.95 3.65 3/182 5923
/proc/meminfo: memFree=27179332/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=40172 CPUtime=0.05 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 3973 0 0 0 5 0 0 0 25 0 1 0 290092137 41136128 3451 33554432000 4194304 4650387 140736837097760 18446744073709551615 4370825 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 10043 3451 346 112 0 5008 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 40172

[startup+0.101113 s]
/proc/loadavg: 4.00 3.95 3.65 3/182 5923
/proc/meminfo: memFree=27179332/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=40172 CPUtime=0.09 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 3973 0 0 0 9 0 0 0 25 0 1 0 290092137 41136128 3451 33554432000 4194304 4650387 140736837097760 18446744073709551615 4370026 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 10043 3451 346 112 0 5008 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40172

[startup+0.301074 s]
/proc/loadavg: 4.00 3.95 3.65 3/182 5923
/proc/meminfo: memFree=27179332/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=59940 CPUtime=0.28 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 8501 0 0 0 28 0 0 0 25 0 1 0 290092137 61378560 7485 33554432000 4194304 4650387 140736837097760 18446744073709551615 239476355611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 14985 7485 367 112 0 9950 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 59940

[startup+0.701005 s]
/proc/loadavg: 4.00 3.95 3.65 3/182 5923
/proc/meminfo: memFree=27179332/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=59940 CPUtime=0.69 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 8750 0 0 0 68 1 0 0 25 0 1 0 290092137 61378560 7734 33554432000 4194304 4650387 140736837097760 18446744073709551615 4229508 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 14985 7734 379 112 0 9950 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59940

[startup+1.50085 s]
/proc/loadavg: 4.00 3.95 3.65 5/190 5961
/proc/meminfo: memFree=27071976/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=59940 CPUtime=1.48 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 9480 0 0 0 147 1 0 0 25 0 1 0 290092137 61378560 8464 33554432000 4194304 4650387 140736837097760 18446744073709551615 4310776 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 14985 8464 379 112 0 9950 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 59940

[startup+3.10054 s]
/proc/loadavg: 4.00 3.95 3.65 5/190 5961
/proc/meminfo: memFree=27053184/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=102208 CPUtime=3.08 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 10789 0 0 0 307 1 0 0 25 0 1 0 290092137 104660992 9773 33554432000 4194304 4650387 140736837097760 18446744073709551615 4363366 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 25552 9773 379 112 0 20517 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 102208

[startup+6.30092 s]
/proc/loadavg: 4.00 3.95 3.65 5/190 5961
/proc/meminfo: memFree=27012520/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=62612 CPUtime=6.28 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 14277 0 0 0 626 2 0 0 25 0 1 0 290092137 64114688 8639 33554432000 4194304 4650387 140736837097760 18446744073709551615 4333874 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 15653 8639 381 112 0 10618 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 62612

[startup+12.7007 s]
/proc/loadavg: 4.07 3.97 3.66 5/190 5961
/proc/meminfo: memFree=26808120/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=181908 CPUtime=12.69 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 32536 0 0 0 1263 6 0 0 25 0 1 0 290092137 186273792 26898 33554432000 4194304 4650387 140736837097760 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 45477 26898 383 112 0 40442 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 181908

[startup+25.5002 s]
/proc/loadavg: 4.13 3.98 3.67 5/190 5962
/proc/meminfo: memFree=26762980/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=192372 CPUtime=25.48 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 40686 0 0 0 2541 7 0 0 25 0 1 0 290092137 196988928 29492 33554432000 4194304 4650387 140736837097760 18446744073709551615 4366864 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 48093 29492 383 112 0 43058 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 192372

[startup+51.1003 s]
/proc/loadavg: 4.09 3.98 3.68 5/190 5962
/proc/meminfo: memFree=26617580/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=245260 CPUtime=51.08 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 66860 0 0 0 5097 11 0 0 25 0 1 0 290092137 251146240 44290 33554432000 4194304 4650387 140736837097760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 61315 44290 383 112 0 56280 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 245260

[startup+102.307 s]
/proc/loadavg: 4.03 3.98 3.69 5/190 5964
/proc/meminfo: memFree=26491336/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=203244 CPUtime=102.29 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 70464 0 0 0 10217 12 0 0 25 0 1 0 290092137 208121856 44942 33554432000 4194304 4650387 140736837097760 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 50811 44942 383 112 0 45776 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 203244

[startup+162.301 s]
/proc/loadavg: 4.01 3.98 3.71 5/190 5965
/proc/meminfo: memFree=26406372/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=275072 CPUtime=162.29 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 80707 0 0 0 16214 15 0 0 25 0 1 0 290092137 281673728 52385 33554432000 4194304 4650387 140736837097760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 68768 52385 383 112 0 63733 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 275072

[startup+222.301 s]
/proc/loadavg: 4.00 3.98 3.73 5/190 5967
/proc/meminfo: memFree=26330784/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=286532 CPUtime=222.29 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 93351 0 0 0 22211 18 0 0 25 0 1 0 290092137 293408768 55339 33554432000 4194304 4650387 140736837097760 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 71633 55339 383 112 0 66598 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 286532

[startup+282.301 s]
/proc/loadavg: 4.00 3.98 3.74 5/190 5968
/proc/meminfo: memFree=26300608/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=298336 CPUtime=282.3 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 101218 0 0 0 28210 20 0 0 25 0 1 0 290092137 305496064 59650 33554432000 4194304 4650387 140736837097760 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 74584 59650 383 112 0 69549 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 298336

[startup+342.301 s]
/proc/loadavg: 4.00 3.98 3.75 5/190 5979
/proc/meminfo: memFree=26275964/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=310020 CPUtime=342.3 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 115135 0 0 0 34206 24 0 0 25 0 1 0 290092137 317460480 60949 33554432000 4194304 4650387 140736837097760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 77505 60949 383 112 0 72470 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 310020

[startup+402.301 s]
/proc/loadavg: 4.00 3.98 3.76 5/190 5981
/proc/meminfo: memFree=26255352/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=310136 CPUtime=402.3 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 134792 0 0 0 40201 29 0 0 25 0 1 0 290092137 317579264 61558 33554432000 4194304 4650387 140736837097760 18446744073709551615 4333215 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 77534 61558 383 112 0 72499 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 310136

[startup+462.3 s]
/proc/loadavg: 4.00 3.98 3.77 5/190 5982
/proc/meminfo: memFree=26238316/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=310220 CPUtime=462.3 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 140611 0 0 0 46200 30 0 0 25 0 1 0 290092137 317665280 62001 33554432000 4194304 4650387 140736837097760 18446744073709551615 4476394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 77555 62001 383 112 0 72520 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 310220

[startup+522.301 s]
/proc/loadavg: 4.07 4.00 3.79 5/190 5987
/proc/meminfo: memFree=26199688/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=319372 CPUtime=522.3 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 155557 0 0 0 52196 34 0 0 25 0 1 0 290092137 327036928 65697 33554432000 4194304 4650387 140736837097760 18446744073709551615 4363428 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 79843 65697 383 112 0 74808 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 319372

[startup+582.3 s]
/proc/loadavg: 4.02 4.00 3.80 5/190 5989
/proc/meminfo: memFree=26207216/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=319788 CPUtime=582.31 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 180424 0 0 0 58190 41 0 0 25 0 1 0 290092137 327462912 65566 33554432000 4194304 4650387 140736837097760 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 79947 65566 383 112 0 74912 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 319788

[startup+642.301 s]
/proc/loadavg: 4.04 4.01 3.82 5/190 5990
/proc/meminfo: memFree=26207168/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=320380 CPUtime=642.31 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 204516 0 0 0 64183 48 0 0 25 0 1 0 290092137 328069120 68700 33554432000 4194304 4650387 140736837097760 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 80095 68700 383 112 0 75060 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 320380

[startup+702.3 s]
/proc/loadavg: 4.01 4.01 3.83 5/190 5992
/proc/meminfo: memFree=26204284/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=324080 CPUtime=702.31 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 230137 0 0 0 70176 55 0 0 25 0 1 0 290092137 331857920 63040 33554432000 4194304 4650387 140736837097760 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 81020 63040 383 112 0 75985 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 324080

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 5993
/proc/meminfo: memFree=26222848/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=324496 CPUtime=762.32 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 248446 0 0 0 76172 60 0 0 25 0 1 0 290092137 332283904 64554 33554432000 4194304 4650387 140736837097760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 81124 64554 383 112 0 76089 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 324496

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 5995
/proc/meminfo: memFree=26205320/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=324496 CPUtime=822.32 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 250949 0 0 0 82170 62 0 0 25 0 1 0 290092137 332283904 67057 33554432000 4194304 4650387 140736837097760 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 81124 67057 383 112 0 76089 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 324496

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 5997
/proc/meminfo: memFree=26145628/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=349124 CPUtime=882.32 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 282891 0 0 0 88162 70 0 0 25 0 1 0 290092137 357502976 72083 33554432000 4194304 4650387 140736837097760 18446744073709551615 4364293 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 87281 72083 383 112 0 82246 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 349124

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 5998
/proc/meminfo: memFree=26064220/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=294708 CPUtime=942.32 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 307913 0 0 0 94155 77 0 0 25 0 1 0 290092137 301780992 68475 33554432000 4194304 4650387 140736837097760 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 73677 68475 383 112 0 68642 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 294708

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 6000
/proc/meminfo: memFree=26085148/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=322920 CPUtime=1002.32 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 334235 0 0 0 100145 87 0 0 25 0 1 0 290092137 330670080 64549 33554432000 4194304 4650387 140736837097760 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 80730 64549 383 112 0 75695 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 322920

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 6001
/proc/meminfo: memFree=26066016/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=327608 CPUtime=1062.33 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 361013 0 0 0 106135 98 0 0 25 0 1 0 290092137 335470592 63529 33554432000 4194304 4650387 140736837097760 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 81902 63529 383 112 0 76867 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 327608

[startup+1122.3 s]
/proc/loadavg: 4.10 4.03 3.88 5/190 6003
/proc/meminfo: memFree=26032608/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=328012 CPUtime=1122.33 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 391149 0 0 0 112122 111 0 0 25 0 1 0 290092137 335884288 65040 33554432000 4194304 4650387 140736837097760 18446744073709551615 4366833 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 82003 65040 383 112 0 76968 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 328012

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.88 5/190 6004
/proc/meminfo: memFree=26027964/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=328468 CPUtime=1182.33 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 421015 0 0 0 118111 122 0 0 25 0 1 0 290092137 336351232 65316 33554432000 4194304 4650387 140736837097760 18446744073709551615 4333921 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 82117 65316 383 112 0 77082 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 328468

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.89 5/190 6006
/proc/meminfo: memFree=26064884/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=328896 CPUtime=1242.33 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 451023 0 0 0 124102 131 0 0 25 0 1 0 290092137 336789504 64777 33554432000 4194304 4650387 140736837097760 18446744073709551615 4363452 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 82224 64777 383 112 0 77189 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 328896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.89 4/189 6009
/proc/meminfo: memFree=26126128/32950928 swapFree=67102716/67111528
[pid=5923] ppid=5921 vsize=411604 CPUtime=1300.04 cores=0,2
/proc/5923/stat : 5923 (strangenight1-s) R 5921 5923 5753 0 -1 4202496 478393 0 0 0 129869 135 0 0 25 0 1 0 290092137 421482496 92147 33554432000 4194304 4650387 140736837097760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5923/statm: 102901 92147 383 112 0 97866 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 411604

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.02
CPU time (s): 1300.07
CPU user time (s): 1298.69
CPU system time (s): 1.37479
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 411604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.69
system time used= 1.37479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478393
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1810

runsolver used 2.27365 second user time and 4.84126 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-03 00:55:51
IDJOB=3175578
IDBENCH=82596
IDSOLVER=1589
FILE ID=node148/3175578-1301784951
RUNJOBID= node148-1301783648-5771
PBS_JOBID= 12841370
Free space on /tmp= 71684 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S357264423-067-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175578-1301784951/watcher-3175578-1301784951 -o /tmp/evaluation-result-3175578-1301784951/solver-3175578-1301784951 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175578-1301784951.cnf

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

MD5SUM BENCH= 425b4c5e5535f7d6b9d17ca8feb0ac3e
RANDOM SEED=176725944

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27179364 kB
Buffers:        285936 kB
Cached:        5196956 kB
SwapCached:       4876 kB
Active:        2062332 kB
Inactive:      3484208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27179364 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:           14492 kB
Writeback:           0 kB
AnonPages:       60640 kB
Mapped:          15468 kB
Slab:           162864 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   252792 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= 71676 MiB
End job on node148 at 2011-04-03 01:17:33