Trace number 3752023

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-4.opb
MD5SUM4e682317a6045f4869b1783c80734344
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark813
Best CPU time to get the best result obtained on this benchmark0.19097
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 813
Optimality of the best value was proved YES
Number of variables2289
Total number of constraints764
Number of constraints which are clauses360
Number of constraints which are cardinality constraints (but not clauses)404
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 1798
Biggest coefficient in the objective function 349
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 104116
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 349
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 104116
Number of bits of the biggest sum of numbers17
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.01	c old isEQ: 11, new EQ is 0
0.00/0.02	c old isEQ: 0, new EQ is 0
0.00/0.02	c old isEQ: 0, new EQ is 0
0.00/0.03	c old isEQ: 0, new EQ is 0
0.00/0.03	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.06	c old isEQ: 0, new EQ is 0
0.00/0.06	c old isEQ: 0, new EQ is 0
0.00/0.07	c old isEQ: 0, new EQ is 0
0.00/0.08	c old isEQ: 0, new EQ is 0
0.00/0.09	c old isEQ: 0, new EQ is 0
0.00/0.10	c old isEQ: 0, new EQ is 0
0.00/0.11	c old isEQ: 0, new EQ is 0
0.00/0.12	c old isEQ: 0, new EQ is 0
0.00/0.13	c old isEQ: 0, new EQ is 0
0.00/0.13	c old isEQ: 0, new EQ is 0
0.00/0.14	c old isEQ: 0, new EQ is 0
0.00/0.15	c old isEQ: 0, new EQ is 0
0.00/0.16	c old isEQ: 0, new EQ is 0
0.00/0.17	c old isEQ: 0, new EQ is 0
0.00/0.17	c old isEQ: 36, new EQ is 0
0.00/0.18	c run inc solver
0.00/0.18	c [INC SYSTEM] run initial solver
0.00/0.18	c [INC SYSTEM] preprocess with white file
1.07/1.17	c [INC SYSTEM] finished preprocessing in 0 s
1.07/1.17	c [INC SYSTEM] execute solver
20.26/20.33	c [INC SEARCH] formula is SAT
20.26/20.33	c [INC SYSTEM] solved the initial formula
20.26/20.34	c model valid
20.26/20.34	c current solution ok
20.46/20.59	o 17620
20.46/20.59	c starting approximation
20.46/20.59	c factor = 2
20.46/20.59	c factor still to low - shrinking to 99.1795
20.46/20.59	c approx number of clauses: 1e+06
20.46/20.59	c current bound: 9193
21.95/22.01	c leaving approximation
21.95/22.01	c finished approximation
21.95/22.01	c [INC SYSTEM] there exists a inc, kill it!
21.95/22.01	c write failed with 2
21.95/22.01	c [INC SEARCH] iteration: 0
21.95/22.01	c [INC BOUNDS] best value:18387 search for 18386
21.95/22.01	c [INC SYSTEM] create new solver instance
21.95/22.01	c [INC] encode full formula
21.95/22.01	c fallback to adder encoding
22.07/22.15	c set iterative enc to: adder
22.07/22.15	c set iterative enc to: none
22.07/22.18	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18: 23611 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3752023-1339120669/watcher-3752023-1339120669 -o /tmp/evaluation-result-3752023-1339120669/solver-3752023-1339120669 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752023-1339120669.opb 2002468120 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: 2.04 2.01 2.00 3/178 23610
/proc/meminfo: memFree=31057572/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0

[startup+0.0275351 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 23610
/proc/meminfo: memFree=31057572/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100285 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 23610
/proc/meminfo: memFree=31057572/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300138 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 23610
/proc/meminfo: memFree=31057572/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700161 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 23610
/proc/meminfo: memFree=31057572/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 23614
/proc/meminfo: memFree=30980140/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=9796 CPUtime=1.15 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 3475 15965 0 0 16 1 91 7 20 0 1 0 378192575 10031104 1910 33554432000 4194304 6004724 140736207269936 140736207256216 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 2449 1910 167 442 0 2003 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 18944

[startup+3.10032 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 23616
/proc/meminfo: memFree=31018652/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=9796 CPUtime=1.15 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 3475 15965 0 0 16 1 91 7 20 0 1 0 378192575 10031104 1910 33554432000 4194304 6004724 140736207269936 140736207256216 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 2449 1910 167 442 0 2003 0
[pid=23616] ppid=23611 vsize=40328 CPUtime=1.91 cores=0,2,4,6
/proc/23616/stat : 23616 (glucosInc) R 23611 23610 19416 0 -1 4202496 8635 0 0 0 190 1 0 0 20 0 1 0 378192693 41295872 8585 33554432000 4194304 5654031 140733627470528 140733627468408 4232495 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23616/statm: 10082 8585 142 357 0 9722 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 59272

[startup+6.30027 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 23616
/proc/meminfo: memFree=31005816/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=9796 CPUtime=1.15 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 3475 15965 0 0 16 1 91 7 20 0 1 0 378192575 10031104 1910 33554432000 4194304 6004724 140736207269936 140736207256216 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 2449 1910 167 442 0 2003 0
[pid=23616] ppid=23611 vsize=44680 CPUtime=5.12 cores=0,2,4,6
/proc/23616/stat : 23616 (glucosInc) R 23611 23610 19416 0 -1 4202496 9281 0 0 0 510 2 0 0 20 0 1 0 378192693 45752320 9673 33554432000 4194304 5654031 140733627470528 140733627458344 4232700 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23616/statm: 11170 9673 142 357 0 10810 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 63624

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 23616
/proc/meminfo: memFree=30996580/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=9796 CPUtime=1.15 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 3475 15965 0 0 16 1 91 7 20 0 1 0 378192575 10031104 1910 33554432000 4194304 6004724 140736207269936 140736207256216 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 2449 1910 167 442 0 2003 0
[pid=23616] ppid=23611 vsize=51952 CPUtime=11.51 cores=0,2,4,6
/proc/23616/stat : 23616 (glucosInc) R 23611 23610 19416 0 -1 4202496 9553 0 0 0 1149 2 0 0 20 0 1 0 378192693 53198848 10960 33554432000 4194304 5654031 140733627470528 140733627458344 4232803 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23616/statm: 12988 10960 142 357 0 12628 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 70896

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 23626
/proc/meminfo: memFree=31012200/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=60944 CPUtime=3.31 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 12500 0 0 0 329 2 0 0 20 0 1 0 378194793 62406656 12986 33554432000 4194304 5654031 140733258166912 140733258154728 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 15236 12986 142 357 0 14876 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 95500

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 23627
/proc/meminfo: memFree=30936060/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=103240 CPUtime=28.9 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 16242 0 0 0 2887 3 0 0 20 0 1 0 378194793 105717760 22505 33554432000 4194304 5654031 140733258166912 140733258154728 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 25810 22505 142 357 0 25450 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 137796

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23627
/proc/meminfo: memFree=30897416/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=153940 CPUtime=80.1 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 19451 0 0 0 8005 5 0 0 20 0 1 0 378194793 157634560 29218 33554432000 4194304 5654031 140733258166912 140733258154728 4232563 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 38485 29218 142 357 0 38125 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 188496

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23632
/proc/meminfo: memFree=30993352/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=153940 CPUtime=140.07 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 20217 0 0 0 14001 6 0 0 20 0 1 0 378194793 157634560 36650 33554432000 4194304 5654031 140733258166912 140733258154728 4215033 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 38485 36650 142 357 0 38125 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 188496

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23655
/proc/meminfo: memFree=30986816/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=153940 CPUtime=200.07 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 22461 0 0 0 19997 10 0 0 20 0 1 0 378194793 157634560 37001 33554432000 4194304 5654031 140733258166912 140733258164936 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 38485 37001 142 357 0 38125 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 188496

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23655
/proc/meminfo: memFree=30934756/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.00 3/182 23806
/proc/meminfo: memFree=30696224/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=301052 CPUtime=1339.88 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 61184 0 0 0 133908 80 0 0 20 0 1 0 378194793 308277248 64911 33554432000 4194304 5654031 140733258166912 140733258154728 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 75263 64911 142 357 0 74903 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 335608

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23806
/proc/meminfo: memFree=30723940/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=254548 CPUtime=1399.87 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 63444 0 0 0 139903 84 0 0 20 0 1 0 378194793 260657152 57926 33554432000 4194304 5654031 140733258166912 140733258154728 4233232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 63637 57926 142 357 0 63277 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 289104

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23806
/proc/meminfo: memFree=30722500/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=256416 CPUtime=1459.86 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 64735 0 0 0 145899 87 0 0 20 0 1 0 378194793 262569984 59901 33554432000 4194304 5654031 140733258166912 140733258154728 4208659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 64104 59901 142 357 0 63744 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 290972

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23806
/proc/meminfo: memFree=30747684/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=259028 CPUtime=1519.86 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 66203 0 0 0 151896 90 0 0 20 0 1 0 378194793 265244672 62552 33554432000 4194304 5654031 140733258166912 140733258154728 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 64757 62552 142 357 0 64397 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 293584

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 23807
/proc/meminfo: memFree=30738336/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=313596 CPUtime=1579.83 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 68419 0 0 0 157890 93 0 0 20 0 1 0 378194793 321122304 64926 33554432000 4194304 5654031 140733258166912 140733258154728 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 78399 64926 142 357 0 78039 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 348152

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 23807
/proc/meminfo: memFree=30688444/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=315784 CPUtime=1639.83 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 69763 0 0 0 163887 96 0 0 20 0 1 0 378194793 323362816 67464 33554432000 4194304 5654031 140733258166912 140733258154728 4232607 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 78946 67464 142 357 0 78586 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 350340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23809
/proc/meminfo: memFree=30811316/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=274784 CPUtime=1699.79 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 71686 0 0 0 169879 100 0 0 20 0 1 0 378194793 281378816 61784 33554432000 4194304 5654031 140733258166912 140733258154728 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 68696 61784 142 357 0 68336 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 309340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23809
/proc/meminfo: memFree=30774384/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=282172 CPUtime=1759.78 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 74394 0 0 0 175875 103 0 0 20 0 1 0 378194793 288944128 66179 33554432000 4194304 5654031 140733258166912 140733258154728 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 70543 66179 142 357 0 70183 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 316728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23809
/proc/meminfo: memFree=30750168/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=334680 CPUtime=1777.88 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 75287 0 0 0 177684 104 0 0 20 0 1 0 378194793 342712320 71153 33554432000 4194304 5654031 140733258166912 140733258154728 4215799 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 83670 71153 142 357 0 83310 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 369236

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23809
/proc/meminfo: memFree=30750168/32873844 swapFree=7632/7632
[pid=23610] ppid=23608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23610/stat : 23610 (npSolver-pbo-It) S 23608 23610 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378192575 9367552 274 33554432000 4194304 5064252 140735042284528 140735042283440 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23610/statm: 2287 274 233 213 0 72 0
[pid=23611] ppid=23610 vsize=25408 CPUtime=22.14 cores=0,2,4,6
/proc/23611/stat : 23611 (npSolver-pbo) S 23610 23610 19416 0 -1 4202496 9386 47893 0 0 44 24 2131 15 20 0 1 0 378192575 26017792 5846 33554432000 4194304 6004724 140736207269936 140736207255784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23611/statm: 6352 5846 200 442 0 5906 0
[pid=23626] ppid=23611 vsize=334680 CPUtime=1777.88 cores=0,2,4,6
/proc/23626/stat : 23626 (glucosInc) R 23611 23610 19416 0 -1 4202496 75287 0 0 0 177684 104 0 0 20 0 1 0 378194793 342712320 71153 33554432000 4194304 5654031 140733258166912 140733258154728 4215799 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23626/statm: 83670 71153 142 357 0 83310 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 369236

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23610 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=761691
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=406938
# CPU time returned by wait4() is 22.1686
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1798.59
CPU system time (s): 1.43
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 446156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7617
system time used= 0.406938
maximum resident set size= 71840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57653
page faults= 0
swaps= 0
block input operations= 0
block output operations= 65424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 194
involuntary context switches= 88

runsolver used 6.56 second user time and 17.5213 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-08 03:57:49
IDJOB=3752023
IDBENCH=2234
IDSOLVER=2335
FILE ID=node119/3752023-1339120669
RUNJOBID= node119-1339111666-20945
PBS_JOBID= 14643734
Free space on /tmp= 70860 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-4.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752023-1339120669/watcher-3752023-1339120669 -o /tmp/evaluation-result-3752023-1339120669/solver-3752023-1339120669 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752023-1339120669.opb 2002468120 HOME HOME

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

MD5SUM BENCH= 4e682317a6045f4869b1783c80734344
RANDOM SEED=2002468120

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:        31057712 kB
Buffers:          112800 kB
Cached:           737048 kB
SwapCached:         2360 kB
Active:           289064 kB
Inactive:         724164 kB
Active(anon):     163172 kB
Inactive(anon):     2744 kB
Active(file):     125892 kB
Inactive(file):   721420 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              8536 kB
Writeback:            28 kB
AnonPages:        301216 kB
Mapped:            10328 kB
Shmem:                 0 kB
Slab:             648040 kB
SReclaimable:      88900 kB
SUnreclaim:       559140 kB
KernelStack:        1472 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     304140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 70828 MiB
End job on node119 at 2012-06-08 04:27:49