Trace number 3699251

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.07 1805.52

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z12-s7.opb
MD5SUMf90862d191ee74c723e0b8b51b7e0fa9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43894
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10800
Total number of constraints319508
Number of constraints which are clauses319500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint10800
Number of terms in the objective function 10742
Biggest coefficient in the objective function 574
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1510061
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 3704832
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 26061465
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.85	c fallback to adder encoding
2.29/2.34	c fallback to adder encoding
3.79/3.83	c fallback to adder encoding
5.40/5.48	c fallback to adder encoding
6.89/6.97	c fallback to adder encoding
8.39/8.47	c fallback to adder encoding
10.19/10.25	c fallback to adder encoding
11.68/11.74	c fallback to adder encoding
14.55/14.65	c run inc solver
14.55/14.65	c [INC SYSTEM] run initial solver
14.55/14.65	c [INC SYSTEM] preprocess with white file
54.68/59.87	c [INC SYSTEM] finished preprocessing in 45 s
54.68/59.87	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-3699251-1338112882/watcher-3699251-1338112882 -o /tmp/evaluation-result-3699251-1338112882/solver-3699251-1338112882 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699251-1338112882.opb 1721308842 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.01 2.00 2.00 3/179 14725
/proc/meminfo: memFree=31705000/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0

[startup+0.0769619 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14725
/proc/meminfo: memFree=31705000/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100279 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14725
/proc/meminfo: memFree=31705000/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14725
/proc/meminfo: memFree=31705000/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14725
/proc/meminfo: memFree=31705000/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 14727
/proc/meminfo: memFree=31654684/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=105844 CPUtime=1.49 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) R 14725 14725 11438 0 -1 4202496 13124 0 0 0 145 4 0 0 20 0 1 0 277416861 108384256 20724 33554432000 4194304 5992684 140733805679568 140733805674536 4569796 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14726/statm: 26461 20724 166 440 0 26017 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114992

[startup+3.10036 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 14727
/proc/meminfo: memFree=31579336/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=319116 CPUtime=3.09 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) R 14725 14725 11438 0 -1 4202496 18455 0 0 0 299 10 0 0 20 0 1 0 277416861 326774784 48443 33554432000 4194304 5992684 140733805679568 140733805674536 4523474 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14726/statm: 79779 48443 166 440 0 79335 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 328264

[startup+6.30036 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 14727
/proc/meminfo: memFree=31353964/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=614692 CPUtime=6.29 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) R 14725 14725 11438 0 -1 4202496 27550 0 0 0 610 19 0 0 20 0 1 0 277416861 629444608 106977 33554432000 4194304 5992684 140733805679568 140733805674968 4523488 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14726/statm: 153673 106977 166 440 0 153229 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 623840

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14727
/proc/meminfo: memFree=30851380/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=12.69 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) R 14725 14725 11438 0 -1 4202496 45259 0 0 0 1231 38 0 0 20 0 1 0 277416861 1234890752 226119 33554432000 4194304 5992684 140733805679568 140733805674968 4524999 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14726/statm: 301487 226119 166 440 0 301043 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1215096

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 14771
/proc/meminfo: memFree=28070700/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=14.62 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46086 0 0 0 1298 164 0 0 20 0 1 0 277416861 1234890752 233806 33554432000 4194304 5992684 140733805679568 140733805674016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233806 173 440 0 301043 0
[pid=14728] ppid=14726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14728/stat : 14728 (cp2_pre.sh) S 14726 14725 11438 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 277418328 9367552 277 33554432000 4194304 5064252 140733966648352 140733966647056 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14728/statm: 2287 277 234 213 0 72 0
[pid=14729] ppid=14728 vsize=1412964 CPUtime=10.81 cores=1,3,5,7
/proc/14729/stat : 14729 (coprocessor) R 14728 14725 11438 0 -1 4202496 21114 0 0 0 1030 51 0 0 20 0 1 0 277418329 1446875136 302327 33554432000 4194304 6586260 140734143521120 140734143516872 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14729/statm: 353241 302327 158 584 0 352653 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 2637208

[startup+51.1004 s]
/proc/loadavg: 2.62 2.14 2.05 2/179 14775
/proc/meminfo: memFree=27511584/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=14.62 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46086 0 0 0 1298 164 0 0 20 0 1 0 277416861 1234890752 233806 33554432000 4194304 5992684 140733805679568 140733805674016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233806 173 440 0 301043 0
[pid=14728] ppid=14726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14728/stat : 14728 (cp2_pre.sh) S 14726 14725 11438 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 277418328 9367552 277 33554432000 4194304 5064252 140733966648352 140733966647056 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14728/statm: 2287 277 234 213 0 72 0
[pid=14729] ppid=14728 vsize=1412964 CPUtime=32.88 cores=1,3,5,7
/proc/14729/stat : 14729 (coprocessor) R 14728 14725 11438 0 -1 4202496 21114 0 0 0 3111 177 0 0 20 0 1 0 277418329 1446875136 302327 33554432000 4194304 6586260 140734143521120 140734143516872 5074457 0 0 4096 8404994 0 0 0 17 5 0 0 351 0 0
/proc/14729/statm: 353241 302327 158 584 0 352653 0
Current children cumulated CPU time (s) 47.5
Current children cumulated vsize (KiB) 2637208

[startup+102.307 s]
/proc/loadavg: 2.41 2.18 2.06 3/182 14823
/proc/meminfo: memFree=27616236/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2319956 CPUtime=42.41 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 220224 0 0 0 4160 81 0 0 20 0 1 0 277422848 2375634944 437960 33554432000 4194304 5654031 140737141798064 140737141785880 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 579989 437960 141 357 0 579629 0
Current children cumulated CPU time (s) 97.23
Current children cumulated vsize (KiB) 3535052

[startup+162.3 s]
/proc/loadavg: 2.15 2.14 2.06 3/181 14823
/proc/meminfo: memFree=27488632/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2427648 CPUtime=102.4 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 247446 0 0 0 10155 85 0 0 20 0 1 0 277422848 2485911552 466204 33554432000 4194304 5654031 140737141798064 140737141795848 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 606912 466204 141 357 0 606552 0
Current children cumulated CPU time (s) 157.22
Current children cumulated vsize (KiB) 3642744

[startup+222.3 s]
/proc/loadavg: 2.05 2.11 2.05 3/181 14823
/proc/meminfo: memFree=27450052/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2445984 CPUtime=162.39 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 252189 0 0 0 16153 86 0 0 20 0 1 0 277422848 2504687616 471458 33554432000 4194304 5654031 140737141798064 140737141785880 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 611496 471458 141 357 0 611136 0
Current children cumulated CPU time (s) 217.21
Current children cumulated vsize (KiB) 3661080

[startup+282.3 s]
/proc/loadavg: 2.10 2.11 2.05 3/181 14824
/proc/meminfo: memFree=27476432/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7

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

/proc/meminfo: memFree=27232428/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2530552 CPUtime=1302.14 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 273792 0 0 0 130115 99 0 0 20 0 1 0 277422848 2591285248 516564 33554432000 4194304 5654031 140737141798064 140737141785880 4232632 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 632638 516564 141 357 0 632278 0
Current children cumulated CPU time (s) 1356.96
Current children cumulated vsize (KiB) 3745648

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14833
/proc/meminfo: memFree=27208612/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2534776 CPUtime=1362.13 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 274843 0 0 0 136114 99 0 0 20 0 1 0 277422848 2595610624 519659 33554432000 4194304 5654031 140737141798064 140737141785880 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 633694 519659 141 357 0 633334 0
Current children cumulated CPU time (s) 1416.95
Current children cumulated vsize (KiB) 3749872

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14834
/proc/meminfo: memFree=27181424/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2540100 CPUtime=1422.11 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 276215 0 0 0 142110 101 0 0 20 0 1 0 277422848 2601062400 523058 33554432000 4194304 5654031 140737141798064 140737141785880 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 635025 523058 141 357 0 634665 0
Current children cumulated CPU time (s) 1476.93
Current children cumulated vsize (KiB) 3755196

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14834
/proc/meminfo: memFree=27232272/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2543520 CPUtime=1482.09 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 276919 0 0 0 148108 101 0 0 20 0 1 0 277422848 2604564480 525290 33554432000 4194304 5654031 140737141798064 140737141795960 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 635880 525290 141 357 0 635520 0
Current children cumulated CPU time (s) 1536.91
Current children cumulated vsize (KiB) 3758616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 14834
/proc/meminfo: memFree=27217764/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2543520 CPUtime=1542.08 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 276934 0 0 0 154107 101 0 0 20 0 1 0 277422848 2604564480 526244 33554432000 4194304 5654031 140737141798064 140737141785880 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 635880 526244 141 357 0 635520 0
Current children cumulated CPU time (s) 1596.9
Current children cumulated vsize (KiB) 3758616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14834
/proc/meminfo: memFree=27198020/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2544188 CPUtime=1602.06 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 277123 0 0 0 160105 101 0 0 20 0 1 0 277422848 2605248512 528867 33554432000 4194304 5654031 140737141798064 140737141785880 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 636047 528867 141 357 0 635687 0
Current children cumulated CPU time (s) 1656.88
Current children cumulated vsize (KiB) 3759284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14837
/proc/meminfo: memFree=27173336/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2545376 CPUtime=1662.06 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 277454 0 0 0 166104 102 0 0 20 0 1 0 277422848 2606465024 532001 33554432000 4194304 5654031 140737141798064 140737141785880 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 636344 532001 141 357 0 635984 0
Current children cumulated CPU time (s) 1716.88
Current children cumulated vsize (KiB) 3760472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14838
/proc/meminfo: memFree=27157240/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2546312 CPUtime=1722.05 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 277684 0 0 0 172103 102 0 0 20 0 1 0 277422848 2607423488 533252 33554432000 4194304 5654031 140737141798064 140737141785880 4232994 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 636578 533252 141 357 0 636218 0
Current children cumulated CPU time (s) 1776.87
Current children cumulated vsize (KiB) 3761408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 14838
/proc/meminfo: memFree=27152584/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2546576 CPUtime=1745.25 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 277763 0 0 0 174423 102 0 0 20 0 1 0 277422848 2607693824 533331 33554432000 4194304 5654031 140737141798064 140737141785880 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 636644 533331 141 357 0 636284 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3761672

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

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

[startup+1805.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 14838
/proc/meminfo: memFree=27152584/32873844 swapFree=7372/7372
[pid=14725] ppid=14723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14725/stat : 14725 (npSolver-pbo-I.) S 14723 14725 11438 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277416861 9367552 275 33554432000 4194304 5064252 140733792949504 140733792948416 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14725/statm: 2287 275 233 213 0 72 0
[pid=14726] ppid=14725 vsize=1205948 CPUtime=54.82 cores=1,3,5,7
/proc/14726/stat : 14726 (npSolver-pbo) S 14725 14725 11438 0 -1 4202496 46102 22017 0 0 1298 164 3782 238 20 0 1 0 277416861 1234890752 233809 33554432000 4194304 5992684 140733805679568 140733805665832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/14726/statm: 301487 233809 176 440 0 301043 0
[pid=14820] ppid=14726 vsize=2546576 CPUtime=1745.25 cores=1,3,5,7
/proc/14820/stat : 14820 (glucosInc) R 14726 14725 11438 0 -1 4202496 277763 0 0 0 174423 102 0 0 20 0 1 0 277422848 2607693824 533331 33554432000 4194304 5654031 140737141798064 140737141785880 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14820/statm: 636644 533331 141 357 0 636284 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3761672

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1805.52
CPU time (s): 1800.07
CPU user time (s): 1795.03
CPU system time (s): 5.04
CPU usage (%): 99.6983
Max. virtual memory (cumulated for all children) (KiB): 3761672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.77143 second user time and 11.8342 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 12:01:23
IDJOB=3699251
IDBENCH=89894
IDSOLVER=2276
FILE ID=node109/3699251-1338112882
RUNJOBID= node109-1338101401-13666
PBS_JOBID= 14624462
Free space on /tmp= 71272 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z12-s7.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699251-1338112882/watcher-3699251-1338112882 -o /tmp/evaluation-result-3699251-1338112882/solver-3699251-1338112882 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699251-1338112882.opb 1721308842 HOME HOME

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

MD5SUM BENCH= f90862d191ee74c723e0b8b51b7e0fa9
RANDOM SEED=1721308842

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:        31705636 kB
Buffers:           34176 kB
Cached:           121144 kB
SwapCached:          376 kB
Active:           393000 kB
Inactive:          25960 kB
Active(anon):     257148 kB
Inactive(anon):     8544 kB
Active(file):     135852 kB
Inactive(file):    17416 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67106152 kB
Dirty:             17100 kB
Writeback:             0 kB
AnonPages:        368316 kB
Mapped:            11592 kB
Shmem:                 8 kB
Slab:             609300 kB
SReclaimable:      51892 kB
SUnreclaim:       557408 kB
KernelStack:        1512 kB
PageTables:         4956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     427424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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= 70308 MiB
End job on node109 at 2012-05-27 12:31:30