Trace number 3748253

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.05 1800.91

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-ran12x21.opb
MD5SUM291088d217a1998c91be99350439e903
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5516295
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5965824
Optimality of the best value was proved NO
Number of variables7812
Total number of constraints285
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints285
Minimum length of a constraint31
Maximum length of a constraint630
Number of terms in the objective function 7812
Biggest coefficient in the objective function 5368709120
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 1543007621731
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 5368709120
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 1543007621731
Number of bits of the biggest sum of numbers41
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.35	c run inc solver
0.00/0.35	c [INC SYSTEM] run initial solver
0.00/0.35	c [INC SYSTEM] preprocess with white file
3.58/3.67	c [INC SYSTEM] finished preprocessing in 3 s
3.58/3.67	c [INC SYSTEM] execute solver
3.66/3.99	c [INC SEARCH] formula is SAT
3.66/4.01	c [INC SYSTEM] solved the initial formula
3.66/4.02	c model valid
3.66/4.02	c current solution ok
4.76/4.81	o 42513408
4.76/4.81	c execute binary inc search
4.76/4.81	c [INC SEARCH] current bound: 21256704
4.76/4.81	c [INC SEARCH] iteration: 0
4.76/4.81	c [INC SEARCH] lower bound: 0 upperbound 42513408 current bound: 21256704 best value:42513408
4.76/4.81	c [INC SYSTEM] there exists a inc, kill it!
4.76/4.81	c write failed with 2
4.76/4.82	c [INC SYSTEM] create new solver instance
4.76/4.82	c [INC] encode full formula
4.76/4.82	c fallback to adder encoding
5.59/5.63	c set iterative enc to: adder
5.59/5.63	c set iterative enc to: none
5.72/6.22	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.91	HOME/npSolver-pbo-I.sh: line 18: 23926 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3748253-1339121666/watcher-3748253-1339121666 -o /tmp/evaluation-result-3748253-1339121666/solver-3748253-1339121666 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748253-1339121666.opb 1957263333 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 2.00 3/176 23925
/proc/meminfo: memFree=27521388/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0

[startup+0.102379 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23925
/proc/meminfo: memFree=27521388/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200363 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23925
/proc/meminfo: memFree=27521388/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.353758 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23925
/proc/meminfo: memFree=27521388/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700294 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23925
/proc/meminfo: memFree=27521388/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23929
/proc/meminfo: memFree=27348176/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=29792 CPUtime=0.36 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 5482 0 0 0 32 4 0 0 20 0 1 0 378292486 30507008 5482 33554432000 4194304 6004724 140734096351648 140734096346112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23926/statm: 7448 5482 148 442 0 7002 0
[pid=23928] ppid=23926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23928/stat : 23928 (cp2_pre.sh) S 23926 23925 21457 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378292522 9367552 277 33554432000 4194304 5064252 140736595734752 140736595733456 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23928/statm: 2287 277 234 213 0 72 0
[pid=23929] ppid=23928 vsize=183360 CPUtime=1.13 cores=1,3,5,7
/proc/23929/stat : 23929 (coprocessor) R 23928 23925 21457 0 -1 4202496 31770 0 0 0 107 6 0 0 20 0 1 0 378292522 187760640 44570 33554432000 4194304 6586260 140736063358336 140736063354600 4676092 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 45840 44570 190 584 0 45252 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 231448

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23929
/proc/meminfo: memFree=27307732/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=29792 CPUtime=0.36 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 5482 0 0 0 32 4 0 0 20 0 1 0 378292486 30507008 5482 33554432000 4194304 6004724 140734096351648 140734096346112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23926/statm: 7448 5482 148 442 0 7002 0
[pid=23928] ppid=23926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23928/stat : 23928 (cp2_pre.sh) S 23926 23925 21457 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378292522 9367552 277 33554432000 4194304 5064252 140736595734752 140736595733456 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23928/statm: 2287 277 234 213 0 72 0
[pid=23929] ppid=23928 vsize=189300 CPUtime=2.72 cores=1,3,5,7
/proc/23929/stat : 23929 (coprocessor) R 23928 23925 21457 0 -1 4202496 33278 0 0 0 266 6 0 0 20 0 1 0 378292522 193843200 46078 33554432000 4194304 6586260 140736063358336 140736063353656 4663989 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 47325 46078 195 584 0 46737 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 237388

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23932
/proc/meminfo: memFree=27415700/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 53960

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 23934
/proc/meminfo: memFree=27212520/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=213520 CPUtime=6.46 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 42489 0 0 0 634 12 0 0 20 0 1 0 378293108 218644480 49298 33554432000 4194304 5654031 140734670255712 140734670243528 4232905 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23934/statm: 53380 49298 141 357 0 53020 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 267480

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 23934
/proc/meminfo: memFree=27202140/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=235272 CPUtime=19.25 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 44241 0 0 0 1912 13 0 0 20 0 1 0 378293108 240918528 51042 33554432000 4194304 5654031 140734670255712 140734670243528 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23934/statm: 58818 51042 141 357 0 58458 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 289232

[startup+51.1005 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 23934
/proc/meminfo: memFree=27183168/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=250756 CPUtime=44.85 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 48620 0 0 0 4470 15 0 0 20 0 1 0 378293108 256774144 55921 33554432000 4194304 5654031 140734670255712 140734670253480 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23934/statm: 62689 55921 141 357 0 62329 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 304716

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23935
/proc/meminfo: memFree=27163340/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=266992 CPUtime=96.05 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 54990 0 0 0 9584 21 0 0 20 0 1 0 378293108 273399808 59699 33554432000 4194304 5654031 140734670255712 140734670243528 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23934/statm: 66748 59699 141 357 0 66388 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 320952

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23935
/proc/meminfo: memFree=27117404/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=289288 CPUtime=156.01 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 61104 0 0 0 15575 26 0 0 20 0 1 0 378293108 296230912 67707 33554432000 4194304 5654031 140734670255712 140734670243528 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23934/statm: 72322 67707 141 357 0 71962 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 343248

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23935
/proc/meminfo: memFree=27090072/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=313184 CPUtime=215.99 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 66803 0 0 0 21567 32 0 0 20 0 1 0 378293108 320700416 74568 33554432000 4194304 5654031 140734670255712 140734670243528 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 78296 74568 141 357 0 77936 0
Current children cumulated CPU time (s) 221.73

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

/proc/loadavg: 2.10 2.04 2.00 3/179 23991
/proc/meminfo: memFree=26692172/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=532408 CPUtime=1295.77 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 105860 0 0 0 129489 88 0 0 20 0 1 0 378293108 545185792 120954 33554432000 4194304 5654031 140734670255712 140734670243528 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 133102 120954 141 357 0 132742 0
Current children cumulated CPU time (s) 1301.51
Current children cumulated vsize (KiB) 586368

[startup+1362.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 23992
/proc/meminfo: memFree=26667972/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=535384 CPUtime=1355.77 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 106649 0 0 0 135487 90 0 0 20 0 1 0 378293108 548233216 125831 33554432000 4194304 5654031 140734670255712 140734670243528 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 133846 125831 141 357 0 133486 0
Current children cumulated CPU time (s) 1361.51
Current children cumulated vsize (KiB) 589344

[startup+1422.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/179 23992
/proc/meminfo: memFree=26638496/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=537780 CPUtime=1415.76 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 107288 0 0 0 141485 91 0 0 20 0 1 0 378293108 550686720 130558 33554432000 4194304 5654031 140734670255712 140734670243528 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 134445 130558 141 357 0 134085 0
Current children cumulated CPU time (s) 1421.5
Current children cumulated vsize (KiB) 591740

[startup+1482.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 23992
/proc/meminfo: memFree=26657512/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=540324 CPUtime=1475.74 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 108655 0 0 0 147481 93 0 0 20 0 1 0 378293108 553291776 125862 33554432000 4194304 5654031 140734670255712 140734670253496 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 135081 125862 141 357 0 134721 0
Current children cumulated CPU time (s) 1481.48
Current children cumulated vsize (KiB) 594284

[startup+1542.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/180 23995
/proc/meminfo: memFree=26630084/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=543600 CPUtime=1535.74 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 109466 0 0 0 153480 94 0 0 20 0 1 0 378293108 556646400 130761 33554432000 4194304 5654031 140734670255712 140734670243528 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 135900 130761 141 357 0 135540 0
Current children cumulated CPU time (s) 1541.48
Current children cumulated vsize (KiB) 597560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 23995
/proc/meminfo: memFree=26656764/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=546808 CPUtime=1595.72 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 111164 0 0 0 159475 97 0 0 20 0 1 0 378293108 559931392 126368 33554432000 4194304 5654031 140734670255712 140734670243528 4214432 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 136702 126368 141 357 0 136342 0
Current children cumulated CPU time (s) 1601.46
Current children cumulated vsize (KiB) 600768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 23996
/proc/meminfo: memFree=26639236/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=550692 CPUtime=1655.72 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 111892 0 0 0 165474 98 0 0 20 0 1 0 378293108 563908608 130162 33554432000 4194304 5654031 140734670255712 140734670243528 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 137673 130162 141 357 0 137313 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 604652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 23996
/proc/meminfo: memFree=26647832/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=550692 CPUtime=1715.71 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 112003 0 0 0 171471 100 0 0 20 0 1 0 378293108 563908608 127391 33554432000 4194304 5654031 140734670255712 140734670243528 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 137673 127391 141 357 0 137313 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 604652

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23996
/proc/meminfo: memFree=26607700/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=550960 CPUtime=1775.69 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 112315 0 0 0 177469 100 0 0 20 0 1 0 378293108 564183040 130769 33554432000 4194304 5654031 140734670255712 140734670243528 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 137740 130769 141 357 0 137380 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 604920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 23996
/proc/meminfo: memFree=26611688/32873852 swapFree=6860/6860
[pid=23925] ppid=23923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23925/stat : 23925 (npSolver-pbo-I.) S 23923 23925 21457 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378292485 9367552 275 33554432000 4194304 5064252 140735366014720 140735366013632 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23925/statm: 2287 275 233 213 0 72 0
[pid=23926] ppid=23925 vsize=44812 CPUtime=5.74 cores=1,3,5,7
/proc/23926/stat : 23926 (npSolver-pbo) S 23925 23925 21457 0 -1 4202496 10002 51942 0 0 128 80 345 21 20 0 1 0 378292486 45887488 9269 33554432000 4194304 6004724 140734096351648 140734096336568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/23926/statm: 11203 9269 180 442 0 10757 0
[pid=23934] ppid=23926 vsize=551364 CPUtime=1794.31 cores=1,3,5,7
/proc/23934/stat : 23934 (glucosInc) R 23926 23925 21457 0 -1 4202496 112422 0 0 0 179330 101 0 0 20 0 1 0 378293108 564596736 131898 33554432000 4194304 5654031 140734670255712 140734670243528 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23934/statm: 137841 131898 141 357 0 137481 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 605324

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 23925 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=742279
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=27843
# CPU time returned by wait4() is 5.77012
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.91
CPU time (s): 1800.05
CPU user time (s): 1798.03
CPU system time (s): 2.02
CPU usage (%): 99.952
Max. virtual memory (cumulated for all children) (KiB): 811720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.74228
system time used= 1.02784
maximum resident set size= 190792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62319
page faults= 0
swaps= 0
block input operations= 8
block output operations= 206024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 537
involuntary context switches= 18

runsolver used 7.01593 second user time and 9.27259 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-08 04:14:26
IDJOB=3748253
IDBENCH=2297
IDSOLVER=2333
FILE ID=node128/3748253-1339121666
RUNJOBID= node128-1339112613-22882
PBS_JOBID= 14643725
Free space on /tmp= 70800 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-ran12x21.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748253-1339121666/watcher-3748253-1339121666 -o /tmp/evaluation-result-3748253-1339121666/solver-3748253-1339121666 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748253-1339121666.opb 1957263333 HOME HOME

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

MD5SUM BENCH= 291088d217a1998c91be99350439e903
RANDOM SEED=1957263333

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:        27521396 kB
Buffers:          600308 kB
Cached:          3727132 kB
SwapCached:         1000 kB
Active:          2086472 kB
Inactive:        2347512 kB
Active(anon):      97300 kB
Inactive(anon):    11604 kB
Active(file):    1989172 kB
Inactive(file):  2335908 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67106408 kB
Dirty:              8936 kB
Writeback:             0 kB
AnonPages:        111888 kB
Mapped:            11840 kB
Shmem:               196 kB
Slab:             779040 kB
SReclaimable:     221172 kB
SUnreclaim:       557868 kB
KernelStack:        1480 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     228744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 70676 MiB
End job on node128 at 2012-06-08 04:44:27