Trace number 3700137

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_500_10_2.opb
MD5SUMfc8bff78845ab9a14b2d06ab749e4dc4
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-144
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -137
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

Solver Data

0.00/0.10	c run inc solver
0.00/0.10	c [INC SYSTEM] run initial solver
0.00/0.10	c [INC SYSTEM] preprocess with white file
0.98/1.06	c [INC SYSTEM] finished preprocessing in 0 s
0.98/1.06	c [INC SYSTEM] execute solver
2.77/2.89	c [INC SEARCH] formula is SAT
2.77/2.89	c [INC SYSTEM] solved the initial formula
2.88/2.90	c model valid
2.88/2.90	c current solution ok
3.07/3.18	o -86
3.07/3.18	c execute binary inc search
3.07/3.18	c [INC SEARCH] current bound: 207
3.07/3.18	c [INC SEARCH] iteration: 0
3.07/3.18	c [INC SEARCH] lower bound: 0 upperbound 414 current bound: 207 best value:414
3.07/3.18	c [INC SYSTEM] there exists a inc, kill it!
3.07/3.18	c write failed with 2
3.07/3.18	c [INC SYSTEM] create new solver instance
3.07/3.18	c [INC] encode full formula
3.07/3.18	c (debug) using card networks
3.07/3.19	c set iterative enc to: card
3.07/3.19	c set iterative enc to: none
3.07/3.19	c [INC SEARCH] isOptimum variable: 0
625.97/626.13	c [INC SEARCH] formula is UNSAT
625.97/626.13	c [INC SYSTEM] there exists a inc, kill it!
625.97/626.13	c write failed with 2
625.97/626.13	c sat variable: 0 optimum/unsat variable: 1
625.97/626.13	c [INC SEARCH] set lower bound to 208 upperbound 414
625.97/626.13	c [INC SEARCH] current bound: 311
625.97/626.13	c [INC SEARCH] iteration: 1
625.97/626.13	c [INC SEARCH] lower bound: 208 upperbound 414 current bound: 311 best value:414
625.97/626.13	c [INC SYSTEM] create new solver instance
625.97/626.13	c [INC] encode full formula
625.97/626.13	c (debug) using card networks
625.97/626.14	c set iterative enc to: card
625.97/626.14	c set iterative enc to: none
625.97/626.15	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

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-3700137-1338081596/watcher-3700137-1338081596 -o /tmp/evaluation-result-3700137-1338081596/solver-3700137-1338081596 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700137-1338081596.opb 275483092 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.02 2.02 2.00 3/177 8896
/proc/meminfo: memFree=29823496/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0

[startup+0.045966 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8896
/proc/meminfo: memFree=29823496/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8896
/proc/meminfo: memFree=29823496/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300159 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8896
/proc/meminfo: memFree=29823496/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700162 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8896
/proc/meminfo: memFree=29823496/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 8900
/proc/meminfo: memFree=29758796/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=11024 CPUtime=1.04 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 3144 12579 0 0 9 0 85 10 20 0 1 0 274285085 11288576 2326 33554432000 4194304 5992684 140733594790144 140733594776408 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 2756 2326 171 440 0 2312 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 20172

[startup+3.1003 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 8902
/proc/meminfo: memFree=29790668/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=12524 CPUtime=1.25 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) R 8896 8896 5385 0 -1 4202496 3648 12579 0 0 13 17 85 10 20 0 1 0 274285085 12824576 2688 33554432000 4194304 5992684 140733594790144 140733594776408 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3131 2688 178 440 0 2687 0
[pid=8902] ppid=8897 vsize=25136 CPUtime=1.82 cores=0,2,4,6
/proc/8902/stat : 8902 (glucosInc) S 8897 8896 5385 0 -1 4202496 4897 0 0 0 181 1 0 0 20 0 1 0 274285192 25739264 5189 33554432000 4194304 5654031 140734478746368 140734478744680 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8902/statm: 6284 5189 146 357 0 5924 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 46808

[startup+6.30031 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 8908
/proc/meminfo: memFree=29768700/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=3.18 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4148 18515 0 0 15 24 266 13 20 0 1 0 274285085 13631488 2874 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2874 181 440 0 2884 0
[pid=8905] ppid=8897 vsize=26848 CPUtime=3.09 cores=0,2,4,6
/proc/8905/stat : 8905 (glucosInc) R 8897 8896 5385 0 -1 4202496 5885 0 0 0 307 2 0 0 20 0 1 0 274285405 27492352 6082 33554432000 4194304 5654031 140733551966208 140733551954024 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8905/statm: 6712 6082 141 357 0 6352 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 49308

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 8909
/proc/meminfo: memFree=29773292/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=3.18 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4148 18515 0 0 15 24 266 13 20 0 1 0 274285085 13631488 2874 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2874 181 440 0 2884 0
[pid=8905] ppid=8897 vsize=30600 CPUtime=9.49 cores=0,2,4,6
/proc/8905/stat : 8905 (glucosInc) R 8897 8896 5385 0 -1 4202496 7097 0 0 0 946 3 0 0 20 0 1 0 274285405 31334400 7011 33554432000 4194304 5654031 140733551966208 140733551954024 4208641 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8905/statm: 7650 7011 142 357 0 7290 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 53060

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 8909
/proc/meminfo: memFree=29756812/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=3.18 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4148 18515 0 0 15 24 266 13 20 0 1 0 274285085 13631488 2874 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2874 181 440 0 2884 0
[pid=8905] ppid=8897 vsize=39908 CPUtime=22.28 cores=0,2,4,6
/proc/8905/stat : 8905 (glucosInc) R 8897 8896 5385 0 -1 4202496 9129 0 0 0 2225 3 0 0 20 0 1 0 274285405 40865792 9212 33554432000 4194304 5654031 140733551966208 140733551954024 4234964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8905/statm: 9977 9212 142 357 0 9617 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 62368

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 8909
/proc/meminfo: memFree=29745192/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=3.18 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4148 18515 0 0 15 24 266 13 20 0 1 0 274285085 13631488 2874 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2874 181 440 0 2884 0
[pid=8905] ppid=8897 vsize=47048 CPUtime=47.88 cores=0,2,4,6
/proc/8905/stat : 8905 (glucosInc) R 8897 8896 5385 0 -1 4202496 9599 0 0 0 4784 4 0 0 20 0 1 0 274285405 48177152 11201 33554432000 4194304 5654031 140733551966208 140733551954024 4232505 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8905/statm: 11762 11201 142 357 0 11402 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 69508

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 8909
/proc/meminfo: memFree=29689840/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=3.18 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4148 18515 0 0 15 24 266 13 20 0 1 0 274285085 13631488 2874 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2874 181 440 0 2884 0
[pid=8905] ppid=8897 vsize=77536 CPUtime=99.07 cores=0,2,4,6
/proc/8905/stat : 8905 (glucosInc) R 8897 8896 5385 0 -1 4202496 10896 0 0 0 9902 5 0 0 20 0 1 0 274285405 79396864 18164 33554432000 4194304 5654031 140733551966208 140733551954024 4232544 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8905/statm: 19384 18164 142 357 0 19024 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 99996

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8909
/proc/meminfo: memFree=29673452/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=3.18 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4148 18515 0 0 15 24 266 13 20 0 1 0 274285085 13631488 2874 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2874 181 440 0 2884 0
[pid=8905] ppid=8897 vsize=96392 CPUtime=159.05 cores=0,2,4,6
/proc/8905/stat : 8905 (glucosInc) R 8897 8896 5385 0 -1 4202496 11679 0 0 0 15899 6 0 0 20 0 1 0 274285405 98705408 21731 33554432000 4194304 5654031 140733551966208 140733551954024 4232694 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8905/statm: 24098 21731 142 357 0 23738 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 118852

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8909
/proc/meminfo: memFree=29657504/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=3.18 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4148 18515 0 0 15 24 266 13 20 0 1 0 274285085 13631488 2874 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2874 181 440 0 2884 0
[pid=8905] ppid=8897 vsize=96392 CPUtime=219.05 cores=0,2,4,6
/proc/8905/stat : 8905 (glucosInc) R 8897 8896 5385 0 -1 4202496 11912 0 0 0 21898 7 0 0 20 0 1 0 274285405 98705408 23493 33554432000 4194304 5654031 140733551966208 140733551954024 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8905/statm: 24098 23493 142 357 0 23738 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 118852

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8909
/proc/meminfo: memFree=29635656/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=29683144/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=172264 CPUtime=616.04 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 15508 0 0 0 61594 10 0 0 20 0 1 0 274347700 176398336 36941 33554432000 4194304 5654031 140735605064272 140735605052088 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 43066 36941 141 357 0 42706 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 194724

[startup+1302.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 9130
/proc/meminfo: memFree=29737532/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=122944 CPUtime=676.03 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 15820 0 0 0 67593 10 0 0 20 0 1 0 274347700 125894656 25387 33554432000 4194304 5654031 140735605064272 140735605052088 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 30736 25387 141 357 0 30376 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 145404

[startup+1362.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 9130
/proc/meminfo: memFree=29674436/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=172264 CPUtime=736.02 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 17027 0 0 0 73590 12 0 0 20 0 1 0 274347700 176398336 34381 33554432000 4194304 5654031 140735605064272 140735605052088 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 43066 34381 141 357 0 42706 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 194724

[startup+1422.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 9130
/proc/meminfo: memFree=29685264/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=172264 CPUtime=796.01 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 17931 0 0 0 79587 14 0 0 20 0 1 0 274347700 176398336 34381 33554432000 4194304 5654031 140735605064272 140735605052088 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 43066 34381 141 357 0 42706 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 194724

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 9130
/proc/meminfo: memFree=29689376/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=172264 CPUtime=856 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 18249 0 0 0 85585 15 0 0 20 0 1 0 274347700 176398336 37453 33554432000 4194304 5654031 140735605064272 140735605052088 4232632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 43066 37453 141 357 0 42706 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 194724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 9130
/proc/meminfo: memFree=29627408/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=216692 CPUtime=915.99 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 20345 0 0 0 91581 18 0 0 20 0 1 0 274347700 221892608 45729 33554432000 4194304 5654031 140735605064272 140735605062360 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 54173 45729 141 357 0 53813 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 239152

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 9131
/proc/meminfo: memFree=29641340/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=216692 CPUtime=975.98 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 21424 0 0 0 97578 20 0 0 20 0 1 0 274347700 221892608 46412 33554432000 4194304 5654031 140735605064272 140735605052088 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 54173 46412 141 357 0 53813 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 239152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9131
/proc/meminfo: memFree=29616036/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=216692 CPUtime=1035.97 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 22334 0 0 0 103575 22 0 0 20 0 1 0 274347700 221892608 46412 33554432000 4194304 5654031 140735605064272 140735605052088 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 54173 46412 141 357 0 53813 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 239152

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9131
/proc/meminfo: memFree=29640888/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=185872 CPUtime=1095.96 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 22652 0 0 0 109573 23 0 0 20 0 1 0 274347700 190332928 45321 33554432000 4194304 5654031 140735605064272 140735605052088 4232949 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 46468 45321 141 357 0 46108 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 208332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9175
/proc/meminfo: memFree=29738764/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=216692 CPUtime=1155.96 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 23927 0 0 0 115570 26 0 0 20 0 1 0 274347700 221892608 45681 33554432000 4194304 5654031 140735605064272 140735605052088 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 54173 45681 141 357 0 53813 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 239152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 9175
/proc/meminfo: memFree=29711284/32873852 swapFree=7624/7624
[pid=8896] ppid=8894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8896/stat : 8896 (npSolver-pbo-I.) S 8894 8896 5385 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274285085 9367552 275 33554432000 4194304 5064252 140735295258400 140735295257312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8896/statm: 2287 275 233 213 0 72 0
[pid=8897] ppid=8896 vsize=13312 CPUtime=626.02 cores=0,2,4,6
/proc/8897/stat : 8897 (npSolver-pbo) S 8896 8896 5385 0 -1 4202496 4651 31777 0 0 16 24 62541 21 20 0 1 0 274285085 13631488 2889 33554432000 4194304 5992684 140733594790144 140733594775048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8897/statm: 3328 2889 182 440 0 2884 0
[pid=8917] ppid=8897 vsize=216692 CPUtime=1174.06 cores=0,2,4,6
/proc/8917/stat : 8917 (glucosInc) R 8897 8896 5385 0 -1 4202496 24154 0 0 0 117380 26 0 0 20 0 1 0 274347700 221892608 48460 33554432000 4194304 5654031 140735605064272 140735605052088 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8917/statm: 54173 48460 141 357 0 53813 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 239152

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): 1799.39
CPU system time (s): 0.728889
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 239152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.728889
maximum resident set size= 195888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60963
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163
involuntary context switches= 2016

runsolver used 3.49647 second user time and 7.74782 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-27 03:19:56
IDJOB=3700137
IDBENCH=48256
IDSOLVER=2276
FILE ID=node131/3700137-1338081596
RUNJOBID= node131-1338049646-5401
PBS_JOBID= 14624376
Free space on /tmp= 71580 MiB

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

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

MD5SUM BENCH= fc8bff78845ab9a14b2d06ab749e4dc4
RANDOM SEED=275483092

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:        29824132 kB
Buffers:          312548 kB
Cached:          1864416 kB
SwapCached:         2236 kB
Active:           672276 kB
Inactive:        1543540 kB
Active(anon):      40460 kB
Inactive(anon):      484 kB
Active(file):     631816 kB
Inactive(file):  1543056 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             20388 kB
Writeback:             0 kB
AnonPages:         45596 kB
Mapped:            15696 kB
Shmem:                 0 kB
Slab:             694048 kB
SReclaimable:     136612 kB
SUnreclaim:       557436 kB
KernelStack:        1504 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     163936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 71700 MiB
End job on node131 at 2012-05-27 03:49:57