Trace number 3746638

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.09 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
MD5SUM077c926419792cafad737b20a04bb1ea
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark893264
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 525312
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint12
Maximum length of a constraint127
Number of terms in the objective function 1160
Biggest coefficient in the objective function 196608
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 15892320
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 25600000000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 232836875088
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

0.00/0.74	c run inc solver
0.00/0.74	c [INC SYSTEM] run initial solver
0.00/0.74	c [INC SYSTEM] preprocess with white file
5.06/5.29	c [INC SYSTEM] finished preprocessing in 4 s
5.06/5.29	c [INC SYSTEM] execute solver
399.85/400.19	c [INC SEARCH] formula is SAT
399.96/400.21	c [INC SYSTEM] solved the initial formula
399.96/400.21	c model valid
399.96/400.21	c current solution ok
401.46/401.75	o 5159612
401.46/401.75	c [INC SYSTEM] there exists a inc, kill it!
401.46/401.75	c write failed with 2
401.46/401.75	c [INC SEARCH] iteration: 0
401.46/401.75	c [INC BOUNDS] best value:5159612 search for 5159611
401.46/401.75	c [INC SYSTEM] create new solver instance
401.46/401.75	c [INC] encode full formula
401.46/401.75	c fallback to adder encoding
401.65/401.90	c set iterative enc to: adder
401.65/401.90	c set iterative enc to: none
401.65/401.96	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.62	HOME/npSolver-pbo-Itd.sh: line 18: 12436 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=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-3746638-1339100449/watcher-3746638-1339100449 -o /tmp/evaluation-result-3746638-1339100449/solver-3746638-1339100449 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746638-1339100449.opb 756782208 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: 4.81 3.65 2.49 4/180 12435
/proc/meminfo: memFree=14276764/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0

[startup+0.092798 s]
/proc/loadavg: 4.81 3.65 2.49 4/180 12435
/proc/meminfo: memFree=14276764/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100368 s]
/proc/loadavg: 4.81 3.65 2.49 4/180 12435
/proc/meminfo: memFree=14276764/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300326 s]
/proc/loadavg: 4.81 3.65 2.49 4/180 12435
/proc/meminfo: memFree=14276764/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700327 s]
/proc/loadavg: 4.81 3.65 2.49 4/180 12435
/proc/meminfo: memFree=14276764/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50046 s]
/proc/loadavg: 4.81 3.65 2.49 4/184 12439
/proc/meminfo: memFree=20162492/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=35912 CPUtime=0.74 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 5413 0 0 0 68 6 0 0 20 0 1 0 376173512 36773888 7515 33554432000 4194304 6004724 140733420342544 140733420337008 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12436/statm: 8978 7515 163 442 0 8532 0
[pid=12438] ppid=12436 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12438/stat : 12438 (cp2_pre.sh) S 12436 12435 11882 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376173587 9367552 277 33554432000 4194304 5064252 140733306662320 140733306661024 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12438/statm: 2287 277 234 213 0 72 0
[pid=12439] ppid=12438 vsize=218876 CPUtime=0.73 cores=1,3,5,7
/proc/12439/stat : 12439 (coprocessor) R 12438 12435 11882 0 -1 4202496 27834 0 0 0 66 7 0 0 20 0 1 0 376173588 224129024 48320 33554432000 4194304 6586260 140736073754016 140736073750216 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/12439/statm: 54719 48321 166 584 0 54131 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 273084

[startup+3.1005 s]
/proc/loadavg: 4.66 3.64 2.49 4/184 12439
/proc/meminfo: memFree=27373988/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=35912 CPUtime=0.74 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 5413 0 0 0 68 6 0 0 20 0 1 0 376173512 36773888 7515 33554432000 4194304 6004724 140733420342544 140733420337008 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12436/statm: 8978 7515 163 442 0 8532 0
[pid=12438] ppid=12436 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12438/stat : 12438 (cp2_pre.sh) S 12436 12435 11882 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376173587 9367552 277 33554432000 4194304 5064252 140733306662320 140733306661024 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12438/statm: 2287 277 234 213 0 72 0
[pid=12439] ppid=12438 vsize=306840 CPUtime=2.33 cores=1,3,5,7
/proc/12439/stat : 12439 (coprocessor) R 12438 12435 11882 0 -1 4202496 45097 0 0 0 223 10 0 0 20 0 1 0 376173588 314204160 74781 33554432000 4194304 6586260 140736073754016 140736073750040 5599305 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/12439/statm: 76710 74781 192 584 0 76122 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 361048

[startup+6.30034 s]
/proc/loadavg: 4.66 3.64 2.49 3/182 12441
/proc/meminfo: memFree=27558592/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=35912 CPUtime=5.12 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 5431 47725 0 0 68 6 421 17 20 0 1 0 376173512 36773888 7519 33554432000 4194304 6004724 140733420342544 140733420328824 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 8978 7519 167 442 0 8532 0
[pid=12441] ppid=12436 vsize=125096 CPUtime=1 cores=1,3,5,7
/proc/12441/stat : 12441 (glucosInc) R 12436 12435 11882 0 -1 4202496 24515 0 0 0 96 4 0 0 20 0 1 0 376174041 128098304 27962 33554432000 4194304 5654031 140734334736400 140734333685752 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12441/statm: 31274 27962 140 357 0 30914 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 170156

[startup+12.7004 s]
/proc/loadavg: 4.45 3.61 2.48 3/182 12441
/proc/meminfo: memFree=27498836/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=35912 CPUtime=5.12 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 5431 47725 0 0 68 6 421 17 20 0 1 0 376173512 36773888 7519 33554432000 4194304 6004724 140733420342544 140733420328824 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 8978 7519 167 442 0 8532 0
[pid=12441] ppid=12436 vsize=147540 CPUtime=7.4 cores=1,3,5,7
/proc/12441/stat : 12441 (glucosInc) R 12436 12435 11882 0 -1 4202496 28388 0 0 0 734 6 0 0 20 0 1 0 376174041 151080960 30770 33554432000 4194304 5654031 140734334736400 140734334724216 4232715 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12441/statm: 36885 30770 142 357 0 36525 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 192600

[startup+25.5004 s]
/proc/loadavg: 3.91 3.53 2.48 3/182 12441
/proc/meminfo: memFree=27470244/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=35912 CPUtime=5.12 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 5431 47725 0 0 68 6 421 17 20 0 1 0 376173512 36773888 7519 33554432000 4194304 6004724 140733420342544 140733420328824 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 8978 7519 167 442 0 8532 0
[pid=12441] ppid=12436 vsize=183572 CPUtime=20.2 cores=1,3,5,7
/proc/12441/stat : 12441 (glucosInc) R 12436 12435 11882 0 -1 4202496 31645 0 0 0 2012 8 0 0 20 0 1 0 376174041 187977728 39607 33554432000 4194304 5654031 140734334736400 140734334724216 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12441/statm: 45893 39607 142 357 0 45533 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 228632

[startup+51.1004 s]
/proc/loadavg: 3.33 3.42 2.47 3/182 12441
/proc/meminfo: memFree=27465556/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=35912 CPUtime=5.12 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 5431 47725 0 0 68 6 421 17 20 0 1 0 376173512 36773888 7519 33554432000 4194304 6004724 140733420342544 140733420328824 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 8978 7519 167 442 0 8532 0
[pid=12441] ppid=12436 vsize=183572 CPUtime=45.78 cores=1,3,5,7
/proc/12441/stat : 12441 (glucosInc) R 12436 12435 11882 0 -1 4202496 33496 0 0 0 4568 10 0 0 20 0 1 0 376174041 187977728 41221 33554432000 4194304 5654031 140734334736400 140734334724216 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12441/statm: 45893 41221 142 357 0 45533 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 228632

[startup+102.307 s]
/proc/loadavg: 2.53 3.18 2.44 3/181 12441
/proc/meminfo: memFree=27457996/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=35912 CPUtime=5.12 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 5431 47725 0 0 68 6 421 17 20 0 1 0 376173512 36773888 7519 33554432000 4194304 6004724 140733420342544 140733420328824 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 8978 7519 167 442 0 8532 0
[pid=12441] ppid=12436 vsize=183572 CPUtime=96.98 cores=1,3,5,7
/proc/12441/stat : 12441 (glucosInc) R 12436 12435 11882 0 -1 4202496 36879 0 0 0 9684 14 0 0 20 0 1 0 376174041 187977728 42478 33554432000 4194304 5654031 140734334736400 140734334724216 4232611 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12441/statm: 45893 42478 142 357 0 45533 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 228632

[startup+162.3 s]
/proc/loadavg: 2.31 3.01 2.42 3/181 12441
/proc/meminfo: memFree=27415212/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=35912 CPUtime=5.12 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 5431 47725 0 0 68 6 421 17 20 0 1 0 376173512 36773888 7519 33554432000 4194304 6004724 140733420342544 140733420328824 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 8978 7519 167 442 0 8532 0
[pid=12441] ppid=12436 vsize=236356 CPUtime=156.96 cores=1,3,5,7
/proc/12441/stat : 12441 (glucosInc) R 12436 12435 11882 0 -1 4202496 40075 0 0 0 15677 19 0 0 20 0 1 0 376174041 242028544 53397 33554432000 4194304 5654031 140734334736400 140734334724216 4232929 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12441/statm: 59089 53397 142 357 0 58729 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 281416

[startup+222.3 s]
/proc/loadavg: 2.11 2.82 2.39 3/181 12441
/proc/meminfo: memFree=27405376/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=35912 CPUtime=5.12 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 5431 47725 0 0 68 6 421 17 20 0 1 0 376173512 36773888 7519 33554432000 4194304 6004724 140733420342544 140733420328824 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 8978 7519 167 442 0 8532 0
[pid=12441] ppid=12436 vsize=236824 CPUtime=216.96 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.04 2.12 3/181 12454
/proc/meminfo: memFree=27221008/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=315444 CPUtime=900.14 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 63068 0 0 0 89944 70 0 0 20 0 1 0 376213709 323014656 71347 33554432000 4194304 5654031 140734952600544 140734952588360 4233176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 78861 71347 142 357 0 78501 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 399056

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.11 3/180 12540
/proc/meminfo: memFree=26252384/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=367060 CPUtime=960.13 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 65634 0 0 0 95938 75 0 0 20 0 1 0 376213709 375869440 74318 33554432000 4194304 5654031 140734952600544 140734952588360 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 91765 74318 142 357 0 91405 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 450672

[startup+1422.31 s]
/proc/loadavg: 2.15 2.05 2.11 2/180 12540
/proc/meminfo: memFree=15090760/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=372820 CPUtime=1020.13 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 68230 0 0 0 101933 80 0 0 20 0 1 0 376213709 381767680 75798 33554432000 4194304 5654031 140734952600544 140734952588360 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 93205 75798 142 357 0 92845 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 456432

[startup+1482.3 s]
/proc/loadavg: 2.67 2.24 2.17 3/182 12542
/proc/meminfo: memFree=12901840/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=327324 CPUtime=1080.11 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 70287 0 0 0 107927 84 0 0 20 0 1 0 376213709 335179776 71025 33554432000 4194304 5654031 140734952600544 140734952588360 4215888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 81831 71025 142 357 0 81471 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 410936

[startup+1542.3 s]
/proc/loadavg: 2.73 2.33 2.20 3/182 12543
/proc/meminfo: memFree=11271896/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=327324 CPUtime=1140.09 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 71729 0 0 0 113923 86 0 0 20 0 1 0 376213709 335179776 70452 33554432000 4194304 5654031 140734952600544 140734952598568 4232927 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 81831 70452 142 357 0 81471 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 410936

[startup+1602.3 s]
/proc/loadavg: 2.71 2.40 2.23 3/182 12543
/proc/meminfo: memFree=9571708/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=332224 CPUtime=1200.09 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 73981 0 0 0 119919 90 0 0 20 0 1 0 376213709 340197376 73620 33554432000 4194304 5654031 140734952600544 140734952588360 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 83056 73620 142 357 0 82696 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 415836

[startup+1662.3 s]
/proc/loadavg: 2.54 2.43 2.25 3/181 12545
/proc/meminfo: memFree=10917064/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=335392 CPUtime=1260.08 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 75489 0 0 0 125915 93 0 0 20 0 1 0 376213709 343441408 75026 33554432000 4194304 5654031 140734952600544 140734952588360 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 83848 75026 142 357 0 83488 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 419004

[startup+1722.3 s]
/proc/loadavg: 2.20 2.35 2.24 3/181 12545
/proc/meminfo: memFree=10891296/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=335392 CPUtime=1320.07 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 76764 0 0 0 131911 96 0 0 20 0 1 0 376213709 343441408 77224 33554432000 4194304 5654031 140734952600544 140734952588360 4232994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 83848 77224 142 357 0 83488 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 419004

[startup+1782.3 s]
/proc/loadavg: 2.07 2.28 2.22 3/182 12548
/proc/meminfo: memFree=10878076/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=338840 CPUtime=1380.06 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 78566 0 0 0 137906 100 0 0 20 0 1 0 376213709 346972160 77392 33554432000 4194304 5654031 140734952600544 140734952588360 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 84710 77392 142 357 0 84350 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 422452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.05 2.26 2.21 3/181 12548
/proc/meminfo: memFree=10863328/32873844 swapFree=7372/7372
[pid=12435] ppid=12433 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12435/stat : 12435 (npSolver-pbo-It) S 12433 12435 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376173512 9367552 274 33554432000 4194304 5064252 140733978131360 140733978130272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12435/statm: 2287 274 233 213 0 72 0
[pid=12436] ppid=12435 vsize=74464 CPUtime=401.72 cores=1,3,5,7
/proc/12436/stat : 12436 (npSolver-pbo) S 12435 12435 11882 0 -1 4202496 11083 100186 0 0 113 131 39864 64 20 0 1 0 376173512 76251136 15681 33554432000 4194304 6004724 140733420342544 140733420328392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12436/statm: 18616 15681 178 442 0 18170 0
[pid=12445] ppid=12436 vsize=388928 CPUtime=1398.37 cores=1,3,5,7
/proc/12445/stat : 12445 (glucosInc) R 12436 12435 11882 0 -1 4202496 79555 0 0 0 139736 101 0 0 20 0 1 0 376213709 398262272 81431 33554432000 4194304 5654031 140734952600544 140734952588360 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12445/statm: 97232 81431 142 357 0 96872 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 472540

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12435 and gives
#  childrusage.ru_utime.tv_sec=399
#  childrusage.ru_utime.tv_usec=782223
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=955702
# CPU time returned by wait4() is 401.738
# 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): 1800.62
CPU time (s): 1800.09
CPU user time (s): 1797.13
CPU system time (s): 2.96
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 552680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.782
system time used= 1.9557
maximum resident set size= 312156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111643
page faults= 0
swaps= 0
block input operations= 0
block output operations= 222352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 815
involuntary context switches= 458

runsolver used 5.79912 second user time and 19.873 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-07 22:20:49
IDJOB=3746638
IDBENCH=2492
IDSOLVER=2332
FILE ID=node109/3746638-1339100449
RUNJOBID= node109-1339098176-11899
PBS_JOBID= 14643744
Free space on /tmp= 63916 MiB

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

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

MD5SUM BENCH= 077c926419792cafad737b20a04bb1ea
RANDOM SEED=756782208

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        14149168 kB
Buffers:         1912636 kB
Cached:         15431660 kB
SwapCached:         1268 kB
Active:          2415496 kB
Inactive:       15018336 kB
Active(anon):      80736 kB
Inactive(anon):     9016 kB
Active(file):    2334760 kB
Inactive(file): 15009320 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105640 kB
Dirty:             14752 kB
Writeback:             0 kB
AnonPages:         93708 kB
Mapped:            11260 kB
Shmem:                 4 kB
Slab:            1149188 kB
SReclaimable:     590788 kB
SUnreclaim:       558400 kB
KernelStack:        1512 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     204412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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= 67112 MiB
End job on node109 at 2012-06-07 22:50:50