Trace number 3698091

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? (TO) 1800.06 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:100.opb
MD5SUM8ebfb10d75940bc93d5e7784548911ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark18.6692
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 120
Optimality of the best value was proved NO
Number of variables10976
Total number of constraints12527
Number of constraints which are clauses10470
Number of constraints which are cardinality constraints (but not clauses)2057
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Number of terms in the objective function 10976
Biggest coefficient in the objective function 6152
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 31915
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 6152
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 31915
Number of bits of the biggest sum of numbers15
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.15	c run inc solver
0.00/0.15	c [INC SYSTEM] run initial solver
0.00/0.15	c [INC SYSTEM] preprocess with white file
1.18/1.25	c [INC SYSTEM] finished preprocessing in 1 s
1.18/1.25	c [INC SYSTEM] execute solver
1.24/1.54	c [INC SEARCH] formula is SAT
1.24/1.55	c [INC SYSTEM] solved the initial formula
1.24/1.57	c model valid
1.24/1.57	c current solution ok
1.49/1.82	o 2083
1.49/1.82	c [INC SYSTEM] there exists a inc, kill it!
1.49/1.82	c write failed with 2
1.49/1.83	c [INC SEARCH] iteration: 0
1.49/1.83	c [INC BOUNDS] best value:8235 search for 8234
1.49/1.83	c [INC SYSTEM] create new solver instance
1.49/1.83	c [INC] encode full formula
1.49/1.83	c fallback to adder encoding
2.58/2.65	c set iterative enc to: adder
2.58/2.65	c set iterative enc to: none
2.68/2.78	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.03/1800.41	s UNKNOWN
1800.03/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.41	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3698091-1338060528/watcher-3698091-1338060528 -o /tmp/evaluation-result-3698091-1338060528/solver-3698091-1338060528 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698091-1338060528.opb 346436949 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 4/178 1700
/proc/meminfo: memFree=28254136/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0

[startup+0.078601 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 1700
/proc/meminfo: memFree=28254136/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100226 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 1700
/proc/meminfo: memFree=28254136/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300237 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 1700
/proc/meminfo: memFree=28254136/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 1700
/proc/meminfo: memFree=28254136/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1705
/proc/meminfo: memFree=28189544/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=15604 CPUtime=1.24 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 4092 12487 0 0 14 3 104 3 20 0 1 0 272181378 15978496 3025 33554432000 4194304 5992684 140733605759440 140733605745704 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/1701/statm: 3901 3025 166 440 0 3457 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 24752

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1708
/proc/meminfo: memFree=28206040/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 32804

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1710
/proc/meminfo: memFree=28016736/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=161984 CPUtime=3.51 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 32381 0 0 0 341 10 0 0 20 0 1 0 272181656 165871616 36861 33554432000 4194304 5654031 140733742759904 140733742757688 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 40496 36861 140 357 0 40136 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 194788

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 1710
/proc/meminfo: memFree=28018300/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=162156 CPUtime=9.91 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 32419 0 0 0 981 10 0 0 20 0 1 0 272181656 166047744 36899 33554432000 4194304 5654031 140733742759904 140733742757688 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 40539 36899 140 357 0 40179 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 194960

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 1710
/proc/meminfo: memFree=28013904/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=163408 CPUtime=22.7 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 32734 0 0 0 2260 10 0 0 20 0 1 0 272181656 167329792 37214 33554432000 4194304 5654031 140733742759904 140733742747720 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 40852 37214 141 357 0 40492 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 196212

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 1710
/proc/meminfo: memFree=28005564/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=164064 CPUtime=48.29 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 33017 0 0 0 4819 10 0 0 20 0 1 0 272181656 168001536 37471 33554432000 4194304 5654031 140733742759904 140733742747720 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 41016 37471 141 357 0 40656 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 196868

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 1714
/proc/meminfo: memFree=27997140/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=183032 CPUtime=99.47 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 33143 0 0 0 9937 10 0 0 20 0 1 0 272181656 187424768 37883 33554432000 4194304 5654031 140733742759904 140733742747720 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 45758 37883 141 357 0 45398 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 215836

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 1714
/proc/meminfo: memFree=27979424/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=187380 CPUtime=159.45 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 34652 0 0 0 15934 11 0 0 20 0 1 0 272181656 191877120 40882 33554432000 4194304 5654031 140733742759904 140733742747720 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 46845 40882 141 357 0 46485 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 220184

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 1714
/proc/meminfo: memFree=27966416/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=192812 CPUtime=219.45 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 36448 0 0 0 21932 13 0 0 20 0 1 0 272181656 197439488 42734 33554432000 4194304 5654031 140733742759904 140733742747720 4214612 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 48203 42734 141 357 0 47843 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 225616

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 1714
/proc/meminfo: memFree=27965124/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7

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

/proc/meminfo: memFree=27822860/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=276448 CPUtime=1239.27 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 58711 0 0 0 123880 47 0 0 20 0 1 0 272181656 283082752 62982 33554432000 4194304 5654031 140733742759904 140733742747720 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 69112 62982 141 357 0 68752 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 309252

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1724
/proc/meminfo: memFree=27818436/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=278068 CPUtime=1299.26 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 59701 0 0 0 129877 49 0 0 20 0 1 0 272181656 284741632 63853 33554432000 4194304 5654031 140733742759904 140733742747720 4232912 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 69517 63853 141 357 0 69157 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 310872

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1725
/proc/meminfo: memFree=27790644/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=279536 CPUtime=1359.24 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 60162 0 0 0 135873 51 0 0 20 0 1 0 272181656 286244864 63807 33554432000 4194304 5654031 140733742759904 140733742747720 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 69884 63807 141 357 0 69524 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 312340

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1725
/proc/meminfo: memFree=27796716/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=281136 CPUtime=1419.24 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 61174 0 0 0 141871 53 0 0 20 0 1 0 272181656 287883264 64184 33554432000 4194304 5654031 140733742759904 140733742747720 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 70284 64184 141 357 0 69924 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 313940

[startup+1482.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 1863
/proc/meminfo: memFree=28145088/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=282628 CPUtime=1479.23 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 62415 0 0 0 147867 56 0 0 20 0 1 0 272181656 289411072 63562 33554432000 4194304 5654031 140733742759904 140733742747720 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 70657 63562 141 357 0 70297 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 315432

[startup+1542.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 1873
/proc/meminfo: memFree=28144020/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=285032 CPUtime=1539.21 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 63923 0 0 0 153862 59 0 0 20 0 1 0 272181656 291872768 64703 33554432000 4194304 5654031 140733742759904 140733742747720 4233332 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 71258 64703 141 357 0 70898 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 317836

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 1878
/proc/meminfo: memFree=28122348/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=336612 CPUtime=1599.21 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 64660 0 0 0 159859 62 0 0 20 0 1 0 272181656 344690688 69516 33554432000 4194304 5654031 140733742759904 140733742747720 4232994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 84153 69516 141 357 0 83793 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 369416

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/181 1883
/proc/meminfo: memFree=28121396/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=338212 CPUtime=1659.2 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 65953 0 0 0 165856 64 0 0 20 0 1 0 272181656 346329088 69423 33554432000 4194304 5654031 140733742759904 140733742747720 4216720 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 84553 69423 141 357 0 84193 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 371016

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 1885
/proc/meminfo: memFree=28096184/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=339856 CPUtime=1719.19 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 67113 0 0 0 171852 67 0 0 20 0 1 0 272181656 348012544 69212 33554432000 4194304 5654031 140733742759904 140733742747720 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 84964 69212 141 357 0 84604 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 372660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1885
/proc/meminfo: memFree=28082448/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=291496 CPUtime=1779.18 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 68295 0 0 0 177848 70 0 0 20 0 1 0 272181656 298491904 68482 33554432000 4194304 5654031 140733742759904 140733742747720 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 72874 68482 141 357 0 72514 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 324300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1885
/proc/meminfo: memFree=28107024/32873844 swapFree=7620/7620
[pid=1700] ppid=1698 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1700/stat : 1700 (npSolver-pbo-It) S 1698 1700 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272181378 9367552 274 33554432000 4194304 5064252 140734702070896 140734702069808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1700/statm: 2287 274 233 213 0 72 0
[pid=1701] ppid=1700 vsize=23656 CPUtime=2.75 cores=1,3,5,7
/proc/1701/stat : 1701 (npSolver-pbo) S 1700 1700 824 0 -1 4202496 9030 18127 0 0 102 35 132 6 20 0 1 0 272181378 24223744 5058 33554432000 4194304 5992684 140733605759440 140733605745272 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/1701/statm: 5914 5058 183 440 0 5470 0
[pid=1710] ppid=1701 vsize=291760 CPUtime=1797.28 cores=1,3,5,7
/proc/1710/stat : 1710 (glucosInc) R 1701 1700 824 0 -1 4202496 68374 0 0 0 179658 70 0 0 20 0 1 0 272181656 298762240 69583 33554432000 4194304 5654031 140733742759904 140733742747720 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1710/statm: 72940 69583 141 357 0 72580 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 324564

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.94
CPU system time (s): 1.12083
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 454124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.12083
maximum resident set size= 358572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95910
page faults= 0
swaps= 0
block input operations= 8
block output operations= 144264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 215
involuntary context switches= 1881

runsolver used 3.46447 second user time and 9.36658 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-26 21:28:48
IDJOB=3698091
IDBENCH=2223
IDSOLVER=2275
FILE ID=node107/3698091-1338060528
RUNJOBID= node107-1338052952-841
PBS_JOBID= 14624408
Free space on /tmp= 71440 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.95:100.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698091-1338060528/watcher-3698091-1338060528 -o /tmp/evaluation-result-3698091-1338060528/solver-3698091-1338060528 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698091-1338060528.opb 346436949 HOME HOME

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

MD5SUM BENCH= 8ebfb10d75940bc93d5e7784548911ff
RANDOM SEED=346436949

node107.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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 2666.760
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.760
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.92
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.760
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.760
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.760
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.760
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.86
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.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28254408 kB
Buffers:          258988 kB
Cached:          3354128 kB
SwapCached:            0 kB
Active:          1029528 kB
Inactive:        2809424 kB
Active(anon):     228508 kB
Inactive(anon):        0 kB
Active(file):     801020 kB
Inactive(file):  2809424 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8536 kB
Writeback:             0 kB
AnonPages:        233768 kB
Mapped:            15648 kB
Shmem:               200 kB
Slab:             638880 kB
SReclaimable:      81232 kB
SUnreclaim:       557648 kB
KernelStack:        1480 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     359976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71424 MiB
End job on node107 at 2012-05-26 21:58:49