Trace number 3699077

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? (TO) 1800.09 1800.52

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

10.49/10.52	c fallback to adder encoding
10.68/10.74	c fallback to adder encoding
10.89/10.98	c fallback to adder encoding
11.19/11.22	c fallback to adder encoding
11.38/11.47	c fallback to adder encoding
11.68/11.71	c fallback to adder encoding
11.88/11.96	c fallback to adder encoding
12.19/12.20	c fallback to adder encoding
12.38/12.45	c fallback to adder encoding
12.69/12.70	c fallback to adder encoding
12.88/12.99	c fallback to adder encoding
13.19/13.24	c fallback to adder encoding
13.39/13.49	c fallback to adder encoding
13.69/13.74	c fallback to adder encoding
13.88/13.98	c fallback to adder encoding
14.19/14.23	c fallback to adder encoding
14.39/14.48	c fallback to adder encoding
14.69/14.70	c fallback to adder encoding
14.88/14.93	c fallback to adder encoding
15.08/15.16	c fallback to adder encoding
15.39/15.47	c run inc solver
15.39/15.47	c [INC SYSTEM] run initial solver
15.39/15.47	c [INC SYSTEM] preprocess with white file
28.85/28.93	c [INC SYSTEM] finished preprocessing in 13 s
28.85/28.93	c [INC SYSTEM] execute solver
1800.09/1800.51	c an unexpexted return value has been received, exit
1800.09/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3699077-1338066302/watcher-3699077-1338066302 -o /tmp/evaluation-result-3699077-1338066302/solver-3699077-1338066302 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699077-1338066302.opb 40728852 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 16101
/proc/meminfo: memFree=20031868/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0

[startup+0.022153 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 16101
/proc/meminfo: memFree=20031868/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 16101
/proc/meminfo: memFree=20031868/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300177 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 16101
/proc/meminfo: memFree=20031868/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700225 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 16101
/proc/meminfo: memFree=20031868/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 16103
/proc/meminfo: memFree=20019868/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=18548 CPUtime=1.49 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) R 16101 16101 14700 0 -1 4202496 2431 0 0 0 149 0 0 0 20 0 1 0 272755712 18993152 3944 33554432000 4194304 5992684 140736828199888 140736828194968 4768816 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 4637 3944 145 440 0 4193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27696

[startup+3.10021 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 16103
/proc/meminfo: memFree=20009012/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=34932 CPUtime=3.08 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) R 16101 16101 14700 0 -1 4202496 2957 0 0 0 308 0 0 0 20 0 1 0 272755712 35770368 7528 33554432000 4194304 5992684 140736828199888 140736828194872 4525238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 8733 7528 145 440 0 8289 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44080

[startup+6.30022 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 16103
/proc/meminfo: memFree=19977920/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=67700 CPUtime=6.28 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) R 16101 16101 14700 0 -1 4202496 3499 0 0 0 627 1 0 0 20 0 1 0 272755712 69324800 15208 33554432000 4194304 5992684 140736828199888 140736828196008 4768575 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 16925 15208 145 440 0 16481 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 76848

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 16103
/proc/meminfo: memFree=19822824/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=254020 CPUtime=12.69 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) R 16101 16101 14700 0 -1 4202496 34276 0 0 0 1262 7 0 0 20 0 1 0 272755712 260116480 62816 33554432000 4194304 5992684 140736828199888 140736828195288 4229054 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 63505 62816 166 440 0 63061 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263168

[startup+25.5002 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 16105
/proc/meminfo: memFree=18910592/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=15.46 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64497 0 0 0 1508 38 0 0 20 0 1 0 272755712 513822720 100197 33554432000 4194304 5992684 140736828199888 140736828194336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100197 173 440 0 125001 0
[pid=16104] ppid=16102 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16104/stat : 16104 (cp2_pre.sh) S 16102 16101 14700 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272757259 9367552 276 33554432000 4194304 5064252 140734204021472 140734204020176 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16104/statm: 2287 276 234 213 0 72 0
[pid=16105] ppid=16104 vsize=547888 CPUtime=10 cores=0,2,4,6
/proc/16105/stat : 16105 (coprocessor) R 16104 16101 14700 0 -1 4202496 92320 0 0 0 969 31 0 0 20 0 1 0 272757260 561037312 131729 33554432000 4194304 6586260 140735081153056 140735081148808 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/16105/statm: 136972 131729 201 584 0 136384 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1067964

[startup+51.1002 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 16107
/proc/meminfo: memFree=19222072/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=369684 CPUtime=22.15 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 38538 0 0 0 2206 9 0 0 20 0 1 0 272758605 378556416 68925 33554432000 4194304 5654031 140737139898960 140737139896744 4233299 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16107/statm: 92421 68925 141 357 0 92061 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 880612

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 16107
/proc/meminfo: memFree=19206136/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=319632 CPUtime=73.35 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 47513 0 0 0 7318 17 0 0 20 0 1 0 272758605 327303168 72420 33554432000 4194304 5654031 140737139898960 140737139886776 4218769 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16107/statm: 79908 72420 142 357 0 79548 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 830560

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 16108
/proc/meminfo: memFree=19171468/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=414408 CPUtime=133.33 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 52708 0 0 0 13310 23 0 0 20 0 1 0 272758605 424353792 80960 33554432000 4194304 5654031 140737139898960 140737139886776 4233021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16107/statm: 103602 80960 142 357 0 103242 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 925336

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16108
/proc/meminfo: memFree=19157096/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=363396 CPUtime=193.32 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 62054 0 0 0 19300 32 0 0 20 0 1 0 272758605 372117504 84762 33554432000 4194304 5654031 140737139898960 140737139886776 4232531 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16107/statm: 90849 84762 142 357 0 90489 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 874324

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16108
/proc/meminfo: memFree=19136564/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=455104 CPUtime=253.32 cores=0,2,4,6

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

/proc/meminfo: memFree=27377116/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=547128 CPUtime=1333.14 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 98777 0 0 0 133210 104 0 0 20 0 1 0 272758605 560259072 119102 33554432000 4194304 5654031 140737139898960 140737139886776 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 136782 119102 142 357 0 136422 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 1058056

[startup+1422.31 s]
/proc/loadavg: 2.75 2.85 2.38 3/181 16491
/proc/meminfo: memFree=27387944/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=549708 CPUtime=1393.11 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 99843 0 0 0 139203 108 0 0 20 0 1 0 272758605 562900992 121682 33554432000 4194304 5654031 140737139898960 140737139886776 4233173 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 137427 121682 142 357 0 137067 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1060636

[startup+1482.3 s]
/proc/loadavg: 2.35 2.72 2.36 3/181 16538
/proc/meminfo: memFree=27366272/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=551912 CPUtime=1453.06 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 101178 0 0 0 145195 111 0 0 20 0 1 0 272758605 565157888 124643 33554432000 4194304 5654031 140737139898960 140737139886776 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 137978 124643 142 357 0 137618 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1062840

[startup+1542.3 s]
/proc/loadavg: 2.13 2.59 2.33 3/182 16541
/proc/meminfo: memFree=27339184/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=553360 CPUtime=1513.04 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 102020 0 0 0 151190 114 0 0 20 0 1 0 272758605 566640640 127089 33554432000 4194304 5654031 140737139898960 140737139886776 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 138340 127089 142 357 0 137980 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1064288

[startup+1602.3 s]
/proc/loadavg: 2.14 2.51 2.32 3/181 16541
/proc/meminfo: memFree=27309568/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=556440 CPUtime=1573.03 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 103136 0 0 0 157185 118 0 0 20 0 1 0 272758605 569794560 130101 33554432000 4194304 5654031 140737139898960 140737139886776 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 139110 130101 142 357 0 138750 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1067368

[startup+1662.3 s]
/proc/loadavg: 2.05 2.41 2.30 3/181 16542
/proc/meminfo: memFree=27292424/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=560300 CPUtime=1633.02 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 104716 0 0 0 163180 122 0 0 20 0 1 0 272758605 573747200 130576 33554432000 4194304 5654031 140737139898960 140737139886776 4233190 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 140075 130576 142 357 0 139715 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1071228

[startup+1722.3 s]
/proc/loadavg: 2.02 2.33 2.28 3/181 16542
/proc/meminfo: memFree=27284552/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=564828 CPUtime=1693.01 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 106412 0 0 0 169175 126 0 0 20 0 1 0 272758605 578383872 132351 33554432000 4194304 5654031 140737139898960 140737139886776 4216392 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 141207 132351 142 357 0 140847 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1075756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.27 2.26 3/181 16542
/proc/meminfo: memFree=27252296/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=570392 CPUtime=1753 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 108070 0 0 0 175171 129 0 0 20 0 1 0 272758605 584081408 135471 33554432000 4194304 5654031 140737139898960 140737139886776 4233148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 142598 135471 142 357 0 142238 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 1081320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.25 2.25 3/181 16542
/proc/meminfo: memFree=27275384/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=570392 CPUtime=1771.2 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 108785 0 0 0 176988 132 0 0 20 0 1 0 272758605 584081408 129621 33554432000 4194304 5654031 140737139898960 140737139886776 4232842 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 142598 129621 142 357 0 142238 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1081320

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.25 2.25 3/181 16542
/proc/meminfo: memFree=27275384/32873648 swapFree=7104/7104
[pid=16101] ppid=16099 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16101/stat : 16101 (npSolver-pbo-I.) S 16099 16101 14700 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272755712 9367552 275 33554432000 4194304 5064252 140736867603520 140736867602432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16101/statm: 2287 275 233 213 0 72 0
[pid=16102] ppid=16101 vsize=501780 CPUtime=28.89 cores=0,2,4,6
/proc/16102/stat : 16102 (npSolver-pbo) S 16101 16101 14700 0 -1 4202496 64513 93221 0 0 1508 39 1289 53 20 0 1 0 272755712 513822720 100199 33554432000 4194304 5992684 140736828199888 140736828186152 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16102/statm: 125445 100199 175 440 0 125001 0
[pid=16107] ppid=16102 vsize=570392 CPUtime=1771.2 cores=0,2,4,6
/proc/16107/stat : 16107 (glucosInc) R 16102 16101 14700 0 -1 4202496 108785 0 0 0 176988 132 0 0 20 0 1 0 272758605 584081408 129621 33554432000 4194304 5654031 140737139898960 140737139886776 4232842 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16107/statm: 142598 129621 142 357 0 142238 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1081320

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16101 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# 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.52
CPU time (s): 1800.09
CPU user time (s): 1797.85
CPU system time (s): 2.24
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 1388780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.86141 second user time and 9.90349 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 23:05:03
IDJOB=3699077
IDBENCH=2492
IDSOLVER=2276
FILE ID=node127/3699077-1338066302
RUNJOBID= node127-1338052949-14716
PBS_JOBID= 14624406
Free space on /tmp= 71104 MiB

SOLVER NAME= npSolver inc
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-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699077-1338066302/watcher-3699077-1338066302 -o /tmp/evaluation-result-3699077-1338066302/solver-3699077-1338066302 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699077-1338066302.opb 40728852 HOME HOME

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

MD5SUM BENCH= 077c926419792cafad737b20a04bb1ea
RANDOM SEED=40728852

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        20032364 kB
Buffers:          319008 kB
Cached:          3297656 kB
SwapCached:            0 kB
Active:          9471052 kB
Inactive:        2547836 kB
Active(anon):    8404340 kB
Inactive(anon):        0 kB
Active(file):    1066712 kB
Inactive(file):  2547836 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:       8409052 kB
Mapped:            15136 kB
Shmem:               200 kB
Slab:             668600 kB
SReclaimable:     113028 kB
SUnreclaim:       555572 kB
KernelStack:        1480 kB
PageTables:        19976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    8515772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8386560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70968 MiB
End job on node127 at 2012-05-26 23:35:05