Trace number 3699636

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_3.opb.PB06.opb
MD5SUM8eed52e8cea562b1b1ee5bae07565266
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark390
Best CPU time to get the best result obtained on this benchmark1792.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 478
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 500105
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 500105
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.48	c run inc solver
1.39/1.48	c [INC SYSTEM] run initial solver
1.39/1.48	c [INC SYSTEM] preprocess with white file
3.07/3.14	c [INC SYSTEM] finished preprocessing in 1 s
3.07/3.14	c [INC SYSTEM] execute solver
167.42/167.59	c [INC SEARCH] formula is SAT
167.42/167.59	c [INC SYSTEM] solved the initial formula
168.13/168.28	c model valid
168.13/168.28	c current solution ok
169.31/169.40	o 6883
169.31/169.40	c execute binary inc search
169.31/169.40	c [INC SEARCH] current bound: 3441
169.31/169.40	c [INC SEARCH] iteration: 0
169.31/169.40	c [INC SEARCH] lower bound: 0 upperbound 6883 current bound: 3441 best value:6883
169.31/169.40	c [INC SYSTEM] there exists a inc, kill it!
169.31/169.41	c write failed with 2
169.31/169.41	c [INC SYSTEM] create new solver instance
169.31/169.41	c [INC] encode full formula
169.31/169.41	c fallback to adder encoding
169.94/170.07	c set iterative enc to: adder
169.94/170.07	c set iterative enc to: none
170.04/170.17	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	HOME/npSolver-pbo-I.sh: line 18:  5687 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-3699636-1338053259/watcher-3699636-1338053259 -o /tmp/evaluation-result-3699636-1338053259/solver-3699636-1338053259 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699636-1338053259.opb 1023352540 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.01 2.15 2.32 3/176 5685
/proc/meminfo: memFree=29545240/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (runsolver) D 5683 5685 5385 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 271451405 12095488 50 33554432000 4194304 5436572 140734446483152 140734446479448 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/5685/statm: 2953 50 31 304 0 2645 0

[startup+0.042521 s]
/proc/loadavg: 2.01 2.15 2.32 3/176 5685
/proc/meminfo: memFree=29545240/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.01 2.15 2.32 3/176 5685
/proc/meminfo: memFree=29545240/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300179 s]
/proc/loadavg: 2.01 2.15 2.32 3/176 5685
/proc/meminfo: memFree=29545240/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700181 s]
/proc/loadavg: 2.01 2.15 2.32 3/176 5685
/proc/meminfo: memFree=29545240/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.01 2.15 2.32 3/178 5687
/proc/meminfo: memFree=29537104/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=21112 CPUtime=1.48 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) R 5685 5685 5385 0 -1 4202496 3487 0 0 0 145 3 0 0 20 0 1 0 271451405 21618688 3532 33554432000 4194304 5992684 140735246106544 140735246102664 5179696 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 5278 3532 162 440 0 4834 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30260

[startup+3.10034 s]
/proc/loadavg: 2.01 2.15 2.32 3/180 5689
/proc/meminfo: memFree=29463288/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=21112 CPUtime=1.49 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 3490 0 0 0 145 4 0 0 20 0 1 0 271451405 21618688 3534 33554432000 4194304 5992684 140735246106544 140735246100992 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 5278 3534 164 440 0 4834 0
[pid=5688] ppid=5687 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5688/stat : 5688 (cp2_pre.sh) S 5687 5685 5385 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271451555 9367552 277 33554432000 4194304 5064252 140736173407872 140736173406576 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5688/statm: 2287 277 234 213 0 72 0
[pid=5689] ppid=5688 vsize=63328 CPUtime=1.58 cores=0,2,4,6
/proc/5689/stat : 5689 (coprocessor) R 5688 5685 5385 0 -1 4202496 14012 0 0 0 154 4 0 0 20 0 1 0 271451556 64847872 15032 33554432000 4194304 6586260 140735602277616 140735602273368 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/5689/statm: 15832 15032 197 584 0 15244 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 102736

[startup+6.30034 s]
/proc/loadavg: 2.01 2.15 2.32 3/179 5691
/proc/meminfo: memFree=29484480/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=21112 CPUtime=3.11 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 3506 14914 0 0 145 4 157 5 20 0 1 0 271451405 21618688 3536 33554432000 4194304 5992684 140735246106544 140735246092808 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 5278 3536 166 440 0 4834 0
[pid=5691] ppid=5687 vsize=74152 CPUtime=3.14 cores=0,2,4,6
/proc/5691/stat : 5691 (glucosInc) R 5687 5685 5385 0 -1 4202496 11266 0 0 0 312 2 0 0 20 0 1 0 271451719 75931648 15770 33554432000 4194304 5654031 140733752438464 140733752436488 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5691/statm: 18538 15770 132 357 0 18178 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 104412

[startup+12.7003 s]
/proc/loadavg: 2.00 2.14 2.31 3/179 5691
/proc/meminfo: memFree=29450188/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=21112 CPUtime=3.11 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 3506 14914 0 0 145 4 157 5 20 0 1 0 271451405 21618688 3536 33554432000 4194304 5992684 140735246106544 140735246092808 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 5278 3536 166 440 0 4834 0
[pid=5691] ppid=5687 vsize=74152 CPUtime=9.54 cores=0,2,4,6
/proc/5691/stat : 5691 (glucosInc) R 5687 5685 5385 0 -1 4202496 12249 0 0 0 951 3 0 0 20 0 1 0 271451719 75931648 17781 33554432000 4194304 5654031 140733752438464 140733752436488 4233187 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5691/statm: 18538 17781 132 357 0 18178 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 104412

[startup+25.5003 s]
/proc/loadavg: 2.00 2.14 2.31 3/179 5691
/proc/meminfo: memFree=29413696/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=21112 CPUtime=3.11 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 3506 14914 0 0 145 4 157 5 20 0 1 0 271451405 21618688 3536 33554432000 4194304 5992684 140735246106544 140735246092808 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 5278 3536 166 440 0 4834 0
[pid=5691] ppid=5687 vsize=74152 CPUtime=22.35 cores=0,2,4,6
/proc/5691/stat : 5691 (glucosInc) R 5687 5685 5385 0 -1 4202496 13260 0 0 0 2229 6 0 0 20 0 1 0 271451719 75931648 17781 33554432000 4194304 5654031 140733752438464 140733752436392 4215061 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5691/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.00 2.12 2.30 3/179 5691
/proc/meminfo: memFree=29413340/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=21112 CPUtime=3.11 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 3506 14914 0 0 145 4 157 5 20 0 1 0 271451405 21618688 3536 33554432000 4194304 5992684 140735246106544 140735246092808 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 5278 3536 166 440 0 4834 0
[pid=5691] ppid=5687 vsize=123472 CPUtime=47.94 cores=0,2,4,6
/proc/5691/stat : 5691 (glucosInc) R 5687 5685 5385 0 -1 4202496 15015 0 0 0 4784 10 0 0 20 0 1 0 271451719 126435328 27745 33554432000 4194304 5654031 140733752438464 140733752436392 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5691/statm: 30868 27745 132 357 0 30508 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 153732

[startup+102.306 s]
/proc/loadavg: 2.00 2.10 2.28 3/179 5691
/proc/meminfo: memFree=29413620/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=21112 CPUtime=3.11 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 3506 14914 0 0 145 4 157 5 20 0 1 0 271451405 21618688 3536 33554432000 4194304 5992684 140735246106544 140735246092808 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 5278 3536 166 440 0 4834 0
[pid=5691] ppid=5687 vsize=74152 CPUtime=99.13 cores=0,2,4,6
/proc/5691/stat : 5691 (glucosInc) R 5687 5685 5385 0 -1 4202496 19827 0 0 0 9894 19 0 0 20 0 1 0 271451719 75931648 17781 33554432000 4194304 5654031 140733752438464 140733752436488 4215234 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5691/statm: 18538 17781 132 357 0 18178 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 104412

[startup+162.3 s]
/proc/loadavg: 2.00 2.08 2.26 3/179 5694
/proc/meminfo: memFree=29408896/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=21112 CPUtime=3.11 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 3506 14914 0 0 145 4 157 5 20 0 1 0 271451405 21618688 3536 33554432000 4194304 5992684 140735246106544 140735246092808 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 5278 3536 166 440 0 4834 0
[pid=5691] ppid=5687 vsize=123472 CPUtime=159.12 cores=0,2,4,6
/proc/5691/stat : 5691 (glucosInc) R 5687 5685 5385 0 -1 4202496 24111 0 0 0 15883 29 0 0 20 0 1 0 271451719 126435328 29326 33554432000 4194304 5654031 140733752438464 140733752436392 4232842 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5691/statm: 30868 29326 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.08 2.25 3/179 5698
/proc/meminfo: memFree=29261800/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=165904 CPUtime=52.1 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 30508 0 0 0 5203 7 0 0 20 0 1 0 271468422 169885696 38238 33554432000 4194304 5654031 140734888074624 140734888062440 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 41476 38238 141 357 0 41116 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 218988

[startup+282.3 s]

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

/proc/loadavg: 2.03 2.02 2.07 3/179 5751
/proc/meminfo: memFree=29093544/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=269376 CPUtime=1131.89 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 52431 0 0 0 113148 41 0 0 20 0 1 0 271468422 275841024 58860 33554432000 4194304 5654031 140734888074624 140734888062440 4215112 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 67344 58860 141 357 0 66984 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 322460

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.07 3/180 5754
/proc/meminfo: memFree=29131688/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=220384 CPUtime=1191.88 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 54000 0 0 0 119145 43 0 0 20 0 1 0 271468422 225673216 47913 33554432000 4194304 5654031 140734888074624 140734888062440 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 55096 47913 141 357 0 54736 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 273468

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.07 3/179 5755
/proc/meminfo: memFree=29053112/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=353220 CPUtime=1251.87 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 55007 0 0 0 125143 44 0 0 20 0 1 0 271468422 361697280 65780 33554432000 4194304 5654031 140734888074624 140734888062440 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 88305 65780 141 357 0 87945 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 406304

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/179 5755
/proc/meminfo: memFree=29105096/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=223080 CPUtime=1311.86 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 56745 0 0 0 131140 46 0 0 20 0 1 0 271468422 228433920 52817 33554432000 4194304 5654031 140734888074624 140734888062440 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 55770 52817 141 357 0 55410 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 276164

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/179 5755
/proc/meminfo: memFree=29074284/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=273808 CPUtime=1371.84 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 57209 0 0 0 137137 47 0 0 20 0 1 0 271468422 280379392 59410 33554432000 4194304 5654031 140734888074624 140734888062440 4215121 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 68452 59410 141 357 0 68092 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 326892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/179 5755
/proc/meminfo: memFree=29060972/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=273808 CPUtime=1431.83 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 57220 0 0 0 143136 47 0 0 20 0 1 0 271468422 280379392 61458 33554432000 4194304 5654031 140734888074624 140734888062440 4215006 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 68452 61458 141 357 0 68092 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 326892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 5755
/proc/meminfo: memFree=29096304/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=223864 CPUtime=1491.82 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 58702 0 0 0 149133 49 0 0 20 0 1 0 271468422 229236736 52916 33554432000 4194304 5654031 140734888074624 140734888062440 4232386 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 55966 52916 141 357 0 55606 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 276948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 5756
/proc/meminfo: memFree=29041764/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=356464 CPUtime=1551.81 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 59778 0 0 0 155131 50 0 0 20 0 1 0 271468422 365019136 66766 33554432000 4194304 5654031 140734888074624 140734888062440 4214993 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 89116 66766 141 357 0 88756 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 409548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 5756
/proc/meminfo: memFree=29083160/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=225572 CPUtime=1611.8 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 61169 0 0 0 161127 53 0 0 20 0 1 0 271468422 230985728 50401 33554432000 4194304 5654031 140734888074624 140734888062440 4215344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 56393 50401 141 357 0 56033 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 278656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 5756
/proc/meminfo: memFree=29081376/32873852 swapFree=7624/7624
[pid=5685] ppid=5683 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5685/stat : 5685 (npSolver-pbo-I.) S 5683 5685 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271451405 9367552 275 33554432000 4194304 5064252 140733914376224 140733914375136 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5685/statm: 2287 275 233 213 0 72 0
[pid=5687] ppid=5685 vsize=43936 CPUtime=170.12 cores=0,2,4,6
/proc/5687/stat : 5687 (npSolver-pbo) S 5685 5685 5385 0 -1 4202496 9305 40678 0 0 299 104 16570 39 20 0 1 0 271451405 44990464 9212 33554432000 4194304 5992684 140735246106544 140735246091448 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5687/statm: 10984 9212 184 440 0 10540 0
[pid=5698] ppid=5687 vsize=276104 CPUtime=1629.91 cores=0,2,4,6
/proc/5698/stat : 5698 (glucosInc) R 5687 5685 5385 0 -1 4202496 61574 0 0 0 162937 54 0 0 20 0 1 0 271468422 282730496 55405 33554432000 4194304 5654031 140734888074624 140734888062440 4215055 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5698/statm: 69026 55405 141 357 0 68666 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 329188

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 5685 and gives
#  childrusage.ru_utime.tv_sec=168
#  childrusage.ru_utime.tv_usec=698353
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=434781
# CPU time returned by wait4() is 170.133
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1798.06
CPU system time (s): 1.97
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 459000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.698
system time used= 1.43478
maximum resident set size= 159736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50358
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= 90
involuntary context switches= 217

runsolver used 2.79757 second user time and 7.02993 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 19:27:39
IDJOB=3699636
IDBENCH=1967
IDSOLVER=2276
FILE ID=node131/3699636-1338053259
RUNJOBID= node131-1338049646-5401
PBS_JOBID= 14624376
Free space on /tmp= 71564 MiB

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

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

MD5SUM BENCH= 8eed52e8cea562b1b1ee5bae07565266
RANDOM SEED=1023352540

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:        29545504 kB
Buffers:          251556 kB
Cached:          2137996 kB
SwapCached:        11288 kB
Active:           731916 kB
Inactive:        1806924 kB
Active(anon):     138956 kB
Inactive(anon):    12192 kB
Active(file):     592960 kB
Inactive(file):  1794732 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67096708 kB
Dirty:             24832 kB
Writeback:             0 kB
AnonPages:        148020 kB
Mapped:            15588 kB
Shmem:                 8 kB
Slab:             651684 kB
SReclaimable:      93948 kB
SUnreclaim:       557736 kB
KernelStack:        1472 kB
PageTables:         4292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     266320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 71424 MiB
End job on node131 at 2012-05-26 19:57:40