Trace number 3699631

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.05 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUMf8f4f876e372c51b5109e7995e83ce5e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark761
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 443
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 492823
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 492823
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.39/1.40	c run inc solver
1.39/1.40	c [INC SYSTEM] run initial solver
1.39/1.40	c [INC SYSTEM] preprocess with white file
2.98/3.04	c [INC SYSTEM] finished preprocessing in 1 s
2.98/3.04	c [INC SYSTEM] execute solver
165.83/165.93	c [INC SEARCH] formula is SAT
165.83/165.94	c [INC SYSTEM] solved the initial formula
166.52/166.61	c model valid
166.52/166.61	c current solution ok
167.59/167.80	o 6865
167.59/167.80	c execute binary inc search
167.59/167.80	c [INC SEARCH] current bound: 3432
167.59/167.80	c [INC SEARCH] iteration: 0
167.59/167.80	c [INC SEARCH] lower bound: 0 upperbound 6865 current bound: 3432 best value:6865
167.59/167.80	c [INC SYSTEM] there exists a inc, kill it!
167.59/167.80	c write failed with 2
167.59/167.81	c [INC SYSTEM] create new solver instance
167.59/167.81	c [INC] encode full formula
167.59/167.81	c fallback to adder encoding
168.21/168.43	c set iterative enc to: adder
168.21/168.43	c set iterative enc to: none
168.32/168.53	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.61	HOME/npSolver-pbo-I.sh: line 18: 14748 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3699631-1338052949/watcher-3699631-1338052949 -o /tmp/evaluation-result-3699631-1338052949/solver-3699631-1338052949 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699631-1338052949.opb 1927039505 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: 1.93 2.02 2.00 3/179 14747
/proc/meminfo: memFree=28404824/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0

[startup+0.0242289 s]
/proc/loadavg: 1.93 2.02 2.00 3/179 14747
/proc/meminfo: memFree=28404824/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100207 s]
/proc/loadavg: 1.93 2.02 2.00 3/179 14747
/proc/meminfo: memFree=28404824/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300174 s]
/proc/loadavg: 1.93 2.02 2.00 3/179 14747
/proc/meminfo: memFree=28404824/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 1.93 2.02 2.00 3/179 14747
/proc/meminfo: memFree=28404824/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 1.93 2.02 2.00 3/180 14754
/proc/meminfo: memFree=28394616/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=21112 CPUtime=1.4 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 3595 0 0 0 136 4 0 0 20 0 1 0 271420402 21618688 3637 33554432000 4194304 5992684 140734322033680 140734322028128 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14748/statm: 5278 3637 164 440 0 4834 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 30260

[startup+3.10026 s]
/proc/loadavg: 1.93 2.02 2.00 3/182 14756
/proc/meminfo: memFree=28308788/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=21112 CPUtime=3.01 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 3609 14705 0 0 136 4 157 4 20 0 1 0 271420402 21618688 3639 33554432000 4194304 5992684 140734322033680 140734322019944 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14748/statm: 5278 3639 166 440 0 4834 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 30260

[startup+6.30651 s]
/proc/loadavg: 1.93 2.02 2.00 3/181 14758
/proc/meminfo: memFree=28303196/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=21112 CPUtime=3.01 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 3609 14705 0 0 136 4 157 4 20 0 1 0 271420402 21618688 3639 33554432000 4194304 5992684 140734322033680 140734322019944 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14748/statm: 5278 3639 166 440 0 4834 0
[pid=14758] ppid=14748 vsize=74156 CPUtime=3.25 cores=1,3,5,7
/proc/14758/stat : 14758 (glucosInc) R 14748 14747 14700 0 -1 4202496 10974 0 0 0 323 2 0 0 20 0 1 0 271420706 75935744 16363 33554432000 4194304 5654031 140734322470784 140734322468664 4216651 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14758/statm: 18539 16363 132 357 0 18179 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 104416

[startup+12.7003 s]
/proc/loadavg: 1.94 2.02 2.00 3/181 14758
/proc/meminfo: memFree=28295404/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=21112 CPUtime=3.01 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 3609 14705 0 0 136 4 157 4 20 0 1 0 271420402 21618688 3639 33554432000 4194304 5992684 140734322033680 140734322019944 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14748/statm: 5278 3639 166 440 0 4834 0
[pid=14758] ppid=14748 vsize=123476 CPUtime=9.64 cores=1,3,5,7
/proc/14758/stat : 14758 (glucosInc) R 14748 14747 14700 0 -1 4202496 11738 0 0 0 961 3 0 0 20 0 1 0 271420706 126439424 26080 33554432000 4194304 5654031 140734322470784 140734322468712 4232939 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14758/statm: 30869 26080 132 357 0 30509 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 153736

[startup+25.5003 s]
/proc/loadavg: 2.02 2.04 2.00 3/181 14758
/proc/meminfo: memFree=28283384/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=21112 CPUtime=3.01 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 3609 14705 0 0 136 4 157 4 20 0 1 0 271420402 21618688 3639 33554432000 4194304 5992684 140734322033680 140734322019944 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14748/statm: 5278 3639 166 440 0 4834 0
[pid=14758] ppid=14748 vsize=74156 CPUtime=22.44 cores=1,3,5,7
/proc/14758/stat : 14758 (glucosInc) R 14748 14747 14700 0 -1 4202496 12108 0 0 0 2239 5 0 0 20 0 1 0 271420706 75935744 17782 33554432000 4194304 5654031 140734322470784 140734322468808 4215913 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14758/statm: 18539 17782 132 357 0 18179 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 104416

[startup+51.1003 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 14759
/proc/meminfo: memFree=28239756/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=21112 CPUtime=3.01 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 3609 14705 0 0 136 4 157 4 20 0 1 0 271420402 21618688 3639 33554432000 4194304 5992684 140734322033680 140734322019944 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14748/statm: 5278 3639 166 440 0 4834 0
[pid=14758] ppid=14748 vsize=123476 CPUtime=48.03 cores=1,3,5,7
/proc/14758/stat : 14758 (glucosInc) R 14748 14747 14700 0 -1 4202496 13323 0 0 0 4794 9 0 0 20 0 1 0 271420706 126439424 28128 33554432000 4194304 5654031 140734322470784 140734322468712 4215200 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14758/statm: 30869 28128 132 357 0 30509 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 153736

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 14759
/proc/meminfo: memFree=28239100/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=21112 CPUtime=3.01 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 3609 14705 0 0 136 4 157 4 20 0 1 0 271420402 21618688 3639 33554432000 4194304 5992684 140734322033680 140734322019944 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14748/statm: 5278 3639 166 440 0 4834 0
[pid=14758] ppid=14748 vsize=123476 CPUtime=99.22 cores=1,3,5,7
/proc/14758/stat : 14758 (glucosInc) R 14748 14747 14700 0 -1 4202496 17616 0 0 0 9903 19 0 0 20 0 1 0 271420706 126439424 26080 33554432000 4194304 5654031 140734322470784 140734322468808 4232803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14758/statm: 30869 26080 132 357 0 30509 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 153736

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 14759
/proc/meminfo: memFree=28199392/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=21112 CPUtime=3.01 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 3609 14705 0 0 136 4 157 4 20 0 1 0 271420402 21618688 3639 33554432000 4194304 5992684 140734322033680 140734322019944 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14748/statm: 5278 3639 166 440 0 4834 0
[pid=14758] ppid=14748 vsize=154296 CPUtime=159.22 cores=1,3,5,7
/proc/14758/stat : 14758 (glucosInc) R 14748 14747 14700 0 -1 4202496 22789 0 0 0 15892 30 0 0 20 0 1 0 271420706 157999104 31267 33554432000 4194304 5654031 140734322470784 140734322468872 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14758/statm: 38574 31267 132 357 0 38214 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 184556

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 14762
/proc/meminfo: memFree=28100268/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=164988 CPUtime=53.73 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 30179 0 0 0 5365 8 0 0 20 0 1 0 271437255 168947712 35571 33554432000 4194304 5654031 140733236360144 140733236357752 4214957 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 41247 35571 141 357 0 40887 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 218072

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 14763
/proc/meminfo: memFree=28084896/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/181 14773
/proc/meminfo: memFree=27992764/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=219556 CPUtime=1133.5 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 53530 0 0 0 113307 43 0 0 20 0 1 0 271437255 224825344 47659 33554432000 4194304 5654031 140733236360144 140733236347960 4215076 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 54889 47659 141 357 0 54529 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 272640

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14773
/proc/meminfo: memFree=27933068/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=219852 CPUtime=1193.5 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 53609 0 0 0 119306 44 0 0 20 0 1 0 271437255 225128448 52337 33554432000 4194304 5654031 140733236360144 140733236347960 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 54963 52337 141 357 0 54603 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 272936

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14773
/proc/meminfo: memFree=27928912/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=270932 CPUtime=1253.49 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 54705 0 0 0 125304 45 0 0 20 0 1 0 271437255 277434368 62116 33554432000 4194304 5654031 140733236360144 140733236347960 4215097 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 67733 62116 141 357 0 67373 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 324016

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 14773
/proc/meminfo: memFree=27984736/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=221596 CPUtime=1313.47 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 55622 0 0 0 131300 47 0 0 20 0 1 0 271437255 226914304 48148 33554432000 4194304 5654031 140733236360144 140733236347960 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 55399 48148 141 357 0 55039 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 274680

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 14773
/proc/meminfo: memFree=27913248/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=271684 CPUtime=1373.45 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 56522 0 0 0 137297 48 0 0 20 0 1 0 271437255 278204416 57722 33554432000 4194304 5654031 140733236360144 140733236347960 4233194 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 67921 57722 141 357 0 67561 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 324768

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 14774
/proc/meminfo: memFree=27928016/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=222716 CPUtime=1433.45 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 57611 0 0 0 143294 51 0 0 20 0 1 0 271437255 228061184 53133 33554432000 4194304 5654031 140733236360144 140733236347960 4233344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 55679 53133 141 357 0 55319 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 275800

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 14777
/proc/meminfo: memFree=27943316/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=272804 CPUtime=1493.44 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 58396 0 0 0 149292 52 0 0 20 0 1 0 271437255 279351296 59024 33554432000 4194304 5654031 140733236360144 140733236347960 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 68201 59024 141 357 0 67841 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 325888

[startup+1722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 14777
/proc/meminfo: memFree=27986172/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=224188 CPUtime=1553.43 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 59690 0 0 0 155288 55 0 0 20 0 1 0 271437255 229568512 48264 33554432000 4194304 5654031 140733236360144 140733236347960 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 56047 48264 141 357 0 55687 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 277272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14777
/proc/meminfo: memFree=27934416/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=275084 CPUtime=1613.41 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 60236 0 0 0 161284 57 0 0 20 0 1 0 271437255 281686016 61233 33554432000 4194304 5654031 140733236360144 140733236347960 4233328 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 68771 61233 141 357 0 68411 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 328168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14824
/proc/meminfo: memFree=28035188/32873648 swapFree=7104/7104
[pid=14747] ppid=14745 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14747/stat : 14747 (npSolver-pbo-I.) S 14745 14747 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271420402 9367552 275 33554432000 4194304 5064252 140736486340176 140736486339088 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14747/statm: 2287 275 233 213 0 72 0
[pid=14748] ppid=14747 vsize=43936 CPUtime=168.34 cores=1,3,5,7
/proc/14748/stat : 14748 (npSolver-pbo) S 14747 14747 14700 0 -1 4202496 9509 38563 0 0 284 98 16414 38 20 0 1 0 271420402 44990464 9314 33554432000 4194304 5992684 140734322033680 140734322018584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/14748/statm: 10984 9314 183 440 0 10540 0
[pid=14762] ppid=14748 vsize=275624 CPUtime=1631.71 cores=1,3,5,7
/proc/14762/stat : 14762 (glucosInc) R 14748 14747 14700 0 -1 4202496 60405 0 0 0 163114 57 0 0 20 0 1 0 271437255 282238976 65490 33554432000 4194304 5654031 140733236360144 140733236347960 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14762/statm: 68906 65490 141 357 0 68546 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 328708

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 14747 and gives
#  childrusage.ru_utime.tv_sec=166
#  childrusage.ru_utime.tv_usec=983614
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=378790
# CPU time returned by wait4() is 168.362
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.61
CPU time (s): 1800.05
CPU user time (s): 1798.12
CPU system time (s): 1.93
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 376680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.984
system time used= 1.37879
maximum resident set size= 159040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48447
page faults= 0
swaps= 0
block input operations= 8
block output operations= 178240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92
involuntary context switches= 412

runsolver used 2.6236 second user time and 7.2119 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 19:22:29
IDJOB=3699631
IDBENCH=1963
IDSOLVER=2276
FILE ID=node127/3699631-1338052949
RUNJOBID= node127-1338052949-14717
PBS_JOBID= 14624406
Free space on /tmp= 71088 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699631-1338052949/watcher-3699631-1338052949 -o /tmp/evaluation-result-3699631-1338052949/solver-3699631-1338052949 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699631-1338052949.opb 1927039505 HOME HOME

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

MD5SUM BENCH= f8f4f876e372c51b5109e7995e83ce5e
RANDOM SEED=1927039505

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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		: 2666.348
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		: 2666.348
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:       32873648 kB
MemFree:        28406320 kB
Buffers:          314496 kB
Cached:          3314716 kB
SwapCached:            0 kB
Active:          1111996 kB
Inactive:        2545156 kB
Active(anon):      30052 kB
Inactive(anon):        0 kB
Active(file):    1081944 kB
Inactive(file):  2545156 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             35112 kB
Writeback:             4 kB
AnonPages:         34716 kB
Mapped:            15624 kB
Shmem:               200 kB
Slab:             668900 kB
SReclaimable:     112896 kB
SUnreclaim:       556004 kB
KernelStack:        1384 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71016 MiB
End job on node127 at 2012-05-26 19:52:30