Trace number 3702880

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-quickBound? (TO) 1800.09 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:98.opb
MD5SUMdae2a99f19ab3cbb5b0fd1a29cad1e80
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark20.7099
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 203
Optimality of the best value was proved NO
Number of variables10989
Total number of constraints12472
Number of constraints which are clauses10469
Number of constraints which are cardinality constraints (but not clauses)2003
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 10989
Biggest coefficient in the objective function 5985
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 32028
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5985
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 32028
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.23/1.52	c [INC SEARCH] formula is SAT
1.23/1.53	c [INC SYSTEM] solved the initial formula
1.23/1.55	c model valid
1.23/1.55	c current solution ok
1.50/1.80	o 2259
1.50/1.80	c starting approximation
1.50/1.80	c factor = 2
1.50/1.80	c factor still to low - shrinking to 271.78
1.50/1.80	c approx number of clauses: 1e+06
1.50/1.80	c current bound: 4122
2.65/2.75	c leaving approximation
2.65/2.75	c finished approximation
2.65/2.75	c [INC SYSTEM] there exists a inc, kill it!
2.65/2.75	c write failed with 2
2.65/2.76	c [INC SEARCH] iteration: 0
2.65/2.76	c [INC BOUNDS] best value:8244 search for 8243
2.65/2.76	c [INC SYSTEM] create new solver instance
2.65/2.76	c [INC] encode full formula
2.65/2.76	c fallback to adder encoding
3.48/3.58	c set iterative enc to: adder
3.48/3.58	c set iterative enc to: none
3.68/3.70	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1800.41	s UNKNOWN
1800.05/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.05/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-3702880-1338059641/watcher-3702880-1338059641 -o /tmp/evaluation-result-3702880-1338059641/solver-3702880-1338059641 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702880-1338059641.opb 1818338079 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/180 4485
/proc/meminfo: memFree=29753672/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0

[startup+0.0759699 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4485
/proc/meminfo: memFree=29753672/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4485
/proc/meminfo: memFree=29753672/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300279 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4485
/proc/meminfo: memFree=29753672/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4485
/proc/meminfo: memFree=29753672/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 4489
/proc/meminfo: memFree=29690492/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=11516 CPUtime=1.23 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 3593 12350 0 0 14 2 103 4 20 0 1 0 272089770 11792384 2535 33554432000 4194304 5992684 140735274943728 140735274929992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 2879 2535 166 440 0 2435 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 20664

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 4494
/proc/meminfo: memFree=29632080/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=52224 CPUtime=3.07 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) R 4485 4485 3390 0 -1 4202496 11470 36229 0 0 62 26 208 11 20 0 1 0 272089770 53477376 10462 33554432000 4194304 5992684 140735274943728 140735274936232 4523497 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 13056 10462 197 440 0 12612 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 61372

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4501
/proc/meminfo: memFree=29521512/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=161888 CPUtime=2.58 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 31288 0 0 0 250 8 0 0 20 0 1 0 272090140 165773312 36734 33554432000 4194304 5654031 140737463610736 140737463608520 4214638 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 40472 36734 139 357 0 40112 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 190492

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4501
/proc/meminfo: memFree=29522896/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=161888 CPUtime=8.98 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 31297 0 0 0 890 8 0 0 20 0 1 0 272090140 165773312 36743 33554432000 4194304 5654031 140737463610736 140737463608520 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 40472 36743 139 357 0 40112 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 190492

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4501
/proc/meminfo: memFree=29513780/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=162800 CPUtime=21.79 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 31601 0 0 0 2170 9 0 0 20 0 1 0 272090140 166707200 37032 33554432000 4194304 5654031 140737463610736 140737463598552 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 40700 37032 140 357 0 40340 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 191404

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4501
/proc/meminfo: memFree=29503904/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=162800 CPUtime=47.38 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 31627 0 0 0 4729 9 0 0 20 0 1 0 272090140 166707200 37055 33554432000 4194304 5654031 140737463610736 140737463598552 4209107 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 40700 37055 140 357 0 40340 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 191404

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4502
/proc/meminfo: memFree=29494828/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=184060 CPUtime=98.56 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 32719 0 0 0 9846 10 0 0 20 0 1 0 272090140 188477440 38756 33554432000 4194304 5654031 140737463610736 140737463598552 4214603 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 46015 38756 140 357 0 45655 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 212664

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4502
/proc/meminfo: memFree=29459084/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=187956 CPUtime=158.55 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 33642 0 0 0 15844 11 0 0 20 0 1 0 272090140 192466944 41211 33554432000 4194304 5654031 140737463610736 140737463598552 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 46989 41211 140 357 0 46629 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 216560

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4502
/proc/meminfo: memFree=29459608/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=193592 CPUtime=218.54 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 35199 0 0 0 21841 13 0 0 20 0 1 0 272090140 198238208 43237 33554432000 4194304 5654031 140737463610736 140737463598552 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 48398 43237 140 357 0 48038 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 222196

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4502
/proc/meminfo: memFree=29452600/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7

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

/proc/meminfo: memFree=29327732/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=281640 CPUtime=1238.36 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 56917 0 0 0 123788 48 0 0 20 0 1 0 272090140 288399360 66106 33554432000 4194304 5654031 140737463610736 140737463598552 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 70410 66106 140 357 0 70050 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 310244

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 4513
/proc/meminfo: memFree=29327796/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=283368 CPUtime=1298.36 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 57652 0 0 0 129786 50 0 0 20 0 1 0 272090140 290168832 65994 33554432000 4194304 5654031 140737463610736 140737463598552 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 70842 65994 140 357 0 70482 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 311972

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 4513
/proc/meminfo: memFree=29321220/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=285660 CPUtime=1358.35 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 58821 0 0 0 135782 53 0 0 20 0 1 0 272090140 292515840 67185 33554432000 4194304 5654031 140737463610736 140737463598552 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 71415 67185 140 357 0 71055 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 314264

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 4513
/proc/meminfo: memFree=29318544/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=287780 CPUtime=1418.34 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 60284 0 0 0 141778 56 0 0 20 0 1 0 272090140 294686720 67817 33554432000 4194304 5654031 140737463610736 140737463598552 4208621 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 71945 67817 140 357 0 71585 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 316384

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 4513
/proc/meminfo: memFree=29314760/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=289368 CPUtime=1478.32 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 61483 0 0 0 147774 58 0 0 20 0 1 0 272090140 296312832 68634 33554432000 4194304 5654031 140737463610736 140737463598552 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 72342 68634 140 357 0 71982 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 317972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 4513
/proc/meminfo: memFree=29318968/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=290832 CPUtime=1538.31 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 62958 0 0 0 153770 61 0 0 20 0 1 0 272090140 297811968 67502 33554432000 4194304 5654031 140737463610736 140737463598552 4216540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 72708 67502 140 357 0 72348 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 319436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 4517
/proc/meminfo: memFree=29318636/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=292964 CPUtime=1598.31 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 64583 0 0 0 159766 65 0 0 20 0 1 0 272090140 299995136 67547 33554432000 4194304 5654031 140737463610736 140737463598552 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 73241 67547 140 357 0 72881 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 321568

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 4517
/proc/meminfo: memFree=29300712/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=344120 CPUtime=1658.3 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 65713 0 0 0 165764 66 0 0 20 0 1 0 272090140 352378880 72220 33554432000 4194304 5654031 140737463610736 140737463598552 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 86030 72220 140 357 0 85670 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 372724

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 4517
/proc/meminfo: memFree=29302480/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=346028 CPUtime=1718.28 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 67300 0 0 0 171759 69 0 0 20 0 1 0 272090140 354332672 71705 33554432000 4194304 5654031 140737463610736 140737463598552 4215248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 86507 71705 140 357 0 86147 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 374632

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 4517
/proc/meminfo: memFree=29305388/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=300016 CPUtime=1778.27 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 67738 0 0 0 177755 72 0 0 20 0 1 0 272090140 307216384 71352 33554432000 4194304 5654031 140737463610736 140737463598552 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 75004 71352 140 357 0 74644 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 328620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 4570
/proc/meminfo: memFree=29399296/32873844 swapFree=7112/7112
[pid=4485] ppid=4483 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4485/stat : 4485 (npSolver-pbo-It) S 4483 4485 3390 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272089770 9367552 275 33554432000 4194304 5064252 140735324787024 140735324785936 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4485/statm: 2287 275 233 213 0 72 0
[pid=4486] ppid=4485 vsize=19456 CPUtime=3.68 cores=1,3,5,7
/proc/4486/stat : 4486 (npSolver-pbo) S 4485 4485 3390 0 -1 4202496 12670 36744 0 0 112 36 208 12 20 0 1 0 272089770 19922944 4584 33554432000 4194304 5992684 140735274943728 140735274929560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4486/statm: 4864 4584 198 440 0 4420 0
[pid=4501] ppid=4486 vsize=350384 CPUtime=1796.37 cores=1,3,5,7
/proc/4501/stat : 4501 (glucosInc) R 4486 4485 3390 0 -1 4202496 68353 0 0 0 179564 73 0 0 20 0 1 0 272090140 358793216 72969 33554432000 4194304 5654031 140737463610736 140737463598552 4214567 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4501/statm: 87596 72969 140 357 0 87236 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 378988

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.09
CPU user time (s): 1798.86
CPU system time (s): 1.22781
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 458568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.22781
maximum resident set size= 370092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118145
page faults= 0
swaps= 0
block input operations= 0
block output operations= 163272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 219
involuntary context switches= 1869

runsolver used 3.64145 second user time and 9.27459 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-26 21:14:01
IDJOB=3702880
IDBENCH=2220
IDSOLVER=2278
FILE ID=node119/3702880-1338059641
RUNJOBID= node119-1338050630-3407
PBS_JOBID= 14624379
Free space on /tmp= 71564 MiB

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

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

MD5SUM BENCH= dae2a99f19ab3cbb5b0fd1a29cad1e80
RANDOM SEED=1818338079

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        29753556 kB
Buffers:          236252 kB
Cached:          2042864 kB
SwapCached:            0 kB
Active:           582840 kB
Inactive:        1749544 kB
Active(anon):      41876 kB
Inactive(anon):    13316 kB
Active(file):     540964 kB
Inactive(file):  1736228 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20936 kB
Writeback:             0 kB
AnonPages:        100344 kB
Mapped:            15308 kB
Shmem:               200 kB
Slab:             648864 kB
SReclaimable:      90852 kB
SUnreclaim:       558012 kB
KernelStack:        1504 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     176408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 71496 MiB
End job on node119 at 2012-05-26 21:44:01