Trace number 3748846

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 (fixed)? (TO) 1800.11 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark334.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.29	c run inc solver
0.00/0.29	c [INC SYSTEM] run initial solver
0.00/0.29	c [INC SYSTEM] preprocess with white file
2.18/2.29	c [INC SYSTEM] finished preprocessing in 2 s
2.18/2.29	c [INC SYSTEM] execute solver
38.06/38.19	c [INC SEARCH] formula is SAT
38.16/38.20	c [INC SYSTEM] solved the initial formula
38.16/38.21	c model valid
38.16/38.21	c current solution ok
38.75/38.85	o 108
38.75/38.85	c execute binary inc search
38.75/38.85	c [INC SEARCH] current bound: 54
38.75/38.85	c [INC SEARCH] iteration: 0
38.75/38.85	c [INC SEARCH] lower bound: 0 upperbound 108 current bound: 54 best value:108
38.75/38.85	c [INC SYSTEM] there exists a inc, kill it!
38.75/38.85	c write failed with 2
38.75/38.85	c [INC SYSTEM] create new solver instance
38.75/38.85	c [INC] encode full formula
38.75/38.85	c set iterative enc to: swc
38.75/38.87	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	c an unexpexted return value has been received, exit
1800.08/1800.41	s UNKNOWN
1800.08/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.41	c write failed with -1
1800.08/1800.41	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0xb38440)

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-3748846-1339127405/watcher-3748846-1339127405 -o /tmp/evaluation-result-3748846-1339127405/solver-3748846-1339127405 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748846-1339127405.opb 510829716 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.07 2.09 2.03 3/179 18395
/proc/meminfo: memFree=27670972/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0

[startup+0.021239 s]
/proc/loadavg: 2.07 2.09 2.03 3/179 18395
/proc/meminfo: memFree=27670972/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.07 2.09 2.03 3/179 18395
/proc/meminfo: memFree=27670972/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300188 s]
/proc/loadavg: 2.07 2.09 2.03 3/179 18395
/proc/meminfo: memFree=27670972/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700185 s]
/proc/loadavg: 2.07 2.09 2.03 3/179 18395
/proc/meminfo: memFree=27670972/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/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.07 2.09 2.03 3/183 18399
/proc/meminfo: memFree=27521360/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19904 CPUtime=0.28 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4554 0 0 0 25 3 0 0 20 0 1 0 378869091 20381696 4569 33554432000 4194304 6004724 140733203868528 140733203862992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18396/statm: 4976 4569 148 442 0 4530 0
[pid=18398] ppid=18396 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18398/stat : 18398 (cp2_pre.sh) S 18396 18395 15254 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 378869120 9367552 277 33554432000 4194304 5064252 140737438176624 140737438175328 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18398/statm: 2287 277 234 213 0 72 0
[pid=18399] ppid=18398 vsize=152500 CPUtime=1.2 cores=1,3,5,7
/proc/18399/stat : 18399 (coprocessor) R 18398 18395 15254 0 -1 4202496 27932 0 0 0 114 6 0 0 20 0 1 0 378869120 156160000 37144 33554432000 4194304 6586260 140734089608016 140734089604040 4685176 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/18399/statm: 38125 37144 191 584 0 37537 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 190700

[startup+3.10037 s]
/proc/loadavg: 2.07 2.09 2.03 3/183 18399
/proc/meminfo: memFree=27494568/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19904 CPUtime=2.27 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4571 29215 0 0 25 3 189 10 20 0 1 0 378869091 20381696 4574 33554432000 4194304 6004724 140733203868528 140733203854808 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4976 4574 152 442 0 4530 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 29052
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 2.07 2.09 2.03 3/182 18401
/proc/meminfo: memFree=27586620/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19904 CPUtime=2.27 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4571 29215 0 0 25 3 189 10 20 0 1 0 378869091 20381696 4574 33554432000 4194304 6004724 140733203868528 140733203854808 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4976 4574 152 442 0 4530 0
[pid=18401] ppid=18396 vsize=71228 CPUtime=3.99 cores=1,3,5,7
/proc/18401/stat : 18401 (glucosInc) R 18396 18395 15254 0 -1 4202496 14392 0 0 0 396 3 0 0 20 0 1 0 378869321 72937472 14839 33554432000 4194304 5654031 140737322297280 140737322295368 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18401/statm: 17807 14839 131 357 0 17447 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 100280

[startup+12.7004 s]
/proc/loadavg: 2.06 2.08 2.03 3/182 18401
/proc/meminfo: memFree=27583992/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19904 CPUtime=2.27 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4571 29215 0 0 25 3 189 10 20 0 1 0 378869091 20381696 4574 33554432000 4194304 6004724 140733203868528 140733203854808 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4976 4574 152 442 0 4530 0
[pid=18401] ppid=18396 vsize=71360 CPUtime=10.39 cores=1,3,5,7
/proc/18401/stat : 18401 (glucosInc) R 18396 18395 15254 0 -1 4202496 14475 0 0 0 1035 4 0 0 20 0 1 0 378869321 73072640 15432 33554432000 4194304 5654031 140737322297280 140737322295160 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18401/statm: 17840 15432 131 357 0 17480 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 100412

[startup+25.5004 s]
/proc/loadavg: 2.05 2.08 2.03 3/182 18401
/proc/meminfo: memFree=27582572/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19904 CPUtime=2.27 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4571 29215 0 0 25 3 189 10 20 0 1 0 378869091 20381696 4574 33554432000 4194304 6004724 140733203868528 140733203854808 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4976 4574 152 442 0 4530 0
[pid=18401] ppid=18396 vsize=71664 CPUtime=23.19 cores=1,3,5,7
/proc/18401/stat : 18401 (glucosInc) R 18396 18395 15254 0 -1 4202496 14519 0 0 0 2315 4 0 0 20 0 1 0 378869321 73383936 15476 33554432000 4194304 5654031 140737322297280 140737322295176 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18401/statm: 17916 15476 131 357 0 17556 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 100716

[startup+51.1004 s]
/proc/loadavg: 2.03 2.07 2.03 3/182 18404
/proc/meminfo: memFree=27566752/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=71212 CPUtime=12.22 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 14026 0 0 0 1219 3 0 0 20 0 1 0 378872978 72921088 14981 33554432000 4194304 5654031 140736865960272 140736865958360 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18404/statm: 17803 14981 131 357 0 17443 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100268

[startup+102.307 s]
/proc/loadavg: 2.01 2.06 2.02 3/181 18404
/proc/meminfo: memFree=27559748/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=71780 CPUtime=63.41 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 14204 0 0 0 6338 3 0 0 20 0 1 0 378872978 73502720 15668 33554432000 4194304 5654031 140736865960272 140736865958056 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 17945 15668 131 357 0 17585 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 100836

[startup+162.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/180 18404
/proc/meminfo: memFree=27551128/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=72420 CPUtime=123.39 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 14763 0 0 0 12336 3 0 0 20 0 1 0 378872978 74158080 15819 33554432000 4194304 5654031 140736865960272 140736865958296 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 18105 15819 132 357 0 17745 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 101476

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/181 18405
/proc/meminfo: memFree=27542556/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=73124 CPUtime=183.38 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 15049 0 0 0 18335 3 0 0 20 0 1 0 378872978 74878976 16104 33554432000 4194304 5654031 140736865960272 140736865958168 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 18281 16104 138 357 0 17921 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 102180


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

/proc/meminfo: memFree=27393728/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1203.23 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17749 0 0 0 120318 5 0 0 20 0 1 0 378872978 118513664 25575 33554432000 4194304 5654031 140736865960272 140736865948088 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25575 138 357 0 28574 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 144792

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18436
/proc/meminfo: memFree=27494388/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1263.22 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17751 0 0 0 126317 5 0 0 20 0 1 0 378872978 118513664 25576 33554432000 4194304 5654031 140736865960272 140736865948088 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25576 138 357 0 28574 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 144792

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18436
/proc/meminfo: memFree=27490872/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1323.19 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17770 0 0 0 132314 5 0 0 20 0 1 0 378872978 118513664 25903 33554432000 4194304 5654031 140736865960272 140736865948088 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25903 138 357 0 28574 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 144792

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 18437
/proc/meminfo: memFree=27486032/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1383.18 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17770 0 0 0 138313 5 0 0 20 0 1 0 378872978 118513664 25903 33554432000 4194304 5654031 140736865960272 140736865948088 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25903 138 357 0 28574 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 144792

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 18437
/proc/meminfo: memFree=27483860/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1443.17 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17770 0 0 0 144312 5 0 0 20 0 1 0 378872978 118513664 25903 33554432000 4194304 5654031 140736865960272 140736865948088 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25903 138 357 0 28574 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 144792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18437
/proc/meminfo: memFree=27479764/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1503.16 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17770 0 0 0 150311 5 0 0 20 0 1 0 378872978 118513664 25903 33554432000 4194304 5654031 140736865960272 140736865948088 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25903 138 357 0 28574 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 144792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18486
/proc/meminfo: memFree=30019828/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1563.15 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17770 0 0 0 156310 5 0 0 20 0 1 0 378872978 118513664 25903 33554432000 4194304 5654031 140736865960272 140736865948088 4208648 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25903 138 357 0 28574 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 144792

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 18486
/proc/meminfo: memFree=29977200/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1623.14 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17770 0 0 0 162309 5 0 0 20 0 1 0 378872978 118513664 25903 33554432000 4194304 5654031 140736865960272 140736865948088 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25903 138 357 0 28574 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 144792

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 18487
/proc/meminfo: memFree=29969412/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1683.13 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17770 0 0 0 168308 5 0 0 20 0 1 0 378872978 118513664 25903 33554432000 4194304 5654031 140736865960272 140736865948088 4232659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25903 138 357 0 28574 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 144792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18487
/proc/meminfo: memFree=29903368/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1743.12 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17770 0 0 0 174307 5 0 0 20 0 1 0 378872978 118513664 25903 33554432000 4194304 5654031 140736865960272 140736865948088 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25903 138 357 0 28574 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 144792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18490
/proc/meminfo: memFree=29883356/32873844 swapFree=7116/7116
[pid=18395] ppid=18393 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18395/stat : 18395 (npSolver-pbo-I.) S 18393 18395 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378869091 9367552 275 33554432000 4194304 5064252 140736012677248 140736012676160 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18395/statm: 2287 275 233 213 0 72 0
[pid=18396] ppid=18395 vsize=19908 CPUtime=38.85 cores=1,3,5,7
/proc/18396/stat : 18396 (npSolver-pbo) S 18395 18395 15254 0 -1 4202496 4935 45134 0 0 40 54 3774 17 20 0 1 0 378869091 20385792 4591 33554432000 4194304 6004724 140733203868528 140733203853448 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18396/statm: 4977 4591 167 442 0 4531 0
[pid=18404] ppid=18396 vsize=115736 CPUtime=1761.23 cores=1,3,5,7
/proc/18404/stat : 18404 (glucosInc) R 18396 18395 15254 0 -1 4202496 17770 0 0 0 176118 5 0 0 20 0 1 0 378872978 118513664 25903 33554432000 4194304 5654031 140736865960272 140736865948088 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 28934 25903 138 357 0 28574 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 144792

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.11
CPU user time (s): 1799.33
CPU system time (s): 0.78288
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 190968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.78288
maximum resident set size= 154176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68221
page faults= 0
swaps= 0
block input operations= 0
block output operations= 68216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 453
involuntary context switches= 1920

runsolver used 3.38848 second user time and 8.12776 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-08 05:50:05
IDJOB=3748846
IDBENCH=2944
IDSOLVER=2333
FILE ID=node103/3748846-1339127405
RUNJOBID= node103-1339112274-16729
PBS_JOBID= 14643750
Free space on /tmp= 70704 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_10.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748846-1339127405/watcher-3748846-1339127405 -o /tmp/evaluation-result-3748846-1339127405/solver-3748846-1339127405 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748846-1339127405.opb 510829716 HOME HOME

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=510829716

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27671508 kB
Buffers:          325592 kB
Cached:          2064108 kB
SwapCached:         5468 kB
Active:          2943540 kB
Inactive:        1412732 kB
Active(anon):    1962848 kB
Inactive(anon):     5816 kB
Active(file):     980692 kB
Inactive(file):  1406916 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:              8592 kB
Writeback:             0 kB
AnonPages:       1969332 kB
Mapped:            10256 kB
Shmem:                 0 kB
Slab:             701032 kB
SReclaimable:     141580 kB
SUnreclaim:       559452 kB
KernelStack:        1496 kB
PageTables:         7724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2762136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1136640 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= 71220 MiB
End job on node103 at 2012-06-08 06:20:06