Trace number 3498643

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
EBGlucose 1.0? (TO) 5000.1 5000.01

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1455.4
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.48	c ==============================================================================
0.00/0.48	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.48	c ==============================================================================
0.00/0.48	c |         0 | 1035559  2720796 |  310667       0        0     nan |  0.000 % |
3.78/3.89	c |         0 |  779069  2479069 |      --       0       --      -- |     --   | -255664/-239349
3.78/3.89	c ==============================================================================
3.78/3.89	c Result  :   #vars: 159113   #clauses: 779069   #literals: 2479069
3.78/3.89	c CPU time:   3.77543 s
3.78/3.89	c ==============================================================================
4.30/4.37	c
4.30/4.37	c Starting glucose
4.30/4.37	c
4.30/4.37	
4.30/4.37	c This is EBGlucose 1.0 -- based on Glucose version 1.0
4.30/4.37	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
4.30/4.37	
4.30/4.37	c ============================[ Problem Statistics ]=============================
4.30/4.37	c |                                                                             |
4.30/4.37	c |  Number of variables:  159113                                               |
4.30/4.37	c |  Number of clauses:    779069                                               |
4.37/4.68	c |  Parsing time:         0.29         s                                       |

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498643-1307963025/watcher-3498643-1307963025 -o /var/tmp/evaluation-result-3498643-1307963025/solver-3498643-1307963025 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498643-1307963025.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.08 2.03 1.94 2/178 10207
/proc/meminfo: memFree=7746860/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 986533319 8912896 252 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10207/statm: 2176 252 211 178 0 69 0

[startup+0.08498 s]
/proc/loadavg: 2.08 2.03 1.94 2/178 10207
/proc/meminfo: memFree=7746860/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 986533319 8912896 252 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10207/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100895 s]
/proc/loadavg: 2.08 2.03 1.94 2/178 10207
/proc/meminfo: memFree=7746860/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 986533319 8912896 252 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10207/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300939 s]
/proc/loadavg: 2.08 2.03 1.94 2/178 10207
/proc/meminfo: memFree=7746860/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 986533319 8912896 252 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10207/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700871 s]
/proc/loadavg: 2.08 2.03 1.94 2/178 10207
/proc/meminfo: memFree=7746860/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 986533319 8912896 252 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10207/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50074 s]
/proc/loadavg: 2.08 2.03 1.94 3/180 10210
/proc/meminfo: memFree=7597076/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 986533319 8912896 252 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10207/statm: 2176 252 211 178 0 69 0
[pid=10209] ppid=10207 vsize=192236 CPUtime=1.49 cores=0,2,4,6
/proc/10209/stat : 10209 (SatELite_releas) R 10207 10207 9247 0 -1 4202496 43319 0 0 0 139 10 0 0 25 0 1 0 986533319 196849664 40734 33554432000 134512640 135144230 4291856992 18446744073709551615 134585708 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10209/statm: 48059 40734 78 155 0 47902 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 200940

[startup+3.10046 s]
/proc/loadavg: 2.08 2.03 1.94 3/180 10210
/proc/meminfo: memFree=7573384/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 986533319 8912896 252 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10207/statm: 2176 252 211 178 0 69 0
[pid=10209] ppid=10207 vsize=196432 CPUtime=3.09 cores=0,2,4,6
/proc/10209/stat : 10209 (SatELite_releas) R 10207 10207 9247 0 -1 4202496 44756 0 0 0 299 10 0 0 25 0 1 0 986533319 201146368 41405 33554432000 134512640 135144230 4291856992 18446744073709551615 134588104 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10209/statm: 49108 41405 78 155 0 48951 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 205136

[startup+6.30088 s]
/proc/loadavg: 2.07 2.02 1.94 3/180 10211
/proc/meminfo: memFree=7649524/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=73696 CPUtime=1.91 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 16506 0 0 0 189 2 0 0 25 0 1 0 986533756 75464704 16433 33554432000 134512640 134556542 4292060720 18446744073709551615 134537846 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 18424 16433 207 11 0 17758 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82400

[startup+12.7008 s]
/proc/loadavg: 2.07 2.02 1.94 3/180 10211
/proc/meminfo: memFree=7648312/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=74812 CPUtime=8.31 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 16797 0 0 0 829 2 0 0 25 0 1 0 986533756 76607488 16724 33554432000 134512640 134556542 4292060720 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 18703 16724 211 11 0 18037 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83516

[startup+25.5005 s]
/proc/loadavg: 2.05 2.02 1.94 4/180 10211
/proc/meminfo: memFree=7646968/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=76356 CPUtime=21.11 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 17186 0 0 0 2109 2 0 0 25 0 1 0 986533756 78188544 17113 33554432000 134512640 134556542 4292060720 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 19089 17113 213 11 0 18423 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85060

[startup+51.1009 s]
/proc/loadavg: 2.03 2.02 1.94 4/180 10212
/proc/meminfo: memFree=7644692/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=78640 CPUtime=46.71 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 17760 0 0 0 4669 2 0 0 25 0 1 0 986533756 80527360 17687 33554432000 134512640 134556542 4292060720 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 19660 17687 213 11 0 18994 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 87344

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 1.94 3/180 10213
/proc/meminfo: memFree=7642600/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=80440 CPUtime=97.92 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 18218 0 0 0 9790 2 0 0 25 0 1 0 986533756 82370560 18145 33554432000 134512640 134556542 4292060720 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 20110 18145 213 11 0 19444 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 89144

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/180 10215
/proc/meminfo: memFree=7641248/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=81928 CPUtime=157.91 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 18586 0 0 0 15789 2 0 0 25 0 1 0 986533756 83894272 18513 33554432000 134512640 134556542 4292060720 18446744073709551615 134537540 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 20482 18513 213 11 0 19816 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 90632

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 4/180 10216
/proc/meminfo: memFree=7640332/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=83004 CPUtime=217.92 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 18843 0 0 0 21789 3 0 0 25 0 1 0 986533756 84996096 18770 33554432000 134512640 134556542 4292060720 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 20751 18770 213 11 0 20085 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 91708

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 10218
/proc/meminfo: memFree=7639144/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=84200 CPUtime=277.92 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 19142 0 0 0 27789 3 0 0 25 0 1 0 986533756 86220800 19069 33554432000 134512640 134556542 4292060720 18446744073709551615 134537590 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 21050 19069 213 11 0 20384 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 92904

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 10220
/proc/meminfo: memFree=7638224/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=85128 CPUtime=337.92 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 19366 0 0 0 33789 3 0 0 25 0 1 0 986533756 87171072 19293 33554432000 134512640 134556542 4292060720 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 21282 19293 213 11 0 20616 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93832

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 10221
/proc/meminfo: memFree=7636176/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6

################
# More data... #
################

/proc/10211/statm: 27430 25208 213 11 0 26764 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 118424

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 10424
/proc/meminfo: memFree=7853576/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=111436 CPUtime=4358.01 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 25723 0 0 0 435792 9 0 0 25 0 1 0 986533756 114110464 25650 33554432000 134512640 134556542 4292060720 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 27859 25650 213 11 0 27193 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 120140

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 10425
/proc/meminfo: memFree=7853652/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=111436 CPUtime=4418.01 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 25723 0 0 0 441791 10 0 0 25 0 1 0 986533756 114110464 25650 33554432000 134512640 134556542 4292060720 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 27859 25650 213 11 0 27193 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 120140

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 10427
/proc/meminfo: memFree=7853596/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=111580 CPUtime=4478.01 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 25753 0 0 0 447791 10 0 0 25 0 1 0 986533756 114257920 25680 33554432000 134512640 134556542 4292060720 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 27895 25680 213 11 0 27229 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 120284

[startup+4542.3 s]
/proc/loadavg: 2.06 2.01 1.99 3/180 10429
/proc/meminfo: memFree=7853668/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=111580 CPUtime=4538.01 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 25757 0 0 0 453791 10 0 0 25 0 1 0 986533756 114257920 25684 33554432000 134512640 134556542 4292060720 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 27895 25684 213 11 0 27229 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 120284

[startup+4602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 10430
/proc/meminfo: memFree=7853476/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=111580 CPUtime=4598.02 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 25760 0 0 0 459792 10 0 0 25 0 1 0 986533756 114257920 25687 33554432000 134512640 134556542 4292060720 18446744073709551615 134536885 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 27895 25687 213 11 0 27229 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 120284

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 10432
/proc/meminfo: memFree=7853292/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=111580 CPUtime=4658.02 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 25760 0 0 0 465792 10 0 0 25 0 1 0 986533756 114257920 25687 33554432000 134512640 134556542 4292060720 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 27895 25687 213 11 0 27229 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 120284

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 10433
/proc/meminfo: memFree=7853228/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=111580 CPUtime=4718.02 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 25762 0 0 0 471792 10 0 0 25 0 1 0 986533756 114257920 25689 33554432000 134512640 134556542 4292060720 18446744073709551615 134537253 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 27895 25689 213 11 0 27229 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 120284

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 10435
/proc/meminfo: memFree=7853168/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=111580 CPUtime=4778.02 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 25762 0 0 0 477792 10 0 0 25 0 1 0 986533756 114257920 25689 33554432000 134512640 134556542 4292060720 18446744073709551615 134536933 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 27895 25689 213 11 0 27229 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 120284

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10437
/proc/meminfo: memFree=7852384/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=112504 CPUtime=4838.02 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 25983 0 0 0 483792 10 0 0 25 0 1 0 986533756 115204096 25910 33554432000 134512640 134556542 4292060720 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 28126 25910 213 11 0 27460 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 121208

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10438
/proc/meminfo: memFree=7852220/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=112504 CPUtime=4898.02 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 26002 0 0 0 489792 10 0 0 25 0 1 0 986533756 115204096 25929 33554432000 134512640 134556542 4292060720 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 28126 25929 213 11 0 27460 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 121208

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10440
/proc/meminfo: memFree=7852272/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=112576 CPUtime=4958.02 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 26010 0 0 0 495792 10 0 0 25 0 1 0 986533756 115277824 25937 33554432000 134512640 134556542 4292060720 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 28144 25937 213 11 0 27478 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 121280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10441
/proc/meminfo: memFree=7852104/32950940 swapFree=67053420/67111528
[pid=10207] ppid=10205 vsize=8704 CPUtime=4.37 cores=0,2,4,6
/proc/10207/stat : 10207 (ebglucose.sh) S 10205 10207 9247 0 -1 4202496 381 52426 0 0 0 0 422 15 18 0 1 0 986533319 8912896 255 33554432000 4194304 4922060 140736417264224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10207/statm: 2176 255 211 178 0 69 0
[pid=10211] ppid=10207 vsize=112576 CPUtime=4995.73 cores=0,2,4,6
/proc/10211/stat : 10211 (ebglucose_stati) R 10207 10207 9247 0 -1 4202496 26010 0 0 0 499563 10 0 0 25 0 1 0 986533756 115277824 25937 33554432000 134512640 134556542 4292060720 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10211/statm: 28144 25937 213 11 0 27478 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 121280

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10207 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=220358
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=155976
# CPU time returned by wait4() is 4.37633
# while last known CPU time is 5000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.01
CPU time (s): 5000.1
CPU user time (s): 4999.85
CPU system time (s): 0.25
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 212256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.22036
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52807
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 26

runsolver used 7.85081 second user time and 15.6776 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-13 13:03:45
IDJOB=3498643
IDBENCH=82354
IDSOLVER=1992
FILE ID=node117/3498643-1307963025
RUNJOBID= node117-1307959510-9771
PBS_JOBID= 13559711
Free space on /var/tmp= 2732 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498643-1307963025/watcher-3498643-1307963025 -o /var/tmp/evaluation-result-3498643-1307963025/solver-3498643-1307963025 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498643-1307963025.cnf

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=604017339

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       7747156 kB
Buffers:        106316 kB
Cached:       23828328 kB
SwapCached:      11156 kB
Active:        8601704 kB
Inactive:     15814260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       7747156 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:           21968 kB
Writeback:           0 kB
AnonPages:      478532 kB
Mapped:          13932 kB
Slab:           720964 kB
PageTables:       5380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   685168 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 /var/tmp at the end= 2800 MiB
End job on node117 at 2011-06-13 14:27:07