Trace number 3703219

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.02 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
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.03	c run inc solver
0.00/0.03	c [INC SYSTEM] run initial solver
0.00/0.03	c [INC SYSTEM] preprocess with white file
0.00/0.09	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.09	c [INC SYSTEM] execute solver
1800.02/1800.41	c an unexpexted return value has been received, exit
1800.02/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-3703219-1338097817/watcher-3703219-1338097817 -o /tmp/evaluation-result-3703219-1338097817/solver-3703219-1338097817 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703219-1338097817.opb 1209138144 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1011
/proc/meminfo: memFree=28527184/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0

[startup+0.0356029 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1011
/proc/meminfo: memFree=28527184/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100237 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1011
/proc/meminfo: memFree=28527184/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300192 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1011
/proc/meminfo: memFree=28527184/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70018 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1011
/proc/meminfo: memFree=28527184/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 1017
/proc/meminfo: memFree=28521952/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=10732 CPUtime=1.4 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 2887 0 0 0 140 0 0 0 20 0 1 0 275907018 10989568 1953 33554432000 4194304 5654031 140735892971712 140735892969592 4233232 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1017/statm: 2683 1953 141 357 0 2323 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22388

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 1017
/proc/meminfo: memFree=28518728/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=10732 CPUtime=3 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 3130 0 0 0 300 0 0 0 20 0 1 0 275907018 10989568 2191 33554432000 4194304 5654031 140735892971712 140735892969736 4215055 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1017/statm: 2683 2191 141 357 0 2323 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22388

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 1017
/proc/meminfo: memFree=28511548/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=16900 CPUtime=6.19 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 3622 0 0 0 619 0 0 0 20 0 1 0 275907018 17305600 3705 33554432000 4194304 5654031 140735892971712 140735892959528 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1017/statm: 4225 3705 141 357 0 3865 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 28556

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 1017
/proc/meminfo: memFree=28500388/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=28392 CPUtime=12.58 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 4577 0 0 0 1258 0 0 0 20 0 1 0 275907018 29073408 6607 33554432000 4194304 5654031 140735892971712 140735892959528 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1017/statm: 7098 6607 141 357 0 6738 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 40048

[startup+25.5067 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 1017
/proc/meminfo: memFree=28495052/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=28712 CPUtime=25.39 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 4924 0 0 0 2538 1 0 0 20 0 1 0 275907018 29401088 6608 33554432000 4194304 5654031 140735892971712 140735892969736 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 7178 6608 141 357 0 6818 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40368

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1057
/proc/meminfo: memFree=30546792/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=44668 CPUtime=50.98 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 5703 0 0 0 5097 1 0 0 20 0 1 0 275907018 45740032 10426 33554432000 4194304 5654031 140735892971712 140735892969512 4216339 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 11167 10426 141 357 0 10807 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 56324

[startup+102.3 s]
/proc/loadavg: 2.38 2.09 2.03 3/184 1059
/proc/meminfo: memFree=22295088/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=70240 CPUtime=102.16 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 6222 0 0 0 10214 2 0 0 20 0 1 0 275907018 71925760 15849 33554432000 4194304 5654031 140735892971712 140735892959528 4216427 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 17560 15849 141 357 0 17200 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 81896

[startup+162.3 s]
/proc/loadavg: 3.23 2.40 2.14 3/184 1059
/proc/meminfo: memFree=20994264/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=70240 CPUtime=162.15 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 6422 0 0 0 16213 2 0 0 20 0 1 0 275907018 71925760 16557 33554432000 4194304 5654031 140735892971712 140735892959528 4233173 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1017/statm: 17560 16557 141 357 0 17200 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 81896

[startup+222.3 s]
/proc/loadavg: 2.56 2.37 2.14 3/183 1061
/proc/meminfo: memFree=19759208/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=82288 CPUtime=222.13 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 6886 0 0 0 22211 2 0 0 20 0 1 0 275907018 84262912 19576 33554432000 4194304 5654031 140735892971712 140735892969592 4233213 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 20572 19576 141 357 0 20212 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 93944

[startup+282.3 s]

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

/proc/loadavg: 4.11 2.66 2.25 2/184 1097
/proc/meminfo: memFree=12277280/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=162428 CPUtime=1301.92 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 19169 0 0 0 130162 30 0 0 20 0 1 0 275907018 166326272 32519 33554432000 4194304 5654031 140735892971712 140735892969800 4216290 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 40607 32519 141 357 0 40247 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 174084

[startup+1362.3 s]
/proc/loadavg: 4.70 3.11 2.43 2/183 1097
/proc/meminfo: memFree=12303852/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=150708 CPUtime=1361.91 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 19762 0 0 0 136160 31 0 0 20 0 1 0 275907018 154324992 30650 33554432000 4194304 5654031 140735892971712 140735892969640 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 37677 30650 141 357 0 37317 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 162364

[startup+1422.3 s]
/proc/loadavg: 4.33 3.31 2.54 3/183 1138
/proc/meminfo: memFree=30558424/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=101852 CPUtime=1421.91 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 20402 0 0 0 142158 33 0 0 20 0 1 0 275907018 104296448 24734 33554432000 4194304 5654031 140735892971712 140735892969592 4232421 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 25463 24734 141 357 0 25103 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 113508

[startup+1482.3 s]
/proc/loadavg: 3.48 3.23 2.56 2/184 1144
/proc/meminfo: memFree=26562488/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=101852 CPUtime=1481.89 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 21579 0 0 0 148155 34 0 0 20 0 1 0 275907018 104296448 24972 33554432000 4194304 5654031 140735892971712 140735892969736 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 25463 24972 141 357 0 25103 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 113508

[startup+1542.3 s]
/proc/loadavg: 4.42 3.52 2.70 2/184 1144
/proc/meminfo: memFree=26503596/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=181992 CPUtime=1541.89 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 22513 0 0 0 154153 36 0 0 20 0 1 0 275907018 186359808 39696 33554432000 4194304 5654031 140735892971712 140735892969800 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 45498 39696 141 357 0 45138 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 193648

[startup+1602.3 s]
/proc/loadavg: 3.07 3.33 2.69 3/186 1191
/proc/meminfo: memFree=29780076/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=164000 CPUtime=1601.88 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 23589 0 0 0 160150 38 0 0 20 0 1 0 275907018 167936000 40351 33554432000 4194304 5654031 140735892971712 140735892969640 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 41000 40351 141 357 0 40640 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 175656

[startup+1662.3 s]
/proc/loadavg: 2.43 3.11 2.65 3/185 1191
/proc/meminfo: memFree=29780784/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=164000 CPUtime=1661.87 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 24441 0 0 0 166148 39 0 0 20 0 1 0 275907018 167936000 36692 33554432000 4194304 5654031 140735892971712 140735892969640 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 41000 36692 141 357 0 40640 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 175656

[startup+1722.3 s]
/proc/loadavg: 2.24 2.92 2.61 3/185 1198
/proc/meminfo: memFree=29758624/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=194820 CPUtime=1721.85 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 25040 0 0 0 172145 40 0 0 20 0 1 0 275907018 199495680 43415 33554432000 4194304 5654031 140735892971712 140735892969800 4232912 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 48705 43415 141 357 0 48345 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 206476

[startup+1782.3 s]
/proc/loadavg: 2.08 2.75 2.57 3/185 1199
/proc/meminfo: memFree=29745652/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=164000 CPUtime=1781.85 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 25385 0 0 0 178143 42 0 0 20 0 1 0 275907018 167936000 40276 33554432000 4194304 5654031 140735892971712 140735892969640 4232847 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 41000 40276 141 357 0 40640 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 175656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.70 2.55 3/186 1202
/proc/meminfo: memFree=29733388/32873844 swapFree=7112/7112
[pid=1011] ppid=1009 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo-It) S 1009 1011 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275907008 9367552 275 33554432000 4194304 5064252 140734654011808 140734654010720 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1011/statm: 2287 275 233 213 0 72 0
[pid=1012] ppid=1011 vsize=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1012/stat : 1012 (npSolver-pbo) S 1011 1011 23606 0 -1 4202496 418 2118 0 0 3 0 4 0 20 0 1 0 275907008 2568192 293 33554432000 4194304 5992684 140735181833264 140735181819528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 627 293 163 440 0 183 0
[pid=1017] ppid=1012 vsize=194820 CPUtime=1799.95 cores=0,2,4,6
/proc/1017/stat : 1017 (glucosInc) R 1012 1011 23606 0 -1 4202496 25974 0 0 0 179952 43 0 0 20 0 1 0 275907018 199495680 42391 33554432000 4194304 5654031 140735892971712 140735892969800 4232922 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1017/statm: 48705 42391 141 357 0 48345 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 206476

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1799.59
CPU system time (s): 0.43
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 206476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.085986
system time used= 0.009998
maximum resident set size= 6576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2913
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 6

runsolver used 6.48001 second user time and 11.8522 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 07:50:17
IDJOB=3703219
IDBENCH=89869
IDSOLVER=2278
FILE ID=node132/3703219-1338097817
RUNJOBID= node132-1338088060-23622
PBS_JOBID= 14624453
Free space on /tmp= 71276 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703219-1338097817/watcher-3703219-1338097817 -o /tmp/evaluation-result-3703219-1338097817/solver-3703219-1338097817 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703219-1338097817.opb 1209138144 HOME HOME

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=1209138144

node132.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.832
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	: 5333.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.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		: 2666.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28527828 kB
Buffers:          282852 kB
Cached:           749192 kB
SwapCached:         1488 kB
Active:          3182988 kB
Inactive:         339900 kB
Active(anon):    2483288 kB
Inactive(anon):     8844 kB
Active(file):     699700 kB
Inactive(file):   331056 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105400 kB
Dirty:              8884 kB
Writeback:             0 kB
AnonPages:       2501784 kB
Mapped:            12316 kB
Shmem:                 8 kB
Slab:             676944 kB
SReclaimable:     118592 kB
SUnreclaim:       558352 kB
KernelStack:        1536 kB
PageTables:         9248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2853300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1361920 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= 71468 MiB
End job on node132 at 2012-05-27 08:20:17