Trace number 3699105

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.08 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-3.opb
MD5SUMf687933a5408753eb50bdd526af25aa5
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3052
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3052
Optimality of the best value was proved NO
Number of variables3300
Total number of constraints1985
Number of constraints which are clauses1364
Number of constraints which are cardinality constraints (but not clauses)621
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint220
Number of terms in the objective function 2792
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1385986
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1385986
Number of bits of the biggest sum of numbers21
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.19	c run inc solver
0.00/0.19	c [INC SYSTEM] run initial solver
0.00/0.19	c [INC SYSTEM] preprocess with white file
2.18/2.20	c [INC SYSTEM] finished preprocessing in 2 s
2.18/2.20	c [INC SYSTEM] execute solver
213.62/213.78	c [INC SEARCH] formula is SAT
213.62/213.79	c [INC SYSTEM] solved the initial formula
213.62/213.79	c model valid
213.62/213.79	c current solution ok
214.02/214.17	o 214305
214.02/214.17	c execute binary inc search
214.02/214.17	c [INC SEARCH] current bound: 107856
214.02/214.17	c [INC SEARCH] iteration: 0
214.02/214.17	c [INC SEARCH] lower bound: 0 upperbound 215712 current bound: 107856 best value:215712
214.02/214.17	c [INC SYSTEM] there exists a inc, kill it!
214.02/214.17	c write failed with 2
214.02/214.18	c [INC SYSTEM] create new solver instance
214.02/214.18	c [INC] encode full formula
214.02/214.18	c fallback to adder encoding
214.32/214.45	c set iterative enc to: adder
214.32/214.45	c set iterative enc to: none
214.40/214.51	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.51	HOME/npSolver-pbo-I.sh: line 18:   732 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-3699105-1338049257/watcher-3699105-1338049257 -o /tmp/evaluation-result-3699105-1338049257/solver-3699105-1338049257 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699105-1338049257.opb 1767100228 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: 4.60 3.60 2.73 3/176 730
/proc/meminfo: memFree=29401372/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (runsolver) D 728 730 28130 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 271054303 12095488 51 33554432000 4194304 5436572 140736549098368 140736549094664 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/730/statm: 2953 51 31 304 0 2645 0

[startup+0.0743161 s]
/proc/loadavg: 4.60 3.60 2.73 3/176 730
/proc/meminfo: memFree=29401372/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100233 s]
/proc/loadavg: 4.60 3.60 2.73 3/176 730
/proc/meminfo: memFree=29401372/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300257 s]
/proc/loadavg: 4.60 3.60 2.73 3/176 730
/proc/meminfo: memFree=29401372/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700287 s]
/proc/loadavg: 4.60 3.60 2.73 3/176 730
/proc/meminfo: memFree=29401372/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 4.60 3.60 2.73 3/182 736
/proc/meminfo: memFree=29169136/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=17528 CPUtime=0.18 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 4045 0 0 0 17 1 0 0 20 0 1 0 271054304 17948672 3652 33554432000 4194304 5992684 140735541910784 140735541905232 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/732/statm: 4382 3652 169 440 0 3938 0
[pid=733] ppid=732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/733/stat : 733 (cp2_pre.sh) S 732 730 28130 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271054322 9367552 277 33554432000 4194304 5064252 140737420523616 140737420522320 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/733/statm: 2287 277 234 213 0 72 0
[pid=734] ppid=733 vsize=105456 CPUtime=1.29 cores=0,2,4,6
/proc/734/stat : 734 (coprocessor) R 733 730 28130 0 -1 4202496 19942 0 0 0 126 3 0 0 20 0 1 0 271054323 107986944 25324 33554432000 4194304 6586260 140736063799008 140736063794328 5599216 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/734/statm: 26364 25324 191 584 0 25776 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 141280

[startup+3.10032 s]
/proc/loadavg: 4.60 3.60 2.73 3/182 736
/proc/meminfo: memFree=29129192/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=17528 CPUtime=2.18 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 4061 23244 0 0 17 1 183 17 20 0 1 0 271054304 17948672 3654 33554432000 4194304 5992684 140735541910784 140735541897048 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/732/statm: 4382 3654 171 440 0 3938 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 26676
heavy processes:

[startup+6.30031 s]
/proc/loadavg: 4.39 3.57 2.72 3/180 744
/proc/meminfo: memFree=29234876/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=17528 CPUtime=2.18 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 4061 23244 0 0 17 1 183 17 20 0 1 0 271054304 17948672 3654 33554432000 4194304 5992684 140735541910784 140735541897048 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/732/statm: 4382 3654 171 440 0 3938 0
[pid=738] ppid=732 vsize=64784 CPUtime=4.08 cores=0,2,4,6
/proc/738/stat : 738 (glucosInc) R 732 730 28130 0 -1 4202496 12091 0 0 0 406 2 0 0 20 0 1 0 271054524 66338816 14140 33554432000 4194304 5654031 140736976376304 140736976364120 4214996 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/738/statm: 16196 14140 142 357 0 15836 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 91460

[startup+12.7004 s]
/proc/loadavg: 4.20 3.54 2.72 3/180 744
/proc/meminfo: memFree=29230168/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=17528 CPUtime=2.18 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 4061 23244 0 0 17 1 183 17 20 0 1 0 271054304 17948672 3654 33554432000 4194304 5992684 140735541910784 140735541897048 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/732/statm: 4382 3654 171 440 0 3938 0
[pid=738] ppid=732 vsize=64784 CPUtime=10.48 cores=0,2,4,6
/proc/738/stat : 738 (glucosInc) R 732 730 28130 0 -1 4202496 12099 0 0 0 1046 2 0 0 20 0 1 0 271054524 66338816 14659 33554432000 4194304 5654031 140736976376304 140736976364120 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/738/statm: 16196 14659 142 357 0 15836 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 91460

[startup+25.5004 s]
/proc/loadavg: 3.71 3.47 2.71 3/180 746
/proc/meminfo: memFree=29210448/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=17528 CPUtime=2.18 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 4061 23244 0 0 17 1 183 17 20 0 1 0 271054304 17948672 3654 33554432000 4194304 5992684 140735541910784 140735541897048 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/732/statm: 4382 3654 171 440 0 3938 0
[pid=738] ppid=732 vsize=88348 CPUtime=23.27 cores=0,2,4,6
/proc/738/stat : 738 (glucosInc) R 732 730 28130 0 -1 4202496 13291 0 0 0 2325 2 0 0 20 0 1 0 271054524 90468352 19893 33554432000 4194304 5654031 140736976376304 140736976364120 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/738/statm: 22087 19893 142 357 0 21727 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 115024

[startup+51.1004 s]
/proc/loadavg: 3.13 3.35 2.69 3/180 746
/proc/meminfo: memFree=29125900/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=17528 CPUtime=2.18 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 4061 23244 0 0 17 1 183 17 20 0 1 0 271054304 17948672 3654 33554432000 4194304 5992684 140735541910784 140735541897048 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/732/statm: 4382 3654 171 440 0 3938 0
[pid=738] ppid=732 vsize=121636 CPUtime=48.86 cores=0,2,4,6
/proc/738/stat : 738 (glucosInc) R 732 730 28130 0 -1 4202496 16164 0 0 0 4881 5 0 0 20 0 1 0 271054524 124555264 28920 33554432000 4194304 5654031 140736976376304 140736976364120 4234964 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/738/statm: 30409 28920 142 357 0 30049 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 148312

[startup+102.306 s]
/proc/loadavg: 2.49 3.14 2.65 3/179 746
/proc/meminfo: memFree=29055088/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=17528 CPUtime=2.18 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 4061 23244 0 0 17 1 183 17 20 0 1 0 271054304 17948672 3654 33554432000 4194304 5992684 140735541910784 140735541897048 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/732/statm: 4382 3654 171 440 0 3938 0
[pid=738] ppid=732 vsize=151984 CPUtime=100.06 cores=0,2,4,6
/proc/738/stat : 738 (glucosInc) R 732 730 28130 0 -1 4202496 16548 0 0 0 10001 5 0 0 20 0 1 0 271054524 155631616 34906 33554432000 4194304 5654031 140736976376304 140736976364120 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/738/statm: 37996 34906 142 357 0 37636 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 178660

[startup+162.3 s]
/proc/loadavg: 2.24 2.94 2.61 3/179 746
/proc/meminfo: memFree=29044172/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=17528 CPUtime=2.18 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 4061 23244 0 0 17 1 183 17 20 0 1 0 271054304 17948672 3654 33554432000 4194304 5992684 140735541910784 140735541897048 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/732/statm: 4382 3654 171 440 0 3938 0
[pid=738] ppid=732 vsize=143180 CPUtime=160.04 cores=0,2,4,6
/proc/738/stat : 738 (glucosInc) R 732 730 28130 0 -1 4202496 18212 0 0 0 15994 10 0 0 20 0 1 0 271054524 146616320 35025 33554432000 4194304 5654031 140736976376304 140736976364120 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/738/statm: 35795 35025 142 357 0 35435 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 169856

[startup+222.3 s]
/proc/loadavg: 2.09 2.77 2.57 3/179 750
/proc/meminfo: memFree=29083456/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=91040 CPUtime=7.77 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 18068 0 0 0 774 3 0 0 20 0 1 0 271075754 93224960 20647 33554432000 4194304 5654031 140735795037024 140735795024840 4232772 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/750/statm: 22760 20647 141 357 0 22400 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 130392


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

/proc/loadavg: 2.05 2.02 2.15 3/179 763
/proc/meminfo: memFree=28916180/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=297580 CPUtime=1147.54 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 48990 0 0 0 114683 71 0 0 20 0 1 0 271075754 304721920 62064 33554432000 4194304 5654031 140735795037024 140735795024840 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 74395 62064 141 357 0 74035 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 336932

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.14 3/179 764
/proc/meminfo: memFree=28908108/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=298816 CPUtime=1207.53 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 50263 0 0 0 120679 74 0 0 20 0 1 0 271075754 305987584 61960 33554432000 4194304 5654031 140735795037024 140735795024840 4215017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 74704 61960 141 357 0 74344 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 338168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/179 764
/proc/meminfo: memFree=28902196/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=300136 CPUtime=1267.52 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 51286 0 0 0 126675 77 0 0 20 0 1 0 271075754 307339264 60981 33554432000 4194304 5654031 140735795037024 140735795035112 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 75034 60981 141 357 0 74674 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 339488

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/179 764
/proc/meminfo: memFree=28914752/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=251552 CPUtime=1327.51 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 52028 0 0 0 132671 80 0 0 20 0 1 0 271075754 257589248 59729 33554432000 4194304 5654031 140735795037024 140735795024840 4232803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 62888 59729 141 357 0 62528 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 290904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 764
/proc/meminfo: memFree=28863324/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=311384 CPUtime=1387.5 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 53285 0 0 0 138669 81 0 0 20 0 1 0 271075754 318857216 71193 33554432000 4194304 5654031 140735795037024 140735795024840 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 77846 71193 141 357 0 77486 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 350736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 764
/proc/meminfo: memFree=28876388/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=311384 CPUtime=1447.49 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 54291 0 0 0 144665 84 0 0 20 0 1 0 271075754 318857216 70862 33554432000 4194304 5654031 140735795037024 140735795024840 4243753 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 77846 70862 141 357 0 77486 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 350736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 765
/proc/meminfo: memFree=28852384/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=311384 CPUtime=1507.48 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 55276 0 0 0 150660 88 0 0 20 0 1 0 271075754 318857216 71886 33554432000 4194304 5654031 140735795037024 140735795024840 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 77846 71886 141 357 0 77486 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 350736

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/180 768
/proc/meminfo: memFree=28866404/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=311384 CPUtime=1567.47 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 56266 0 0 0 156656 91 0 0 20 0 1 0 271075754 318857216 69839 33554432000 4194304 5654031 140735795037024 140735795024840 4215290 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 77846 69839 141 357 0 77486 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 350736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.08 2/175 782
/proc/meminfo: memFree=29054664/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=311384 CPUtime=1585.67 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 56271 0 0 0 158476 91 0 0 20 0 1 0 271075754 318857216 72399 33554432000 4194304 5654031 140735795037024 140735795024840 4215076 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 77846 72399 141 357 0 77486 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 350736

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.08 2/175 782
/proc/meminfo: memFree=29054664/32873844 swapFree=7104/7104
[pid=730] ppid=728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (npSolver-pbo-I.) S 728 730 28130 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271054303 9367552 274 33554432000 4194304 5064252 140737414704544 140737414703456 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/730/statm: 2287 274 233 213 0 72 0
[pid=732] ppid=730 vsize=30204 CPUtime=214.41 cores=0,2,4,6
/proc/732/stat : 732 (npSolver-pbo) S 730 730 28130 0 -1 4202496 10108 43036 0 0 52 35 21322 32 20 0 1 0 271054304 30928896 6901 33554432000 4194304 5992684 140735541910784 140735541895688 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/732/statm: 7551 6901 188 440 0 7107 0
[pid=750] ppid=732 vsize=311384 CPUtime=1585.67 cores=0,2,4,6
/proc/750/stat : 750 (glucosInc) R 732 730 28130 0 -1 4202496 56271 0 0 0 158476 91 0 0 20 0 1 0 271075754 318857216 72399 33554432000 4194304 5654031 140735795037024 140735795024840 4215076 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/750/statm: 77846 72399 141 357 0 77486 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 350736

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 730 and gives
#  childrusage.ru_utime.tv_sec=213
#  childrusage.ru_utime.tv_usec=755504
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=687895
# CPU time returned by wait4() is 214.443
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1798.5
CPU system time (s): 1.58
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 430876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.756
system time used= 0.687895
maximum resident set size= 181636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53517
page faults= 0
swaps= 0
block input operations= 8
block output operations= 87568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 325
involuntary context switches= 235

runsolver used 2.71859 second user time and 7.11492 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-26 18:20:57
IDJOB=3699105
IDBENCH=1536
IDSOLVER=2276
FILE ID=node104/3699105-1338049257
RUNJOBID= node104-1338048834-32555
PBS_JOBID= 14624367
Free space on /tmp= 71380 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699105-1338049257/watcher-3699105-1338049257 -o /tmp/evaluation-result-3699105-1338049257/solver-3699105-1338049257 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699105-1338049257.opb 1767100228 HOME HOME

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

MD5SUM BENCH= f687933a5408753eb50bdd526af25aa5
RANDOM SEED=1767100228

node104.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.266
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.53
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.266
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.266
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.91
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.266
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.92
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.266
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29403604 kB
Buffers:          275472 kB
Cached:          2371300 kB
SwapCached:            0 kB
Active:           758296 kB
Inactive:        1903568 kB
Active(anon):      18192 kB
Inactive(anon):        0 kB
Active(file):     740104 kB
Inactive(file):  1903568 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23444 kB
Writeback:             0 kB
AnonPages:         23696 kB
Mapped:            14800 kB
Shmem:               200 kB
Slab:             666000 kB
SReclaimable:     107104 kB
SUnreclaim:       558896 kB
KernelStack:        1392 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     121768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71328 MiB
End job on node104 at 2012-05-26 18:50:58