Trace number 3699151

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.15 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__64.opb
MD5SUM5aed6138edeb8c25258479e857e113ee
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72709
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19298
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint64
Maximum length of a constraint1089
Number of terms in the objective function 19200
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 692922048
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 692922048
Number of bits of the biggest sum of numbers30
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.16	c run inc solver
0.00/0.16	c [INC SYSTEM] run initial solver
0.00/0.16	c [INC SYSTEM] preprocess with white file
1.08/1.18	c [INC SYSTEM] finished preprocessing in 1 s
1.08/1.18	c [INC SYSTEM] execute solver
1.17/1.33	c [INC SEARCH] formula is SAT
1.17/1.34	c [INC SYSTEM] solved the initial formula
1.17/1.36	c model valid
1.17/1.36	c current solution ok
1.83/2.02	o 118137
1.83/2.02	c execute binary inc search
1.83/2.02	c [INC SEARCH] current bound: 59068
1.83/2.02	c [INC SEARCH] iteration: 0
1.83/2.02	c [INC SEARCH] lower bound: 0 upperbound 118137 current bound: 59068 best value:118137
1.83/2.02	c [INC SYSTEM] there exists a inc, kill it!
1.83/2.02	c write failed with 2
1.83/2.02	c [INC SYSTEM] create new solver instance
1.83/2.02	c [INC] encode full formula
1.83/2.02	c fallback to adder encoding
3.38/3.43	c set iterative enc to: adder
3.38/3.43	c set iterative enc to: none
3.58/3.65	c [INC SEARCH] isOptimum variable: 0
1800.11/1800.51	c an unexpexted return value has been received, exit
1800.11/1800.51	s UNKNOWN
1800.11/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.11/1800.51	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-3699151-1338084508/watcher-3699151-1338084508 -o /tmp/evaluation-result-3699151-1338084508/solver-3699151-1338084508 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699151-1338084508.opb 334184763 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: 4.09 2.71 2.25 3/177 23133
/proc/meminfo: memFree=26518704/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0

[startup+0.088381 s]
/proc/loadavg: 4.09 2.71 2.25 3/177 23133
/proc/meminfo: memFree=26518704/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100297 s]
/proc/loadavg: 4.09 2.71 2.25 3/177 23133
/proc/meminfo: memFree=26518704/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300216 s]
/proc/loadavg: 4.09 2.71 2.25 3/177 23133
/proc/meminfo: memFree=26518704/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700319 s]
/proc/loadavg: 4.09 2.71 2.25 3/177 23133
/proc/meminfo: memFree=26518704/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 4.09 2.71 2.25 4/181 23137
/proc/meminfo: memFree=26384144/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=18276 CPUtime=1.33 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) R 23133 23133 18146 0 -1 4202496 4559 17850 0 0 20 15 92 6 20 0 1 0 274576224 18714624 4008 33554432000 4194304 5992684 140737410974208 140737410968392 5179696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 4569 4008 175 440 0 4125 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 27424

[startup+3.10037 s]
/proc/loadavg: 4.00 2.72 2.26 3/180 23141
/proc/meminfo: memFree=26248068/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=167556 CPUtime=3.09 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) R 23133 23133 18146 0 -1 4202496 11369 26663 0 0 131 63 105 10 20 0 1 0 274576224 171577344 26759 33554432000 4194304 5992684 140737410974208 140737410965992 4606658 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 41889 26759 187 440 0 41445 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 176704

[startup+6.30042 s]
/proc/loadavg: 4.00 2.72 2.26 2/181 23143
/proc/meminfo: memFree=25199744/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=292096 CPUtime=2.63 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 49316 0 0 0 251 12 0 0 20 0 1 0 274576589 299106304 65389 33554432000 4194304 5654031 140736411755152 140736411752760 4215372 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23143/statm: 73024 65389 140 357 0 72664 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 337728

[startup+12.7004 s]
/proc/loadavg: 4.00 2.76 2.27 2/181 23143
/proc/meminfo: memFree=24889428/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=292360 CPUtime=9.03 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 49410 0 0 0 891 12 0 0 20 0 1 0 274576589 299376640 65994 33554432000 4194304 5654031 140736411755152 140736411752936 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23143/statm: 73090 65994 141 357 0 72730 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 337992

[startup+25.5003 s]
/proc/loadavg: 4.00 2.80 2.29 2/174 23166
/proc/meminfo: memFree=28204432/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=292360 CPUtime=21.83 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 49415 0 0 0 2170 13 0 0 20 0 1 0 274576589 299376640 65999 33554432000 4194304 5654031 140736411755152 140736411752936 4215081 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23143/statm: 73090 65999 141 357 0 72730 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 337992

[startup+51.1003 s]
/proc/loadavg: 3.37 2.75 2.29 3/180 23189
/proc/meminfo: memFree=28250028/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=292360 CPUtime=47.42 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 49415 0 0 0 4727 15 0 0 20 0 1 0 274576589 299376640 65999 33554432000 4194304 5654031 140736411755152 140736411752936 4215353 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23143/statm: 73090 65999 141 357 0 72730 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 337992

[startup+102.3 s]
/proc/loadavg: 2.63 2.65 2.27 3/180 23193
/proc/meminfo: memFree=28243228/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=292492 CPUtime=98.61 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 49451 0 0 0 9846 15 0 0 20 0 1 0 274576589 299511808 66549 33554432000 4194304 5654031 140736411755152 140736411752936 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23143/statm: 73123 66549 141 357 0 72763 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 338124

[startup+162.307 s]
/proc/loadavg: 2.21 2.52 2.25 3/179 23193
/proc/meminfo: memFree=28173192/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=295700 CPUtime=158.6 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 50360 0 0 0 15845 15 0 0 20 0 1 0 274576589 302796800 67511 33554432000 4194304 5654031 140736411755152 140736411753048 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23143/statm: 73925 67511 141 357 0 73565 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 341332

[startup+222.3 s]
/proc/loadavg: 2.08 2.43 2.24 3/179 23193
/proc/meminfo: memFree=28166004/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=299016 CPUtime=218.58 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 51087 0 0 0 21843 15 0 0 20 0 1 0 274576589 306192384 68232 33554432000 4194304 5654031 140736411755152 140736411742968 4209137 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23143/statm: 74754 68232 142 357 0 74394 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 344648

[startup+282.3 s]
/proc/loadavg: 2.03 2.34 2.22 3/179 23203
/proc/meminfo: memFree=28267732/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7

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

/proc/meminfo: memFree=27890204/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=321144 CPUtime=1298.37 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 57907 0 0 0 129810 27 0 0 20 0 1 0 274576589 328851456 76973 33554432000 4194304 5654031 140736411755152 140736411742968 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 80286 76973 142 357 0 79926 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 366776

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.11 3/179 23326
/proc/meminfo: memFree=27878076/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=371232 CPUtime=1358.36 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 58293 0 0 0 135808 28 0 0 20 0 1 0 274576589 380141568 77870 33554432000 4194304 5654031 140736411755152 140736411742968 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 92808 77870 142 357 0 92448 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 416864

[startup+1422.3 s]
/proc/loadavg: 2.00 2.04 2.10 3/179 23326
/proc/meminfo: memFree=27863432/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=373212 CPUtime=1418.35 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 58368 0 0 0 141807 28 0 0 20 0 1 0 274576589 382169088 78967 33554432000 4194304 5654031 140736411755152 140736411742968 4215124 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 93303 78967 142 357 0 92943 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 418844

[startup+1482.31 s]
/proc/loadavg: 2.00 2.03 2.09 3/179 23326
/proc/meminfo: memFree=27882716/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=373212 CPUtime=1478.34 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 58447 0 0 0 147806 28 0 0 20 0 1 0 274576589 382169088 79557 33554432000 4194304 5654031 140736411755152 140736411742968 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 93303 79557 142 357 0 92943 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 418844

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/179 23326
/proc/meminfo: memFree=27870304/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=373212 CPUtime=1538.33 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 58501 0 0 0 153805 28 0 0 20 0 1 0 274576589 382169088 80633 33554432000 4194304 5654031 140736411755152 140736411742968 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 93303 80633 142 357 0 92943 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 418844

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/179 23326
/proc/meminfo: memFree=27862920/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=373212 CPUtime=1598.33 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 58639 0 0 0 159804 29 0 0 20 0 1 0 274576589 382169088 81282 33554432000 4194304 5654031 140736411755152 140736411742968 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 93303 81282 142 357 0 92943 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 418844

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 23327
/proc/meminfo: memFree=27863936/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=375300 CPUtime=1658.3 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 58909 0 0 0 165801 29 0 0 20 0 1 0 274576589 384307200 82561 33554432000 4194304 5654031 140736411755152 140736411742968 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 93825 82561 142 357 0 93465 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 420932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 23327
/proc/meminfo: memFree=27852788/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=375300 CPUtime=1718.28 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 58940 0 0 0 171799 29 0 0 20 0 1 0 274576589 384307200 83602 33554432000 4194304 5654031 140736411755152 140736411742968 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 93825 83602 142 357 0 93465 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 420932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 23327
/proc/meminfo: memFree=27877208/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=325212 CPUtime=1778.27 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 59628 0 0 0 177797 30 0 0 20 0 1 0 274576589 333017088 76441 33554432000 4194304 5654031 140736411755152 140736411742968 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 81303 76441 142 357 0 80943 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 370844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 23327
/proc/meminfo: memFree=27871872/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=325212 CPUtime=1796.48 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 59630 0 0 0 179618 30 0 0 20 0 1 0 274576589 333017088 76954 33554432000 4194304 5654031 140736411755152 140736411742968 4232784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 81303 76954 142 357 0 80943 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 370844

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 23327
/proc/meminfo: memFree=27871872/32873852 swapFree=6848/6848
[pid=23133] ppid=23131 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23133/stat : 23133 (npSolver-pbo-I.) S 23131 23133 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274576224 9367552 274 33554432000 4194304 5064252 140736162422800 140736162421712 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23133/statm: 2287 274 233 213 0 72 0
[pid=23134] ppid=23133 vsize=36484 CPUtime=3.63 cores=1,3,5,7
/proc/23134/stat : 23134 (npSolver-pbo) S 23133 23133 18146 0 -1 4202496 11937 27178 0 0 167 80 105 11 20 0 1 0 274576224 37359616 8572 33554432000 4194304 5992684 140737410974208 140737410959112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23134/statm: 9121 8572 187 440 0 8677 0
[pid=23143] ppid=23134 vsize=325212 CPUtime=1796.48 cores=1,3,5,7
/proc/23143/stat : 23143 (glucosInc) R 23134 23133 18146 0 -1 4202496 59630 0 0 0 179618 30 0 0 20 0 1 0 274576589 333017088 76954 33554432000 4194304 5654031 140736411755152 140736411742968 4232784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23143/statm: 81303 76954 142 357 0 80943 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 370844

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.15
CPU user time (s): 1798.92
CPU system time (s): 1.23481
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 501072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.23481
maximum resident set size= 407760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99122
page faults= 0
swaps= 0
block input operations= 0
block output operations= 253640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254
involuntary context switches= 2387

runsolver used 5.55715 second user time and 15.3967 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-27 04:08:28
IDJOB=3699151
IDBENCH=71885
IDSOLVER=2276
FILE ID=node129/3699151-1338084508
RUNJOBID= node129-1338052936-18163
PBS_JOBID= 14624400
Free space on /tmp= 70856 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__64.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699151-1338084508/watcher-3699151-1338084508 -o /tmp/evaluation-result-3699151-1338084508/solver-3699151-1338084508 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699151-1338084508.opb 334184763 HOME HOME

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

MD5SUM BENCH= 5aed6138edeb8c25258479e857e113ee
RANDOM SEED=334184763

node129.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.957
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.91
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.957
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.957
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.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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:       32873852 kB
MemFree:        26521652 kB
Buffers:          302820 kB
Cached:          3297084 kB
SwapCached:            0 kB
Active:          3373992 kB
Inactive:        2106960 kB
Active(anon):    1882960 kB
Inactive(anon):        0 kB
Active(file):    1491032 kB
Inactive(file):  2106960 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            371208 kB
Writeback:             0 kB
AnonPages:       1866612 kB
Mapped:            15580 kB
Shmem:               204 kB
Slab:             708808 kB
SReclaimable:     146860 kB
SUnreclaim:       561948 kB
KernelStack:        1448 kB
PageTables:         7656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2415296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    729088 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= 70996 MiB
End job on node129 at 2012-05-27 04:38:28