Trace number 3700122

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_3.opb
MD5SUMe05fbfdce4433b0b2590ec382b530cec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150588
Sum of products size (including duplicates)301176
Number of different products75294
Sum of products size150588

Solver Data

0.00/0.60	c run inc solver
0.00/0.60	c [INC SYSTEM] run initial solver
0.00/0.60	c [INC SYSTEM] preprocess with white file
4.07/4.11	c [INC SYSTEM] finished preprocessing in 3 s
4.07/4.11	c [INC SYSTEM] execute solver
8.87/8.98	c [INC SEARCH] formula is SAT
8.98/9.00	c [INC SYSTEM] solved the initial formula
8.98/9.07	c model valid
8.98/9.07	c current solution ok
10.95/11.01	o -60
10.95/11.01	c execute binary inc search
10.95/11.01	c [INC SEARCH] current bound: 470
10.95/11.01	c [INC SEARCH] iteration: 0
10.95/11.01	c [INC SEARCH] lower bound: 0 upperbound 940 current bound: 470 best value:940
10.95/11.01	c [INC SYSTEM] there exists a inc, kill it!
10.95/11.01	c write failed with 2
10.95/11.02	c [INC SYSTEM] create new solver instance
10.95/11.02	c [INC] encode full formula
10.95/11.02	c (debug) using card networks
10.95/11.04	c set iterative enc to: card
10.95/11.04	c set iterative enc to: none
10.95/11.08	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.40	c an unexpexted return value has been received, exit
1800.10/1800.40	s UNKNOWN
1800.10/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.10/1800.40	c write failed with -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-3700122-1338079796/watcher-3700122-1338079796 -o /tmp/evaluation-result-3700122-1338079796/solver-3700122-1338079796 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700122-1338079796.opb 686897045 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.03 2.01 2.00 3/176 8707
/proc/meminfo: memFree=29773012/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0

[startup+0.061231 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 8707
/proc/meminfo: memFree=29773012/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 8707
/proc/meminfo: memFree=29773012/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 8707
/proc/meminfo: memFree=29773012/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700176 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 8707
/proc/meminfo: memFree=29773012/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 8711
/proc/meminfo: memFree=29558584/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=50172 CPUtime=0.59 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 7313 0 0 0 55 4 0 0 20 0 1 0 274105027 51376128 9377 33554432000 4194304 5992684 140735085925360 140735085919808 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 12543 9377 171 440 0 12099 0
[pid=8710] ppid=8708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (cp2_pre.sh) S 8708 8707 5385 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274105087 9367552 276 33554432000 4194304 5064252 140734256226688 140734256225392 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8710/statm: 2287 276 234 213 0 72 0
[pid=8711] ppid=8710 vsize=208012 CPUtime=0.88 cores=0,2,4,6
/proc/8711/stat : 8711 (coprocessor) R 8710 8707 5385 0 -1 4202496 30252 0 0 0 82 6 0 0 20 0 1 0 274105088 213004288 46650 33554432000 4194304 6586260 140735059422592 140735059418856 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/8711/statm: 52003 46651 166 584 0 51415 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 276480

[startup+3.10039 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 8711
/proc/meminfo: memFree=29484708/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=50172 CPUtime=0.59 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 7313 0 0 0 55 4 0 0 20 0 1 0 274105027 51376128 9377 33554432000 4194304 5992684 140735085925360 140735085919808 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 12543 9377 171 440 0 12099 0
[pid=8710] ppid=8708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (cp2_pre.sh) S 8708 8707 5385 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274105087 9367552 276 33554432000 4194304 5064252 140734256226688 140734256225392 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8710/statm: 2287 276 234 213 0 72 0
[pid=8711] ppid=8710 vsize=268212 CPUtime=2.48 cores=0,2,4,6
/proc/8711/stat : 8711 (coprocessor) R 8710 8707 5385 0 -1 4202496 39990 0 0 0 227 21 0 0 20 0 1 0 274105088 274649088 65106 33554432000 4194304 6586260 140735059422592 140735059418616 5076001 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/8711/statm: 67053 65106 200 584 0 66465 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 336680

[startup+6.30032 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 8713
/proc/meminfo: memFree=29578000/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=50172 CPUtime=4.08 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 7328 40894 0 0 55 4 323 26 20 0 1 0 274105027 51376128 9379 33554432000 4194304 5992684 140735085925360 140735085911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 12543 9379 173 440 0 12099 0
[pid=8713] ppid=8708 vsize=125240 CPUtime=2.18 cores=0,2,4,6
/proc/8713/stat : 8713 (glucosInc) R 8708 8707 5385 0 -1 4202496 23303 0 0 0 212 6 0 0 20 0 1 0 274105437 128245760 25047 33554432000 4194304 5654031 140735425642000 140735425639880 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8713/statm: 31310 25047 139 357 0 30950 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 184560

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 8719
/proc/meminfo: memFree=29560352/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=130548 CPUtime=1.61 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 25469 0 0 0 156 5 0 0 20 0 1 0 274106134 133681152 28900 33554432000 4194304 5654031 140737256141360 140737256139240 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8719/statm: 32637 28900 131 357 0 32277 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 202268

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 8719
/proc/meminfo: memFree=29526664/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=131868 CPUtime=14.41 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 25797 0 0 0 1436 5 0 0 20 0 1 0 274106134 135032832 29228 33554432000 4194304 5654031 140737256141360 140737256129176 4232632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 32967 29228 141 357 0 32607 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 203588

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 8719
/proc/meminfo: memFree=29557196/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=132964 CPUtime=40 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 26074 0 0 0 3995 5 0 0 20 0 1 0 274106134 136155136 30016 33554432000 4194304 5654031 140737256141360 140737256129176 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 33241 30016 141 357 0 32881 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 204684

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8719
/proc/meminfo: memFree=29556932/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=134784 CPUtime=91.2 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 26948 0 0 0 9114 6 0 0 20 0 1 0 274106134 138018816 29911 33554432000 4194304 5654031 140737256141360 140737256139144 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 33696 29911 142 357 0 33336 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 206504

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8719
/proc/meminfo: memFree=29549128/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=136420 CPUtime=151.17 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 27364 0 0 0 15111 6 0 0 20 0 1 0 274106134 139694080 32002 33554432000 4194304 5654031 140737256141360 140737256129176 4232675 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 34105 32002 142 357 0 33745 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 208140

[startup+222.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 8719
/proc/meminfo: memFree=29499356/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=138252 CPUtime=211.16 cores=0,2,4,6

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

/proc/meminfo: memFree=29382240/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=219064 CPUtime=1231 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 34863 0 0 0 123083 17 0 0 20 0 1 0 274106134 224321536 51147 33554432000 4194304 5654031 140737256141360 140737256129176 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 54766 51147 142 357 0 54406 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 290784

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8753
/proc/meminfo: memFree=29431908/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=249884 CPUtime=1291 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 35026 0 0 0 129083 17 0 0 20 0 1 0 274106134 255881216 53353 33554432000 4194304 5654031 140737256141360 140737256129176 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 62471 53353 142 357 0 62111 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 321604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8753
/proc/meminfo: memFree=29398536/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=219064 CPUtime=1350.99 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 36030 0 0 0 135080 19 0 0 20 0 1 0 274106134 224321536 49611 33554432000 4194304 5654031 140737256141360 140737256129176 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 54766 49611 142 357 0 54406 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 290784

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8753
/proc/meminfo: memFree=29388748/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=219064 CPUtime=1410.98 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 36034 0 0 0 141079 19 0 0 20 0 1 0 274106134 224321536 51659 33554432000 4194304 5654031 140737256141360 140737256129176 4232772 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 54766 51659 142 357 0 54406 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 290784

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8804
/proc/meminfo: memFree=29546380/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=219064 CPUtime=1470.96 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 36037 0 0 0 147077 19 0 0 20 0 1 0 274106134 224321536 53195 33554432000 4194304 5654031 140737256141360 140737256129176 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 54766 53195 142 357 0 54406 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 290784

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8805
/proc/meminfo: memFree=29536404/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=219064 CPUtime=1530.96 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 37216 0 0 0 153075 21 0 0 20 0 1 0 274106134 224321536 49611 33554432000 4194304 5654031 140737256141360 140737256129176 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 54766 49611 142 357 0 54406 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 290784

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8811
/proc/meminfo: memFree=29544100/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=219064 CPUtime=1590.94 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 37220 0 0 0 159073 21 0 0 20 0 1 0 274106134 224321536 51659 33554432000 4194304 5654031 140737256141360 140737256129176 4232625 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 54766 51659 142 357 0 54406 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 290784

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 8811
/proc/meminfo: memFree=29517780/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=249884 CPUtime=1650.94 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 37806 0 0 0 165072 22 0 0 20 0 1 0 274106134 255881216 54286 33554432000 4194304 5654031 140737256141360 140737256129176 4232668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 62471 54286 142 357 0 62111 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 321604

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 8811
/proc/meminfo: memFree=29523880/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=219064 CPUtime=1710.93 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 38389 0 0 0 171070 23 0 0 20 0 1 0 274106134 224321536 49611 33554432000 4194304 5654031 140737256141360 140737256129176 4208659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 54766 49611 142 357 0 54406 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 290784

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 8858
/proc/meminfo: memFree=29528296/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=219064 CPUtime=1770.92 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 38395 0 0 0 177068 24 0 0 20 0 1 0 274106134 224321536 52683 33554432000 4194304 5654031 140737256141360 140737256129176 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 54766 52683 142 357 0 54406 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 290784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.02 2.00 4/180 8858
/proc/meminfo: memFree=29517384/32873852 swapFree=7624/7624
[pid=8707] ppid=8705 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8707/stat : 8707 (npSolver-pbo-I.) S 8705 8707 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274105026 9367552 275 33554432000 4194304 5064252 140735110739744 140735110738656 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8707/statm: 2287 275 233 213 0 72 0
[pid=8708] ppid=8707 vsize=62572 CPUtime=11.07 cores=0,2,4,6
/proc/8708/stat : 8708 (npSolver-pbo) S 8707 8707 5385 0 -1 4202496 9563 65818 0 0 98 165 804 40 20 0 1 0 274105027 64073728 12489 33554432000 4194304 5992684 140735085925360 140735085910264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8708/statm: 15643 12489 183 440 0 15199 0
[pid=8719] ppid=8708 vsize=219064 CPUtime=1789.03 cores=0,2,4,6
/proc/8719/stat : 8719 (glucosInc) R 8708 8707 5385 0 -1 4202496 38396 0 0 0 178879 24 0 0 20 0 1 0 274106134 224321536 53195 33554432000 4194304 5654031 140737256141360 140737256129176 4232531 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8719/statm: 54766 53195 142 357 0 54406 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 290784

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1797.82
CPU system time (s): 2.30265
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 370924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.82
system time used= 2.30265
maximum resident set size= 268464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114162
page faults= 0
swaps= 0
block input operations= 0
block output operations= 198216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 651
involuntary context switches= 2115

runsolver used 6.84296 second user time and 19.2491 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-27 02:49:56
IDJOB=3700122
IDBENCH=48225
IDSOLVER=2276
FILE ID=node131/3700122-1338079796
RUNJOBID= node131-1338049646-5401
PBS_JOBID= 14624376
Free space on /tmp= 71576 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700122-1338079796/watcher-3700122-1338079796 -o /tmp/evaluation-result-3700122-1338079796/solver-3700122-1338079796 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700122-1338079796.opb 686897045 HOME HOME

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

MD5SUM BENCH= e05fbfdce4433b0b2590ec382b530cec
RANDOM SEED=686897045

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:        29774020 kB
Buffers:          311848 kB
Cached:          1867920 kB
SwapCached:         2236 kB
Active:           710912 kB
Inactive:        1542852 kB
Active(anon):      75620 kB
Inactive(anon):      484 kB
Active(file):     635292 kB
Inactive(file):  1542368 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             10100 kB
Writeback:             0 kB
AnonPages:        215956 kB
Mapped:            15668 kB
Shmem:                 0 kB
Slab:             693880 kB
SReclaimable:     136548 kB
SUnreclaim:       557332 kB
KernelStack:        1488 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     218744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 71532 MiB
End job on node131 at 2012-05-27 03:19:56