Trace number 3699642

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUM093efae700664f798191c0b27cec34af
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1792.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 447
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 494527
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 494527
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.38/1.40	c run inc solver
1.38/1.40	c [INC SYSTEM] run initial solver
1.38/1.40	c [INC SYSTEM] preprocess with white file
3.08/3.13	c [INC SYSTEM] finished preprocessing in 1 s
3.08/3.13	c [INC SYSTEM] execute solver
168.43/168.57	c [INC SEARCH] formula is SAT
168.43/168.57	c [INC SYSTEM] solved the initial formula
169.13/169.25	c model valid
169.13/169.25	c current solution ok
170.33/170.42	o 7019
170.33/170.42	c execute binary inc search
170.33/170.42	c [INC SEARCH] current bound: 3509
170.33/170.42	c [INC SEARCH] iteration: 0
170.33/170.42	c [INC SEARCH] lower bound: 0 upperbound 7019 current bound: 3509 best value:7019
170.33/170.42	c [INC SYSTEM] there exists a inc, kill it!
170.33/170.42	c write failed with 2
170.33/170.42	c [INC SYSTEM] create new solver instance
170.33/170.42	c [INC] encode full formula
170.33/170.42	c fallback to adder encoding
170.94/171.06	c set iterative enc to: adder
170.94/171.06	c set iterative enc to: none
171.05/171.16	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.41	HOME/npSolver-pbo-I.sh: line 18:  5742 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-3699642-1338054302/watcher-3699642-1338054302 -o /tmp/evaluation-result-3699642-1338054302/solver-3699642-1338054302 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699642-1338054302.opb 1844275716 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.08 3/176 5741
/proc/meminfo: memFree=29374960/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0

[startup+0.0507509 s]
/proc/loadavg: 2.00 2.00 2.08 3/176 5741
/proc/meminfo: memFree=29374960/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.08 3/176 5741
/proc/meminfo: memFree=29374960/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30018 s]
/proc/loadavg: 2.00 2.00 2.08 3/176 5741
/proc/meminfo: memFree=29374960/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700202 s]
/proc/loadavg: 2.00 2.00 2.08 3/176 5741
/proc/meminfo: memFree=29374960/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.08 3/178 5743
/proc/meminfo: memFree=29364884/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=21112 CPUtime=1.42 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 3471 0 0 0 138 4 0 0 20 0 1 0 271555706 21618688 3515 33554432000 4194304 5992684 140736555663824 140736555658272 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 5278 3515 164 440 0 4834 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 30260

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.08 3/180 5745
/proc/meminfo: memFree=29290760/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=21112 CPUtime=1.42 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 3471 0 0 0 138 4 0 0 20 0 1 0 271555706 21618688 3515 33554432000 4194304 5992684 140736555663824 140736555658272 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 5278 3515 164 440 0 4834 0
[pid=5744] ppid=5742 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5744/stat : 5744 (cp2_pre.sh) S 5742 5741 5385 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271555848 9367552 277 33554432000 4194304 5064252 140735768577696 140735768576400 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5744/statm: 2287 277 234 213 0 72 0
[pid=5745] ppid=5744 vsize=63328 CPUtime=1.66 cores=1,3,5,7
/proc/5745/stat : 5745 (coprocessor) R 5744 5741 5385 0 -1 4202496 14524 0 0 0 162 4 0 0 20 0 1 0 271555848 64847872 15032 33554432000 4194304 6586260 140733768722144 140733768717896 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/5745/statm: 15832 15032 197 584 0 15244 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 102736

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 5747
/proc/meminfo: memFree=29305792/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 3486 15428 0 0 138 4 164 5 20 0 1 0 271555706 21618688 3517 33554432000 4194304 5992684 140736555663824 140736555650088 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 5278 3517 166 440 0 4834 0
[pid=5747] ppid=5742 vsize=74152 CPUtime=3.16 cores=1,3,5,7
/proc/5747/stat : 5747 (glucosInc) R 5742 5741 5385 0 -1 4202496 11273 0 0 0 311 5 0 0 20 0 1 0 271556019 75931648 15823 33554432000 4194304 5654031 140736420743616 140736420741640 4215033 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5747/statm: 18538 15823 132 357 0 18178 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 104412

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.09 3/179 5747
/proc/meminfo: memFree=29269428/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 3486 15428 0 0 138 4 164 5 20 0 1 0 271555706 21618688 3517 33554432000 4194304 5992684 140736555663824 140736555650088 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 5278 3517 166 440 0 4834 0
[pid=5747] ppid=5742 vsize=74152 CPUtime=9.55 cores=1,3,5,7
/proc/5747/stat : 5747 (glucosInc) R 5742 5741 5385 0 -1 4202496 12107 0 0 0 949 6 0 0 20 0 1 0 271556019 75931648 17781 33554432000 4194304 5654031 140736420743616 140736420741640 4233438 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5747/statm: 18538 17781 132 357 0 18178 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 104412

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.09 3/179 5747
/proc/meminfo: memFree=29255784/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 3486 15428 0 0 138 4 164 5 20 0 1 0 271555706 21618688 3517 33554432000 4194304 5992684 140736555663824 140736555650088 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 5278 3517 166 440 0 4834 0
[pid=5747] ppid=5742 vsize=74152 CPUtime=22.35 cores=1,3,5,7
/proc/5747/stat : 5747 (glucosInc) R 5742 5741 5385 0 -1 4202496 12926 0 0 0 2226 9 0 0 20 0 1 0 271556019 75931648 17781 33554432000 4194304 5654031 140736420743616 140736420741544 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5747/statm: 18538 17781 132 357 0 18178 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 104412

[startup+51.1004 s]
/proc/loadavg: 2.10 2.03 2.09 3/179 5748
/proc/meminfo: memFree=29255400/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 3486 15428 0 0 138 4 164 5 20 0 1 0 271555706 21618688 3517 33554432000 4194304 5992684 140736555663824 140736555650088 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 5278 3517 166 440 0 4834 0
[pid=5747] ppid=5742 vsize=123472 CPUtime=47.94 cores=1,3,5,7
/proc/5747/stat : 5747 (glucosInc) R 5742 5741 5385 0 -1 4202496 14497 0 0 0 4781 13 0 0 20 0 1 0 271556019 126435328 27697 33554432000 4194304 5654031 140736420743616 140736420741544 4232960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5747/statm: 30868 27697 132 357 0 30508 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 153732

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.08 3/179 5748
/proc/meminfo: memFree=29191700/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 3486 15428 0 0 138 4 164 5 20 0 1 0 271555706 21618688 3517 33554432000 4194304 5992684 140736555663824 140736555650088 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 5278 3517 166 440 0 4834 0
[pid=5747] ppid=5742 vsize=74152 CPUtime=99.14 cores=1,3,5,7
/proc/5747/stat : 5747 (glucosInc) R 5742 5741 5385 0 -1 4202496 19073 0 0 0 9891 23 0 0 20 0 1 0 271556019 75931648 17781 33554432000 4194304 5654031 140736420743616 140736420741640 4214846 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5747/statm: 18538 17781 132 357 0 18178 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 104412

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/179 5748
/proc/meminfo: memFree=29229364/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 3486 15428 0 0 138 4 164 5 20 0 1 0 271555706 21618688 3517 33554432000 4194304 5992684 140736555663824 140736555650088 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 5278 3517 166 440 0 4834 0
[pid=5747] ppid=5742 vsize=123472 CPUtime=159.12 cores=1,3,5,7
/proc/5747/stat : 5747 (glucosInc) R 5742 5741 5385 0 -1 4202496 24132 0 0 0 15878 34 0 0 20 0 1 0 271556019 126435328 28209 33554432000 4194304 5654031 140736420743616 140736420741544 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5747/statm: 30868 28209 132 357 0 30508 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 153732

[startup+222.3 s]
/proc/loadavg: 2.06 2.03 2.08 3/179 5751
/proc/meminfo: memFree=29095740/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=164336 CPUtime=51.11 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 30790 0 0 0 5103 8 0 0 20 0 1 0 271572822 168280064 36112 33554432000 4194304 5654031 140736790502080 140736790489896 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 41084 36112 141 357 0 40724 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 217420

[startup+282.3 s]

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

/proc/loadavg: 2.03 2.01 2.00 3/179 5831
/proc/meminfo: memFree=29225960/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=218408 CPUtime=1130.88 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 52155 0 0 0 113044 44 0 0 20 0 1 0 271572822 223649792 51729 33554432000 4194304 5654031 140736790502080 140736790489896 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 54602 51729 141 357 0 54242 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 271492

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 5831
/proc/meminfo: memFree=29232912/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=219868 CPUtime=1190.86 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 53867 0 0 0 119038 48 0 0 20 0 1 0 271572822 225144832 48953 33554432000 4194304 5654031 140736790502080 140736790489896 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 54967 48953 141 357 0 54607 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 272952

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5831
/proc/meminfo: memFree=29187316/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=270700 CPUtime=1250.86 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 54460 0 0 0 125037 49 0 0 20 0 1 0 271572822 277196800 60788 33554432000 4194304 5654031 140736790502080 140736790489896 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 67675 60788 141 357 0 67315 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 323784

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5831
/proc/meminfo: memFree=29239512/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=220864 CPUtime=1310.84 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 55596 0 0 0 131033 51 0 0 20 0 1 0 271572822 226164736 46729 33554432000 4194304 5654031 140736790502080 140736790500168 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 55216 46729 141 357 0 54856 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 273948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5834
/proc/meminfo: memFree=29201436/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=271092 CPUtime=1370.82 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 55976 0 0 0 137029 53 0 0 20 0 1 0 271572822 277598208 56795 33554432000 4194304 5654031 140736790502080 140736790489896 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 67773 56795 141 357 0 67413 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 324176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5835
/proc/meminfo: memFree=29173968/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=272124 CPUtime=1430.82 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 56228 0 0 0 143028 54 0 0 20 0 1 0 271572822 278654976 64712 33554432000 4194304 5654031 140736790502080 140736790489896 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 68031 64712 141 357 0 67671 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 325208

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5835
/proc/meminfo: memFree=29233052/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=222424 CPUtime=1490.8 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 57483 0 0 0 149024 56 0 0 20 0 1 0 271572822 227762176 50990 33554432000 4194304 5654031 140736790502080 140736790489896 4215353 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 55606 50990 141 357 0 55246 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 275508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5835
/proc/meminfo: memFree=29199432/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=272748 CPUtime=1550.79 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 58153 0 0 0 155022 57 0 0 20 0 1 0 271572822 279293952 59830 33554432000 4194304 5654031 140736790502080 140736790489896 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 68187 59830 141 357 0 67827 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 325832

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5835
/proc/meminfo: memFree=29265420/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=224004 CPUtime=1610.78 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 59536 0 0 0 161019 59 0 0 20 0 1 0 271572822 229380096 52596 33554432000 4194304 5654031 140736790502080 140736790489896 4233309 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 56001 52596 141 357 0 55641 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 277088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5835
/proc/meminfo: memFree=29208388/32873852 swapFree=7624/7624
[pid=5741] ppid=5739 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5741/stat : 5741 (npSolver-pbo-I.) S 5739 5741 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271555705 9367552 274 33554432000 4194304 5064252 140736045719680 140736045718592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5741/statm: 2287 274 233 213 0 72 0
[pid=5742] ppid=5741 vsize=43936 CPUtime=171.12 cores=1,3,5,7
/proc/5742/stat : 5742 (npSolver-pbo) S 5741 5741 5385 0 -1 4202496 9266 41218 0 0 288 109 16670 45 20 0 1 0 271555706 44990464 9193 33554432000 4194304 5992684 140736555663824 140736555648728 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5742/statm: 10984 9193 184 440 0 10540 0
[pid=5751] ppid=5742 vsize=274800 CPUtime=1628.89 cores=1,3,5,7
/proc/5751/stat : 5751 (glucosInc) R 5742 5741 5385 0 -1 4202496 59922 0 0 0 162829 60 0 0 20 0 1 0 271572822 281395200 56048 33554432000 4194304 5654031 140736790502080 140736790489896 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5751/statm: 68700 56048 141 357 0 68340 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 327884

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 5741 and gives
#  childrusage.ru_utime.tv_sec=169
#  childrusage.ru_utime.tv_usec=584219
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=553763
# CPU time returned by wait4() is 171.138
# while last known CPU time is 1800.01
#
# 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.01
CPU user time (s): 1797.87
CPU system time (s): 2.14
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 455916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.584
system time used= 1.55376
maximum resident set size= 159364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50858
page faults= 0
swaps= 0
block input operations= 0
block output operations= 178240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88
involuntary context switches= 341

runsolver used 3.53046 second user time and 8.80666 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 19:45:02
IDJOB=3699642
IDBENCH=1972
IDSOLVER=2276
FILE ID=node131/3699642-1338054302
RUNJOBID= node131-1338049646-5402
PBS_JOBID= 14624376
Free space on /tmp= 71492 MiB

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

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

MD5SUM BENCH= 093efae700664f798191c0b27cec34af
RANDOM SEED=1844275716

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
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.805
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.805
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.92
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.805
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:       32873852 kB
MemFree:        29374588 kB
Buffers:          251888 kB
Cached:          2212800 kB
SwapCached:        11260 kB
Active:           898060 kB
Inactive:        1808228 kB
Active(anon):     231856 kB
Inactive(anon):    12056 kB
Active(file):     666204 kB
Inactive(file):  1796172 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67096768 kB
Dirty:             24840 kB
Writeback:             0 kB
AnonPages:        374504 kB
Mapped:            15780 kB
Shmem:                 8 kB
Slab:             651128 kB
SReclaimable:      93332 kB
SUnreclaim:       557796 kB
KernelStack:        1456 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     383888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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= 71496 MiB
End job on node131 at 2012-05-26 20:15:03