Trace number 3746816

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 (fixed)? (TO) 1800.08 1801.42

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-sp98ar.opb
MD5SUM1a17360e8d3b3640e2f372bae2b1d5b0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1684166798400000016
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15085
Total number of constraints1430
Number of constraints which are clauses181
Number of constraints which are cardinality constraints (but not clauses)837
Number of constraints which are nor clauses,nor cardinality constraints412
Minimum length of a constraint2
Maximum length of a constraint4222
Number of terms in the objective function 15085
Biggest coefficient in the objective function 201731527200000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 826921649885199999998
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 201731527200000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 826921649885199999998
Number of bits of the biggest sum of numbers70
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

26.04/26.17	c run inc solver
26.04/26.17	c [INC SYSTEM] run initial solver
26.04/26.17	c [INC SYSTEM] preprocess with white file
111.13/112.46	c [INC SYSTEM] finished preprocessing in 86 s
111.13/112.46	c [INC SYSTEM] execute solver

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-3746816-1339105605/watcher-3746816-1339105605 -o /tmp/evaluation-result-3746816-1339105605/solver-3746816-1339105605 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746816-1339105605.opb 1225371094 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.00 2.02 2.00 3/176 13680
/proc/meminfo: memFree=26142192/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0

[startup+0.076232 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 13680
/proc/meminfo: memFree=26142192/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100185 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 13680
/proc/meminfo: memFree=26142192/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300153 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 13680
/proc/meminfo: memFree=26142192/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700166 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 13680
/proc/meminfo: memFree=26142192/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 13682
/proc/meminfo: memFree=26053532/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=188096 CPUtime=1.48 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) R 13680 13680 12376 0 -1 4202496 11954 0 0 0 145 3 0 0 20 0 1 0 376685949 192610304 31384 33554432000 4194304 6004724 140734325837888 140734325832488 4536305 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13681/statm: 47024 31384 154 442 0 46578 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 197244

[startup+3.10021 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 13682
/proc/meminfo: memFree=25971364/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=319168 CPUtime=3.09 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) R 13680 13680 12376 0 -1 4202496 12587 0 0 0 302 7 0 0 20 0 1 0 376685949 326828032 61080 33554432000 4194304 6004724 140734325837888 140734325832488 4579232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13681/statm: 79792 61080 154 442 0 79346 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 328316

[startup+6.30021 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 13682
/proc/meminfo: memFree=25720192/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=581312 CPUtime=6.29 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) R 13680 13680 12376 0 -1 4202496 13347 0 0 0 614 15 0 0 20 0 1 0 376685949 595263488 123032 33554432000 4194304 6004724 140734325837888 140734325832488 5055456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13681/statm: 145328 123032 154 442 0 144882 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 590460

[startup+12.7002 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13682
/proc/meminfo: memFree=25173360/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=1105600 CPUtime=12.69 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) R 13680 13680 12376 0 -1 4202496 14357 0 0 0 1237 32 0 0 20 0 1 0 376685949 1132134400 247448 33554432000 4194304 6004724 140734325837888 140734325832488 4579893 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13681/statm: 276400 247448 154 442 0 275954 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1114748

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 13683
/proc/meminfo: memFree=21499092/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=3882516 CPUtime=25.45 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) R 13680 13680 12376 0 -1 4202496 17290 0 0 0 2299 246 0 0 20 0 1 0 376685949 3975696384 884848 33554432000 4194304 6004724 140734325837888 140734325833760 5193835 0 0 4096 0 0 0 0 17 3 0 0 3 0 0
/proc/13681/statm: 970629 884848 157 442 0 970183 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 3891664

[startup+51.1002 s]
/proc/loadavg: 2.35 2.09 2.03 3/180 13685
/proc/meminfo: memFree=19511472/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=26.13 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17297 0 0 0 2299 314 0 0 20 0 1 0 376685949 2177871872 445932 33554432000 4194304 6004724 140734325837888 140734325832352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445932 163 442 0 531261 0
[pid=13684] ppid=13681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13684/stat : 13684 (cp2_pre.sh) S 13681 13680 12376 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376688568 9367552 277 33554432000 4194304 5064252 140736651101440 140736651100144 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13684/statm: 2287 277 234 213 0 72 0
[pid=13685] ppid=13684 vsize=3328812 CPUtime=24.89 cores=1,3,5,7
/proc/13685/stat : 13685 (coprocessor) R 13684 13680 12376 0 -1 4202496 26520 0 0 0 2392 97 0 0 20 0 1 0 376688569 3408703488 716219 33554432000 4194304 6586260 140735096828592 140735096824344 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/13685/statm: 832203 716219 158 584 0 831615 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 5473936

[startup+102.306 s]
/proc/loadavg: 2.48 2.17 2.05 3/180 13685
/proc/meminfo: memFree=18149584/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=26.13 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17297 0 0 0 2299 314 0 0 20 0 1 0 376685949 2177871872 445932 33554432000 4194304 6004724 140734325837888 140734325832352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445932 163 442 0 531261 0
[pid=13684] ppid=13681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13684/stat : 13684 (cp2_pre.sh) S 13681 13680 12376 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376688568 9367552 277 33554432000 4194304 5064252 140736651101440 140736651100144 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13684/statm: 2287 277 234 213 0 72 0
[pid=13685] ppid=13684 vsize=3328812 CPUtime=75.17 cores=1,3,5,7
/proc/13685/stat : 13685 (coprocessor) R 13684 13680 12376 0 -1 4202496 26520 0 0 0 7138 379 0 0 20 0 1 0 376688569 3408703488 716219 33554432000 4194304 6586260 140735096828592 140735096824344 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 92 0 0
/proc/13685/statm: 832203 716219 158 584 0 831615 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 5473936

[startup+162.3 s]
/proc/loadavg: 2.17 2.14 2.05 3/179 13687
/proc/meminfo: memFree=18852048/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=4445588 CPUtime=49.82 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 408100 0 0 0 4841 141 0 0 20 0 1 0 376697196 4552282112 919174 33554432000 4194304 5654031 140736274150496 140736274138312 4214469 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1111397 919174 140 357 0 1111037 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 6581564

[startup+222.3 s]
/proc/loadavg: 2.06 2.11 2.04 3/180 13690
/proc/meminfo: memFree=18779940/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=4460768 CPUtime=109.81 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 415964 0 0 0 10836 145 0 0 20 0 1 0 376697196 4567826432 936177 33554432000 4194304 5654031 140736274150496 140736274138312 4797458 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1115192 936177 140 357 0 1114832 0
Current children cumulated CPU time (s) 221.24
Current children cumulated vsize (KiB) 6596744

[startup+282.3 s]
/proc/loadavg: 2.02 2.09 2.04 3/179 13690
/proc/meminfo: memFree=18708148/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=4471440 CPUtime=169.79 cores=1,3,5,7

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

/proc/meminfo: memFree=18400884/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=5490924 CPUtime=1189.64 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 473956 0 0 0 118730 234 0 0 20 0 1 0 376697196 5622706176 1021911 33554432000 4194304 5654031 140736274150496 140736274138312 4215372 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1372731 1021911 141 357 0 1372371 0
Current children cumulated CPU time (s) 1301.07
Current children cumulated vsize (KiB) 7626900

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13732
/proc/meminfo: memFree=18664756/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=4570980 CPUtime=1249.63 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 479221 0 0 0 124708 255 0 0 20 0 1 0 376697196 4680683520 954441 33554432000 4194304 5654031 140736274150496 140736274138312 4232803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1142745 954441 141 357 0 1142385 0
Current children cumulated CPU time (s) 1361.06
Current children cumulated vsize (KiB) 6706956

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13735
/proc/meminfo: memFree=18648312/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=4573484 CPUtime=1309.62 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 479991 0 0 0 130706 256 0 0 20 0 1 0 376697196 4683247616 967470 33554432000 4194304 5654031 140736274150496 140736274138312 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1143371 967470 141 357 0 1143011 0
Current children cumulated CPU time (s) 1421.05
Current children cumulated vsize (KiB) 6709460

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13735
/proc/meminfo: memFree=18573692/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=4577836 CPUtime=1369.6 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 480729 0 0 0 136703 257 0 0 20 0 1 0 376697196 4687704064 980006 33554432000 4194304 5654031 140736274150496 140736274138312 4215397 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1144459 980006 141 357 0 1144099 0
Current children cumulated CPU time (s) 1481.03
Current children cumulated vsize (KiB) 6713812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13736
/proc/meminfo: memFree=18517440/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=4580988 CPUtime=1429.6 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 481559 0 0 0 142702 258 0 0 20 0 1 0 376697196 4690931712 991098 33554432000 4194304 5654031 140736274150496 140736274138312 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1145247 991098 141 357 0 1144887 0
Current children cumulated CPU time (s) 1541.03
Current children cumulated vsize (KiB) 6716964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13736
/proc/meminfo: memFree=18462424/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=4583708 CPUtime=1489.59 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 482352 0 0 0 148699 260 0 0 20 0 1 0 376697196 4693716992 1002680 33554432000 4194304 5654031 140736274150496 140736274138312 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1145927 1002680 141 357 0 1145567 0
Current children cumulated CPU time (s) 1601.02
Current children cumulated vsize (KiB) 6719684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13866
/proc/meminfo: memFree=18410808/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=4586876 CPUtime=1549.58 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 483238 0 0 0 154697 261 0 0 20 0 1 0 376697196 4696961024 1014321 33554432000 4194304 5654031 140736274150496 140736274138312 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1146719 1014321 141 357 0 1146359 0
Current children cumulated CPU time (s) 1661.01
Current children cumulated vsize (KiB) 6722852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13866
/proc/meminfo: memFree=18354496/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=5513936 CPUtime=1609.57 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 484929 0 0 0 160685 272 0 0 20 0 1 0 376697196 5646270464 1028295 33554432000 4194304 5654031 140736274150496 140736274138312 4214618 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1378484 1028295 141 357 0 1378124 0
Current children cumulated CPU time (s) 1721
Current children cumulated vsize (KiB) 7649912

[startup+1782.3 s]
/proc/loadavg: 2.22 2.05 2.02 3/181 13909
/proc/meminfo: memFree=13117536/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=5516116 CPUtime=1669.56 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 485592 0 0 0 166683 273 0 0 20 0 1 0 376697196 5648502784 1038756 33554432000 4194304 5654031 140736274150496 140736274138312 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1379029 1038756 141 357 0 1378669 0
Current children cumulated CPU time (s) 1780.99
Current children cumulated vsize (KiB) 7652092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.44 2.11 2.03 3/180 13909
/proc/meminfo: memFree=12612400/32873624 swapFree=7112/7112
[pid=13680] ppid=13678 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13680/stat : 13680 (npSolver-pbo-It) S 13678 13680 12376 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376685949 9367552 275 33554432000 4194304 5064252 140736524694784 140736524693696 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13680/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13680 vsize=2126828 CPUtime=111.43 cores=1,3,5,7
/proc/13681/stat : 13681 (npSolver-pbo) S 13680 13680 12376 0 -1 4202496 17316 27423 0 0 2299 314 8068 462 20 0 1 0 376685949 2177871872 445936 33554432000 4194304 6004724 140734325837888 140734325824168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/13681/statm: 531707 445936 167 442 0 531261 0
[pid=13687] ppid=13681 vsize=5516780 CPUtime=1688.65 cores=1,3,5,7
/proc/13687/stat : 13687 (glucosInc) R 13681 13680 12376 0 -1 4202496 485765 0 0 0 168592 273 0 0 20 0 1 0 376697196 5649182720 1042517 33554432000 4194304 5654031 140736274150496 140736274138312 4232784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13687/statm: 1379195 1042517 141 357 0 1378835 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 7652756

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13680 and gives
#  childrusage.ru_utime.tv_sec=103
#  childrusage.ru_utime.tv_usec=678238
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=784816
# CPU time returned by wait4() is 111.463
# 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): 1801.42
CPU time (s): 1800.08
CPU user time (s): 1789.59
CPU system time (s): 10.49
CPU usage (%): 99.9257
Max. virtual memory (cumulated for all children) (KiB): 9104636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.678
system time used= 7.78482
maximum resident set size= 3539392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45098
page faults= 0
swaps= 0
block input operations= 48
block output operations= 6947984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41
involuntary context switches= 159

runsolver used 3.75143 second user time and 10.0345 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-07 23:46:45
IDJOB=3746816
IDBENCH=89895
IDSOLVER=2332
FILE ID=node121/3746816-1339105605
RUNJOBID= node121-1339098176-12393
PBS_JOBID= 14643732
Free space on /tmp= 71204 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-sp98ar.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746816-1339105605/watcher-3746816-1339105605 -o /tmp/evaluation-result-3746816-1339105605/solver-3746816-1339105605 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746816-1339105605.opb 1225371094 HOME HOME

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

MD5SUM BENCH= 1a17360e8d3b3640e2f372bae2b1d5b0
RANDOM SEED=1225371094

node121.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.042
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.08
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.042
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.042
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.92
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.042
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26142728 kB
Buffers:          697488 kB
Cached:          4898220 kB
SwapCached:            0 kB
Active:          2455972 kB
Inactive:        3382112 kB
Active(anon):     230928 kB
Inactive(anon):    10736 kB
Active(file):    2225044 kB
Inactive(file):  3371376 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12436 kB
Writeback:             0 kB
AnonPages:        368468 kB
Mapped:            15696 kB
Shmem:               200 kB
Slab:             755592 kB
SReclaimable:     199652 kB
SUnreclaim:       555940 kB
KernelStack:        1488 kB
PageTables:         4576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     365444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67536 MiB
End job on node121 at 2012-06-08 00:16:50