Trace number 3749992

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.1 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-harp2.opb
MD5SUM3f0afbcd16b5dd29f67967742a878949
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-67205306
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2993
Total number of constraints112
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)73
Number of constraints which are nor clauses,nor cardinality constraints39
Minimum length of a constraint41
Maximum length of a constraint73
Number of terms in the objective function 2993
Biggest coefficient in the objective function 17006200
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 4415092451
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 4208540000
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 46909379837
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.99	c run usual solver
2.36/2.98	c model valid
2.36/2.98	c current solution ok
3.40/3.47	o -48803709
3.40/3.47	c current bound: 2115262441
3.40/3.47	c fallback to adder encoding
157.66/157.73	c current bound: 3172893662
157.66/157.73	c fallback to adder encoding
869.04/869.29	c current bound: 3701709272
869.04/869.29	c fallback to adder encoding
1800.07/1800.41	./satsolver.sh: line 5: 25303 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation 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-3749992-1339220754/watcher-3749992-1339220754 -o /tmp/evaluation-result-3749992-1339220754/solver-3749992-1339220754 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749992-1339220754.opb 1106052259 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.85 1.97 1.67 3/172 25249
/proc/meminfo: memFree=30181216/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0

[startup+0.0804509 s]
/proc/loadavg: 1.85 1.97 1.67 3/172 25249
/proc/meminfo: memFree=30181216/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10024 s]
/proc/loadavg: 1.85 1.97 1.67 3/172 25249
/proc/meminfo: memFree=30181216/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300169 s]
/proc/loadavg: 1.85 1.97 1.67 3/172 25249
/proc/meminfo: memFree=30181216/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700164 s]
/proc/loadavg: 1.85 1.97 1.67 3/172 25249
/proc/meminfo: memFree=30181216/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 1.85 1.97 1.67 3/179 25263
/proc/meminfo: memFree=30039064/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=30752 CPUtime=0.99 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 15654 0 0 0 93 6 0 0 20 0 1 0 388200868 31490048 6512 33554432000 4194304 6004724 140734472679360 140734472673408 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 7688 6512 162 442 0 7242 0
[pid=25263] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25263/stat : 25263 (cp2_pre.sh) S 25250 25249 25109 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 388200967 9367552 276 33554432000 4194304 5064252 140736657218496 140736657217200 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25263/statm: 2287 276 234 213 0 72 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 49048

[startup+3.10017 s]
/proc/loadavg: 1.85 1.97 1.67 3/180 25264
/proc/meminfo: memFree=29914180/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=30756 CPUtime=3.09 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) R 25249 25249 25109 0 -1 4202496 16049 27223 0 0 96 15 189 9 20 0 1 0 388200868 31494144 6520 33554432000 4194304 6004724 140734472679360 140734472673560 5190832 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 7689 6520 169 442 0 7243 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39904

[startup+6.30037 s]
/proc/loadavg: 1.86 1.97 1.67 3/180 25274
/proc/meminfo: memFree=29363936/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=104428 CPUtime=4.02 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 19492 27737 0 0 151 52 189 10 20 0 1 0 388200868 106934272 17457 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 26107 17457 174 442 0 25661 0
[pid=25273] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25273/stat : 25273 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388201271 9367552 267 33554432000 4194304 5064252 140733955735424 140733955734336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25273/statm: 2287 267 226 213 0 72 0
[pid=25274] ppid=25273 vsize=121584 CPUtime=2.26 cores=1,3,5,7
/proc/25274/stat : 25274 (glucose) R 25273 25249 25109 0 -1 4202496 24360 0 0 0 220 6 0 0 20 0 1 0 388201271 124502016 26769 33554432000 4194304 5208918 140733546237328 140733546235288 4211030 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 30396 26769 105 248 0 30145 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 244308

[startup+12.7003 s]
/proc/loadavg: 1.87 1.97 1.68 3/182 25276
/proc/meminfo: memFree=28577496/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=104428 CPUtime=4.02 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 19492 27737 0 0 151 52 189 10 20 0 1 0 388200868 106934272 17457 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 26107 17457 174 442 0 25661 0
[pid=25273] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25273/stat : 25273 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388201271 9367552 267 33554432000 4194304 5064252 140733955735424 140733955734336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25273/statm: 2287 267 226 213 0 72 0
[pid=25274] ppid=25273 vsize=125168 CPUtime=8.65 cores=1,3,5,7
/proc/25274/stat : 25274 (glucose) R 25273 25249 25109 0 -1 4202496 25294 0 0 0 859 6 0 0 20 0 1 0 388201271 128172032 28725 33554432000 4194304 5208918 140733546237328 140733546235176 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 31292 28725 105 248 0 31041 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 247892

[startup+25.5003 s]
/proc/loadavg: 2.04 2.00 1.69 3/182 25276
/proc/meminfo: memFree=28082492/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=104428 CPUtime=4.02 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 19492 27737 0 0 151 52 189 10 20 0 1 0 388200868 106934272 17457 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 26107 17457 174 442 0 25661 0
[pid=25273] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25273/stat : 25273 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388201271 9367552 267 33554432000 4194304 5064252 140733955735424 140733955734336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25273/statm: 2287 267 226 213 0 72 0
[pid=25274] ppid=25273 vsize=129756 CPUtime=21.46 cores=1,3,5,7
/proc/25274/stat : 25274 (glucose) R 25273 25249 25109 0 -1 4202496 26561 0 0 0 2139 7 0 0 20 0 1 0 388201271 132870144 29157 33554432000 4194304 5208918 140733546237328 140733546233096 4229039 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 32439 29157 105 248 0 32188 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 252480

[startup+51.1003 s]
/proc/loadavg: 2.03 2.00 1.70 3/183 25280
/proc/meminfo: memFree=28126992/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=104428 CPUtime=4.02 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 19492 27737 0 0 151 52 189 10 20 0 1 0 388200868 106934272 17457 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 26107 17457 174 442 0 25661 0
[pid=25273] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25273/stat : 25273 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388201271 9367552 267 33554432000 4194304 5064252 140733955735424 140733955734336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25273/statm: 2287 267 226 213 0 72 0
[pid=25274] ppid=25273 vsize=165392 CPUtime=47.04 cores=1,3,5,7
/proc/25274/stat : 25274 (glucose) R 25273 25249 25109 0 -1 4202496 30121 0 0 0 4695 9 0 0 20 0 1 0 388201271 169361408 38777 33554432000 4194304 5208918 140733546237328 140733546233704 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 41348 38777 105 248 0 41097 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 288116

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 1.71 3/183 25280
/proc/meminfo: memFree=28111700/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=104428 CPUtime=4.02 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 19492 27737 0 0 151 52 189 10 20 0 1 0 388200868 106934272 17457 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 26107 17457 174 442 0 25661 0
[pid=25273] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25273/stat : 25273 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388201271 9367552 267 33554432000 4194304 5064252 140733955735424 140733955734336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25273/statm: 2287 267 226 213 0 72 0
[pid=25274] ppid=25273 vsize=165392 CPUtime=98.24 cores=1,3,5,7
/proc/25274/stat : 25274 (glucose) R 25273 25249 25109 0 -1 4202496 31569 0 0 0 9812 12 0 0 20 0 1 0 388201271 169361408 39639 33554432000 4194304 5208918 140733546237328 140733546233704 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 41348 39639 105 248 0 41097 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 288116

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 1.74 3/183 25288
/proc/meminfo: memFree=28164956/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=158.26 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 22784 63676 0 0 202 58 15538 28 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25287] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25287/stat : 25287 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 388216699 9367552 267 33554432000 4194304 5064252 140734335489168 140734335488080 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25287/statm: 2287 267 226 213 0 72 0
[pid=25288] ppid=25287 vsize=126608 CPUtime=3.97 cores=1,3,5,7
/proc/25288/stat : 25288 (glucose) R 25287 25249 25109 0 -1 4202496 24630 0 0 0 391 6 0 0 20 0 1 0 388216699 129646592 28922 33554432000 4194304 5208918 140737425025648 140737425023496 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25288/statm: 31652 28922 104 248 0 31401 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 233140

[startup+222.3 s]

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


[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/183 25328
/proc/meminfo: memFree=28059088/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=869.72 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 27608 119935 0 0 253 65 86573 81 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25302] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25302/stat : 25302 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388287855 9367552 266 33554432000 4194304 5064252 140734919187312 140734919186224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25302/statm: 2287 266 226 213 0 72 0
[pid=25303] ppid=25302 vsize=212092 CPUtime=552.3 cores=1,3,5,7
/proc/25303/stat : 25303 (glucose) R 25302 25249 25109 0 -1 4202496 43365 0 0 0 55195 35 0 0 20 0 1 0 388287855 217182208 50022 33554432000 4194304 5208918 140734513804992 140734513803080 4211027 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25303/statm: 53023 50022 104 248 0 52772 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 318624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 25331
/proc/meminfo: memFree=28038748/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=869.72 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 27608 119935 0 0 253 65 86573 81 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25302] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25302/stat : 25302 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388287855 9367552 266 33554432000 4194304 5064252 140734919187312 140734919186224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25302/statm: 2287 266 226 213 0 72 0
[pid=25303] ppid=25302 vsize=243960 CPUtime=612.29 cores=1,3,5,7
/proc/25303/stat : 25303 (glucose) R 25302 25249 25109 0 -1 4202496 45008 0 0 0 61192 37 0 0 20 0 1 0 388287855 249815040 54750 33554432000 4194304 5208918 140734513804992 140734513801368 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25303/statm: 60990 54750 104 248 0 60739 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 350492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 25331
/proc/meminfo: memFree=28043784/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=869.72 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 27608 119935 0 0 253 65 86573 81 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25302] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25302/stat : 25302 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388287855 9367552 266 33554432000 4194304 5064252 140734919187312 140734919186224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25302/statm: 2287 266 226 213 0 72 0
[pid=25303] ppid=25302 vsize=246548 CPUtime=672.29 cores=1,3,5,7
/proc/25303/stat : 25303 (glucose) R 25302 25249 25109 0 -1 4202496 47786 0 0 0 67187 42 0 0 20 0 1 0 388287855 252465152 53532 33554432000 4194304 5208918 140734513804992 140734513802744 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25303/statm: 61637 53532 104 248 0 61386 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 353080

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 25331
/proc/meminfo: memFree=28022484/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=869.72 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 27608 119935 0 0 253 65 86573 81 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25302] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25302/stat : 25302 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388287855 9367552 266 33554432000 4194304 5064252 140734919187312 140734919186224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25302/statm: 2287 266 226 213 0 72 0
[pid=25303] ppid=25302 vsize=251456 CPUtime=732.27 cores=1,3,5,7
/proc/25303/stat : 25303 (glucose) R 25302 25249 25109 0 -1 4202496 50028 0 0 0 73183 44 0 0 20 0 1 0 388287855 257490944 58357 33554432000 4194304 5208918 140734513804992 140734513802840 4228975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25303/statm: 62864 58357 104 248 0 62613 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 357988

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 25331
/proc/meminfo: memFree=28030672/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=869.72 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 27608 119935 0 0 253 65 86573 81 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25302] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25302/stat : 25302 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388287855 9367552 266 33554432000 4194304 5064252 140734919187312 140734919186224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25302/statm: 2287 266 226 213 0 72 0
[pid=25303] ppid=25302 vsize=256452 CPUtime=792.27 cores=1,3,5,7
/proc/25303/stat : 25303 (glucose) R 25302 25249 25109 0 -1 4202496 52607 0 0 0 79179 48 0 0 20 0 1 0 388287855 262606848 56372 33554432000 4194304 5208918 140734513804992 140734513802824 4229347 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25303/statm: 64113 56372 104 248 0 63862 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 362984

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 25332
/proc/meminfo: memFree=28015440/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=869.72 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 27608 119935 0 0 253 65 86573 81 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25302] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25302/stat : 25302 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388287855 9367552 266 33554432000 4194304 5064252 140734919187312 140734919186224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25302/statm: 2287 266 226 213 0 72 0
[pid=25303] ppid=25302 vsize=259056 CPUtime=852.25 cores=1,3,5,7
/proc/25303/stat : 25303 (glucose) R 25302 25249 25109 0 -1 4202496 53719 0 0 0 85176 49 0 0 20 0 1 0 388287855 265273344 60036 33554432000 4194304 5208918 140734513804992 140734513801368 4211182 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25303/statm: 64764 60036 104 248 0 64513 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 365588

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 25332
/proc/meminfo: memFree=27993748/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=869.72 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 27608 119935 0 0 253 65 86573 81 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25302] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25302/stat : 25302 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388287855 9367552 266 33554432000 4194304 5064252 140734919187312 140734919186224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25302/statm: 2287 266 226 213 0 72 0
[pid=25303] ppid=25302 vsize=265036 CPUtime=912.26 cores=1,3,5,7
/proc/25303/stat : 25303 (glucose) R 25302 25249 25109 0 -1 4202496 55256 0 0 0 91175 51 0 0 20 0 1 0 388287855 271396864 64724 33554432000 4194304 5208918 140734513804992 140734513800680 4211080 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25303/statm: 66259 64724 104 248 0 66008 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 371568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.91 4/183 25332
/proc/meminfo: memFree=28011944/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=869.72 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 27608 119935 0 0 253 65 86573 81 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25302] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25302/stat : 25302 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388287855 9367552 266 33554432000 4194304 5064252 140734919187312 140734919186224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25302/statm: 2287 266 226 213 0 72 0
[pid=25303] ppid=25302 vsize=265036 CPUtime=930.35 cores=1,3,5,7
/proc/25303/stat : 25303 (glucose) R 25302 25249 25109 0 -1 4202496 56273 0 0 0 92983 52 0 0 20 0 1 0 388287855 271396864 60183 33554432000 4194304 5208918 140734513804992 140734513801368 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25303/statm: 66259 60183 104 248 0 66008 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 371568

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.91 4/183 25332
/proc/meminfo: memFree=28011944/32873648 swapFree=7628/7628
[pid=25249] ppid=25247 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25249/stat : 25249 (npSolver-pbo.sh) S 25247 25249 25109 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388200867 9367552 275 33554432000 4194304 5064252 140734325780208 140734325779120 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25249/statm: 2287 275 233 213 0 72 0
[pid=25250] ppid=25249 vsize=88236 CPUtime=869.72 cores=1,3,5,7
/proc/25250/stat : 25250 (npSolver-pbo) S 25249 25249 25109 0 -1 4202496 27608 119935 0 0 253 65 86573 81 20 0 1 0 388200868 90353664 13442 33554432000 4194304 6004724 140734472679360 140734472671712 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25250/statm: 22059 13442 175 442 0 21613 0
[pid=25302] ppid=25250 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25302/stat : 25302 (satsolver.sh) S 25250 25249 25109 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388287855 9367552 266 33554432000 4194304 5064252 140734919187312 140734919186224 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25302/statm: 2287 266 226 213 0 72 0
[pid=25303] ppid=25302 vsize=265036 CPUtime=930.35 cores=1,3,5,7
/proc/25303/stat : 25303 (glucose) R 25302 25249 25109 0 -1 4202496 56273 0 0 0 92983 52 0 0 20 0 1 0 388287855 271396864 60183 33554432000 4194304 5208918 140734513804992 140734513801368 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25303/statm: 66259 60183 104 248 0 66008 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 371568

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1798.1
CPU system time (s): 2.00269
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 501796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.0027
maximum resident set size= 315792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 298776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 378
involuntary context switches= 1894

runsolver used 5.2942 second user time and 13.8369 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-09 07:45:54
IDJOB=3749992
IDBENCH=89903
IDSOLVER=2334
FILE ID=node127/3749992-1339220754
RUNJOBID= node127-1339220754-25232
PBS_JOBID= 14644313
Free space on /tmp= 70468 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-harp2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749992-1339220754/watcher-3749992-1339220754 -o /tmp/evaluation-result-3749992-1339220754/solver-3749992-1339220754 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749992-1339220754.opb 1106052259 HOME HOME

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

MD5SUM BENCH= 3f0afbcd16b5dd29f67967742a878949
RANDOM SEED=1106052259

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30182604 kB
Buffers:          517008 kB
Cached:          1244724 kB
SwapCached:         2000 kB
Active:          1692224 kB
Inactive:          84840 kB
Active(anon):       2892 kB
Inactive(anon):     7524 kB
Active(file):    1689332 kB
Inactive(file):    77316 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103464 kB
Dirty:              8552 kB
Writeback:             0 kB
AnonPages:         13892 kB
Mapped:             9300 kB
Shmem:                92 kB
Slab:             773040 kB
SReclaimable:     217164 kB
SUnreclaim:       555876 kB
KernelStack:        1368 kB
PageTables:         3788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     107136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70068 MiB
End job on node127 at 2012-06-09 08:15:55