Trace number 3746640

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-topDown (fixed)? (TO) 1800.12 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUMeae2e8a732d92a062f083ccb58900b63
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-147500
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -144250
Optimality of the best value was proved NO
Number of variables5383
Total number of constraints3279
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint2
Maximum length of a constraint2952
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.89/1.99	c run inc solver
1.89/1.99	c [INC SYSTEM] run initial solver
1.89/1.99	c [INC SYSTEM] preprocess with white file
9.86/9.95	c [INC SYSTEM] finished preprocessing in 7 s
9.86/9.95	c [INC SYSTEM] execute solver
702.30/702.52	c [INC SEARCH] formula is SAT
702.30/702.54	c [INC SYSTEM] solved the initial formula
702.30/702.55	c model valid
702.30/702.55	c current solution ok
704.86/705.12	o 0
704.86/705.12	c [INC SYSTEM] there exists a inc, kill it!
704.86/705.12	c write failed with 2
704.86/705.13	c [INC SEARCH] iteration: 0
704.86/705.13	c [INC BOUNDS] best value:31121176 search for 31121175
704.86/705.13	c [INC SYSTEM] create new solver instance
704.86/705.13	c [INC] encode full formula
704.86/705.13	c fallback to adder encoding
705.32/705.53	c set iterative enc to: adder
705.32/705.53	c set iterative enc to: none
705.36/705.65	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.51	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.08/1800.51	s UNKNOWN
1800.08/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.51	c write failed with -1

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-3746640-1339100599/watcher-3746640-1339100599 -o /tmp/evaluation-result-3746640-1339100599/solver-3746640-1339100599 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746640-1339100599.opb 2117938885 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: 2.00 2.00 1.82 3/178 8408
/proc/meminfo: memFree=30646600/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0

[startup+0.0389471 s]
/proc/loadavg: 2.00 2.00 1.82 3/178 8408
/proc/meminfo: memFree=30646600/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100356 s]
/proc/loadavg: 2.00 2.00 1.82 3/178 8408
/proc/meminfo: memFree=30646600/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300301 s]
/proc/loadavg: 2.00 2.00 1.82 3/178 8408
/proc/meminfo: memFree=30646600/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.00 2.00 1.82 3/178 8408
/proc/meminfo: memFree=30646600/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 1.82 3/180 8410
/proc/meminfo: memFree=30529704/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=205928 CPUtime=1.49 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) R 8408 8408 7954 0 -1 4202496 16006 0 0 0 142 7 0 0 20 0 1 0 376184230 210870272 36791 33554432000 4194304 6004724 140737376006832 140737376001432 4959366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8409/statm: 51482 36791 152 442 0 51036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 215076

[startup+3.10042 s]
/proc/loadavg: 2.00 2.00 1.82 3/182 8412
/proc/meminfo: memFree=30439956/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=135568 CPUtime=1.97 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 16749 0 0 0 175 22 0 0 20 0 1 0 376184230 138821632 24083 33554432000 4194304 6004724 140737376006832 140737376001296 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 33892 24083 163 442 0 33446 0
[pid=8411] ppid=8409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8411/stat : 8411 (cp2_pre.sh) S 8409 8408 7954 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376184430 9367552 276 33554432000 4194304 5064252 140734718365056 140734718363760 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8411/statm: 2287 276 234 213 0 72 0
[pid=8412] ppid=8411 vsize=134120 CPUtime=1.08 cores=1,3,5,7
/proc/8412/stat : 8412 (coprocessor) R 8411 8408 7954 0 -1 4202496 11174 0 0 0 102 6 0 0 20 0 1 0 376184431 137338880 32187 33554432000 4194304 6586260 140737017263392 140737017260152 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8412/statm: 33530 32187 137 584 0 32942 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 287984

[startup+6.30045 s]
/proc/loadavg: 2.08 2.02 1.83 3/182 8412
/proc/meminfo: memFree=30065288/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=135568 CPUtime=1.97 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 16749 0 0 0 175 22 0 0 20 0 1 0 376184230 138821632 24083 33554432000 4194304 6004724 140737376006832 140737376001296 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 33892 24083 163 442 0 33446 0
[pid=8411] ppid=8409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8411/stat : 8411 (cp2_pre.sh) S 8409 8408 7954 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376184430 9367552 276 33554432000 4194304 5064252 140734718365056 140734718363760 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8411/statm: 2287 276 234 213 0 72 0
[pid=8412] ppid=8411 vsize=428368 CPUtime=4.28 cores=1,3,5,7
/proc/8412/stat : 8412 (coprocessor) R 8411 8408 7954 0 -1 4202496 54254 0 0 0 412 16 0 0 20 0 1 0 376184431 438648832 104394 33554432000 4194304 6586260 140737017263392 140737017259208 4754335 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8412/statm: 107092 104394 182 584 0 106504 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 582232

[startup+12.7004 s]
/proc/loadavg: 2.15 2.03 1.83 3/181 8414
/proc/meminfo: memFree=30345360/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=135568 CPUtime=9.91 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 16767 61298 0 0 175 22 750 44 20 0 1 0 376184230 138821632 24087 33554432000 4194304 6004724 140737376006832 140737375993112 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 33892 24087 167 442 0 33446 0
[pid=8414] ppid=8409 vsize=190976 CPUtime=2.73 cores=1,3,5,7
/proc/8414/stat : 8414 (glucosInc) R 8409 8408 7954 0 -1 4202496 31410 0 0 0 266 7 0 0 20 0 1 0 376185226 195559424 37953 33554432000 4194304 5654031 140735278191520 140735278179336 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8414/statm: 47744 37953 140 357 0 47384 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 335692

[startup+25.5004 s]
/proc/loadavg: 2.12 2.03 1.83 3/181 8414
/proc/meminfo: memFree=30333260/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=135568 CPUtime=9.91 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 16767 61298 0 0 175 22 750 44 20 0 1 0 376184230 138821632 24087 33554432000 4194304 6004724 140737376006832 140737375993112 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 33892 24087 167 442 0 33446 0
[pid=8414] ppid=8409 vsize=194172 CPUtime=15.53 cores=1,3,5,7
/proc/8414/stat : 8414 (glucosInc) R 8409 8408 7954 0 -1 4202496 32754 0 0 0 1545 8 0 0 20 0 1 0 376185226 198832128 39635 33554432000 4194304 5654031 140735278191520 140735278189304 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8414/statm: 48543 39635 141 357 0 48183 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 338888

[startup+51.1004 s]
/proc/loadavg: 2.08 2.03 1.83 3/181 8414
/proc/meminfo: memFree=30316508/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=135568 CPUtime=9.91 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 16767 61298 0 0 175 22 750 44 20 0 1 0 376184230 138821632 24087 33554432000 4194304 6004724 140737376006832 140737375993112 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 33892 24087 167 442 0 33446 0
[pid=8414] ppid=8409 vsize=200596 CPUtime=41.12 cores=1,3,5,7
/proc/8414/stat : 8414 (glucosInc) R 8409 8408 7954 0 -1 4202496 34039 0 0 0 4104 8 0 0 20 0 1 0 376185226 205410304 42453 33554432000 4194304 5654031 140735278191520 140735278179336 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8414/statm: 50149 42453 141 357 0 49789 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 345312

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 1.84 3/181 8414
/proc/meminfo: memFree=30303112/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=135568 CPUtime=9.91 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 16767 61298 0 0 175 22 750 44 20 0 1 0 376184230 138821632 24087 33554432000 4194304 6004724 140737376006832 140737375993112 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 33892 24087 167 442 0 33446 0
[pid=8414] ppid=8409 vsize=208716 CPUtime=92.32 cores=1,3,5,7
/proc/8414/stat : 8414 (glucosInc) R 8409 8408 7954 0 -1 4202496 36600 0 0 0 9222 10 0 0 20 0 1 0 376185226 213725184 44690 33554432000 4194304 5654031 140735278191520 140735278179336 4232755 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8414/statm: 52179 44690 141 357 0 51819 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 353432

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.85 3/181 8415
/proc/meminfo: memFree=30296972/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=135568 CPUtime=9.91 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 16767 61298 0 0 175 22 750 44 20 0 1 0 376184230 138821632 24087 33554432000 4194304 6004724 140737376006832 140737375993112 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 33892 24087 167 442 0 33446 0
[pid=8414] ppid=8409 vsize=212120 CPUtime=152.28 cores=1,3,5,7
/proc/8414/stat : 8414 (glucosInc) R 8409 8408 7954 0 -1 4202496 37728 0 0 0 15217 11 0 0 20 0 1 0 376185226 217210880 46150 33554432000 4194304 5654031 140735278191520 140735278179336 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8414/statm: 53030 46150 141 357 0 52670 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 356836

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/181 8415
/proc/meminfo: memFree=30292144/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=135568 CPUtime=9.91 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 16767 61298 0 0 175 22 750 44 20 0 1 0 376184230 138821632 24087 33554432000 4194304 6004724 140737376006832 140737375993112 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 33892 24087 167 442 0 33446 0
[pid=8414] ppid=8409 vsize=213424 CPUtime=212.26 cores=1,3,5,7
/proc/8414/stat : 8414 (glucosInc) R 8409 8408 7954 0 -1 4202496 38897 0 0 0 21214 12 0 0 20 0 1 0 376185226 218546176 47315 33554432000 4194304 5654031 140735278191520 140735278179336 4232949 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8414/statm: 53356 47315 141 357 0 52996 0
Current children cumulated CPU time (s) 222.17

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

/proc/meminfo: memFree=30188624/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=311032 CPUtime=596.49 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 55843 0 0 0 59619 30 0 0 20 0 1 0 376254795 318496768 67711 33554432000 4194304 5654031 140735515287616 140735515285640 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 77758 67711 142 357 0 77398 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 497136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 8473
/proc/meminfo: memFree=30171868/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=311032 CPUtime=656.48 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 55851 0 0 0 65617 31 0 0 20 0 1 0 376254795 318496768 71807 33554432000 4194304 5654031 140735515287616 140735515275432 4232438 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 77758 71807 142 357 0 77398 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 497136

[startup+1422.31 s]
/proc/loadavg: 2.16 2.04 1.93 3/181 8562
/proc/meminfo: memFree=27725416/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=313252 CPUtime=716.47 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 56462 0 0 0 71614 33 0 0 20 0 1 0 376254795 320770048 71295 33554432000 4194304 5654031 140735515287616 140735515275432 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 78313 71295 142 357 0 77953 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 499356

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 1.93 3/182 8563
/proc/meminfo: memFree=27689176/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=313252 CPUtime=776.45 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 57014 0 0 0 77611 34 0 0 20 0 1 0 376254795 320770048 73221 33554432000 4194304 5654031 140735515287616 140735515275432 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 78313 73221 142 357 0 77953 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 499356

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/181 8563
/proc/meminfo: memFree=27674292/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=315360 CPUtime=836.44 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 57340 0 0 0 83609 35 0 0 20 0 1 0 376254795 322928640 72314 33554432000 4194304 5654031 140735515287616 140735515275432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 78840 72314 142 357 0 78480 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 501464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/181 8563
/proc/meminfo: memFree=27660456/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=315360 CPUtime=896.44 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 57712 0 0 0 89607 37 0 0 20 0 1 0 376254795 322928640 73038 33554432000 4194304 5654031 140735515287616 140735515275432 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 78840 73038 142 357 0 78480 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 501464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 8567
/proc/meminfo: memFree=27646920/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=315360 CPUtime=956.43 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 58108 0 0 0 95604 39 0 0 20 0 1 0 376254795 322928640 72709 33554432000 4194304 5654031 140735515287616 140735515275432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 78840 72709 142 357 0 78480 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 501464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 8567
/proc/meminfo: memFree=27649536/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=315360 CPUtime=1016.42 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 58330 0 0 0 101602 40 0 0 20 0 1 0 376254795 322928640 70728 33554432000 4194304 5654031 140735515287616 140735515275432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 78840 70728 142 357 0 78480 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 501464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 8567
/proc/meminfo: memFree=27626264/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=315360 CPUtime=1076.41 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 58337 0 0 0 107600 41 0 0 20 0 1 0 376254795 322928640 74312 33554432000 4194304 5654031 140735515287616 140735515275432 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 78840 74312 142 357 0 78480 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 501464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 8567
/proc/meminfo: memFree=27617700/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=315360 CPUtime=1094.61 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 58552 0 0 0 109420 41 0 0 20 0 1 0 376254795 322928640 75543 33554432000 4194304 5654031 140735515287616 140735515275432 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 78840 75543 142 357 0 78480 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 501464

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 8567
/proc/meminfo: memFree=27617700/32873844 swapFree=7632/7632
[pid=8408] ppid=8406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8408/stat : 8408 (npSolver-pbo-It) S 8406 8408 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376184230 9367552 274 33554432000 4194304 5064252 140733374600032 140733374598944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8408/statm: 2287 274 233 213 0 72 0
[pid=8409] ppid=8408 vsize=176956 CPUtime=705.47 cores=1,3,5,7
/proc/8409/stat : 8409 (npSolver-pbo) S 8408 8408 7954 0 -1 4202496 22074 109649 0 0 268 232 69962 85 20 0 1 0 376184230 181202944 34444 33554432000 4194304 6004724 140737376006832 140737375992680 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/8409/statm: 44239 34444 178 442 0 43793 0
[pid=8423] ppid=8409 vsize=315360 CPUtime=1094.61 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8409 8408 7954 0 -1 4202496 58552 0 0 0 109420 41 0 0 20 0 1 0 376254795 322928640 75543 33554432000 4194304 5654031 140735515287616 140735515275432 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8423/statm: 78840 75543 142 357 0 78480 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 501464

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1796.51
CPU system time (s): 3.60545
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 623460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.51
system time used= 3.60545
maximum resident set size= 472796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190656
page faults= 0
swaps= 0
block input operations= 8
block output operations= 525672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1089
involuntary context switches= 2116

runsolver used 3.04654 second user time and 9.25259 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-07 22:23:19
IDJOB=3746640
IDBENCH=2519
IDSOLVER=2332
FILE ID=node141/3746640-1339100599
RUNJOBID= node141-1339098177-7971
PBS_JOBID= 14643712
Free space on /tmp= 70804 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746640-1339100599/watcher-3746640-1339100599 -o /tmp/evaluation-result-3746640-1339100599/solver-3746640-1339100599 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746640-1339100599.opb 2117938885 HOME HOME

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

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=2117938885

node141.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.744
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	: 5333.48
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.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.744
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.92
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.744
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:       32873844 kB
MemFree:        30647360 kB
Buffers:           76072 kB
Cached:          1312776 kB
SwapCached:         2440 kB
Active:           309700 kB
Inactive:        1163268 kB
Active(anon):      84864 kB
Inactive(anon):     1668 kB
Active(file):     224836 kB
Inactive(file):  1161600 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098804 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        219420 kB
Mapped:             9024 kB
Shmem:                 0 kB
Slab:             613316 kB
SReclaimable:      55540 kB
SUnreclaim:       557776 kB
KernelStack:        1504 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     219244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 70160 MiB
End job on node141 at 2012-06-07 22:53:20