Trace number 3694700

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
pb2satCp2 2012-05-19? (TO) 1800.01 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod010.opb
MD5SUM0155c0c96434984f6ded6bb7ada20c0c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6548
Best CPU time to get the best result obtained on this benchmark0.591909
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6548
Optimality of the best value was proved YES
Number of variables2655
Total number of constraints146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint2655
Number of terms in the objective function 2655
Biggest coefficient in the objective function 266
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 489211
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 266
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 489211
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

332.57/332.76	c model valid
332.57/332.76	c current solution ok
332.97/333.17	o 8565
332.97/333.17	c fallback to adder encoding
1800.01/1800.51	c error: unexpected solver exit code
1800.01/1800.51	s UNKNOWN

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-3694700-1338049325/watcher-3694700-1338049325 -o /tmp/evaluation-result-3694700-1338049325/solver-3694700-1338049325 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694700-1338049325.opb 282781084 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.01 1.29 1.66 4/173 17808
/proc/meminfo: memFree=28827384/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0

[startup+0.0378561 s]
/proc/loadavg: 1.01 1.29 1.66 4/173 17808
/proc/meminfo: memFree=28827384/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100357 s]
/proc/loadavg: 1.01 1.29 1.66 4/173 17808
/proc/meminfo: memFree=28827384/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300344 s]
/proc/loadavg: 1.01 1.29 1.66 4/173 17808
/proc/meminfo: memFree=28827384/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700344 s]
/proc/loadavg: 1.01 1.29 1.66 4/173 17808
/proc/meminfo: memFree=28827384/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50047 s]
/proc/loadavg: 1.01 1.29 1.66 4/181 17816
/proc/meminfo: memFree=28717820/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=11392 CPUtime=0.09 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 3447 0 0 0 9 0 0 0 20 0 1 0 271058009 11665408 2497 33554432000 4194304 5873084 140733626869072 140733626865496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17810/statm: 2848 2497 167 410 0 2430 0
[pid=17813] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17813/stat : 17813 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271058020 9367552 267 33554432000 4194304 5064252 140734689084000 140734689082912 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17813/statm: 2287 267 226 213 0 72 0
[pid=17814] ppid=17813 vsize=29960 CPUtime=1.38 cores=1,3,5,7
/proc/17814/stat : 17814 (glucose_static) R 17813 17808 14609 0 -1 4202496 6994 0 0 0 137 1 0 0 20 0 1 0 271058020 30679040 6389 33554432000 4194304 4896791 140733456562672 140733456560184 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17814/statm: 7490 6389 78 172 0 7316 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 59648

[startup+3.10048 s]
/proc/loadavg: 1.09 1.30 1.66 4/181 17816
/proc/meminfo: memFree=28713036/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=11392 CPUtime=0.09 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 3447 0 0 0 9 0 0 0 20 0 1 0 271058009 11665408 2497 33554432000 4194304 5873084 140733626869072 140733626865496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17810/statm: 2848 2497 167 410 0 2430 0
[pid=17813] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17813/stat : 17813 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271058020 9367552 267 33554432000 4194304 5064252 140734689084000 140734689082912 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17813/statm: 2287 267 226 213 0 72 0
[pid=17814] ppid=17813 vsize=30328 CPUtime=2.98 cores=1,3,5,7
/proc/17814/stat : 17814 (glucose_static) R 17813 17808 14609 0 -1 4202496 8165 0 0 0 297 1 0 0 20 0 1 0 271058020 31055872 7043 33554432000 4194304 4896791 140733456562672 140733456560184 4202992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17814/statm: 7582 7043 78 172 0 7408 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 60016

[startup+6.30046 s]
/proc/loadavg: 1.09 1.30 1.66 4/181 17816
/proc/meminfo: memFree=28709872/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=11392 CPUtime=0.09 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 3447 0 0 0 9 0 0 0 20 0 1 0 271058009 11665408 2497 33554432000 4194304 5873084 140733626869072 140733626865496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17810/statm: 2848 2497 167 410 0 2430 0
[pid=17813] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17813/stat : 17813 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271058020 9367552 267 33554432000 4194304 5064252 140734689084000 140734689082912 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17813/statm: 2287 267 226 213 0 72 0
[pid=17814] ppid=17813 vsize=31068 CPUtime=6.18 cores=1,3,5,7
/proc/17814/stat : 17814 (glucose_static) R 17813 17808 14609 0 -1 4202496 10911 0 0 0 616 2 0 0 20 0 1 0 271058020 31813632 7228 33554432000 4194304 4896791 140733456562672 140733456560184 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17814/statm: 7767 7228 78 172 0 7593 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 60756

[startup+12.7005 s]
/proc/loadavg: 1.23 1.32 1.66 4/181 17816
/proc/meminfo: memFree=28703308/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=11392 CPUtime=0.09 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 3447 0 0 0 9 0 0 0 20 0 1 0 271058009 11665408 2497 33554432000 4194304 5873084 140733626869072 140733626865496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17810/statm: 2848 2497 167 410 0 2430 0
[pid=17813] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17813/stat : 17813 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271058020 9367552 267 33554432000 4194304 5064252 140734689084000 140734689082912 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17813/statm: 2287 267 226 213 0 72 0
[pid=17814] ppid=17813 vsize=32264 CPUtime=12.57 cores=1,3,5,7
/proc/17814/stat : 17814 (glucose_static) R 17813 17808 14609 0 -1 4202496 14991 0 0 0 1254 3 0 0 20 0 1 0 271058020 33038336 6989 33554432000 4194304 4896791 140733456562672 140733456560184 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17814/statm: 8066 6989 78 172 0 7892 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 61952

[startup+25.5005 s]
/proc/loadavg: 1.35 1.35 1.67 4/181 17816
/proc/meminfo: memFree=28688500/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=11392 CPUtime=0.09 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 3447 0 0 0 9 0 0 0 20 0 1 0 271058009 11665408 2497 33554432000 4194304 5873084 140733626869072 140733626865496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17810/statm: 2848 2497 167 410 0 2430 0
[pid=17813] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17813/stat : 17813 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271058020 9367552 267 33554432000 4194304 5064252 140734689084000 140734689082912 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17813/statm: 2287 267 226 213 0 72 0
[pid=17814] ppid=17813 vsize=46340 CPUtime=25.37 cores=1,3,5,7
/proc/17814/stat : 17814 (glucose_static) R 17813 17808 14609 0 -1 4202496 18351 0 0 0 2532 5 0 0 20 0 1 0 271058020 47452160 10532 33554432000 4194304 4896791 140733456562672 140733456559880 4203806 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17814/statm: 11585 10532 78 172 0 11411 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 76028

[startup+51.1005 s]
/proc/loadavg: 1.57 1.40 1.67 4/181 17817
/proc/meminfo: memFree=28680068/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=11392 CPUtime=0.09 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 3447 0 0 0 9 0 0 0 20 0 1 0 271058009 11665408 2497 33554432000 4194304 5873084 140733626869072 140733626865496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17810/statm: 2848 2497 167 410 0 2430 0
[pid=17813] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17813/stat : 17813 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271058020 9367552 267 33554432000 4194304 5064252 140734689084000 140734689082912 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17813/statm: 2287 267 226 213 0 72 0
[pid=17814] ppid=17813 vsize=42552 CPUtime=50.96 cores=1,3,5,7
/proc/17814/stat : 17814 (glucose_static) R 17813 17808 14609 0 -1 4202496 26116 0 0 0 5087 9 0 0 20 0 1 0 271058020 43573248 9799 33554432000 4194304 4896791 140733456562672 140733456558344 4225414 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17814/statm: 10638 9799 78 172 0 10464 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 72240

[startup+102.307 s]
/proc/loadavg: 1.83 1.50 1.69 4/181 17817
/proc/meminfo: memFree=28654880/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=11392 CPUtime=0.09 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 3447 0 0 0 9 0 0 0 20 0 1 0 271058009 11665408 2497 33554432000 4194304 5873084 140733626869072 140733626865496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17810/statm: 2848 2497 167 410 0 2430 0
[pid=17813] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17813/stat : 17813 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271058020 9367552 267 33554432000 4194304 5064252 140734689084000 140734689082912 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17813/statm: 2287 267 226 213 0 72 0
[pid=17814] ppid=17813 vsize=67512 CPUtime=102.16 cores=1,3,5,7
/proc/17814/stat : 17814 (glucose_static) R 17813 17808 14609 0 -1 4202496 38807 0 0 0 10199 17 0 0 20 0 1 0 271058020 69132288 15050 33554432000 4194304 4896791 140733456562672 140733456560200 4205429 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17814/statm: 16878 15050 78 172 0 16704 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 97200

[startup+162.3 s]
/proc/loadavg: 1.93 1.58 1.71 4/181 17817
/proc/meminfo: memFree=28634528/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=11392 CPUtime=0.09 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 3447 0 0 0 9 0 0 0 20 0 1 0 271058009 11665408 2497 33554432000 4194304 5873084 140733626869072 140733626865496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17810/statm: 2848 2497 167 410 0 2430 0
[pid=17813] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/17824/stat : 17824 (glucose_static) R 17823 17808 14609 0 -1 4202496 98844 0 0 0 108780 84 0 0 20 0 1 0 271091351 240758784 56877 33554432000 4194304 4896791 140737129806384 140737129802120 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17824/statm: 58779 56877 78 172 0 58605 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 286788

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/181 17838
/proc/meminfo: memFree=28336160/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=33376 CPUtime=333.27 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 6884 71082 0 0 38 35 33209 45 20 0 1 0 271058009 34177024 7303 33554432000 4194304 5873084 140733626869072 140733626862888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17810/statm: 8344 7303 183 410 0 7926 0
[pid=17823] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17823/stat : 17823 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271091351 9367552 265 33554432000 4194304 5064252 140733879870256 140733879869168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17823/statm: 2287 265 226 213 0 72 0
[pid=17824] ppid=17823 vsize=318640 CPUtime=1148.6 cores=1,3,5,7
/proc/17824/stat : 17824 (glucose_static) R 17823 17808 14609 0 -1 4202496 101794 0 0 0 114769 91 0 0 20 0 1 0 271091351 326287360 62774 33554432000 4194304 4896791 140737129806384 140737129803592 4225168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17824/statm: 79660 62774 78 172 0 79486 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 370312

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/181 17838
/proc/meminfo: memFree=28268740/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=33376 CPUtime=333.27 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 6884 71082 0 0 38 35 33209 45 20 0 1 0 271058009 34177024 7303 33554432000 4194304 5873084 140733626869072 140733626862888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17810/statm: 8344 7303 183 410 0 7926 0
[pid=17823] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17823/stat : 17823 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271091351 9367552 265 33554432000 4194304 5064252 140733879870256 140733879869168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17823/statm: 2287 265 226 213 0 72 0
[pid=17824] ppid=17823 vsize=319944 CPUtime=1208.59 cores=1,3,5,7
/proc/17824/stat : 17824 (glucose_static) R 17823 17808 14609 0 -1 4202496 104263 0 0 0 120763 96 0 0 20 0 1 0 271091351 327622656 61538 33554432000 4194304 4896791 140737129806384 140737129803592 4203749 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17824/statm: 79986 61538 78 172 0 79812 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 371616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/181 17842
/proc/meminfo: memFree=28398420/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=33376 CPUtime=333.27 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 6884 71082 0 0 38 35 33209 45 20 0 1 0 271058009 34177024 7303 33554432000 4194304 5873084 140733626869072 140733626862888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17810/statm: 8344 7303 183 410 0 7926 0
[pid=17823] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17823/stat : 17823 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271091351 9367552 265 33554432000 4194304 5064252 140733879870256 140733879869168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17823/statm: 2287 265 226 213 0 72 0
[pid=17824] ppid=17823 vsize=321532 CPUtime=1268.58 cores=1,3,5,7
/proc/17824/stat : 17824 (glucose_static) R 17823 17808 14609 0 -1 4202496 106812 0 0 0 126757 101 0 0 20 0 1 0 271091351 329248768 59370 33554432000 4194304 4896791 140737129806384 140737129803912 4203980 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17824/statm: 80383 59370 78 172 0 80209 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 373204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/181 17842
/proc/meminfo: memFree=28398136/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=33376 CPUtime=333.27 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 6884 71082 0 0 38 35 33209 45 20 0 1 0 271058009 34177024 7303 33554432000 4194304 5873084 140733626869072 140733626862888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17810/statm: 8344 7303 183 410 0 7926 0
[pid=17823] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17823/stat : 17823 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271091351 9367552 265 33554432000 4194304 5064252 140733879870256 140733879869168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17823/statm: 2287 265 226 213 0 72 0
[pid=17824] ppid=17823 vsize=241984 CPUtime=1328.57 cores=1,3,5,7
/proc/17824/stat : 17824 (glucose_static) R 17823 17808 14609 0 -1 4202496 109309 0 0 0 132752 105 0 0 20 0 1 0 271091351 247791616 55525 33554432000 4194304 4896791 140737129806384 140737129803592 4225157 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17824/statm: 60496 55525 78 172 0 60322 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 293656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/182 17845
/proc/meminfo: memFree=28390940/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=33376 CPUtime=333.27 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 6884 71082 0 0 38 35 33209 45 20 0 1 0 271058009 34177024 7303 33554432000 4194304 5873084 140733626869072 140733626862888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17810/statm: 8344 7303 183 410 0 7926 0
[pid=17823] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17823/stat : 17823 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271091351 9367552 265 33554432000 4194304 5064252 140733879870256 140733879869168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17823/statm: 2287 265 226 213 0 72 0
[pid=17824] ppid=17823 vsize=243212 CPUtime=1388.56 cores=1,3,5,7
/proc/17824/stat : 17824 (glucose_static) R 17823 17808 14609 0 -1 4202496 111916 0 0 0 138745 111 0 0 20 0 1 0 271091351 249049088 54909 33554432000 4194304 4896791 140737129806384 140737129801464 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17824/statm: 60803 54909 78 172 0 60629 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 294884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/181 17845
/proc/meminfo: memFree=28413864/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=33376 CPUtime=333.27 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 6884 71082 0 0 38 35 33209 45 20 0 1 0 271058009 34177024 7303 33554432000 4194304 5873084 140733626869072 140733626862888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17810/statm: 8344 7303 183 410 0 7926 0
[pid=17823] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17823/stat : 17823 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271091351 9367552 265 33554432000 4194304 5064252 140733879870256 140733879869168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17823/statm: 2287 265 226 213 0 72 0
[pid=17824] ppid=17823 vsize=195044 CPUtime=1448.55 cores=1,3,5,7
/proc/17824/stat : 17824 (glucose_static) R 17823 17808 14609 0 -1 4202496 114214 0 0 0 144739 116 0 0 20 0 1 0 271091351 199725056 45125 33554432000 4194304 4896791 140737129806384 140737129802120 4204016 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17824/statm: 48761 45125 78 172 0 48587 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 246716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.91 4/181 17845
/proc/meminfo: memFree=28380576/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=33376 CPUtime=333.27 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 6884 71082 0 0 38 35 33209 45 20 0 1 0 271058009 34177024 7303 33554432000 4194304 5873084 140733626869072 140733626862888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17810/statm: 8344 7303 183 410 0 7926 0
[pid=17823] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17823/stat : 17823 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271091351 9367552 265 33554432000 4194304 5064252 140733879870256 140733879869168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17823/statm: 2287 265 226 213 0 72 0
[pid=17824] ppid=17823 vsize=245132 CPUtime=1466.74 cores=1,3,5,7
/proc/17824/stat : 17824 (glucose_static) R 17823 17808 14609 0 -1 4202496 114744 0 0 0 146558 116 0 0 20 0 1 0 271091351 251015168 53829 33554432000 4194304 4896791 140737129806384 140737129802120 4225550 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17824/statm: 61283 53829 78 172 0 61109 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 296804

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 1.91 4/181 17845
/proc/meminfo: memFree=28380576/32873852 swapFree=6848/6848
[pid=17808] ppid=17804 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17808/stat : 17808 (runPb2satCp2.sh) S 17804 17808 14609 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271058009 9367552 274 33554432000 4194304 5064252 140734726406992 140734726405904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17808/statm: 2287 274 233 213 0 72 0
[pid=17810] ppid=17808 vsize=33376 CPUtime=333.27 cores=1,3,5,7
/proc/17810/stat : 17810 (pb2sat) S 17808 17808 14609 0 -1 4202496 6884 71082 0 0 38 35 33209 45 20 0 1 0 271058009 34177024 7303 33554432000 4194304 5873084 140733626869072 140733626862888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17810/statm: 8344 7303 183 410 0 7926 0
[pid=17823] ppid=17810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17823/stat : 17823 (satsolver.sh) S 17810 17808 14609 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271091351 9367552 265 33554432000 4194304 5064252 140733879870256 140733879869168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17823/statm: 2287 265 226 213 0 72 0
[pid=17824] ppid=17823 vsize=245132 CPUtime=1466.74 cores=1,3,5,7
/proc/17824/stat : 17824 (glucose_static) R 17823 17808 14609 0 -1 4202496 114744 0 0 0 146558 116 0 0 20 0 1 0 271091351 251015168 53829 33554432000 4194304 4896791 140737129806384 140737129802120 4225550 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17824/statm: 61283 53829 78 172 0 61109 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 296804

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17808 and gives
#  childrusage.ru_utime.tv_sec=332
#  childrusage.ru_utime.tv_usec=486454
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=817875
# CPU time returned by wait4() is 333.304
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.01
CPU user time (s): 1798.05
CPU system time (s): 1.96
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 408504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 332.486
system time used= 0.817875
maximum resident set size= 144912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78941
page faults= 0
swaps= 0
block input operations= 8
block output operations= 50088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86
involuntary context switches= 356

runsolver used 6.36103 second user time and 17.6433 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-26 18:22:05
IDJOB=3694700
IDBENCH=1851
IDSOLVER=2273
FILE ID=node129/3694700-1338049325
RUNJOBID= node129-1338049325-17782
PBS_JOBID= 14624342
Free space on /tmp= 71136 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod010.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694700-1338049325/watcher-3694700-1338049325 -o /tmp/evaluation-result-3694700-1338049325/solver-3694700-1338049325 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694700-1338049325.opb 282781084 HOME HOME

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

MD5SUM BENCH= 0155c0c96434984f6ded6bb7ada20c0c
RANDOM SEED=282781084

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:        28828556 kB
Buffers:          268124 kB
Cached:          2983128 kB
SwapCached:            0 kB
Active:          1119816 kB
Inactive:        2141208 kB
Active(anon):      12828 kB
Inactive(anon):        0 kB
Active(file):    1106988 kB
Inactive(file):  2141208 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17100 kB
Writeback:             0 kB
AnonPages:         16692 kB
Mapped:            13556 kB
Shmem:               204 kB
Slab:             647588 kB
SReclaimable:      90012 kB
SUnreclaim:       557576 kB
KernelStack:        1360 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     103120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71076 MiB
End job on node129 at 2012-05-26 18:52:06