Trace number 3367459

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1299.99 1300.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1920335371-069-UNKNOWN.cnf
MD5SUM2df42d61a6b217e160d2447861596d0d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.0875
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367459-1305383190.cnf'
0.00/0.01	c -- header says num vars:          40000
0.00/0.01	c -- header says num clauses:      168000
0.09/0.11	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.09/0.11	c -- vars added      40000
0.09/0.11	c Parsing time:  0.10 s
0.09/0.11	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data
0.19/0.26	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.15
0.28/0.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
0.39/0.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.39/0.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.45	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.68/0.73	c lits-rem:         0  cl-subs:        0  v-elim:   1017  v-fix:    0  time:  0.27 s
0.68/0.73	c Finding binary XORs  T:     0.01 s  found:       0
0.68/0.79	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.68/0.79	c calculated reachability. Time: 0.00
0.78/0.81	c Calc default polars -  time:   0.01 s pos:   17745 undec:    4469 neg:   17786
0.78/0.81	c =========================================================================================
0.78/0.81	c types(t): F = full restart, N = normal restart
0.78/0.81	c types(t): S = simplification begin/end, E = solution found
0.78/0.81	c restart types(rt): st = static, dy = dynamic
0.78/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.78/0.81	c  B st     0         0     38983    166901         0         0    507001         0   no data   no data
2.78/2.80	c  N dy    22      4071     38983    166901         0      4071    507001   1214590    175.00    214.66
3.53/4.73	c  N dy    48      8169     38983    166901         0      8169    507001   2266912    174.26    186.07
3.53/6.66	c  N dy    75     12189     38983    166901         0     12188    507001   3315860    174.41    189.60
3.53/8.68	c  N dy   105     16201     38983    166901         0     16200    507001   4385969    175.89    200.71
3.53/10.74	c  N dy   133     20249     38983    166901         0     10251    507001    751299    175.27    187.64
12.69/12.70	c  N dy   162     24316     38983    166901         0     14318    507001   1828579    175.69    187.41
12.98/13.03	c  F st   166     25002     38983    166901         0     15004    507001   2001980    175.60    155.39
15.79/15.85	c  N dy   172     30000     38983    166901         0     20002    507001   3953786    175.60   no data
15.79/15.85	c  S st   172     30000     38983    166901         0     20002    507001   3953786    175.60   no data
16.09/16.13	c  S st   172     30503     38983    166901         0     20505    507001   4063832    175.60   no data
16.09/16.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
16.19/16.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
16.29/16.33	c blocked clauses removed:      825 vars:    130 tried:       38983 T: 0.02 s
16.29/16.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.29/16.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.29/16.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38853 time:  0.01 s
16.29/16.38	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
16.48/16.58	c lits-rem:         0  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.20 s
16.89/16.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.80/17.88	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.92 s
17.98/18.07	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.19
17.98/18.08	c calculated reachability. Time: 0.00
17.98/18.08	c  N dy   172     30503     38833    166057         0     20118    504600   3796501    175.60   no data
20.10/20.17	c  N dy   198     34630     38833    166057         0     24245    504600   4908850    175.71    189.46
22.20/22.29	c  N dy   224     38715     38833    166057         0     28330    504600   5977326    175.63    185.72
24.39/24.47	c  N dy   256     42747     38833    166057         0     17053    504600   1294039    176.55    188.96
25.99/26.00	c  S st   277     45754     38833    166057         0     20060    504600   2103961    176.42   no data
26.19/26.26	c  S st   277     46255     38833    166057         0     20561    504600   2207313    176.42   no data
26.19/26.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
26.29/26.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
26.39/26.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.39/26.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
26.39/26.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
26.39/26.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
26.39/26.47	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
26.60/26.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
26.70/26.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
26.98/27.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.30 s
27.08/27.12	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
27.08/27.16	c vivif2 --  cl tried    20561 cl shrink        0 lits rem          0 time: 0.04
27.28/27.35	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.20
27.28/27.36	c calculated reachability. Time: 0.00
27.28/27.36	c  N dy   277     46255     38833    166057         0     20561    504600   2207313    176.42   no data
29.48/29.50	c  N dy   306     50303     38833    166057         0     24609    504600   3317190    176.85    252.03
31.59/31.60	c  N dy   333     54373     38833    166057         0     28679    504600   4437167    176.87    191.10
33.78/33.89	c  N dy   362     58635     38833    166057         0     32941    504600   5595022    176.91    187.46
35.98/36.06	c  N dy   389     62638     38833    166057         0     36944    504600   6645551    176.82    189.53
38.19/38.24	c  N dy   415     66737     38833    166057         0     22390    504600   1771363    176.80    186.42
39.58/39.64	c  S st   434     69382     38833    166057         0     25035    504600   2532643    177.15   no data
39.79/39.90	c  S st   434     69882     38833    166057         0     25535    504600   2621195    177.15   no data
39.90/39.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
39.98/40.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
39.98/40.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.98/40.08	c bin-w-bin subsume rem            0 bins  time:  0.01 s
39.98/40.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
40.08/40.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
40.08/40.12	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
40.18/40.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
40.38/40.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
40.78/40.90	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.43 s
40.90/40.93	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
40.90/40.97	c vivif2 --  cl tried    25535 cl shrink        0 lits rem          0 time: 0.05
41.09/41.18	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.21
41.09/41.19	c calculated reachability. Time: 0.00
41.09/41.19	c  N dy   434     69882     38833    166057         0     25535    504600   2621191    177.15   no data
43.59/43.63	c  N dy   462     74445     38833    166057         0     30098    504600   3837082    177.22    187.72
46.08/46.17	c  N dy   492     79217     38833    166057         0     34870    504600   5090525    177.05    189.65
48.89/48.94	c  N dy   528     84281     38833    166057         0     39934    504600   6460014    177.15    192.12
50.59/50.69	c  F st   548     87500     38833    166057         0     22326    504600   1118440    177.08    177.03
52.49/52.54	c  N st   553     90801     38833    166057         0     25627    504600   2359730    177.08   no data
55.79/55.84	c  N dy   581     96649     38833    166057         0     31475    504600   4295695    177.29    187.27
59.19/59.23	c  N dy   621    102876     38833    166057         0     37702    504600   5914306    177.02    191.75
60.29/60.35	c  S st   637    104823     38833    166057         0     39649    504600   6426963    177.08   no data
60.59/60.61	c  S st   637    105325     38833    166057         0     40151    504600   6507231    177.08   no data
60.59/60.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
60.70/60.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
60.70/60.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.80/60.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
60.80/60.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
60.80/60.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
60.80/60.86	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
60.98/61.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
61.38/61.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
63.18/63.24	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.73 s
63.18/63.26	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
63.28/63.38	c vivif2 --  cl tried    40150 cl shrink        0 lits rem          0 time: 0.11
63.58/63.60	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.23
63.58/63.62	c calculated reachability. Time: 0.00
63.58/63.62	c  N dy   637    105325     38833    166057         0     40150    504600   6506367    177.08   no data
67.40/67.48	c  N dy   684    112326     38833    166057         0     24738    504600   1322467    177.24    194.07
71.29/71.36	c  N dy   734    119569     38833    166057         0     31981    504600   3273222    177.19    216.87
75.48/75.54	c  N dy   784    127209     38833    166057         0     39621    504600   5314499    177.31    188.13
80.08/80.14	c  N dy   838    135350     38833    166057         0     24058    504600    740783    177.45    192.44
84.78/84.80	c  N dy   901    144025     38833    166057         0     32733    504600   3099143    177.64    201.79
90.09/90.19	c  N dy   961    153487     38833    166057         0     42195    504600   5672437    177.67    187.04
92.60/92.69	c  S st   990    157987     38833    166057         0     46695    504600   6839004    177.52   no data
92.88/92.99	c  S st   990    158490     38833    166057         0     47198    504600   6949112    177.52   no data
92.98/93.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
93.08/93.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
93.18/93.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.18/93.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
93.18/93.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
93.18/93.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
93.18/93.25	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
93.38/93.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
93.80/93.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
96.19/96.28	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.37 s
96.29/96.30	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
96.39/96.42	c vivif2 --  cl tried    47192 cl shrink        0 lits rem          0 time: 0.12
96.59/96.66	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.24
96.59/96.67	c calculated reachability. Time: 0.00
96.59/96.67	c  N dy   990    158490     38833    166057         0     47192    504600   6946873    177.52   no data
102.28/102.34	c  N dy  1064    168842     38833    166057         0     32688    504600   2734302    177.85    189.18
108.18/108.24	c  N dy  1131    179657     38833    166057         0     43502    504600   5680752    177.61    194.15
114.69/114.79	c  N dy  1216    191179     38833    166057         0     29100    504600   1474064    177.94    189.49
121.38/121.46	c  N dy  1304    203384     38833    166057         0     41304    504600   4824811    178.27    189.61
128.90/129.01	c  N dy  1400    216370     38833    166057         0     27328    504600    664063    178.47    215.33
136.70/136.73	c  N dy  1495    230308     38833    166057         0     41266    504600   4428504    178.41    188.86
140.88/140.93	c  S st  1548    237735     38833    166057         0     48691    504600   6434249    178.43   no data
141.18/141.23	c  S st  1548    238238     38833    166057         0     49194    504600   6524776    178.43   no data
141.18/141.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
141.28/141.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.13
141.38/141.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.38/141.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
141.38/141.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
141.38/141.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
141.38/141.49	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
141.58/141.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
141.98/142.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
144.39/144.46	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.38 s
144.39/144.49	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
144.58/144.61	c vivif2 --  cl tried    49186 cl shrink        0 lits rem          0 time: 0.12
144.78/144.85	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.25
144.78/144.87	c calculated reachability. Time: 0.00
144.78/144.87	c  N dy  1548    238238     38833    166057         0     49186    504600   6521343    178.43   no data
153.38/153.47	c  N dy  1655    253449     38833    166057         0     36417    504600   2823548    178.62    191.45
162.58/162.67	c  N dy  1768    269733     38833    166057         0     52700    504600   7297927    178.76    192.90
172.28/172.35	c  N dy  1889    287058     38833    166057         0     41036    504600   3841409    178.83    188.33
182.90/182.99	c  N dy  2018    305432     38833    166057         0     59408    504600   8838134    178.90    198.22
183.38/183.49	c  F st  2024    306250     38833    166057         0     30241    504600    585304    178.88   no data
193.98/194.09	c  N dy  2119    324995     38833    166057         0     48985    504600   6204262    178.99    196.02
205.68/205.72	c  N dy  2252    345091     38833    166057         0     38077    504600   2460354    179.05    190.37
212.49/212.53	c  S st  2329    357359     38833    166057         0     50345    504600   5722536    178.94   no data
212.78/212.84	c  S st  2329    357862     38833    166057         0     50848    504600   5842692    178.94   no data
212.78/212.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
212.98/213.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.13
212.98/213.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
212.98/213.06	c bin-w-bin subsume rem            0 bins  time:  0.01 s
212.98/213.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
212.98/213.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
213.08/213.10	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
213.18/213.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
213.59/213.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
215.79/215.83	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.18 s
215.79/215.85	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
215.89/215.96	c vivif2 --  cl tried    50845 cl shrink        0 lits rem          0 time: 0.11
216.18/216.21	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.25
216.18/216.22	c calculated reachability. Time: 0.00
216.18/216.22	c  N dy  2329    357862     38833    166057         0     50845    504600   5841032    178.94   no data
227.78/227.82	c  N dy  2461    377888     38833    166057         0     38870    504600   2344788    178.95    200.91
239.48/239.51	c  N dy  2598    398209     38833    166057         0     59191    504600   7926762    178.99    200.58
251.00/251.04	c  N dy  2739    418234     38833    166057         0     46217    504600   4102262    179.13    205.06
262.79/262.89	c  N dy  2876    438370     38833    166057         0     66353    504600   9638534    179.24    199.56
274.28/274.35	c  N dy  3017    458384     38833    166057         0     52372    504600   5515574    179.30    197.27
286.30/286.37	c  N dy  3156    478653     38833    166057         0     37641    504600   1180169    179.25    191.85
297.89/297.94	c  N dy  3294    498703     38833    166057         0     57690    504600   6685569    179.21    210.31
309.89/309.92	c  N dy  3432    518834     38833    166057         0     41818    504600   2046103    179.23    196.86
320.19/320.30	c  S st  3551    536793     38833    166057         0     59777    504600   6978847    179.25   no data
320.59/320.61	c  S st  3551    537296     38833    166057         0     60280    504600   7074347    179.25   no data
320.59/320.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
320.69/320.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
320.79/320.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
320.79/320.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
320.79/320.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
320.79/320.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
320.79/320.88	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
320.99/321.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
321.40/321.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
324.70/324.78	c lits-rem:         3  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.26 s
324.70/324.80	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
324.89/324.93	c vivif2 --  cl tried    60275 cl shrink        0 lits rem          0 time: 0.13
325.09/325.19	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.26
325.19/325.21	c calculated reachability. Time: 0.00
325.19/325.21	c  N dy  3551    537296     38833    166057         0     60275    504600   7072670    179.25   no data
337.09/337.18	c  N dy  3693    557406     38833    166057         0     43385    504600   2247663    179.31    194.89
348.78/348.91	c  N dy  3835    577490     38833    166057         0     63467    504600   7797325    179.41    193.42
360.88/360.91	c  N dy  3972    597587     38833    166057         0     45567    504600   2511379    179.44    189.29
372.68/372.74	c  N dy  4111    617663     38833    166057         0     65641    504600   8011398    179.51    192.38
384.68/384.75	c  N dy  4243    637833     38833    166057         0     46815    504600   2621500    179.52    189.77
396.59/396.68	c  N dy  4386    657909     38833    166057         0     66890    504600   8095619    179.61    203.97
408.69/408.76	c  N dy  4527    678013     38833    166057         0     46993    504600   2395225    179.65    189.81
420.69/420.73	c  N dy  4675    698079     38833    166057         0     67053    504600   8036274    179.77    196.98
432.98/433.02	c  N dy  4805    718219     38833    166057         0     46195    504600   1938716    179.71    189.49
444.89/444.92	c  N dy  4947    738279     38833    166057         0     66254    504600   7404869    179.73    191.22
457.48/457.58	c  N dy  5098    758365     38833    166057         0     44343    504600   1185170    179.85    202.75
469.38/469.49	c  N dy  5239    778404     38833    166057         0     64380    504600   6768126    179.92    190.23
481.89/481.92	c  N dy  5367    798474     38833    166057         0     84450    504600  12203152    179.88    196.49
486.29/486.36	c  S st  5417    805944     38833    166057         0     48929    504600   2107116    179.85   no data
486.59/486.66	c  S st  5417    806447     38833    166057         0     49432    504600   2215517    179.85   no data
486.59/486.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
486.79/486.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
486.79/486.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
486.79/486.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
486.79/486.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
486.89/486.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
486.89/486.92	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
486.99/487.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
487.19/487.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
487.88/487.96	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.72 s
487.88/487.98	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
487.98/488.02	c vivif2 --  cl tried    49430 cl shrink        0 lits rem          0 time: 0.04
488.19/488.27	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.24
488.19/488.28	c calculated reachability. Time: 0.00
488.19/488.28	c  N dy  5417    806447     38833    166057         0     49430    504600   2213896    179.85   no data
500.18/500.24	c  N dy  5561    826472     38833    166057         0     69455    504600   7827199    179.96    236.47
512.79/512.87	c  N dy  5699    846505     38833    166057         0     45490    504600    903235    180.02    190.63
524.48/524.55	c  N dy  5830    866512     38833    166057         0     65496    504600   6428624    180.05    222.61
537.10/537.19	c  N dy  5968    886650     38833    166057         0     85634    504600  11926071    180.09    200.80
549.38/549.40	c  N dy  6119    906724     38833    166057         0     60713    504600   4931153    180.22    190.99
561.69/561.79	c  N dy  6259    926784     38833    166057         0     80772    504600  10478191    180.26    191.31
574.29/574.30	c  N dy  6400    946864     38833    166057         0     54852    504600   2890966    180.26    195.21
586.50/586.53	c  N dy  6532    967045     38833    166057         0     75031    504600   8452080    180.23    200.49
599.29/599.33	c  N dy  6669    987091     38833    166057         0     48075    504600    811441    180.21    191.11
611.28/611.30	c  N dy  6805   1007271     38833    166057         0     68254    504600   6336345    180.24    205.94
623.89/623.95	c  N dy  6937   1027278     38833    166057         0     88258    504600  11756320    180.20    191.14
636.28/636.32	c  N dy  7074   1047318     38833    166057         0     60299    504600   3914974    180.24    190.81
648.88/648.98	c  N dy  7215   1067647     38833    166057         0     80624    504600   9504608    180.29    195.93
651.69/651.72	c  F st  7244   1071875     38833    166057         0     84852    504600  10656240    180.29    159.92
661.98/662.00	c  N dy  7323   1087702     38833    166057         0     51681    504600   1288840    180.29    189.83
674.08/674.16	c  N dy  7463   1107783     38833    166057         0     71761    504600   6789908    180.32    191.81
687.09/687.16	c  N dy  7602   1127947     38833    166057         0     91924    504600  12357505    180.38    204.75
699.59/699.61	c  N dy  7740   1148011     38833    166057         0     61991    504600   3828423    180.38    263.17
712.00/712.04	c  N dy  7873   1168132     38833    166057         0     82111    504600   9305264    180.36    190.01
725.39/725.40	c  N dy  8010   1188218     38833    166057         0     51201    504600    606560    180.37    218.76
737.30/737.35	c  N dy  8147   1208299     38833    166057         0     71279    504600   6020553    180.36    192.81
738.18/738.20	c  S st  8157   1209670     38833    166057         0     72649    504600   6382894    180.36   no data
738.48/738.54	c  S st  8157   1210176     38833    166057         0     73155    504600   6478788    180.36   no data
738.48/738.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
738.68/738.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.15
738.68/738.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
738.68/738.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
738.68/738.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
738.78/738.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
738.78/738.82	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
738.98/739.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
739.28/739.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
742.69/742.77	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.35 s
742.69/742.80	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
742.88/742.92	c vivif2 --  cl tried    73151 cl shrink        0 lits rem          0 time: 0.12
743.18/743.20	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.29
743.18/743.22	c calculated reachability. Time: 0.00
743.18/743.22	c  N dy  8157   1210176     38833    166057         0     73151    504600   6477517    180.36   no data
756.09/756.19	c  N dy  8303   1230243     38833    166057         0     93216    504600  11948424    180.39    198.90
768.78/768.83	c  N dy  8431   1250251     38833    166057         0     61224    504600   3036283    180.39    190.05
781.30/781.36	c  N dy  8573   1270288     38833    166057         0     81260    504600   8519871    180.41    191.19
794.58/794.64	c  N dy  8713   1290371     38833    166057         0    101340    504600  14054699    180.46    224.40
807.19/807.20	c  N dy  8859   1310451     38833    166057         0     68422    504600   4860085    180.52    244.74
819.80/819.82	c  N dy  8988   1330604     38833    166057         0     88574    504600  10364728    180.51    191.12
833.29/833.35	c  N dy  9129   1350710     38833    166057         0     54680    504600    754440    180.52    194.62
844.94/845.09	c  N dy  9261   1370804     38833    166057         0     74774    504600   6112543    180.48    190.56
857.84/857.93	c  N dy  9392   1390827     38833    166057         0     94795    504600  11642317    180.50    195.66
871.04/871.18	c  N dy  9533   1410926     38833    166057         0     59893    504600   1902194    180.55    192.66
883.55/883.65	c  N dy  9671   1430999     38833    166057         0     79966    504600   7505869    180.59    191.11
896.64/896.77	c  N dy  9804   1451072     38833    166057         0    100039    504600  12962114    180.57    204.23
909.85/909.93	c  N dy  9947   1471104     38833    166057         0     64078    504600   2780819    180.64    191.95
922.44/922.51	c  N dy 10086   1491143     38833    166057         0     84114    504600   8328238    180.65    195.65
935.53/935.68	c  N dy 10220   1511144     38833    166057         0    104113    504600  13817123    180.66    190.96
948.54/948.70	c  N dy 10347   1531256     38833    166057         0     67229    504600   3424241    180.67    191.61
961.34/961.40	c  N dy 10484   1551273     38833    166057         0     87245    504600   8990857    180.69    216.61
974.64/974.78	c  N dy 10621   1571351     38833    166057         0    107323    504600  14579064    180.71    197.95
987.74/987.86	c  N dy 10766   1591353     38833    166057         0     69326    504600   3754325    180.75    193.85
1000.64/1000.72	c  N dy 10906   1611483     38833    166057         0     89455    504600   9269783    180.76    203.05
1014.14/1014.28	c  N dy 11048   1631533     38833    166057         0    109505    504600  14889972    180.80    194.27
1027.24/1027.37	c  N dy 11192   1651588     38833    166057         0     70562    504600   3785116    180.82    191.15
1040.24/1040.36	c  N dy 11327   1671678     38833    166057         0     90651    504600   9268951    180.82    194.76
1053.84/1053.90	c  N dy 11468   1691742     38833    166057         0    110714    504600  14812186    180.84    190.67
1066.05/1066.14	c  S st 11600   1710178     38833    166057         0     69149    504600   3149110    180.87    189.62
1066.34/1066.48	c  S st 11600   1710681     38833    166057         0     69652    504600   3259795    180.87   no data
1066.44/1066.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1066.54/1066.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.14
1066.54/1066.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1066.64/1066.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1066.64/1066.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1066.64/1066.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38833 time:  0.01 s
1066.64/1066.75	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1066.84/1066.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
1067.04/1067.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1068.94/1069.06	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.91 s
1068.94/1069.08	c vivif2 --  cl tried   166057 cl shrink        0 lits rem          0 time: 0.02
1069.04/1069.14	c vivif2 --  cl tried    69652 cl shrink        0 lits rem          0 time: 0.06
1069.35/1069.42	c asymm  cl-useful: 0/166057/166057 lits-rem:0 time: 0.28
1069.35/1069.43	c calculated reachability. Time: 0.00
1069.35/1069.43	c  N dy 11600   1710681     38833    166057         0     69652    504600   3259794    180.87   no data
1082.34/1082.42	c  N dy 11735   1730928     38833    166057         0     89898    504600   8836473    180.88    191.68
1095.63/1095.80	c  N dy 11866   1751062     38833    166057         0    110030    504600  14341830    180.86    192.31
1109.14/1109.25	c  N dy 12005   1771120     38833    166057         0     69087    504600   2868585    180.89    193.49
1121.93/1122.08	c  N dy 12146   1791197     38833    166057         0     89162    504600   8423329    180.91    194.67
1135.45/1135.58	c  N dy 12282   1811298     38833    166057         0    109263    504600  13965071    180.92    191.91
1149.33/1149.45	c  N dy 12422   1831353     38833    166057         0     67327    504600   2028463    180.94    194.57
1161.94/1162.06	c  N dy 12553   1851356     38833    166057         0     87330    504600   7456182    180.91    202.78
1175.33/1175.41	c  N dy 12686   1871444     38833    166057         0    107415    504600  13071420    180.93    192.03
1189.35/1189.48	c  N dy 12823   1891485     38833    166057         0     64455    504600   1031556    180.94    193.05
1201.94/1202.07	c  N dy 12966   1911522     38833    166057         0     84491    504600   6564590    180.97    192.57
1215.14/1215.27	c  N dy 13100   1931535     38833    166057         0    104504    504600  12123047    180.98    195.35
1229.34/1229.42	c  N dy 13239   1951577     38833    166057         0    124544    504600  17645291    181.00    192.40
1242.15/1242.26	c  N dy 13368   1971636     38833    166057         0     80610    504600   5075570    180.96    191.74
1255.14/1255.24	c  N dy 13497   1991648     38833    166057         0    100622    504600  10576562    180.94    194.83
1269.14/1269.25	c  N dy 13634   2011672     38833    166057         0    120644    504600  16161081    180.96    194.42
1283.14/1283.21	c  N dy 13776   2031733     38833    166057         0     75707    504600   3593668    180.97    202.30
1296.34/1296.42	c  N dy 13921   2051801     38833    166057         0     95774    504600   9238354    181.00    192.20

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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367459-1305383190/watcher-3367459-1305383190 -o /tmp/evaluation-result-3367459-1305383190/solver-3367459-1305383190 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367459-1305383190.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: 3.70 4.00 3.95 5/407 26195
/proc/meminfo: memFree=24497304/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=27968 CPUtime=0 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 2455 0 0 0 0 0 0 0 21 0 1 0 649917731 28639232 1900 33554432000 4194304 4580011 140735415661872 18446744073709551615 242970247353 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 6992 1915 322 95 0 1974 0

[startup+0.0722211 s]
/proc/loadavg: 3.70 4.00 3.95 5/407 26195
/proc/meminfo: memFree=24497304/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=48360 CPUtime=0.06 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 6327 0 0 0 6 0 0 0 21 0 1 0 649917731 49520640 5218 33554432000 4194304 4580011 140735415661872 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 12090 5218 324 95 0 7072 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 48360

[startup+0.101213 s]
/proc/loadavg: 3.70 4.00 3.95 5/407 26195
/proc/meminfo: memFree=24497304/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=51392 CPUtime=0.09 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 7263 0 0 0 9 0 0 0 21 0 1 0 649917731 52625408 6154 33554432000 4194304 4580011 140735415661872 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 12848 6154 324 95 0 7830 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51392

[startup+0.301176 s]
/proc/loadavg: 3.70 4.00 3.95 5/407 26195
/proc/meminfo: memFree=24497304/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=51860 CPUtime=0.28 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 7587 0 0 0 28 0 0 0 22 0 1 0 649917731 53104640 6478 33554432000 4194304 4580011 140735415661872 18446744073709551615 4292892 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 12965 6478 340 95 0 7947 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51860

[startup+0.701124 s]
/proc/loadavg: 3.70 4.00 3.95 5/407 26195
/proc/meminfo: memFree=24497304/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=77912 CPUtime=0.68 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 14704 0 0 0 67 1 0 0 23 0 1 0 649917731 79781888 12547 33554432000 4194304 4580011 140735415661872 18446744073709551615 4395668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 19478 12547 354 95 0 14460 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 77912

[startup+1.50098 s]
/proc/loadavg: 3.70 4.00 3.95 5/411 26202
/proc/meminfo: memFree=24373760/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=77912 CPUtime=1.48 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 15171 0 0 0 147 1 0 0 25 0 1 0 649917731 79781888 13014 33554432000 4194304 4580011 140735415661872 18446744073709551615 4295809 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 19478 13014 364 95 0 14460 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 77912

[startup+3.47521 s]
/proc/loadavg: 3.70 4.00 3.95 5/411 26202
/proc/meminfo: memFree=24364352/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=110728 CPUtime=3.53 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 16320 0 0 0 351 2 0 0 25 0 1 0 649917731 113385472 14163 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 27682 14267 364 95 0 22664 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 110728

[startup+12.4441 s]
/proc/loadavg: 3.72 4.00 3.95 5/411 26202
/proc/meminfo: memFree=24328260/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=85960 CPUtime=12.43 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 22716 0 0 0 1238 5 0 0 25 0 1 0 649917731 88023040 14204 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293138 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 21490 14204 364 95 0 16472 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 85960

[startup+12.701 s]
/proc/loadavg: 3.72 4.00 3.95 5/411 26202
/proc/meminfo: memFree=24328260/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=85960 CPUtime=12.69 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 22851 0 0 0 1264 5 0 0 25 0 1 0 649917731 88023040 14339 33554432000 4194304 4580011 140735415661872 18446744073709551615 4320930 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 21490 14339 364 95 0 16472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85960

[startup+25.5008 s]
/proc/loadavg: 4.05 4.07 3.97 5/411 26202
/proc/meminfo: memFree=24123484/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=163104 CPUtime=25.5 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 49793 0 0 0 2540 10 0 0 25 0 1 0 649917731 167018496 33512 33554432000 4194304 4580011 140735415661872 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 40776 33512 367 95 0 35758 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 163104

[startup+51.1004 s]
/proc/loadavg: 4.03 4.06 3.97 5/411 26203
/proc/meminfo: memFree=24066468/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=189884 CPUtime=51.09 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 71487 0 0 0 5094 15 0 0 25 0 1 0 649917731 194441216 39673 33554432000 4194304 4580011 140735415661872 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 47471 39673 367 95 0 42453 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 189884

[startup+102.301 s]
/proc/loadavg: 4.01 4.05 3.97 5/411 26204
/proc/meminfo: memFree=23732368/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=311544 CPUtime=102.28 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 116914 0 0 0 10204 24 0 0 25 0 1 0 649917731 319021056 71776 33554432000 4194304 4580011 140735415661872 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 77886 71776 367 95 0 72868 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 311544

[startup+162.3 s]
/proc/loadavg: 4.10 4.08 3.99 5/411 26206
/proc/meminfo: memFree=23663272/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=393376 CPUtime=162.28 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 141392 0 0 0 16199 29 0 0 25 0 1 0 649917731 402817024 80823 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 98344 80823 367 95 0 93326 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 393376

[startup+222.301 s]
/proc/loadavg: 4.14 4.09 4.00 5/411 26208
/proc/meminfo: memFree=23628388/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=392980 CPUtime=222.28 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 161395 0 0 0 22194 34 0 0 25 0 1 0 649917731 402411520 82383 33554432000 4194304 4580011 140735415661872 18446744073709551615 4324183 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 98245 82383 367 95 0 93227 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 392980

[startup+282.301 s]
/proc/loadavg: 4.10 4.09 4.00 5/411 26209
/proc/meminfo: memFree=23608028/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=403424 CPUtime=282.29 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 184915 0 0 0 28188 41 0 0 25 0 1 0 649917731 413106176 85508 33554432000 4194304 4580011 140735415661872 18446744073709551615 4294364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 100856 85508 367 95 0 95838 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 403424

[startup+342.3 s]
/proc/loadavg: 4.24 4.12 4.01 5/411 26211
/proc/meminfo: memFree=23574276/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=420540 CPUtime=342.29 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 207461 0 0 0 34183 46 0 0 25 0 1 0 649917731 430632960 85295 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 105135 85295 367 95 0 100117 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 420540

[startup+402.301 s]
/proc/loadavg: 4.15 4.11 4.01 5/411 26212
/proc/meminfo: memFree=23537536/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=420732 CPUtime=402.28 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 229951 0 0 0 40176 52 0 0 25 0 1 0 649917731 430829568 91151 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 105183 91151 367 95 0 100165 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 420732

[startup+462.316 s]
/proc/loadavg: 4.05 4.09 4.01 5/411 26214
/proc/meminfo: memFree=23539364/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=422172 CPUtime=462.3 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 250094 0 0 0 46171 59 0 0 25 0 1 0 649917731 432304128 84271 33554432000 4194304 4580011 140735415661872 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 105543 84271 367 95 0 100525 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 422172

[startup+522.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/411 26216
/proc/meminfo: memFree=23553096/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=436080 CPUtime=522.28 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 275143 0 0 0 52161 67 0 0 25 0 1 0 649917731 446545920 89787 33554432000 4194304 4580011 140735415661872 18446744073709551615 4325120 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 109020 89787 367 95 0 104002 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 436080

[startup+582.301 s]
/proc/loadavg: 4.02 4.07 4.00 5/411 26217
/proc/meminfo: memFree=23513132/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=436280 CPUtime=582.28 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 296983 0 0 0 58155 73 0 0 25 0 1 0 649917731 446750720 91004 33554432000 4194304 4580011 140735415661872 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 109070 91004 367 95 0 104052 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 436280

[startup+642.301 s]
/proc/loadavg: 4.01 4.05 4.00 5/411 26219
/proc/meminfo: memFree=23509260/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=436504 CPUtime=642.29 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 318353 0 0 0 64150 79 0 0 25 0 1 0 649917731 446980096 90962 33554432000 4194304 4580011 140735415661872 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 109126 90962 367 95 0 104108 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 436504

[startup+702.3 s]
/proc/loadavg: 4.00 4.04 4.00 5/411 26220
/proc/meminfo: memFree=23498924/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=438348 CPUtime=702.29 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 340272 0 0 0 70142 87 0 0 25 0 1 0 649917731 448868352 89801 33554432000 4194304 4580011 140735415661872 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 109587 89801 367 95 0 104569 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 438348

[startup+762.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/411 26222
/proc/meminfo: memFree=23414192/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=438548 CPUtime=762.29 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 361242 0 0 0 76135 94 0 0 25 0 1 0 649917731 449073152 99128 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 109637 99128 367 95 0 104619 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 438548

[startup+822.301 s]
/proc/loadavg: 4.13 4.06 4.01 5/411 26224
/proc/meminfo: memFree=23437344/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=440288 CPUtime=822.29 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 382576 0 0 0 82128 101 0 0 25 0 1 0 649917731 450854912 96485 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 110072 96485 367 95 0 105054 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 440288

[startup+882.3 s]
/proc/loadavg: 4.13 4.06 4.01 5/411 26225
/proc/meminfo: memFree=23410144/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=448900 CPUtime=882.24 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 405615 0 0 0 88116 108 0 0 25 0 1 0 649917731 459673600 94170 33554432000 4194304 4580011 140735415661872 18446744073709551615 4320844 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 112225 94170 367 95 0 107207 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 448900

[startup+942.301 s]
/proc/loadavg: 4.04 4.05 4.00 5/411 26227
/proc/meminfo: memFree=23396072/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=449100 CPUtime=942.23 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 428240 0 0 0 94108 115 0 0 25 0 1 0 649917731 459878400 103592 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 112275 103592 367 95 0 107257 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 449100

[startup+1002.3 s]
/proc/loadavg: 4.05 4.05 4.00 5/411 26228
/proc/meminfo: memFree=23379188/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=449384 CPUtime=1002.24 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 448941 0 0 0 100104 120 0 0 25 0 1 0 649917731 460169216 97104 33554432000 4194304 4580011 140735415661872 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 112346 97104 367 95 0 107328 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 449384

[startup+1062.3 s]
/proc/loadavg: 4.09 4.06 4.00 5/411 26230
/proc/meminfo: memFree=23389816/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=383720 CPUtime=1062.24 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 470318 0 0 0 106098 126 0 0 25 0 1 0 649917731 392929280 90263 33554432000 4194304 4580011 140735415661872 18446744073709551615 4320697 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 95930 90263 367 95 0 90912 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 383720

[startup+1122.31 s]
/proc/loadavg: 4.10 4.06 4.00 5/411 26232
/proc/meminfo: memFree=23398592/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=449784 CPUtime=1122.25 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 490153 0 0 0 112093 132 0 0 25 0 1 0 649917731 460578816 95695 33554432000 4194304 4580011 140735415661872 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 112446 95695 367 95 0 107428 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 449784

[startup+1182.3 s]
/proc/loadavg: 4.03 4.05 4.00 5/411 26233
/proc/meminfo: memFree=23346600/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=450036 CPUtime=1182.23 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 512164 0 0 0 118086 137 0 0 25 0 1 0 649917731 460836864 102864 33554432000 4194304 4580011 140735415661872 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 112509 102864 367 95 0 107491 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 450036

[startup+1242.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/411 26235
/proc/meminfo: memFree=23420964/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=450336 CPUtime=1242.23 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 531941 0 0 0 124081 142 0 0 25 0 1 0 649917731 461144064 92282 33554432000 4194304 4580011 140735415661872 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 112584 92282 367 95 0 107566 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 450336



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.03 4.00 3/409 26238
/proc/meminfo: memFree=23635096/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=451620 CPUtime=1299.95 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 553172 0 0 0 129847 148 0 0 25 0 1 0 649917731 462458880 98054 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 112905 98054 367 95 0 107887 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 451620

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.03 4.00 3/409 26238
/proc/meminfo: memFree=23635096/32951132 swapFree=67093844/67111528
[pid=26195] ppid=26193 vsize=451620 CPUtime=1299.95 cores=0,2
/proc/26195/stat : 26195 (strangenight2-s) R 26193 26195 25515 0 -1 4202496 553172 0 0 0 129847 148 0 0 25 0 1 0 649917731 462458880 98054 33554432000 4194304 4580011 140735415661872 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26195/statm: 112905 98054 367 95 0 107887 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 451620

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1299.99
CPU user time (s): 1298.48
CPU system time (s): 1.50377
CPU usage (%): 99.9961
Max. virtual memory (cumulated for all children) (KiB): 451620

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

runsolver used 5.74213 second user time and 14.1259 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 16:26:31
IDJOB=3367459
IDBENCH=82668
IDSOLVER=1845
FILE ID=node128/3367459-1305383190
RUNJOBID= node128-1305383190-26159
PBS_JOBID= 13324374
Free space on /tmp= 73592 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S1920335371-069-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367459-1305383190/watcher-3367459-1305383190 -o /tmp/evaluation-result-3367459-1305383190/solver-3367459-1305383190 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367459-1305383190.cnf

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

MD5SUM BENCH= 2df42d61a6b217e160d2447861596d0d
RANDOM SEED=196500819

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24497708 kB
Buffers:        250108 kB
Cached:        2643196 kB
SwapCached:       1440 kB
Active:        6078352 kB
Inactive:      2083840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24497708 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           22628 kB
Writeback:           0 kB
AnonPages:     5266748 kB
Mapped:          31792 kB
Slab:           187668 kB
PageTables:      38644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100738484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73592 MiB
End job on node128 at 2011-05-14 16:48:13