Trace number 3749307

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_2.opb
MD5SUMcb610107b772b4f0726736eafa902b12
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1796.96
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint61
Maximum length of a constraint110
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 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75286
Sum of products size (including duplicates)150572
Number of different products75286
Sum of products size150572

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.17/1.24	c [INC SYSTEM] finished preprocessing in 1 s
1.17/1.24	c [INC SYSTEM] execute solver
1.22/1.32	c [INC SEARCH] formula is SAT
1.22/1.32	c [INC SYSTEM] solved the initial formula
1.22/1.36	c model valid
1.22/1.36	c current solution ok
1.49/1.60	o 999
1.49/1.60	c execute binary inc search
1.49/1.60	c [INC SEARCH] current bound: 499
1.49/1.60	c [INC SEARCH] iteration: 0
1.49/1.60	c [INC SEARCH] lower bound: 0 upperbound 999 current bound: 499 best value:999
1.49/1.60	c [INC SYSTEM] there exists a inc, kill it!
1.49/1.60	c write failed with 2
1.49/1.61	c [INC SYSTEM] create new solver instance
1.49/1.61	c [INC] encode full formula
1.49/1.61	c (debug) using card networks
1.49/1.61	c old isEQ: 160, new EQ is 0
1.49/1.63	c set iterative enc to: card
1.49/1.63	c set iterative enc to: none
1.49/1.64	c [INC SEARCH] isOptimum variable: 0
3.76/3.90	c [INC SEARCH] formula is SAT
3.86/3.90	c [INC SEARCH] copied best model
3.86/3.90	c sat variable: 1 optimum/unsat variable: 0
3.86/3.94	c model valid
3.86/3.94	c current solution ok
3.86/3.94	o 42
3.86/3.94	c [INC SEARCH] current bound: 21
3.86/3.94	c [INC SEARCH] iteration: 1
3.86/3.94	c [INC SEARCH] lower bound: 0 upperbound 42 current bound: 21 best value:42
3.86/3.94	c [INC SYSTEM] there exists a inc, kill it!
3.86/3.94	c write failed with 2
3.86/3.94	c [INC SYSTEM] create new solver instance
3.86/3.94	c [INC] encode full formula
3.86/3.94	c (debug) using card networks
3.86/3.94	c old isEQ: 96, new EQ is 0
3.86/3.95	c set iterative enc to: card
3.86/3.95	c set iterative enc to: none
3.86/3.96	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-3749307-1339129508/watcher-3749307-1339129508 -o /tmp/evaluation-result-3749307-1339129508/solver-3749307-1339129508 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749307-1339129508.opb 1957156000 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: 1.97 2.01 2.00 3/180 11521
/proc/meminfo: memFree=30760592/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0

[startup+0.00820003 s]
/proc/loadavg: 1.97 2.01 2.00 3/180 11521
/proc/meminfo: memFree=30760592/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100251 s]
/proc/loadavg: 1.97 2.01 2.00 3/180 11521
/proc/meminfo: memFree=30760592/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300267 s]
/proc/loadavg: 1.97 2.01 2.00 3/180 11521
/proc/meminfo: memFree=30760592/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700285 s]
/proc/loadavg: 1.97 2.01 2.00 3/180 11521
/proc/meminfo: memFree=30760592/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 1.97 2.01 2.00 3/184 11525
/proc/meminfo: memFree=30679324/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=1.4 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) R 11521 11521 8001 0 -1 4202496 5429 15815 0 0 21 13 81 25 20 0 1 0 22917786 15233024 3250 33554432000 4194304 6004724 140737404546912 140737404533192 5190832 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3250 159 442 0 3273 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 24024

[startup+3.10033 s]
/proc/loadavg: 1.97 2.01 2.00 3/183 11530
/proc/meminfo: memFree=30711832/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=1.62 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 6620 20896 0 0 25 21 89 27 20 0 1 0 22917786 15233024 3268 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3268 177 442 0 3273 0
[pid=11530] ppid=11522 vsize=34848 CPUtime=1.44 cores=1,3,5,7
/proc/11530/stat : 11530 (glucosInc) R 11522 11521 8001 0 -1 4202496 7199 0 0 0 143 1 0 0 20 0 1 0 22917950 35684352 7960 33554432000 4194304 5654031 140735659046688 140735659044296 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11530/statm: 8712 7960 131 357 0 8352 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 58872

[startup+6.30038 s]
/proc/loadavg: 2.06 2.02 2.01 3/183 11532
/proc/meminfo: memFree=30682376/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=32756 CPUtime=2.32 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 6211 0 0 0 231 1 0 0 20 0 1 0 22918182 33542144 6509 33554432000 4194304 5654031 140737097065328 140737097063112 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 8189 6509 131 357 0 7829 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 56780

[startup+12.7004 s]
/proc/loadavg: 2.05 2.02 2.01 3/183 11532
/proc/meminfo: memFree=30657760/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=38976 CPUtime=8.72 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 9574 0 0 0 870 2 0 0 20 0 1 0 22918182 39911424 8129 33554432000 4194304 5654031 140737097065328 140737097063112 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 9744 8129 142 357 0 9384 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 63000

[startup+25.5004 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 11532
/proc/meminfo: memFree=30619820/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=107068 CPUtime=21.52 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 12629 0 0 0 2147 5 0 0 20 0 1 0 22918182 109637632 22405 33554432000 4194304 5654031 140737097065328 140737097063416 4214990 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 26767 22405 142 357 0 26407 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 131092

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 2.01 3/183 11532
/proc/meminfo: memFree=30635260/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=137888 CPUtime=47.12 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 14872 0 0 0 4703 9 0 0 20 0 1 0 22918182 141197312 27084 33554432000 4194304 5654031 140737097065328 140737097063416 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 34472 27084 142 357 0 34112 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 161912

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 11532
/proc/meminfo: memFree=30639176/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=107068 CPUtime=98.31 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 18332 0 0 0 9816 15 0 0 20 0 1 0 22918182 109637632 25496 33554432000 4194304 5654031 140737097065328 140737097063416 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 26767 25496 142 357 0 26407 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 131092

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 11532
/proc/meminfo: memFree=30553272/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=187976 CPUtime=158.3 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 22686 0 0 0 15808 22 0 0 20 0 1 0 22918182 192487424 39990 33554432000 4194304 5654031 140737097065328 140737097063416 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 46994 39990 142 357 0 46634 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 212000

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 11532
/proc/meminfo: memFree=30577496/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=137888 CPUtime=218.27 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 27984 0 0 0 21795 32 0 0 20 0 1 0 22918182 141197312 28214 33554432000 4194304 5654031 140737097065328 140737097063416 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 34472 28214 142 357 0 34112 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 161912

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 11532
/proc/meminfo: memFree=30533124/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=30329676/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=269364 CPUtime=1238.06 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 54959 0 0 0 123704 102 0 0 20 0 1 0 22918182 275828736 60544 33554432000 4194304 5654031 140737097065328 140737097063416 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 67341 60544 142 357 0 66981 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 293388

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 11543
/proc/meminfo: memFree=30552748/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=187976 CPUtime=1298.06 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 56475 0 0 0 129701 105 0 0 20 0 1 0 22918182 192487424 34195 33554432000 4194304 5654031 140737097065328 140737097063416 4232994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 46994 34195 142 357 0 46634 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 212000

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 11543
/proc/meminfo: memFree=30342316/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=269364 CPUtime=1358.05 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 57204 0 0 0 135697 108 0 0 20 0 1 0 22918182 275828736 58941 33554432000 4194304 5654031 140737097065328 140737097063416 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 67341 58941 142 357 0 66981 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 293388

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 11587
/proc/meminfo: memFree=30326652/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=401624 CPUtime=1418.03 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 57766 0 0 0 141694 109 0 0 20 0 1 0 22918182 411262976 79421 33554432000 4194304 5654031 140737097065328 140737097063416 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 100406 79421 142 357 0 100046 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 425648

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11587
/proc/meminfo: memFree=30412376/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=269364 CPUtime=1478.02 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 59029 0 0 0 147688 114 0 0 20 0 1 0 22918182 275828736 55936 33554432000 4194304 5654031 140737097065328 140737097063416 4214974 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 67341 55936 142 357 0 66981 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 293388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11591
/proc/meminfo: memFree=30341872/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=401624 CPUtime=1538.01 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 59579 0 0 0 153686 115 0 0 20 0 1 0 22918182 411262976 75904 33554432000 4194304 5654031 140737097065328 140737097063416 4215126 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 100406 75904 142 357 0 100046 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 425648

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11591
/proc/meminfo: memFree=30432240/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=187976 CPUtime=1598 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 60589 0 0 0 159681 119 0 0 20 0 1 0 22918182 192487424 44437 33554432000 4194304 5654031 140737097065328 140737097063416 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 46994 44437 142 357 0 46634 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 212000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11591
/proc/meminfo: memFree=30318916/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=269364 CPUtime=1657.99 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 61311 0 0 0 165678 121 0 0 20 0 1 0 22918182 275828736 65597 33554432000 4194304 5654031 140737097065328 140737097063416 4215014 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 67341 65597 142 357 0 66981 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 293388

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11591
/proc/meminfo: memFree=30245620/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=401624 CPUtime=1717.98 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 61857 0 0 0 171675 123 0 0 20 0 1 0 22918182 411262976 83517 33554432000 4194304 5654031 140737097065328 140737097063416 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 100406 83517 142 357 0 100046 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 425648

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11591
/proc/meminfo: memFree=30386992/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=269364 CPUtime=1777.97 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 63100 0 0 0 177670 127 0 0 20 0 1 0 22918182 275828736 47744 33554432000 4194304 5654031 140737097065328 140737097063416 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 67341 47744 142 357 0 66981 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 293388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11591
/proc/meminfo: memFree=30362228/32873844 swapFree=7124/7124
[pid=11521] ppid=11519 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11521/stat : 11521 (npSolver-pbo-I.) S 11519 11521 8001 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22917786 9367552 274 33554432000 4194304 5064252 140736384233664 140736384232576 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 2287 274 233 213 0 72 0
[pid=11522] ppid=11521 vsize=14876 CPUtime=3.94 cores=1,3,5,7
/proc/11522/stat : 11522 (npSolver-pbo) S 11521 11521 8001 0 -1 4202496 7823 29082 0 0 30 22 312 30 20 0 1 0 22917786 15233024 3271 33554432000 4194304 6004724 140737404546912 140737404531832 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11522/statm: 3719 3271 178 442 0 3273 0
[pid=11532] ppid=11522 vsize=269364 CPUtime=1796.07 cores=1,3,5,7
/proc/11532/stat : 11532 (glucosInc) R 11522 11521 8001 0 -1 4202496 63113 0 0 0 179480 127 0 0 20 0 1 0 22918182 275828736 53888 33554432000 4194304 5654031 140737097065328 140737097063416 4232625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11532/statm: 67341 53888 142 357 0 66981 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 293388

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): 1798.24
CPU system time (s): 1.80472
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 505788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 1.80472
maximum resident set size= 430896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100395
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 469
involuntary context switches= 1862

runsolver used 6.67298 second user time and 19.0651 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-08 06:25:09
IDJOB=3749307
IDBENCH=48150
IDSOLVER=2333
FILE ID=node133/3749307-1339129508
RUNJOBID= node133-1339111291-9502
PBS_JOBID= 14643720
Free space on /tmp= 71228 MiB

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

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

MD5SUM BENCH= cb610107b772b4f0726736eafa902b12
RANDOM SEED=1957156000

node133.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		: 2667.139
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	: 5334.27
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		: 2667.139
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	: 5332.55
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		: 2667.139
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	: 5332.55
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		: 2667.139
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	: 5332.55
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		: 2667.139
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	: 5332.56
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		: 2667.139
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	: 5332.56
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		: 2667.139
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	: 5332.52
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		: 2667.139
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30761112 kB
Buffers:          118540 kB
Cached:          1086128 kB
SwapCached:         4000 kB
Active:           274428 kB
Inactive:        1033916 kB
Active(anon):     101148 kB
Inactive(anon):     4988 kB
Active(file):     173280 kB
Inactive(file):  1028928 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100304 kB
Dirty:              9696 kB
Writeback:             0 kB
AnonPages:        107780 kB
Mapped:            10916 kB
Shmem:                 0 kB
Slab:             662084 kB
SReclaimable:     104408 kB
SUnreclaim:       557676 kB
KernelStack:        1488 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     223476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71192 MiB
End job on node133 at 2012-06-08 06:55:09