Trace number 3498790

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.06 4999.91

General information on the benchmark

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

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   55513   187620 |   16653       0        0     nan |  0.000 % |
0.00/0.09	c |         0 |   55174   187112 |      --       0       --      -- |     --   | -313/-424
0.00/0.09	c ==============================================================================
0.00/0.09	c Result  :   #vars: 8607   #clauses: 55174   #literals: 187112
0.00/0.09	c CPU time:   0.086986 s
0.00/0.09	c ==============================================================================
0.00/0.12	c
0.00/0.12	c Starting glucose
0.00/0.12	c
0.00/0.13	
0.00/0.13	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.13	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.13	
0.00/0.13	c ============================[ Problem Statistics ]=============================
0.00/0.13	c |                                                                             |
0.00/0.13	c |  Number of variables:  8607                                                 |
0.00/0.13	c |  Number of clauses:    55174                                                |
0.00/0.15	c |  Parsing time:         0.02         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 /tmp/evaluation-result-3498790-1308503378/watcher-3498790-1308503378 -o /tmp/evaluation-result-3498790-1308503378/solver-3498790-1308503378 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498790-1308503378.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: 1.00 1.00 1.00 2/172 8987
/proc/meminfo: memFree=26138856/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 942753427 8912896 252 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8987/statm: 2176 252 211 178 0 69 0

[startup+0.0931781 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 8987
/proc/meminfo: memFree=26138856/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 942753427 8912896 252 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8987/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101185 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 8987
/proc/meminfo: memFree=26138856/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 942753427 8912896 252 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8987/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301065 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 8987
/proc/meminfo: memFree=26138856/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8704

[startup+0.700988 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 8987
/proc/meminfo: memFree=26138856/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8704

[startup+1.50091 s]
/proc/loadavg: 1.00 1.00 1.00 3/177 8999
/proc/meminfo: memFree=26120636/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=9704 CPUtime=1.36 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 1984 0 0 0 136 0 0 0 25 0 1 0 942753440 9936896 1925 33554432000 134512640 134556542 4294720000 18446744073709551615 134528993 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 2426 1925 214 11 0 1760 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18408

[startup+3.10062 s]
/proc/loadavg: 1.00 1.00 1.00 3/177 9000
/proc/meminfo: memFree=26118868/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=10404 CPUtime=2.96 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 2160 0 0 0 296 0 0 0 25 0 1 0 942753440 10653696 2101 33554432000 134512640 134556542 4294720000 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 2601 2101 214 11 0 1935 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19108

[startup+6.301 s]
/proc/loadavg: 1.08 1.02 1.01 3/177 9000
/proc/meminfo: memFree=26116228/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=11152 CPUtime=6.16 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 2370 0 0 0 616 0 0 0 25 0 1 0 942753440 11419648 2311 33554432000 134512640 134556542 4294720000 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 2788 2311 214 11 0 2122 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19856

[startup+12.7008 s]
/proc/loadavg: 1.16 1.03 1.01 3/177 9000
/proc/meminfo: memFree=26112988/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=12240 CPUtime=12.56 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 2624 0 0 0 1256 0 0 0 25 0 1 0 942753440 12533760 2565 33554432000 134512640 134556542 4294720000 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 3060 2565 214 11 0 2394 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20944

[startup+25.5004 s]
/proc/loadavg: 1.34 1.08 1.02 3/177 9000
/proc/meminfo: memFree=26108544/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=14704 CPUtime=25.36 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 3241 0 0 0 2536 0 0 0 25 0 1 0 942753440 15056896 3182 33554432000 134512640 134556542 4294720000 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 3676 3182 214 11 0 3010 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23408

[startup+51.1005 s]
/proc/loadavg: 1.57 1.15 1.05 3/177 9001
/proc/meminfo: memFree=26103372/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=18540 CPUtime=50.96 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 4171 0 0 0 5096 0 0 0 25 0 1 0 942753440 18984960 4112 33554432000 134512640 134556542 4294720000 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 4635 4112 214 11 0 3969 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27244

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.10 3/177 9002
/proc/meminfo: memFree=26095876/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=22492 CPUtime=102.18 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 5127 0 0 0 10217 1 0 0 25 0 1 0 942753440 23031808 5068 33554432000 134512640 134556542 4294720000 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 5623 5068 214 11 0 4957 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 31196

[startup+162.3 s]
/proc/loadavg: 1.93 1.41 1.15 3/177 9004
/proc/meminfo: memFree=26088508/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=27328 CPUtime=162.17 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 6290 0 0 0 16216 1 0 0 25 0 1 0 942753440 27983872 6231 33554432000 134512640 134556542 4294720000 18446744073709551615 134534199 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 6832 6231 214 11 0 6166 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 36032

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.20 3/177 9005
/proc/meminfo: memFree=26082260/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=31884 CPUtime=222.17 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 7367 0 0 0 22216 1 0 0 25 0 1 0 942753440 32649216 7308 33554432000 134512640 134556542 4294720000 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 7971 7308 214 11 0 7305 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 40588

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.25 3/177 9007
/proc/meminfo: memFree=26077252/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=34536 CPUtime=282.17 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 7995 0 0 0 28216 1 0 0 25 0 1 0 942753440 35364864 7936 33554432000 134512640 134556542 4294720000 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 8634 7936 214 11 0 7968 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 43240

[startup+342.3 s]
/proc/loadavg: 1.99 1.67 1.29 3/177 9009
/proc/meminfo: memFree=26074604/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=36284 CPUtime=342.17 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 8448 0 0 0 34216 1 0 0 25 0 1 0 942753440 37154816 8389 33554432000 134512640 134556542 4294720000 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 9071 8389 214 11 0 8405 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 44988

[startup+402.301 s]
/proc/loadavg: 2.07 1.74 1.34 3/177 9010
/proc/meminfo: memFree=26071216/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6

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

/proc/8998/statm: 18881 17580 214 11 0 18215 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 84228

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 9129
/proc/meminfo: memFree=25994940/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=75524 CPUtime=4422.32 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 17773 0 0 0 442223 9 0 0 25 0 1 0 942753440 77336576 17588 33554432000 134512640 134556542 4294720000 18446744073709551615 134536891 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 18881 17588 214 11 0 18215 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 84228

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 9131
/proc/meminfo: memFree=25994632/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=75524 CPUtime=4482.32 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 17786 0 0 0 448223 9 0 0 25 0 1 0 942753440 77336576 17601 33554432000 134512640 134556542 4294720000 18446744073709551615 134536927 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 18881 17601 214 11 0 18215 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 84228

[startup+4542.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/177 9136
/proc/meminfo: memFree=25994448/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=76556 CPUtime=4542.32 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 17894 0 0 0 454223 9 0 0 25 0 1 0 942753440 78393344 17709 33554432000 134512640 134556542 4294720000 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 19139 17709 214 11 0 18473 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 85260

[startup+4602.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/177 9137
/proc/meminfo: memFree=25992032/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=78668 CPUtime=4602.33 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 18439 0 0 0 460224 9 0 0 25 0 1 0 942753440 80556032 18254 33554432000 134512640 134556542 4294720000 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 19667 18254 214 11 0 19001 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 87372

[startup+4662.3 s]
/proc/loadavg: 2.15 2.04 1.94 3/177 9139
/proc/meminfo: memFree=25990884/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=78668 CPUtime=4662.33 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 18439 0 0 0 466224 9 0 0 25 0 1 0 942753440 80556032 18254 33554432000 134512640 134556542 4294720000 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 19667 18254 214 11 0 19001 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 87372

[startup+4722.31 s]
/proc/loadavg: 2.05 2.03 1.94 3/177 9140
/proc/meminfo: memFree=25988976/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=80648 CPUtime=4722.33 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 18920 0 0 0 472224 9 0 0 25 0 1 0 942753440 82583552 18735 33554432000 134512640 134556542 4294720000 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 20162 18735 214 11 0 19496 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 89352

[startup+4782.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/177 9142
/proc/meminfo: memFree=25988948/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=80648 CPUtime=4782.33 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 18922 0 0 0 478224 9 0 0 25 0 1 0 942753440 82583552 18737 33554432000 134512640 134556542 4294720000 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 20162 18737 214 11 0 19496 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 89352

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 9144
/proc/meminfo: memFree=25988756/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=80648 CPUtime=4842.33 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 18924 0 0 0 484223 10 0 0 25 0 1 0 942753440 82583552 18739 33554432000 134512640 134556542 4294720000 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 20162 18739 214 11 0 19496 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 89352

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 9145
/proc/meminfo: memFree=25988736/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=80648 CPUtime=4902.34 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 18930 0 0 0 490224 10 0 0 25 0 1 0 942753440 82583552 18745 33554432000 134512640 134556542 4294720000 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 20162 18745 214 11 0 19496 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 89352

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 9147
/proc/meminfo: memFree=25988684/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=80648 CPUtime=4962.34 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 18933 0 0 0 496224 10 0 0 25 0 1 0 942753440 82583552 18748 33554432000 134512640 134556542 4294720000 18446744073709551615 134525024 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 20162 18748 214 11 0 19496 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 89352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 9148
/proc/meminfo: memFree=25985820/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=80648 CPUtime=4999.94 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 18933 0 0 0 499984 10 0 0 25 0 1 0 942753440 82583552 18748 33554432000 134512640 134556542 4294720000 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 20162 18748 214 11 0 19496 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 89352

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 9148
/proc/meminfo: memFree=25985820/32951124 swapFree=67064576/67111528
[pid=8987] ppid=8985 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/8987/stat : 8987 (ebglucose.sh) S 8985 8987 8256 0 -1 4202496 379 1948 0 0 0 0 12 0 21 0 1 0 942753427 8912896 255 33554432000 4194304 4922060 140737210797072 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8987/statm: 2176 255 211 178 0 69 0
[pid=8998] ppid=8987 vsize=80648 CPUtime=4999.94 cores=0,2,4,6
/proc/8998/stat : 8998 (ebglucose_stati) R 8987 8987 8256 0 -1 4202496 18933 0 0 0 499984 10 0 0 25 0 1 0 942753440 82583552 18748 33554432000 134512640 134556542 4294720000 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8998/statm: 20162 18748 214 11 0 19496 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 89352

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 4999.96
CPU system time (s): 0.1
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 89352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.122981
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2327
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= 13
involuntary context switches= 20

runsolver used 8.95364 second user time and 17.7753 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-19 19:09:38
IDJOB=3498790
IDBENCH=84211
IDSOLVER=1992
FILE ID=node141/3498790-1308503378
RUNJOBID= node141-1308503378-8964
PBS_JOBID= 13608165
Free space on /tmp= 73416 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498790-1308503378/watcher-3498790-1308503378 -o /tmp/evaluation-result-3498790-1308503378/solver-3498790-1308503378 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498790-1308503378.cnf

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=351874279

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26140432 kB
Buffers:        490532 kB
Cached:        5928612 kB
SwapCached:      19216 kB
Active:        2612796 kB
Inactive:      3833892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26140432 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:            3532 kB
Writeback:           0 kB
AnonPages:       25792 kB
Mapped:           9752 kB
Slab:           300444 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   153400 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73412 MiB
End job on node141 at 2011-06-19 20:33:00