Trace number 3702980

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.05 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_3.opb
MD5SUM474916db0f2f0be5831d97827cee8e55
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1790.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6214
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.49/1.57	c run inc solver
1.49/1.57	c [INC SYSTEM] run initial solver
1.49/1.57	c [INC SYSTEM] preprocess with white file
10.57/10.67	c [INC SYSTEM] finished preprocessing in 9 s
10.57/10.67	c [INC SYSTEM] execute solver
1513.32/1513.63	c [INC SEARCH] formula is SAT
1513.32/1513.67	c [INC SYSTEM] solved the initial formula
1513.32/1513.67	c model valid
1513.32/1513.67	c current solution ok
1516.64/1517.01	o 2000
1516.64/1517.01	c starting approximation
1516.64/1517.01	c factor = 2
1516.64/1517.01	c current bound: 1000
1635.29/1635.61	c model valid
1635.29/1635.61	c current solution ok
1635.29/1635.69	c current bound: 1000
1753.57/1753.92	c model valid
1753.57/1753.92	c current solution ok
1753.61/1754.00	c current bound: 1000
1800.05/1800.41	c error: unexpected solver exit code
1800.05/1800.41	s UNKNOWN

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-3702980-1338072507/watcher-3702980-1338072507 -o /tmp/evaluation-result-3702980-1338072507/solver-3702980-1338072507 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702980-1338072507.opb 115891497 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.06 2.01 1.96 3/180 8742
/proc/meminfo: memFree=27070876/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0

[startup+0.0110519 s]
/proc/loadavg: 2.06 2.01 1.96 3/180 8742
/proc/meminfo: memFree=27070876/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.06 2.01 1.96 3/180 8742
/proc/meminfo: memFree=27070876/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300317 s]
/proc/loadavg: 2.06 2.01 1.96 3/180 8742
/proc/meminfo: memFree=27070876/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700341 s]
/proc/loadavg: 2.06 2.01 1.96 3/180 8742
/proc/meminfo: memFree=27070876/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.06 2.01 1.96 3/182 8744
/proc/meminfo: memFree=27004172/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=165736 CPUtime=1.49 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) R 8742 8742 1653 0 -1 4202496 16760 0 0 0 144 5 0 0 20 0 1 0 273379254 169713664 33146 33554432000 4194304 5992684 140734116942240 140734116937464 5045366 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 41434 33146 157 440 0 40990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 174884

[startup+3.10044 s]
/proc/loadavg: 2.06 2.01 1.96 3/184 8746
/proc/meminfo: memFree=26856784/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=119948 CPUtime=1.56 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 17227 0 0 0 144 12 0 0 20 0 1 0 273379254 122826752 24720 33554432000 4194304 5992684 140734116942240 140734116936688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 29987 24720 163 440 0 29543 0
[pid=8745] ppid=8743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8745/stat : 8745 (cp2_pre.sh) S 8743 8742 1653 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273379411 9367552 277 33554432000 4194304 5064252 140734997473520 140734997472224 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8745/statm: 2287 277 234 213 0 72 0
[pid=8746] ppid=8745 vsize=335992 CPUtime=1.51 cores=1,3,5,7
/proc/8746/stat : 8746 (coprocessor) R 8745 8742 1653 0 -1 4202496 33779 0 0 0 142 9 0 0 20 0 1 0 273379411 344055808 72702 33554432000 4194304 6586260 140736594642720 140736594639480 4546597 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/8746/statm: 83998 72702 164 584 0 83410 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 474236

[startup+6.30045 s]
/proc/loadavg: 2.05 2.01 1.96 3/184 8746
/proc/meminfo: memFree=26522960/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=119948 CPUtime=1.56 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 17227 0 0 0 144 12 0 0 20 0 1 0 273379254 122826752 24720 33554432000 4194304 5992684 140734116942240 140734116936688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 29987 24720 163 440 0 29543 0
[pid=8745] ppid=8743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8745/stat : 8745 (cp2_pre.sh) S 8743 8742 1653 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273379411 9367552 277 33554432000 4194304 5064252 140734997473520 140734997472224 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8745/statm: 2287 277 234 213 0 72 0
[pid=8746] ppid=8745 vsize=448932 CPUtime=4.71 cores=1,3,5,7
/proc/8746/stat : 8746 (coprocessor) R 8745 8742 1653 0 -1 4202496 52407 0 0 0 457 14 0 0 20 0 1 0 273379411 459706368 108704 33554432000 4194304 6586260 140736594642720 140736594638088 5599305 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/8746/statm: 112233 108704 189 584 0 111645 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 587176

[startup+12.7004 s]
/proc/loadavg: 2.05 2.01 1.96 3/183 8748
/proc/meminfo: memFree=26756684/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=119948 CPUtime=10.65 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 17243 54253 0 0 144 12 883 26 20 0 1 0 273379254 122826752 24722 33554432000 4194304 5992684 140734116942240 140734116928504 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 29987 24722 165 440 0 29543 0
[pid=8748] ppid=8743 vsize=248988 CPUtime=2.02 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) R 8743 8742 1653 0 -1 4202496 40083 0 0 0 194 8 0 0 20 0 1 0 273380321 254963712 51867 33554432000 4194304 5654031 140734664917920 140734664915816 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 62247 51867 131 357 0 61887 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 378084

[startup+25.5005 s]
/proc/loadavg: 2.11 2.03 1.96 3/183 8748
/proc/meminfo: memFree=26754948/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=119948 CPUtime=10.65 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 17243 54253 0 0 144 12 883 26 20 0 1 0 273379254 122826752 24722 33554432000 4194304 5992684 140734116942240 140734116928504 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 29987 24722 165 440 0 29543 0
[pid=8748] ppid=8743 vsize=249252 CPUtime=14.82 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) R 8743 8742 1653 0 -1 4202496 40168 0 0 0 1474 8 0 0 20 0 1 0 273380321 255234048 51952 33554432000 4194304 5654031 140734664917920 140734664915704 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 62313 51952 131 357 0 61953 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 378348

[startup+51.1005 s]
/proc/loadavg: 2.07 2.03 1.96 3/183 8748
/proc/meminfo: memFree=26750172/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=119948 CPUtime=10.65 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 17243 54253 0 0 144 12 883 26 20 0 1 0 273379254 122826752 24722 33554432000 4194304 5992684 140734116942240 140734116928504 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 29987 24722 165 440 0 29543 0
[pid=8748] ppid=8743 vsize=252164 CPUtime=40.41 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) R 8743 8742 1653 0 -1 4202496 40926 0 0 0 4033 8 0 0 20 0 1 0 273380321 258215936 53221 33554432000 4194304 5654031 140734664917920 140734664915704 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 63041 53221 139 357 0 62681 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 381260

[startup+102.3 s]
/proc/loadavg: 2.07 2.03 1.97 3/184 8752
/proc/meminfo: memFree=26745200/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=119948 CPUtime=10.65 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 17243 54253 0 0 144 12 883 26 20 0 1 0 273379254 122826752 24722 33554432000 4194304 5992684 140734116942240 140734116928504 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 29987 24722 165 440 0 29543 0
[pid=8748] ppid=8743 vsize=252444 CPUtime=91.61 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) R 8743 8742 1653 0 -1 4202496 41002 0 0 0 9153 8 0 0 20 0 1 0 273380321 258502656 54319 33554432000 4194304 5654031 140734664917920 140734664915704 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 63111 54319 139 357 0 62751 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 381540

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/183 8752
/proc/meminfo: memFree=26702624/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=119948 CPUtime=10.65 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 17243 54253 0 0 144 12 883 26 20 0 1 0 273379254 122826752 24722 33554432000 4194304 5992684 140734116942240 140734116928504 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 29987 24722 165 440 0 29543 0
[pid=8748] ppid=8743 vsize=284320 CPUtime=151.58 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) R 8743 8742 1653 0 -1 4202496 41781 0 0 0 15149 9 0 0 20 0 1 0 273380321 291143680 56113 33554432000 4194304 5654031 140734664917920 140734664915704 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 71080 56113 139 357 0 70720 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 413416

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 1.97 3/183 8752
/proc/meminfo: memFree=26740760/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=119948 CPUtime=10.65 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 17243 54253 0 0 144 12 883 26 20 0 1 0 273379254 122826752 24722 33554432000 4194304 5992684 140734116942240 140734116928504 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 29987 24722 165 440 0 29543 0
[pid=8748] ppid=8743 vsize=285132 CPUtime=211.56 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) R 8743 8742 1653 0 -1 4202496 42768 0 0 0 21144 12 0 0 20 0 1 0 273380321 291975168 55573 33554432000 4194304 5654031 140734664917920 140734664915704 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 71283 55573 140 357 0 70923 0
Current children cumulated CPU time (s) 222.21

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

Current children cumulated vsize (KiB) 392072

[startup+1542.31 s]
/proc/loadavg: 2.13 2.04 1.99 3/183 8845
/proc/meminfo: memFree=26536200/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=132700 CPUtime=14.08 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 20058 54769 0 0 209 282 883 34 20 0 1 0 273379254 135884800 28242 33554432000 4194304 5992684 140734116942240 140734116934528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 33175 28242 188 440 0 32731 0
[pid=8748] ppid=8743 vsize=294852 CPUtime=1502.66 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) S 8743 8742 1653 0 -1 4202496 50751 0 0 0 150240 26 0 0 20 0 1 0 273380321 301928448 59983 33554432000 4194304 5654031 140734664917920 140734664916232 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 73713 59983 147 357 0 73353 0
[pid=8844] ppid=8743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8844/stat : 8844 (satsolver.sh) S 8743 8742 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273530956 9367552 267 33554432000 4194304 5064252 140736503313520 140736503312432 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8844/statm: 2287 267 226 213 0 72 0
[pid=8845] ppid=8844 vsize=254432 CPUtime=25.27 cores=1,3,5,7
/proc/8845/stat : 8845 (glucose) R 8844 8742 1653 0 -1 4202496 41701 0 0 0 2517 10 0 0 20 0 1 0 273530956 260538368 54009 33554432000 4194304 5208918 140734506043584 140734506041256 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 63608 54009 95 248 0 63357 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 700280

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 1.99 3/183 8845
/proc/meminfo: memFree=26491460/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=132700 CPUtime=14.08 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 20058 54769 0 0 209 282 883 34 20 0 1 0 273379254 135884800 28242 33554432000 4194304 5992684 140734116942240 140734116934528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 33175 28242 188 440 0 32731 0
[pid=8748] ppid=8743 vsize=294852 CPUtime=1502.66 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) S 8743 8742 1653 0 -1 4202496 50751 0 0 0 150240 26 0 0 20 0 1 0 273380321 301928448 59983 33554432000 4194304 5654031 140734664917920 140734664916232 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 73713 59983 147 357 0 73353 0
[pid=8844] ppid=8743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8844/stat : 8844 (satsolver.sh) S 8743 8742 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273530956 9367552 267 33554432000 4194304 5064252 140736503313520 140736503312432 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8844/statm: 2287 267 226 213 0 72 0
[pid=8845] ppid=8844 vsize=285868 CPUtime=85.26 cores=1,3,5,7
/proc/8845/stat : 8845 (glucose) R 8844 8742 1653 0 -1 4202496 42424 0 0 0 8515 11 0 0 20 0 1 0 273530956 292728832 57287 33554432000 4194304 5208918 140734506043584 140734506041256 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8845/statm: 71467 57287 95 248 0 71216 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 731716

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/183 8853
/proc/meminfo: memFree=26492308/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=141460 CPUtime=132.74 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 23117 106487 0 0 215 283 12713 63 20 0 1 0 273379254 144855040 30258 33554432000 4194304 5992684 140734116942240 140734116934528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 35365 30258 188 440 0 34921 0
[pid=8748] ppid=8743 vsize=294852 CPUtime=1502.66 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) S 8743 8742 1653 0 -1 4202496 50751 0 0 0 150240 26 0 0 20 0 1 0 273380321 301928448 60077 33554432000 4194304 5654031 140734664917920 140734664916232 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 73713 60077 147 357 0 73353 0
[pid=8852] ppid=8743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8852/stat : 8852 (satsolver.sh) S 8743 8742 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273542825 9367552 266 33554432000 4194304 5064252 140734514539408 140734514538320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8852/statm: 2287 266 226 213 0 72 0
[pid=8853] ppid=8852 vsize=254436 CPUtime=26.58 cores=1,3,5,7
/proc/8853/stat : 8853 (glucose) R 8852 8742 1653 0 -1 4202496 41620 0 0 0 2649 9 0 0 20 0 1 0 273542825 260542464 54268 33554432000 4194304 5208918 140735671228672 140735671226344 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8853/statm: 63609 54268 95 248 0 63358 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 709044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/183 8853
/proc/meminfo: memFree=26473116/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=141460 CPUtime=132.74 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 23117 106487 0 0 215 283 12713 63 20 0 1 0 273379254 144855040 30258 33554432000 4194304 5992684 140734116942240 140734116934528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 35365 30258 188 440 0 34921 0
[pid=8748] ppid=8743 vsize=294852 CPUtime=1502.66 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) S 8743 8742 1653 0 -1 4202496 50751 0 0 0 150240 26 0 0 20 0 1 0 273380321 301928448 60077 33554432000 4194304 5654031 140734664917920 140734664916232 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 73713 60077 147 357 0 73353 0
[pid=8852] ppid=8743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8852/stat : 8852 (satsolver.sh) S 8743 8742 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273542825 9367552 266 33554432000 4194304 5064252 140734514539408 140734514538320 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8852/statm: 2287 266 226 213 0 72 0
[pid=8853] ppid=8852 vsize=285872 CPUtime=86.56 cores=1,3,5,7
/proc/8853/stat : 8853 (glucose) R 8852 8742 1653 0 -1 4202496 42337 0 0 0 8647 9 0 0 20 0 1 0 273542825 292732928 57539 33554432000 4194304 5208918 140735671228672 140735671226344 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8853/statm: 71468 57539 95 248 0 71217 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 740480

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 8860
/proc/meminfo: memFree=26485152/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=141460 CPUtime=251.03 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 26175 158479 0 0 221 284 24508 90 20 0 1 0 273379254 144855040 30258 33554432000 4194304 5992684 140734116942240 140734116934528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 35365 30258 188 440 0 34921 0
[pid=8748] ppid=8743 vsize=294852 CPUtime=1502.66 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) S 8743 8742 1653 0 -1 4202496 50751 0 0 0 150240 26 0 0 20 0 1 0 273380321 301928448 60077 33554432000 4194304 5654031 140734664917920 140734664916232 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 73713 60077 147 357 0 73353 0
[pid=8859] ppid=8743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8859/stat : 8859 (satsolver.sh) S 8743 8742 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273554656 9367552 267 33554432000 4194304 5064252 140735103273168 140735103272080 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8859/statm: 2287 267 226 213 0 72 0
[pid=8860] ppid=8859 vsize=254436 CPUtime=28.27 cores=1,3,5,7
/proc/8860/stat : 8860 (glucose) R 8859 8742 1653 0 -1 4202496 41772 0 0 0 2816 11 0 0 20 0 1 0 273554656 260542464 54336 33554432000 4194304 5208918 140733274109600 140733274107272 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8860/statm: 63609 54336 95 248 0 63358 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 709044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 8860
/proc/meminfo: memFree=26480620/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=141460 CPUtime=251.03 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 26175 158479 0 0 221 284 24508 90 20 0 1 0 273379254 144855040 30258 33554432000 4194304 5992684 140734116942240 140734116934528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 35365 30258 188 440 0 34921 0
[pid=8748] ppid=8743 vsize=294852 CPUtime=1502.66 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) S 8743 8742 1653 0 -1 4202496 50751 0 0 0 150240 26 0 0 20 0 1 0 273380321 301928448 60077 33554432000 4194304 5654031 140734664917920 140734664916232 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 73713 60077 147 357 0 73353 0
[pid=8859] ppid=8743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8859/stat : 8859 (satsolver.sh) S 8743 8742 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273554656 9367552 267 33554432000 4194304 5064252 140735103273168 140735103272080 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8859/statm: 2287 267 226 213 0 72 0
[pid=8860] ppid=8859 vsize=285388 CPUtime=46.36 cores=1,3,5,7
/proc/8860/stat : 8860 (glucose) R 8859 8742 1653 0 -1 4202496 41870 0 0 0 4625 11 0 0 20 0 1 0 273554656 292237312 55456 33554432000 4194304 5208918 140733274109600 140733274107448 4212757 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8860/statm: 71347 55456 95 248 0 71096 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 739996

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 8860
/proc/meminfo: memFree=26480620/32873844 swapFree=6088/6088
[pid=8742] ppid=8740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8742/stat : 8742 (npSolver-pbo-It) S 8740 8742 1653 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273379254 9367552 274 33554432000 4194304 5064252 140734390304064 140734390302976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8742/statm: 2287 274 233 213 0 72 0
[pid=8743] ppid=8742 vsize=141460 CPUtime=251.03 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo) S 8742 8742 1653 0 -1 4202496 26175 158479 0 0 221 284 24508 90 20 0 1 0 273379254 144855040 30258 33554432000 4194304 5992684 140734116942240 140734116934528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8743/statm: 35365 30258 188 440 0 34921 0
[pid=8748] ppid=8743 vsize=294852 CPUtime=1502.66 cores=1,3,5,7
/proc/8748/stat : 8748 (glucosInc) S 8743 8742 1653 0 -1 4202496 50751 0 0 0 150240 26 0 0 20 0 1 0 273380321 301928448 60077 33554432000 4194304 5654031 140734664917920 140734664916232 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8748/statm: 73713 60077 147 357 0 73353 0
[pid=8859] ppid=8743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8859/stat : 8859 (satsolver.sh) S 8743 8742 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273554656 9367552 267 33554432000 4194304 5064252 140735103273168 140735103272080 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8859/statm: 2287 267 226 213 0 72 0
[pid=8860] ppid=8859 vsize=285388 CPUtime=46.36 cores=1,3,5,7
/proc/8860/stat : 8860 (glucose) R 8859 8742 1653 0 -1 4202496 41870 0 0 0 4625 11 0 0 20 0 1 0 273554656 292237312 55456 33554432000 4194304 5208918 140733274109600 140733274107448 4212757 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8860/statm: 71347 55456 95 248 0 71096 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 739996

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8742 and gives
#  childrusage.ru_utime.tv_sec=247
#  childrusage.ru_utime.tv_usec=300404
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=759428
# CPU time returned by wait4() is 251.06
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.05
CPU user time (s): 1795.94
CPU system time (s): 4.11
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 789800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.3
system time used= 3.75943
maximum resident set size= 452888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 578752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4174
involuntary context switches= 312

runsolver used 3.08953 second user time and 8.62569 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 00:48:27
IDJOB=3702980
IDBENCH=2932
IDSOLVER=2278
FILE ID=node108/3702980-1338072507
RUNJOBID= node108-1338052671-1674
PBS_JOBID= 14624392
Free space on /tmp= 71692 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_3.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702980-1338072507/watcher-3702980-1338072507 -o /tmp/evaluation-result-3702980-1338072507/solver-3702980-1338072507 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702980-1338072507.opb 115891497 HOME HOME

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

MD5SUM BENCH= 474916db0f2f0be5831d97827cee8e55
RANDOM SEED=115891497

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27071620 kB
Buffers:          264116 kB
Cached:          4548688 kB
SwapCached:            0 kB
Active:           781752 kB
Inactive:        4219460 kB
Active(anon):     189464 kB
Inactive(anon):        0 kB
Active(file):     592288 kB
Inactive(file):  4219460 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        199020 kB
Mapped:            16088 kB
Shmem:               200 kB
Slab:             649884 kB
SReclaimable:      92008 kB
SUnreclaim:       557876 kB
KernelStack:        1520 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     334100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71604 MiB
End job on node108 at 2012-05-27 01:18:27