Trace number 3748412

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 inc (fixed)? (TO) 1800.09 1801.42

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-sp98ar.opb
MD5SUM1a17360e8d3b3640e2f372bae2b1d5b0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1684166798400000016
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15085
Total number of constraints1430
Number of constraints which are clauses181
Number of constraints which are cardinality constraints (but not clauses)837
Number of constraints which are nor clauses,nor cardinality constraints412
Minimum length of a constraint2
Maximum length of a constraint4222
Number of terms in the objective function 15085
Biggest coefficient in the objective function 201731527200000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 826921649885199999998
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 201731527200000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 826921649885199999998
Number of bits of the biggest sum of numbers70
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

26.19/26.26	c run inc solver
26.19/26.26	c [INC SYSTEM] run initial solver
26.19/26.26	c [INC SYSTEM] preprocess with white file
117.27/118.63	c [INC SYSTEM] finished preprocessing in 92 s
117.27/118.63	c [INC SYSTEM] execute solver

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-3748412-1339165449/watcher-3748412-1339165449 -o /tmp/evaluation-result-3748412-1339165449/solver-3748412-1339165449 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748412-1339165449.opb 1201915525 HOME HOME 

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

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: 2.09 2.03 2.00 3/176 30617
/proc/meminfo: memFree=31393332/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0

[startup+0.0719869 s]
/proc/loadavg: 2.09 2.03 2.00 3/176 30617
/proc/meminfo: memFree=31393332/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.09 2.03 2.00 3/176 30617
/proc/meminfo: memFree=31393332/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 2.09 2.03 2.00 3/176 30617
/proc/meminfo: memFree=31393332/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700249 s]
/proc/loadavg: 2.09 2.03 2.00 3/176 30617
/proc/meminfo: memFree=31393332/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.09 2.03 2.00 3/178 30619
/proc/meminfo: memFree=31301436/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=188096 CPUtime=1.49 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) R 30617 30617 25581 0 -1 4202496 11619 0 0 0 144 5 0 0 20 0 1 0 382670863 192610304 31047 33554432000 4194304 6004724 140734264270064 140734264264664 4209015 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 47024 31047 154 442 0 46578 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 197244

[startup+3.1003 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 30619
/proc/meminfo: memFree=31220844/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=319168 CPUtime=3.09 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) R 30617 30617 25581 0 -1 4202496 12252 0 0 0 301 8 0 0 20 0 1 0 382670863 326828032 60743 33554432000 4194304 6004724 140734264270064 140734264264664 5055511 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 79792 60743 154 442 0 79346 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 328316

[startup+6.30031 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 30619
/proc/meminfo: memFree=30967824/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=581312 CPUtime=6.29 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) R 30617 30617 25581 0 -1 4202496 13013 0 0 0 613 16 0 0 20 0 1 0 382670863 595263488 123207 33554432000 4194304 6004724 140734264270064 140734264264664 4581424 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 145328 123207 154 442 0 144882 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 590460

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 30619
/proc/meminfo: memFree=30450892/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=1105600 CPUtime=12.69 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) R 30617 30617 25581 0 -1 4202496 14023 0 0 0 1239 30 0 0 20 0 1 0 382670863 1132134400 247623 33554432000 4194304 6004724 140734264270064 140734264264664 4534761 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 276400 247623 154 442 0 275954 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1114748

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 30619
/proc/meminfo: memFree=26873400/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=3882516 CPUtime=25.49 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) R 30617 30617 25581 0 -1 4202496 16445 0 0 0 2307 242 0 0 20 0 1 0 382670863 3975696384 885023 33554432000 4194304 6004724 140734264270064 140734264265936 5193835 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 970629 885023 157 442 0 970183 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3891664

[startup+51.1003 s]
/proc/loadavg: 2.32 2.09 2.02 3/180 30621
/proc/meminfo: memFree=24878420/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=26.27 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16452 0 0 0 2307 320 0 0 20 0 1 0 382670863 2177871872 446107 33554432000 4194304 6004724 140734264270064 140734264264528 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446107 163 442 0 531261 0
[pid=30620] ppid=30618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30620/stat : 30620 (cp2_pre.sh) S 30618 30617 25581 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 382673491 9367552 277 33554432000 4194304 5064252 140734947775824 140734947774528 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30620/statm: 2287 277 234 213 0 72 0
[pid=30621] ppid=30620 vsize=3328812 CPUtime=24.78 cores=0,2,4,6
/proc/30621/stat : 30621 (coprocessor) R 30620 30617 25581 0 -1 4202496 25716 0 0 0 2313 165 0 0 20 0 1 0 382673491 3408703488 715926 33554432000 4194304 6586260 140733279964576 140733279960328 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/30621/statm: 832203 715926 158 584 0 831615 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 5473936

[startup+102.306 s]
/proc/loadavg: 2.28 2.11 2.03 3/180 30621
/proc/meminfo: memFree=23675344/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=26.27 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16452 0 0 0 2307 320 0 0 20 0 1 0 382670863 2177871872 446107 33554432000 4194304 6004724 140734264270064 140734264264528 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446107 163 442 0 531261 0
[pid=30620] ppid=30618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30620/stat : 30620 (cp2_pre.sh) S 30618 30617 25581 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 382673491 9367552 277 33554432000 4194304 5064252 140734947775824 140734947774528 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30620/statm: 2287 277 234 213 0 72 0
[pid=30621] ppid=30620 vsize=3328812 CPUtime=75.16 cores=0,2,4,6
/proc/30621/stat : 30621 (coprocessor) R 30620 30617 25581 0 -1 4202496 25716 0 0 0 7045 471 0 0 20 0 1 0 382673491 3408703488 715926 33554432000 4194304 6586260 140733279964576 140733279960328 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 80 0 0
/proc/30621/statm: 832203 715926 158 584 0 831615 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 5473936

[startup+162.3 s]
/proc/loadavg: 2.17 2.11 2.03 3/179 30670
/proc/meminfo: memFree=23423744/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=4441772 CPUtime=43.63 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 407508 0 0 0 4212 151 0 0 20 0 1 0 382682726 4548374528 916384 33554432000 4194304 5654031 140735317339984 140735317327800 4214612 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30623/statm: 1110443 916384 140 357 0 1110083 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 6577748

[startup+222.3 s]
/proc/loadavg: 2.08 2.10 2.03 3/179 30670
/proc/meminfo: memFree=23341892/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=4459368 CPUtime=103.62 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 415295 0 0 0 10208 154 0 0 20 0 1 0 382682726 4566392832 935030 33554432000 4194304 5654031 140735317339984 140735317327800 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30623/statm: 1114842 935030 140 357 0 1114482 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 6595344

[startup+282.3 s]
/proc/loadavg: 2.03 2.08 2.03 3/179 30671
/proc/meminfo: memFree=23279648/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=4467820 CPUtime=163.61 cores=0,2,4,6

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

/proc/meminfo: memFree=22969388/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=5489856 CPUtime=1183.45 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 476531 0 0 0 118103 242 0 0 20 0 1 0 382682726 5621612544 1017275 33554432000 4194304 5654031 140735317339984 140735317327800 4215076 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1372464 1017275 141 357 0 1372104 0
Current children cumulated CPU time (s) 1301.08
Current children cumulated vsize (KiB) 7625832

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 30680
/proc/meminfo: memFree=22904032/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=5492484 CPUtime=1243.43 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 480987 0 0 0 124099 244 0 0 20 0 1 0 382682726 5624303616 1030708 33554432000 4194304 5654031 140735317339984 140735317327800 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1373121 1030708 141 357 0 1372761 0
Current children cumulated CPU time (s) 1361.06
Current children cumulated vsize (KiB) 7628460

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30680
/proc/meminfo: memFree=23166500/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=4572692 CPUtime=1303.42 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 482728 0 0 0 130078 264 0 0 20 0 1 0 382682726 4682436608 962945 33554432000 4194304 5654031 140735317339984 140735317327800 4243880 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1143173 962945 141 357 0 1142813 0
Current children cumulated CPU time (s) 1421.05
Current children cumulated vsize (KiB) 6708668

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30681
/proc/meminfo: memFree=23107652/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=4574980 CPUtime=1363.41 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 483319 0 0 0 136076 265 0 0 20 0 1 0 382682726 4684779520 975355 33554432000 4194304 5654031 140735317339984 140735317327800 4233173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1143745 975355 141 357 0 1143385 0
Current children cumulated CPU time (s) 1481.04
Current children cumulated vsize (KiB) 6710956

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30681
/proc/meminfo: memFree=23051644/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=4579580 CPUtime=1423.4 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 484149 0 0 0 142074 266 0 0 20 0 1 0 382682726 4689489920 986947 33554432000 4194304 5654031 140735317339984 140735317327800 4233455 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1144895 986947 141 357 0 1144535 0
Current children cumulated CPU time (s) 1541.03
Current children cumulated vsize (KiB) 6715556

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30684
/proc/meminfo: memFree=23058124/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=4582356 CPUtime=1483.39 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 484913 0 0 0 148072 267 0 0 20 0 1 0 382682726 4692332544 998462 33554432000 4194304 5654031 140735317339984 140735317337768 4215200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1145589 998462 141 357 0 1145229 0
Current children cumulated CPU time (s) 1601.02
Current children cumulated vsize (KiB) 6718332

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30684
/proc/meminfo: memFree=23005908/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=4584892 CPUtime=1543.38 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 485618 0 0 0 154070 268 0 0 20 0 1 0 382682726 4694929408 1009932 33554432000 4194304 5654031 140735317339984 140735317327800 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1146223 1009932 141 357 0 1145863 0
Current children cumulated CPU time (s) 1661.01
Current children cumulated vsize (KiB) 6720868

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 30684
/proc/meminfo: memFree=22945500/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=5512476 CPUtime=1603.37 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 488018 0 0 0 160057 280 0 0 20 0 1 0 382682726 5644775424 1023634 33554432000 4194304 5654031 140735317339984 140735317327800 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1378119 1023634 141 357 0 1377759 0
Current children cumulated CPU time (s) 1721
Current children cumulated vsize (KiB) 7648452

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 30685
/proc/meminfo: memFree=22892904/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=5514896 CPUtime=1663.35 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 488718 0 0 0 166055 280 0 0 20 0 1 0 382682726 5647253504 1034101 33554432000 4194304 5654031 140735317339984 140735317327800 4216105 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1378724 1034101 141 357 0 1378364 0
Current children cumulated CPU time (s) 1780.98
Current children cumulated vsize (KiB) 7650872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 30685
/proc/meminfo: memFree=22875124/32873852 swapFree=6860/6860
[pid=30617] ppid=30615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30617/stat : 30617 (npSolver-pbo-I.) S 30615 30617 25581 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382670862 9367552 274 33554432000 4194304 5064252 140736618292032 140736618290944 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30617/statm: 2287 274 233 213 0 72 0
[pid=30618] ppid=30617 vsize=2126828 CPUtime=117.63 cores=0,2,4,6
/proc/30618/stat : 30618 (npSolver-pbo) S 30617 30617 25581 0 -1 4202496 16472 26618 0 0 2307 320 8531 605 20 0 1 0 382670863 2177871872 446111 33554432000 4194304 6004724 140734264270064 140734264256344 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30618/statm: 531707 446111 167 442 0 531261 0
[pid=30623] ppid=30618 vsize=5515848 CPUtime=1682.46 cores=0,2,4,6
/proc/30623/stat : 30623 (glucosInc) R 30618 30617 25581 0 -1 4202496 488971 0 0 0 167965 281 0 0 20 0 1 0 382682726 5648228352 1037944 33554432000 4194304 5654031 140735317339984 140735317327800 4232767 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30623/statm: 1378962 1037944 141 357 0 1378602 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 7651824

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 30617 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.42
CPU time (s): 1800.09
CPU user time (s): 1788.03
CPU system time (s): 12.06
CPU usage (%): 99.9262
Max. virtual memory (cumulated for all children) (KiB): 9104632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
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= 4
involuntary context switches= 1

runsolver used 3.77942 second user time and 9.76552 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-08 16:24:09
IDJOB=3748412
IDBENCH=89895
IDSOLVER=2333
FILE ID=node128/3748412-1339165449
RUNJOBID= node128-1339159716-29789
PBS_JOBID= 14643788
Free space on /tmp= 70748 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-sp98ar.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748412-1339165449/watcher-3748412-1339165449 -o /tmp/evaluation-result-3748412-1339165449/solver-3748412-1339165449 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748412-1339165449.opb 1201915525 HOME HOME

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

MD5SUM BENCH= 1a17360e8d3b3640e2f372bae2b1d5b0
RANDOM SEED=1201915525

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        31393604 kB
Buffers:          246956 kB
Cached:           200936 kB
SwapCached:         2288 kB
Active:           550376 kB
Inactive:          32844 kB
Active(anon):     129148 kB
Inactive(anon):     8956 kB
Active(file):     421228 kB
Inactive(file):    23888 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67104592 kB
Dirty:             12832 kB
Writeback:             0 kB
AnonPages:        291688 kB
Mapped:            10304 kB
Shmem:                 8 kB
Slab:             730528 kB
SReclaimable:     172648 kB
SUnreclaim:       557880 kB
KernelStack:        1488 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     310136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 68796 MiB
End job on node128 at 2012-06-08 16:54:13