Trace number 3699686

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.02 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.5:100.opb
MD5SUM9d611ad786b3505d4cca46af1ba2bc6d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark20.5839
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 116
Optimality of the best value was proved NO
Number of variables10772
Total number of constraints12051
Number of constraints which are clauses10247
Number of constraints which are cardinality constraints (but not clauses)1804
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 10772
Biggest coefficient in the objective function 5356
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 30986
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5356
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 30986
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.08/1.17	c [INC SYSTEM] finished preprocessing in 1 s
1.08/1.17	c [INC SYSTEM] execute solver
1.15/1.32	c [INC SEARCH] formula is SAT
1.15/1.32	c [INC SYSTEM] solved the initial formula
1.15/1.34	c model valid
1.15/1.34	c current solution ok
1.34/1.59	o 2220
1.34/1.59	c execute binary inc search
1.34/1.59	c [INC SEARCH] current bound: 3788
1.34/1.59	c [INC SEARCH] iteration: 0
1.34/1.59	c [INC SEARCH] lower bound: 0 upperbound 7576 current bound: 3788 best value:7576
1.34/1.59	c [INC SYSTEM] there exists a inc, kill it!
1.34/1.59	c write failed with 2
1.34/1.59	c [INC SYSTEM] create new solver instance
1.34/1.59	c [INC] encode full formula
1.34/1.59	c fallback to adder encoding
2.18/2.27	c set iterative enc to: adder
2.18/2.27	c set iterative enc to: none
2.28/2.35	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.41	HOME/npSolver-pbo-I.sh: line 18: 15613 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3699686-1338060792/watcher-3699686-1338060792 -o /tmp/evaluation-result-3699686-1338060792/solver-3699686-1338060792 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699686-1338060792.opb 605843304 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.00 2.00 2.00 3/178 15612
/proc/meminfo: memFree=28353512/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0

[startup+0.041057 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15612
/proc/meminfo: memFree=28353512/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100215 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15612
/proc/meminfo: memFree=28353512/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15612
/proc/meminfo: memFree=28353512/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700293 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15612
/proc/meminfo: memFree=28353512/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15616
/proc/meminfo: memFree=28289100/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=12988 CPUtime=1.34 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) R 15612 15612 14700 0 -1 4202496 3989 12386 0 0 19 15 97 3 20 0 1 0 272204664 13299712 2914 33554432000 4194304 5992684 140735556212304 140735556198568 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 3247 2914 173 440 0 2803 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 22136

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15619
/proc/meminfo: memFree=28293172/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 27892
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15621
/proc/meminfo: memFree=28153544/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=152432 CPUtime=3.92 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 27520 0 0 0 386 6 0 0 20 0 1 0 272204899 156090368 31361 33554432000 4194304 5654031 140734716126640 140734716114456 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 38108 31361 142 357 0 37748 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 180324

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15621
/proc/meminfo: memFree=28152776/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=152432 CPUtime=10.32 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 27622 0 0 0 1026 6 0 0 20 0 1 0 272204899 156090368 31974 33554432000 4194304 5654031 140734716126640 140734716114456 4214550 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 38108 31974 142 357 0 37748 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 180324

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15621
/proc/meminfo: memFree=28143604/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=173256 CPUtime=23.12 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 28959 0 0 0 2305 7 0 0 20 0 1 0 272204899 177414144 34296 33554432000 4194304 5654031 140734716126640 140734716114456 4232380 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 43314 34296 142 357 0 42954 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 201148

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15621
/proc/meminfo: memFree=28140600/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=176512 CPUtime=48.72 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 30513 0 0 0 4863 9 0 0 20 0 1 0 272204899 180748288 35107 33554432000 4194304 5654031 140734716126640 140734716114456 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 44128 35107 142 357 0 43768 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 204404

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15621
/proc/meminfo: memFree=28131876/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=182784 CPUtime=99.9 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 33169 0 0 0 9978 12 0 0 20 0 1 0 272204899 187170816 36810 33554432000 4194304 5654031 140734716126640 140734716114456 4218711 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 45696 36810 142 357 0 45336 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 210676

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15622
/proc/meminfo: memFree=28114052/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=189584 CPUtime=159.88 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 35500 0 0 0 15974 14 0 0 20 0 1 0 272204899 194134016 41241 33554432000 4194304 5654031 140734716126640 140734716114456 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 47396 41241 142 357 0 47036 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 217476

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 15622
/proc/meminfo: memFree=28094304/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=225904 CPUtime=219.87 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 38078 0 0 0 21971 16 0 0 20 0 1 0 272204899 231325696 46086 33554432000 4194304 5654031 140734716126640 140734716114456 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 56476 46086 142 357 0 56116 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 253796

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 15622
/proc/meminfo: memFree=28099804/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0

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

/proc/loadavg: 2.07 2.02 2.00 3/181 15720
/proc/meminfo: memFree=27808544/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=316996 CPUtime=1299.67 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 66572 0 0 0 129904 63 0 0 20 0 1 0 272204899 324603904 69839 33554432000 4194304 5654031 140734716126640 140734716114456 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 79249 69839 142 357 0 78889 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 344888

[startup+1362.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/180 15720
/proc/meminfo: memFree=27867140/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=317808 CPUtime=1359.65 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 67931 0 0 0 135900 65 0 0 20 0 1 0 272204899 325435392 63903 33554432000 4194304 5654031 140734716126640 140734716114456 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 79452 63903 142 357 0 79092 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 345700

[startup+1422.31 s]
/proc/loadavg: 2.10 2.04 2.00 3/181 15721
/proc/meminfo: memFree=27824600/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=319020 CPUtime=1419.66 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 68267 0 0 0 141900 66 0 0 20 0 1 0 272204899 326676480 69349 33554432000 4194304 5654031 140734716126640 140734716114456 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 79755 69349 142 357 0 79395 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 346912

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 15721
/proc/meminfo: memFree=27820036/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=320352 CPUtime=1479.64 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 69759 0 0 0 147895 69 0 0 20 0 1 0 272204899 328040448 66094 33554432000 4194304 5654031 140734716126640 140734716114456 4215006 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 80088 66094 142 357 0 79728 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 348244

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 15721
/proc/meminfo: memFree=27835600/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=272408 CPUtime=1539.62 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 70623 0 0 0 153891 71 0 0 20 0 1 0 272204899 278945792 62217 33554432000 4194304 5654031 140734716126640 140734716114456 4215290 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 68102 62217 142 357 0 67742 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 300300

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 15721
/proc/meminfo: memFree=27805620/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=322900 CPUtime=1599.62 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 71570 0 0 0 159889 73 0 0 20 0 1 0 272204899 330649600 68252 33554432000 4194304 5654031 140734716126640 140734716114456 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 80725 68252 142 357 0 80365 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 350792

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 15724
/proc/meminfo: memFree=27789040/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=274424 CPUtime=1659.61 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 72659 0 0 0 165886 75 0 0 20 0 1 0 272204899 281010176 64587 33554432000 4194304 5654031 140734716126640 140734716114456 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 68606 64587 142 357 0 68246 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 302316

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/182 15748
/proc/meminfo: memFree=27762816/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=325336 CPUtime=1719.6 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 73409 0 0 0 171884 76 0 0 20 0 1 0 272204899 333144064 70945 33554432000 4194304 5654031 140734716126640 140734716114456 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 81334 70945 142 357 0 80974 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 353228

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 15748
/proc/meminfo: memFree=27761204/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=326552 CPUtime=1779.58 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 74914 0 0 0 177879 79 0 0 20 0 1 0 272204899 334389248 66673 33554432000 4194304 5654031 140734716126640 140734716114456 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 81638 66673 142 357 0 81278 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 354444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 15748
/proc/meminfo: memFree=27758776/32873648 swapFree=7104/7104
[pid=15612] ppid=15610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15612/stat : 15612 (npSolver-pbo-I.) S 15610 15612 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272204663 9367552 274 33554432000 4194304 5064252 140737453990512 140737453989424 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15612/statm: 2287 274 233 213 0 72 0
[pid=15613] ppid=15612 vsize=18744 CPUtime=2.33 cores=0,2,4,6
/proc/15613/stat : 15613 (npSolver-pbo) S 15612 15612 14700 0 -1 4202496 9745 17951 0 0 88 30 110 5 20 0 1 0 272204664 19193856 4396 33554432000 4194304 5992684 140735556212304 140735556197208 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15613/statm: 4686 4396 184 440 0 4242 0
[pid=15621] ppid=15613 vsize=326684 CPUtime=1797.69 cores=0,2,4,6
/proc/15621/stat : 15621 (glucosInc) R 15613 15612 14700 0 -1 4202496 74945 0 0 0 179690 79 0 0 20 0 1 0 272204899 334524416 68237 33554432000 4194304 5654031 140734716126640 140734716114456 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15621/statm: 81671 68237 142 357 0 81311 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 354576

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15612 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=991697
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=365944
# CPU time returned by wait4() is 2.35764
# 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.88
CPU system time (s): 1.14
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 434584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9917
system time used= 0.365944
maximum resident set size= 111432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28071
page faults= 0
swaps= 0
block input operations= 0
block output operations= 125912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133
involuntary context switches= 17

runsolver used 5.49216 second user time and 9.75752 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 21:33:12
IDJOB=3699686
IDBENCH=2224
IDSOLVER=2276
FILE ID=node127/3699686-1338060792
RUNJOBID= node127-1338052949-14716
PBS_JOBID= 14624406
Free space on /tmp= 71104 MiB

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

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

MD5SUM BENCH= 9d611ad786b3505d4cca46af1ba2bc6d
RANDOM SEED=605843304

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28354100 kB
Buffers:          317072 kB
Cached:          3297820 kB
SwapCached:            0 kB
Active:          1167244 kB
Inactive:        2546236 kB
Active(anon):     100840 kB
Inactive(anon):        0 kB
Active(file):    1066404 kB
Inactive(file):  2546236 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8928 kB
Writeback:             0 kB
AnonPages:         46048 kB
Mapped:            15696 kB
Shmem:               200 kB
Slab:             668616 kB
SReclaimable:     112904 kB
SUnreclaim:       555712 kB
KernelStack:        1504 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     215620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71028 MiB
End job on node127 at 2012-05-26 22:03:13