Trace number 3700120

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.05 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
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-70
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
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)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

Solver Data

0.00/0.62	c run inc solver
0.00/0.62	c [INC SYSTEM] run initial solver
0.00/0.62	c [INC SYSTEM] preprocess with white file
4.08/4.15	c [INC SYSTEM] finished preprocessing in 3 s
4.08/4.15	c [INC SYSTEM] execute solver
10.47/10.53	c [INC SEARCH] formula is SAT
10.47/10.55	c [INC SYSTEM] solved the initial formula
10.57/10.62	c model valid
10.57/10.62	c current solution ok
12.43/12.55	o -47
12.43/12.55	c execute binary inc search
12.43/12.55	c [INC SEARCH] current bound: 476
12.43/12.55	c [INC SEARCH] iteration: 0
12.43/12.55	c [INC SEARCH] lower bound: 0 upperbound 953 current bound: 476 best value:953
12.43/12.55	c [INC SYSTEM] there exists a inc, kill it!
12.43/12.55	c write failed with 2
12.43/12.56	c [INC SYSTEM] create new solver instance
12.43/12.56	c [INC] encode full formula
12.43/12.56	c (debug) using card networks
12.43/12.58	c set iterative enc to: card
12.43/12.58	c set iterative enc to: none
12.52/12.62	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.40	c an unexpexted return value has been received, exit
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.01/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-3700120-1338082567/watcher-3700120-1338082567 -o /tmp/evaluation-result-3700120-1338082567/solver-3700120-1338082567 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700120-1338082567.opb 1597441807 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.00 2.00 2.00 3/178 5867
/proc/meminfo: memFree=28277908/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0

[startup+0.080633 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5867
/proc/meminfo: memFree=28277908/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100335 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5867
/proc/meminfo: memFree=28277908/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300319 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5867
/proc/meminfo: memFree=28277908/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700346 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5867
/proc/meminfo: memFree=28277908/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5871
/proc/meminfo: memFree=28066880/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=50180 CPUtime=0.61 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 7378 0 0 0 56 5 0 0 20 0 1 0 274383715 51384320 9429 33554432000 4194304 5992684 140735220235216 140735220229664 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5868/statm: 12545 9429 171 440 0 12101 0
[pid=5870] ppid=5868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5870/stat : 5870 (cp2_pre.sh) S 5868 5867 2277 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274383777 9367552 276 33554432000 4194304 5064252 140733815136256 140733815134960 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5870/statm: 2287 276 234 213 0 72 0
[pid=5871] ppid=5870 vsize=207652 CPUtime=0.87 cores=0,2,4,6
/proc/5871/stat : 5871 (coprocessor) R 5870 5867 2277 0 -1 4202496 30838 0 0 0 81 6 0 0 20 0 1 0 274383777 212635648 46214 33554432000 4194304 6586260 140734840840544 140733815134984 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5871/statm: 51913 46214 166 584 0 51325 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 276128

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5871
/proc/meminfo: memFree=27993828/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=50180 CPUtime=0.61 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 7378 0 0 0 56 5 0 0 20 0 1 0 274383715 51384320 9429 33554432000 4194304 5992684 140735220235216 140735220229664 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5868/statm: 12545 9429 171 440 0 12101 0
[pid=5870] ppid=5868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5870/stat : 5870 (cp2_pre.sh) S 5868 5867 2277 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274383777 9367552 276 33554432000 4194304 5064252 140733815136256 140733815134960 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5870/statm: 2287 276 234 213 0 72 0
[pid=5871] ppid=5870 vsize=268008 CPUtime=2.47 cores=0,2,4,6
/proc/5871/stat : 5871 (coprocessor) R 5870 5867 2277 0 -1 4202496 40511 0 0 0 226 21 0 0 20 0 1 0 274383777 274440192 64599 33554432000 4194304 6586260 140734840840544 140734840836568 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5871/statm: 67002 64599 200 584 0 66414 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 336484

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5873
/proc/meminfo: memFree=28117516/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=50180 CPUtime=4.13 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 7394 41414 0 0 56 5 326 26 20 0 1 0 274383715 51384320 9431 33554432000 4194304 5992684 140735220235216 140735220221480 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5868/statm: 12545 9431 173 440 0 12101 0
[pid=5873] ppid=5868 vsize=124932 CPUtime=2.13 cores=0,2,4,6
/proc/5873/stat : 5873 (glucosInc) R 5868 5867 2277 0 -1 4202496 23168 0 0 0 209 4 0 0 20 0 1 0 274384130 127930368 25730 33554432000 4194304 5654031 140735281111312 140735281109192 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5873/statm: 31233 25730 136 357 0 30873 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 184260

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5873
/proc/meminfo: memFree=28087956/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 71744

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5876
/proc/meminfo: memFree=28069288/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=131952 CPUtime=12.85 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 25818 0 0 0 1279 6 0 0 20 0 1 0 274384977 135118848 29253 33554432000 4194304 5654031 140736957758576 140736957756360 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 32988 29253 141 357 0 32628 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 203696

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5876
/proc/meminfo: memFree=28032984/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=133208 CPUtime=38.44 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 26126 0 0 0 3838 6 0 0 20 0 1 0 274384977 136404992 30072 33554432000 4194304 5654031 140736957758576 140736957746392 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 33302 30072 141 357 0 32942 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 204952

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5876
/proc/meminfo: memFree=28025280/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=134988 CPUtime=89.62 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 27235 0 0 0 8954 8 0 0 20 0 1 0 274384977 138227712 29988 33554432000 4194304 5654031 140736957758576 140736957746392 4232380 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 33747 29988 142 357 0 33387 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 206732

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5876
/proc/meminfo: memFree=28027824/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=136760 CPUtime=149.6 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 27788 0 0 0 14952 8 0 0 20 0 1 0 274384977 140042240 32072 33554432000 4194304 5654031 140736957758576 140736957746392 4209222 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 34190 32072 142 357 0 33830 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 208504

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5876
/proc/meminfo: memFree=28015324/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=138308 CPUtime=209.6 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 28874 0 0 0 20950 10 0 0 20 0 1 0 274384977 141627392 32631 33554432000 4194304 5654031 140736957758576 140736957746392 4232559 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 34577 32631 142 357 0 34217 0
Current children cumulated CPU time (s) 222.16

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

/proc/meminfo: memFree=27958212/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=218484 CPUtime=1229.43 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 32308 0 0 0 122925 18 0 0 20 0 1 0 274384977 223727616 50348 33554432000 4194304 5654031 140736957758576 140736957746392 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 54621 50348 142 357 0 54261 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 290228

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5982
/proc/meminfo: memFree=27954924/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=218484 CPUtime=1289.42 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 32658 0 0 0 128924 18 0 0 20 0 1 0 274384977 223727616 52739 33554432000 4194304 5654031 140736957758576 140736957746392 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 54621 52739 142 357 0 54261 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 290228

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5982
/proc/meminfo: memFree=27959904/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=218484 CPUtime=1349.41 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 33077 0 0 0 134921 20 0 0 20 0 1 0 274384977 223727616 48812 33554432000 4194304 5654031 140736957758576 140736957746392 4232566 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 54621 48812 142 357 0 54261 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 290228

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5982
/proc/meminfo: memFree=27938992/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=218484 CPUtime=1409.41 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 33083 0 0 0 140921 20 0 0 20 0 1 0 274384977 223727616 51884 33554432000 4194304 5654031 140736957758576 140736957746392 4214944 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 54621 51884 142 357 0 54261 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 290228

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 5986
/proc/meminfo: memFree=27943096/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=249304 CPUtime=1469.39 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 33671 0 0 0 146918 21 0 0 20 0 1 0 274384977 255287296 54511 33554432000 4194304 5654031 140736957758576 140736957746392 4232625 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 62326 54511 142 357 0 61966 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 321048

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 6009
/proc/meminfo: memFree=27953536/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=218484 CPUtime=1529.38 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 33847 0 0 0 152916 22 0 0 20 0 1 0 274384977 223727616 49324 33554432000 4194304 5654031 140736957758576 140736957746392 4232566 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 54621 49324 142 357 0 54261 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 290228

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 6009
/proc/meminfo: memFree=27937224/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=218484 CPUtime=1589.38 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 33851 0 0 0 158915 23 0 0 20 0 1 0 274384977 223727616 51372 33554432000 4194304 5654031 140736957758576 140736957746392 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 54621 51372 142 357 0 54261 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 290228

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 6009
/proc/meminfo: memFree=27916808/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=249304 CPUtime=1649.36 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 34441 0 0 0 164913 23 0 0 20 0 1 0 274384977 255287296 53999 33554432000 4194304 5654031 140736957758576 140736957746392 4233306 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 62326 53999 142 357 0 61966 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 321048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 6009
/proc/meminfo: memFree=27959720/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=218484 CPUtime=1709.36 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 34621 0 0 0 170911 25 0 0 20 0 1 0 274384977 223727616 49324 33554432000 4194304 5654031 140736957758576 140736957746392 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 54621 49324 142 357 0 54261 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 290228

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6010
/proc/meminfo: memFree=27941228/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=218484 CPUtime=1769.35 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 34625 0 0 0 176910 25 0 0 20 0 1 0 274384977 223727616 51372 33554432000 4194304 5654031 140736957758576 140736957746392 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 54621 51372 142 357 0 54261 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 290228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6010
/proc/meminfo: memFree=27934960/32873844 swapFree=7100/7100
[pid=5867] ppid=5865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5867/stat : 5867 (npSolver-pbo-I.) S 5865 5867 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274383715 9367552 275 33554432000 4194304 5064252 140734230921584 140734230920496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5867/statm: 2287 275 233 213 0 72 0
[pid=5868] ppid=5867 vsize=62596 CPUtime=12.56 cores=0,2,4,6
/proc/5868/stat : 5868 (npSolver-pbo) S 5867 5867 2277 0 -1 4202496 11174 66367 0 0 98 162 958 38 20 0 1 0 274383715 64098304 12545 33554432000 4194304 5992684 140735220235216 140735220220120 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 3 0 0
/proc/5868/statm: 15649 12545 183 440 0 15205 0
[pid=5876] ppid=5868 vsize=218484 CPUtime=1787.45 cores=0,2,4,6
/proc/5876/stat : 5876 (glucosInc) R 5868 5867 2277 0 -1 4202496 34626 0 0 0 178720 25 0 0 20 0 1 0 274384977 223727616 51884 33554432000 4194304 5654031 140736957758576 140736957746392 4208584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5876/statm: 54621 51884 142 357 0 54261 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 290228

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.05
CPU user time (s): 1797.78
CPU system time (s): 2.27265
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 370368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.78
system time used= 2.27265
maximum resident set size= 266460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 198768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 657
involuntary context switches= 2378

runsolver used 2.87856 second user time and 9.58054 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 03:36:07
IDJOB=3700120
IDBENCH=48276
IDSOLVER=2276
FILE ID=node111/3700120-1338082567
RUNJOBID= node111-1338052066-2293
PBS_JOBID= 14624388
Free space on /tmp= 71656 MiB

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

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

MD5SUM BENCH= 6856221d5d444d2079d321f11fb11f0b
RANDOM SEED=1597441807

node111.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.152
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.30
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.152
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.152
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28278924 kB
Buffers:          301584 kB
Cached:          3296900 kB
SwapCached:            0 kB
Active:          1101772 kB
Inactive:        2676188 kB
Active(anon):     181772 kB
Inactive(anon):        0 kB
Active(file):     920000 kB
Inactive(file):  2676188 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10092 kB
Writeback:             0 kB
AnonPages:        277592 kB
Mapped:            15780 kB
Shmem:               200 kB
Slab:             676632 kB
SReclaimable:     119320 kB
SUnreclaim:       557312 kB
KernelStack:        1504 kB
PageTables:         4400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     302320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 71596 MiB
End job on node111 at 2012-05-27 04:06:08