Trace number 3700046

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.48/1.58	c run inc solver
1.48/1.58	c [INC SYSTEM] run initial solver
1.48/1.58	c [INC SYSTEM] preprocess with white file
5.06/5.16	c [INC SYSTEM] finished preprocessing in 3 s
5.06/5.16	c [INC SYSTEM] execute solver
1800.09/1800.51	HOME/npSolver-pbo-I.sh: line 18: 13935 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-3700046-1338103261/watcher-3700046-1338103261 -o /tmp/evaluation-result-3700046-1338103261/solver-3700046-1338103261 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700046-1338103261.opb 112896359 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.16 3/179 13934
/proc/meminfo: memFree=30573080/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0

[startup+0.0139141 s]
/proc/loadavg: 2.08 2.03 2.16 3/179 13934
/proc/meminfo: memFree=30573080/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100253 s]
/proc/loadavg: 2.08 2.03 2.16 3/179 13934
/proc/meminfo: memFree=30573080/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.08 2.03 2.16 3/179 13934
/proc/meminfo: memFree=30573080/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700297 s]
/proc/loadavg: 2.08 2.03 2.16 3/179 13934
/proc/meminfo: memFree=30573080/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.08 2.03 2.16 3/180 13936
/proc/meminfo: memFree=30541088/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=114240 CPUtime=1.48 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) R 13934 13934 11438 0 -1 4202496 3982 0 0 0 146 2 0 0 20 0 1 0 276454665 116981760 20799 33554432000 4194304 5992684 140733656620352 140733656616856 5045366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 28560 20799 155 440 0 28116 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 123388

[startup+3.10046 s]
/proc/loadavg: 2.08 2.03 2.16 3/182 13938
/proc/meminfo: memFree=30418284/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=1.56 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4340 0 0 0 147 9 0 0 20 0 1 0 276454665 70316032 12318 33554432000 4194304 5992684 140733656620352 140733656614800 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12318 161 440 0 16723 0
[pid=13937] ppid=13935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13937/stat : 13937 (cp2_pre.sh) S 13935 13934 11438 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276454823 9367552 277 33554432000 4194304 5064252 140734425768544 140734425767248 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13937/statm: 2287 277 234 213 0 72 0
[pid=13938] ppid=13937 vsize=139088 CPUtime=1.5 cores=1,3,5,7
/proc/13938/stat : 13938 (coprocessor) R 13937 13934 11438 0 -1 4202496 30600 0 0 0 144 6 0 0 20 0 1 0 276454823 142426112 34175 33554432000 4194304 6586260 140733429882192 140733429878344 4758317 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/13938/statm: 34772 34175 182 584 0 34184 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 226052

[startup+6.30041 s]
/proc/loadavg: 2.08 2.03 2.16 3/181 13940
/proc/meminfo: memFree=30435460/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=66632 CPUtime=1.12 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 10667 0 0 0 109 3 0 0 20 0 1 0 276455181 68231168 14404 33554432000 4194304 5654031 140737091079616 140737091077400 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13940/statm: 16658 14404 139 357 0 16298 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 144448

[startup+12.7004 s]
/proc/loadavg: 2.06 2.03 2.16 3/181 13940
/proc/meminfo: memFree=30417676/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=69728 CPUtime=7.52 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 11730 0 0 0 749 3 0 0 20 0 1 0 276455181 71401472 16433 33554432000 4194304 5654031 140737091079616 140737091067432 4232598 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13940/statm: 17432 16433 140 357 0 17072 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 147544

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 2.16 3/181 13940
/proc/meminfo: memFree=30387492/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=121736 CPUtime=20.33 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 14706 0 0 0 2026 7 0 0 20 0 1 0 276455181 124657664 23457 33554432000 4194304 5654031 140737091079616 140737091077400 4227975 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13940/statm: 30434 23457 141 357 0 30074 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 199552

[startup+51.1004 s]
/proc/loadavg: 2.10 2.04 2.16 3/181 13940
/proc/meminfo: memFree=30402648/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=93528 CPUtime=45.91 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 18308 0 0 0 4580 11 0 0 20 0 1 0 276455181 95772672 18052 33554432000 4194304 5654031 140737091079616 140737091067432 4208659 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13940/statm: 23382 18052 141 357 0 23022 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 171344

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.15 3/181 13941
/proc/meminfo: memFree=30377420/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=79196 CPUtime=97.11 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 27812 0 0 0 9688 23 0 0 20 0 1 0 276455181 81096704 18758 33554432000 4194304 5654031 140737091079616 140737091077640 4232431 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13940/statm: 19799 18758 141 357 0 19439 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 157012

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.14 3/181 13941
/proc/meminfo: memFree=30364940/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=102256 CPUtime=157.09 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 35310 0 0 0 15677 32 0 0 20 0 1 0 276455181 104710144 22883 33554432000 4194304 5654031 140737091079616 140737091067432 4215097 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13940/statm: 25564 22883 141 357 0 25204 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 180072

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/181 13941
/proc/meminfo: memFree=30384236/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=106312 CPUtime=217.09 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 42140 0 0 0 21667 42 0 0 20 0 1 0 276455181 108863488 22270 33554432000 4194304 5654031 140737091079616 140737091067432 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13940/statm: 26578 22270 141 357 0 26218 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 184128

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.01 3/181 13996
/proc/meminfo: memFree=30922428/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=178380 CPUtime=1296.86 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 90874 0 0 0 129550 136 0 0 20 0 1 0 276455181 182661120 42105 33554432000 4194304 5654031 140737091079616 140737091067432 4219887 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 44595 42105 141 357 0 44235 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 256196

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 13996
/proc/meminfo: memFree=30941640/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=149160 CPUtime=1356.85 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 92983 0 0 0 135544 141 0 0 20 0 1 0 276455181 152739840 36210 33554432000 4194304 5654031 140737091079616 140737091067432 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 37290 36210 141 357 0 36930 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 226976

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13996
/proc/meminfo: memFree=30921084/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=180144 CPUtime=1416.84 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 93982 0 0 0 141539 145 0 0 20 0 1 0 276455181 184467456 42000 33554432000 4194304 5654031 140737091079616 140737091067432 4232784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 45036 42000 141 357 0 44676 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 257960

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13996
/proc/meminfo: memFree=30950192/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=150872 CPUtime=1476.84 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 95809 0 0 0 147535 149 0 0 20 0 1 0 276455181 154492928 34086 33554432000 4194304 5654031 140737091079616 140737091077640 4233187 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 37718 34086 141 357 0 37358 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 228688

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13996
/proc/meminfo: memFree=30922872/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=182624 CPUtime=1536.82 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 97084 0 0 0 153530 152 0 0 20 0 1 0 276455181 187006976 41039 33554432000 4194304 5654031 140737091079616 140737091067432 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 45656 41039 141 357 0 45296 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 260440

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 13996
/proc/meminfo: memFree=30916660/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=183052 CPUtime=1596.82 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 98158 0 0 0 159526 156 0 0 20 0 1 0 276455181 187445248 42676 33554432000 4194304 5654031 140737091079616 140737091067432 4218752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 45763 42676 141 357 0 45403 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 260868

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 13997
/proc/meminfo: memFree=30909824/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=183992 CPUtime=1656.79 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 99345 0 0 0 165520 159 0 0 20 0 1 0 276455181 188407808 44431 33554432000 4194304 5654031 140737091079616 140737091077400 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 45998 44431 141 357 0 45638 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 261808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13997
/proc/meminfo: memFree=30939648/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=153960 CPUtime=1716.77 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 101250 0 0 0 171513 164 0 0 20 0 1 0 276455181 157655040 36911 33554432000 4194304 5654031 140737091079616 140737091067432 4233173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 38490 36911 141 357 0 38130 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 231776

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14000
/proc/meminfo: memFree=30932804/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=184924 CPUtime=1776.77 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 103415 0 0 0 177509 168 0 0 20 0 1 0 276455181 189362176 39080 33554432000 4194304 5654031 140737091079616 140737091067432 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 46231 39080 141 357 0 45871 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 262740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14000
/proc/meminfo: memFree=30880620/32873844 swapFree=7364/7364
[pid=13934] ppid=13932 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13934/stat : 13934 (npSolver-pbo-I.) S 13932 13934 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276454664 9367552 274 33554432000 4194304 5064252 140734343168848 140734343167760 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13934/statm: 2287 274 233 213 0 72 0
[pid=13935] ppid=13934 vsize=68668 CPUtime=5.13 cores=1,3,5,7
/proc/13935/stat : 13935 (npSolver-pbo) S 13934 13934 11438 0 -1 4202496 4357 33027 0 0 147 9 343 14 20 0 1 0 276454665 70316032 12320 33554432000 4194304 5992684 140733656620352 140733656606616 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13935/statm: 17167 12320 163 440 0 16723 0
[pid=13940] ppid=13935 vsize=185316 CPUtime=1794.96 cores=1,3,5,7
/proc/13940/stat : 13940 (glucosInc) R 13935 13934 11438 0 -1 4202496 103497 0 0 0 179328 168 0 0 20 0 1 0 276455181 189763584 42739 33554432000 4194304 5654031 140737091079616 140737091067432 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13940/statm: 46329 42739 141 357 0 45969 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 263132

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 13934 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=908253
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=243962
# CPU time returned by wait4() is 5.15222
# while last known CPU time is 1800.09
#
# 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.09
CPU user time (s): 1798.18
CPU system time (s): 1.91
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 362148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.90825
system time used= 0.243962
maximum resident set size= 142796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37758
page faults= 0
swaps= 0
block input operations= 8
block output operations= 149432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 13

runsolver used 2.94455 second user time and 8.5217 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 09:21:01
IDJOB=3700046
IDBENCH=89848
IDSOLVER=2276
FILE ID=node109/3700046-1338103261
RUNJOBID= node109-1338101401-13666
PBS_JOBID= 14624462
Free space on /tmp= 71272 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894244.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700046-1338103261/watcher-3700046-1338103261 -o /tmp/evaluation-result-3700046-1338103261/solver-3700046-1338103261 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700046-1338103261.opb 112896359 HOME HOME

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=112896359

node109.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		: 2667.264
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	: 5334.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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:        30573460 kB
Buffers:          254836 kB
Cached:           637440 kB
SwapCached:            0 kB
Active:          1372848 kB
Inactive:         135848 kB
Active(anon):     607908 kB
Inactive(anon):    10916 kB
Active(file):     764940 kB
Inactive(file):   124932 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             72028 kB
Writeback:             0 kB
AnonPages:        623308 kB
Mapped:            15476 kB
Shmem:               200 kB
Slab:             651520 kB
SReclaimable:      93508 kB
SUnreclaim:       558012 kB
KernelStack:        1488 kB
PageTables:         4952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     802420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71304 MiB
End job on node109 at 2012-05-27 09:51:01