Trace number 3696590

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
pb2sat 2012-05-19? (TO) 1800.11 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_3.opb
MD5SUM455599f2e36aed56b051b7169c43fa6c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark305.689
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3997
Number of bits of the biggest sum of numbers12
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.63	c model valid
0.00/0.63	c current solution ok
1.48/1.52	o 1358
1.48/1.52	c current bound: 679
1800.07/1800.41	./satsolver.sh: line 5: 23310 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3696590-1338070479/watcher-3696590-1338070479 -o /tmp/evaluation-result-3696590-1338070479/solver-3696590-1338070479 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696590-1338070479.opb 172828222 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: 2.00 2.00 2.00 3/179 23303
/proc/meminfo: memFree=28713736/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0

[startup+0.0426539 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23303
/proc/meminfo: memFree=28713736/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100309 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23303
/proc/meminfo: memFree=28713736/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300303 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23303
/proc/meminfo: memFree=28713736/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700285 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23303
/proc/meminfo: memFree=28713736/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23307
/proc/meminfo: memFree=28667748/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.48 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) R 23303 23303 21702 0 -1 4202496 9135 13232 0 0 43 74 29 2 20 0 1 0 273173387 36081664 7536 33554432000 4194304 5873084 140733503419040 140733503414472 5127520 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7536 169 410 0 8391 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44384

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23310
/proc/meminfo: memFree=28603308/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=63132 CPUtime=1.56 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 13510 0 0 0 154 2 0 0 20 0 1 0 273173541 64647168 14503 33554432000 4194304 4896791 140736899130560 140736899127768 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 15783 14503 76 172 0 15609 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 116664

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23310
/proc/meminfo: memFree=28602640/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=70472 CPUtime=4.75 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 13641 0 0 0 473 2 0 0 20 0 1 0 273173541 72163328 14633 33554432000 4194304 4896791 140736899130560 140736899128088 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 17618 14633 76 172 0 17444 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 124004

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23310
/proc/meminfo: memFree=28599608/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=70612 CPUtime=11.15 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 13731 0 0 0 1113 2 0 0 20 0 1 0 273173541 72306688 15233 33554432000 4194304 4896791 140736899130560 140736899127768 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 17653 15233 76 172 0 17479 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 124144

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 23310
/proc/meminfo: memFree=28595800/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=70824 CPUtime=23.95 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 13786 0 0 0 2393 2 0 0 20 0 1 0 273173541 72523776 16310 33554432000 4194304 4896791 140736899130560 140736899127608 4203772 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 17706 16310 76 172 0 17532 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 124356

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 23310
/proc/meminfo: memFree=28595052/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=71108 CPUtime=49.55 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 14386 0 0 0 4952 3 0 0 20 0 1 0 273173541 72814592 15856 33554432000 4194304 4896791 140736899130560 140736899128136 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 17777 15856 76 172 0 17603 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 124640

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 23310
/proc/meminfo: memFree=28592652/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=71612 CPUtime=100.75 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 16300 0 0 0 10070 5 0 0 20 0 1 0 273173541 73330688 16003 33554432000 4194304 4896791 140736899130560 140736899128136 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 17903 16003 76 172 0 17729 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 125144

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 23310
/proc/meminfo: memFree=28584996/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=72524 CPUtime=160.74 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 18352 0 0 0 16067 7 0 0 20 0 1 0 273173541 74264576 16699 33554432000 4194304 4896791 140736899130560 140736899127768 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 18131 16699 76 172 0 17957 0
Current children cumulated CPU time (s) 162.25

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23321
/proc/meminfo: memFree=28541236/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=111196 CPUtime=1360.53 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 42294 0 0 0 136017 36 0 0 20 0 1 0 273173541 113864704 24085 33554432000 4194304 4896791 140736899130560 140736899127816 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 27799 24085 76 172 0 27625 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 164728

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23321
/proc/meminfo: memFree=28568124/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=93324 CPUtime=1420.53 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 43410 0 0 0 142015 38 0 0 20 0 1 0 273173541 95563776 21126 33554432000 4194304 4896791 140736899130560 140736899128136 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 23331 21126 76 172 0 23157 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 146856

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 23321
/proc/meminfo: memFree=28547836/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=112292 CPUtime=1480.51 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 43977 0 0 0 148012 39 0 0 20 0 1 0 273173541 114987008 25780 33554432000 4194304 4896791 140736899130560 140736899128088 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 28073 25780 76 172 0 27899 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 165824

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 23325
/proc/meminfo: memFree=28561384/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=93804 CPUtime=1540.49 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 45160 0 0 0 154009 40 0 0 20 0 1 0 273173541 96055296 21860 33554432000 4194304 4896791 140736899130560 140736899127816 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 23451 21860 76 172 0 23277 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 147336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23325
/proc/meminfo: memFree=28540732/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=113156 CPUtime=1600.49 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 45707 0 0 0 160007 42 0 0 20 0 1 0 273173541 115871744 26492 33554432000 4194304 4896791 140736899130560 140736899127992 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 28289 26492 76 172 0 28115 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 166688

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23325
/proc/meminfo: memFree=28553472/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=113156 CPUtime=1660.47 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 47230 0 0 0 166003 44 0 0 20 0 1 0 273173541 115871744 22921 33554432000 4194304 4896791 140736899130560 140736899128088 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 28289 22921 76 172 0 28115 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 166688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23325
/proc/meminfo: memFree=28540504/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=143976 CPUtime=1720.47 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 47824 0 0 0 172001 46 0 0 20 0 1 0 273173541 147431424 27596 33554432000 4194304 4896791 140736899130560 140736899128088 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 35994 27596 76 172 0 35820 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 197508

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23370
/proc/meminfo: memFree=28756884/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=113636 CPUtime=1780.45 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 48842 0 0 0 177998 47 0 0 20 0 1 0 273173541 116363264 23010 33554432000 4194304 4896791 140736899130560 140736899128088 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 28409 23010 76 172 0 28235 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 167168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23370
/proc/meminfo: memFree=28750232/32873648 swapFree=7100/7100
[pid=23303] ppid=23301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (runPb2sat.sh) S 23301 23303 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273173387 9367552 275 33554432000 4194304 5064252 140734973808704 140734973807616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 2287 275 233 213 0 72 0
[pid=23304] ppid=23303 vsize=35236 CPUtime=1.51 cores=1,3,5,7
/proc/23304/stat : 23304 (pb2sat) S 23303 23303 21702 0 -1 4202496 9653 13746 0 0 44 74 29 4 20 0 1 0 273173387 36081664 7538 33554432000 4194304 5873084 140733503419040 140733503412856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23304/statm: 8809 7538 171 410 0 8391 0
[pid=23309] ppid=23304 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23309/stat : 23309 (satsolver.sh) S 23304 23303 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273173540 9367552 267 33554432000 4194304 5064252 140735771898896 140735771897808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23309/statm: 2287 267 226 213 0 72 0
[pid=23310] ppid=23309 vsize=113636 CPUtime=1798.56 cores=1,3,5,7
/proc/23310/stat : 23310 (glucose_static) R 23309 23303 21702 0 -1 4202496 48847 0 0 0 179809 47 0 0 20 0 1 0 273173541 116363264 24548 33554432000 4194304 4896791 140736899130560 140736899128088 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23310/statm: 28409 24548 76 172 0 28235 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 167168

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.11
CPU user time (s): 1798.83
CPU system time (s): 1.27681
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 228340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.2768
maximum resident set size= 140620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73236
page faults= 0
swaps= 0
block input operations= 0
block output operations= 67528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46
involuntary context switches= 1860

runsolver used 9.59054 second user time and 14.0159 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 00:14:39
IDJOB=3696590
IDBENCH=2899
IDSOLVER=2274
FILE ID=node123/3696590-1338070479
RUNJOBID= node123-1338052409-21719
PBS_JOBID= 14624391
Free space on /tmp= 71460 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_3.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696590-1338070479/watcher-3696590-1338070479 -o /tmp/evaluation-result-3696590-1338070479/solver-3696590-1338070479 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696590-1338070479.opb 172828222 HOME HOME

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

MD5SUM BENCH= 455599f2e36aed56b051b7169c43fa6c
RANDOM SEED=172828222

node123.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.217
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.43
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.217
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		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28714372 kB
Buffers:          279612 kB
Cached:          2820728 kB
SwapCached:            0 kB
Active:          1112060 kB
Inactive:        2266040 kB
Active(anon):     279764 kB
Inactive(anon):        0 kB
Active(file):     832296 kB
Inactive(file):  2266040 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8720 kB
Writeback:             0 kB
AnonPages:        337088 kB
Mapped:            15096 kB
Shmem:               200 kB
Slab:             644188 kB
SReclaimable:      88628 kB
SUnreclaim:       555560 kB
KernelStack:        1520 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     440152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71448 MiB
End job on node123 at 2012-05-27 00:44:40