Trace number 3696595

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.13 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUMa70b0edfadf87ffd0bc1b32400cae43b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1798.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
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 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.17/3.22	c model valid
3.17/3.22	c current solution ok
5.95/6.18	o 1652
5.95/6.18	c current bound: 826
1800.09/1800.61	./satsolver.sh: line 5: 23415 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.61	c error: unexpected solver exit code
1800.09/1800.61	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-3696595-1338072280/watcher-3696595-1338072280 -o /tmp/evaluation-result-3696595-1338072280/solver-3696595-1338072280 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696595-1338072280.opb 702812473 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 23408
/proc/meminfo: memFree=28900296/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0

[startup+0.0293341 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23408
/proc/meminfo: memFree=28900296/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100242 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23408
/proc/meminfo: memFree=28900296/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300282 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23408
/proc/meminfo: memFree=28900296/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700252 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23408
/proc/meminfo: memFree=28900296/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23410
/proc/meminfo: memFree=28824896/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=111032 CPUtime=1.07 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 17810 0 0 0 98 9 0 0 20 0 1 0 273353476 113696768 20235 33554432000 4194304 5873084 140736637273248 140736637269672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23409/statm: 27758 20235 160 410 0 27340 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 120180

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23412
/proc/meminfo: memFree=28615828/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=111032 CPUtime=1.07 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 17810 0 0 0 98 9 0 0 20 0 1 0 273353476 113696768 20235 33554432000 4194304 5873084 140736637273248 140736637269672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23409/statm: 27758 20235 160 410 0 27340 0
[pid=23411] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23411/stat : 23411 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273353584 9367552 267 33554432000 4194304 5064252 140737456288752 140737456287664 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23411/statm: 2287 267 226 213 0 72 0
[pid=23412] ppid=23411 vsize=196352 CPUtime=2 cores=1,3,5,7
/proc/23412/stat : 23412 (glucose_static) R 23411 23408 21702 0 -1 4202496 33956 0 0 0 193 7 0 0 20 0 1 0 273353585 201064448 42515 33554432000 4194304 4896791 140733573469600 140733573466808 4423776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23412/statm: 49088 42515 79 172 0 48914 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 325680

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23412
/proc/meminfo: memFree=28742732/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 128420

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23416
/proc/meminfo: memFree=28564352/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=198812 CPUtime=6.48 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 34272 0 0 0 641 7 0 0 20 0 1 0 273354097 203583488 43787 33554432000 4194304 4896791 140733449886144 140733449883192 4223776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 49703 43787 76 172 0 49529 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 336380

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23416
/proc/meminfo: memFree=28558656/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=199168 CPUtime=19.28 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 34368 0 0 0 1921 7 0 0 20 0 1 0 273354097 203948032 44394 33554432000 4194304 4896791 140733449886144 140733449883192 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 49792 44394 76 172 0 49618 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 336736

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23416
/proc/meminfo: memFree=28557716/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=199300 CPUtime=44.88 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 34422 0 0 0 4481 7 0 0 20 0 1 0 273354097 204083200 44959 33554432000 4194304 4896791 140733449886144 140733449883352 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 49825 44959 76 172 0 49651 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 336868

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23416
/proc/meminfo: memFree=28552088/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=199432 CPUtime=96.07 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 34480 0 0 0 9600 7 0 0 20 0 1 0 273354097 204218368 46046 33554432000 4194304 4896791 140733449886144 140733449883352 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 49858 46046 76 172 0 49684 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 337000

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23416
/proc/meminfo: memFree=28539708/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=199980 CPUtime=156.02 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 34772 0 0 0 15595 7 0 0 20 0 1 0 273354097 204779520 47575 33554432000 4194304 4896791 140733449886144 140733449883464 4203856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 49995 47575 76 172 0 49821 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 337548

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 23416
/proc/meminfo: memFree=28544020/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23452
/proc/meminfo: memFree=28504232/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=202880 CPUtime=1355.79 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 41516 0 0 0 135560 19 0 0 20 0 1 0 273354097 207749120 47757 33554432000 4194304 4896791 140733449886144 140733449883720 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 50720 47757 76 172 0 50546 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 340448

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23452
/proc/meminfo: memFree=28514600/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=233700 CPUtime=1415.79 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 42103 0 0 0 141559 20 0 0 20 0 1 0 273354097 239308800 49361 33554432000 4194304 4896791 140733449886144 140733449883672 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 58425 49361 76 172 0 58251 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 371268

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23452
/proc/meminfo: memFree=28483328/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=233700 CPUtime=1475.77 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 42107 0 0 0 147557 20 0 0 20 0 1 0 273354097 239308800 51409 33554432000 4194304 4896791 140733449886144 140733449883672 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 58425 51409 76 172 0 58251 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 371268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 23456
/proc/meminfo: memFree=28523984/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=203180 CPUtime=1535.75 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 42586 0 0 0 153554 21 0 0 20 0 1 0 273354097 208056320 46265 33554432000 4194304 4896791 140733449886144 140733449883720 4224994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 50795 46265 76 172 0 50621 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 340748

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23456
/proc/meminfo: memFree=28494668/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=203180 CPUtime=1595.74 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 42589 0 0 0 159553 21 0 0 20 0 1 0 273354097 208056320 47801 33554432000 4194304 4896791 140733449886144 140733449883720 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 50795 47801 76 172 0 50621 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 340748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23456
/proc/meminfo: memFree=28511532/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=234000 CPUtime=1655.73 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 43172 0 0 0 165551 22 0 0 20 0 1 0 273354097 239616000 49404 33554432000 4194304 4896791 140733449886144 140733449883672 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 58500 49404 76 172 0 58326 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 371568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23456
/proc/meminfo: memFree=28480504/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=234000 CPUtime=1715.73 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 43176 0 0 0 171550 23 0 0 20 0 1 0 273354097 239616000 51452 33554432000 4194304 4896791 140733449886144 140733449883672 4225130 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 58500 51452 76 172 0 58326 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 371568

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 23498
/proc/meminfo: memFree=25972676/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=234192 CPUtime=1775.72 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 43219 0 0 0 177549 23 0 0 20 0 1 0 273354097 239812608 53028 33554432000 4194304 4896791 140733449886144 140733449883400 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 58548 53028 76 172 0 58374 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 371760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 23498
/proc/meminfo: memFree=25999500/32873648 swapFree=7100/7100
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (runPb2sat.sh) S 23406 23408 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273353476 9367552 274 33554432000 4194304 5064252 140736212032464 140736212031376 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2287 274 233 213 0 72 0
[pid=23409] ppid=23408 vsize=119272 CPUtime=6.06 cores=1,3,5,7
/proc/23409/stat : 23409 (pb2sat) S 23408 23408 21702 0 -1 4202496 19892 35076 0 0 155 237 200 14 20 0 1 0 273353476 122134528 21783 33554432000 4194304 5873084 140736637273248 140736637267064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/23409/statm: 29818 21783 171 410 0 29400 0
[pid=23414] ppid=23409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23409 23408 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273354096 9367552 266 33554432000 4194304 5064252 140734436000288 140734435999200 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23414/statm: 2287 266 226 213 0 72 0
[pid=23415] ppid=23414 vsize=203372 CPUtime=1794.03 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23408 21702 0 -1 4202496 43635 0 0 0 179379 24 0 0 20 0 1 0 273354097 208252928 46305 33554432000 4194304 4896791 140733449886144 140733449883720 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23415/statm: 50843 46305 76 172 0 50669 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 340940

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.62
CPU time (s): 1800.13
CPU user time (s): 1797.36
CPU system time (s): 2.77058
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 421080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.36
system time used= 2.77058
maximum resident set size= 250292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99590
page faults= 0
swaps= 0
block input operations= 0
block output operations= 227144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128
involuntary context switches= 1856

runsolver used 2.92656 second user time and 8.5457 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 00:44:40
IDJOB=3696595
IDBENCH=2924
IDSOLVER=2274
FILE ID=node123/3696595-1338072280
RUNJOBID= node123-1338052409-21719
PBS_JOBID= 14624391
Free space on /tmp= 71476 MiB

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

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

MD5SUM BENCH= a70b0edfadf87ffd0bc1b32400cae43b
RANDOM SEED=702812473

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:        28900412 kB
Buffers:          280132 kB
Cached:          2805152 kB
SwapCached:            0 kB
Active:           920728 kB
Inactive:        2266268 kB
Active(anon):     103780 kB
Inactive(anon):        0 kB
Active(file):     816948 kB
Inactive(file):  2266268 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8508 kB
Writeback:             0 kB
AnonPages:        155436 kB
Mapped:            15204 kB
Shmem:               200 kB
Slab:             644092 kB
SReclaimable:      88376 kB
SUnreclaim:       555716 kB
KernelStack:        1480 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     230812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71040 MiB
End job on node123 at 2012-05-27 01:14:41