Trace number 3696591

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.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
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 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
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

0.00/0.76	c model valid
0.00/0.76	c current solution ok
1.67/1.74	o 1363
1.67/1.74	c current bound: 681
1800.08/1800.51	./satsolver.sh: line 5: 13473 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.51	c error: unexpected solver exit code
1800.08/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-3696591-1338071130/watcher-3696591-1338071130 -o /tmp/evaluation-result-3696591-1338071130/solver-3696591-1338071130 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696591-1338071130.opb 651547918 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.99 2.00 1.99 3/179 13466
/proc/meminfo: memFree=28869500/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0

[startup+0.0621719 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 13466
/proc/meminfo: memFree=28869500/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100351 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 13466
/proc/meminfo: memFree=28869500/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300314 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 13466
/proc/meminfo: memFree=28869500/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700319 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 13466
/proc/meminfo: memFree=28869500/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.99 2.00 1.99 3/181 13470
/proc/meminfo: memFree=28823220/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.48 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) R 13466 13466 11448 0 -1 4202496 10137 14396 0 0 46 64 34 4 20 0 1 0 273237530 37216256 7608 33554432000 4194304 5873084 140735500107024 140735500102456 5127520 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7608 169 410 0 8668 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 45492

[startup+3.10047 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 13473
/proc/meminfo: memFree=28753588/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=78784 CPUtime=1.33 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 14450 0 0 0 130 3 0 0 20 0 1 0 273237705 80674816 15918 33554432000 4194304 4896791 140734950560192 140734950557400 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 19696 15918 76 172 0 19522 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 133424

[startup+6.30049 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 13473
/proc/meminfo: memFree=28749928/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=78932 CPUtime=4.53 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 14479 0 0 0 450 3 0 0 20 0 1 0 273237705 80826368 15947 33554432000 4194304 4896791 140734950560192 140734950557240 4203765 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 19733 15947 76 172 0 19559 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 133572

[startup+12.7005 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 13473
/proc/meminfo: memFree=28749064/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=79064 CPUtime=10.93 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 14530 0 0 0 1090 3 0 0 20 0 1 0 273237705 80961536 16000 33554432000 4194304 4896791 140734950560192 140734950557400 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 19766 16000 76 172 0 19592 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 133704

[startup+25.5005 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 13473
/proc/meminfo: memFree=28747628/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=79200 CPUtime=23.72 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 14564 0 0 0 2369 3 0 0 20 0 1 0 273237705 81100800 17147 33554432000 4194304 4896791 140734950560192 140734950557512 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 19800 17147 76 172 0 19626 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 133840

[startup+51.1005 s]
/proc/loadavg: 1.99 2.00 1.99 4/183 13473
/proc/meminfo: memFree=28745624/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=79332 CPUtime=49.3 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 14947 0 0 0 4927 3 0 0 20 0 1 0 273237705 81235968 17744 33554432000 4194304 4896791 140734950560192 140734950557400 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 19833 17744 76 172 0 19659 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 133972

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 13474
/proc/meminfo: memFree=28741428/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=91780 CPUtime=100.5 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 16727 0 0 0 10045 5 0 0 20 0 1 0 273237705 93982720 18257 33554432000 4194304 4896791 140734950560192 140734950557720 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 22945 18257 76 172 0 22771 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 146420

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 13474
/proc/meminfo: memFree=28741752/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=80724 CPUtime=160.47 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 18173 0 0 0 16041 6 0 0 20 0 1 0 273237705 82661376 17859 33554432000 4194304 4896791 140734950560192 140734950557768 4225141 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 20181 17859 76 172 0 20007 0
Current children cumulated CPU time (s) 162.2

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13486
/proc/meminfo: memFree=28699464/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=118164 CPUtime=1420.22 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 36956 0 0 0 141985 37 0 0 20 0 1 0 273237705 120999936 25755 33554432000 4194304 4896791 140734950560192 140734950557720 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 29541 25755 76 172 0 29367 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 172804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13531
/proc/meminfo: memFree=28776924/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=99580 CPUtime=1480.21 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 37483 0 0 0 147983 38 0 0 20 0 1 0 273237705 101969920 21691 33554432000 4194304 4896791 140734950560192 140734950557768 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 24895 21691 76 172 0 24721 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 154220

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13531
/proc/meminfo: memFree=28758480/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=118740 CPUtime=1540.19 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 38095 0 0 0 153980 39 0 0 20 0 1 0 273237705 121589760 25352 33554432000 4194304 4896791 140734950560192 140734950557448 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 29685 25352 76 172 0 29511 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 173380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13532
/proc/meminfo: memFree=28770148/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=99964 CPUtime=1600.18 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 39088 0 0 0 159977 41 0 0 20 0 1 0 273237705 102363136 21780 33554432000 4194304 4896791 140734950560192 140734950557768 4224680 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 24991 21780 76 172 0 24817 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 154604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13532
/proc/meminfo: memFree=28755440/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=118932 CPUtime=1660.17 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 39662 0 0 0 165975 42 0 0 20 0 1 0 273237705 121786368 25413 33554432000 4194304 4896791 140734950560192 140734950557720 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 29733 25413 76 172 0 29559 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 173572

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13532
/proc/meminfo: memFree=28737472/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=150136 CPUtime=1720.15 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 40375 0 0 0 171972 43 0 0 20 0 1 0 273237705 153739264 28662 33554432000 4194304 4896791 140734950560192 140734950557448 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 37534 28662 76 172 0 37360 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 204776

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13532
/proc/meminfo: memFree=28755996/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=119508 CPUtime=1780.14 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 41325 0 0 0 177969 45 0 0 20 0 1 0 273237705 122376192 24026 33554432000 4194304 4896791 140734950560192 140734950557448 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 29877 24026 76 172 0 29703 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 174148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13532
/proc/meminfo: memFree=28755188/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=119604 CPUtime=1798.35 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 41341 0 0 0 179790 45 0 0 20 0 1 0 273237705 122474496 25064 33554432000 4194304 4896791 140734950560192 140734950557624 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 29901 25064 76 172 0 29727 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 174244

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13532
/proc/meminfo: memFree=28755188/32873844 swapFree=7900/7900
[pid=13466] ppid=13464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (runPb2sat.sh) S 13464 13466 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273237529 9367552 274 33554432000 4194304 5064252 140735074798704 140735074797616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13466/statm: 2287 274 233 213 0 72 0
[pid=13467] ppid=13466 vsize=36344 CPUtime=1.73 cores=1,3,5,7
/proc/13467/stat : 13467 (pb2sat) S 13466 13466 11448 0 -1 4202496 10660 14910 0 0 52 81 34 6 20 0 1 0 273237530 37216256 7610 33554432000 4194304 5873084 140735500107024 140735500100840 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13467/statm: 9086 7610 171 410 0 8668 0
[pid=13472] ppid=13467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13472/stat : 13472 (satsolver.sh) S 13467 13466 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273237705 9367552 267 33554432000 4194304 5064252 140737398015872 140737398014784 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13472/statm: 2287 267 226 213 0 72 0
[pid=13473] ppid=13472 vsize=119604 CPUtime=1798.35 cores=1,3,5,7
/proc/13473/stat : 13473 (glucose_static) R 13472 13466 11448 0 -1 4202496 41341 0 0 0 179790 45 0 0 20 0 1 0 273237705 122474496 25064 33554432000 4194304 4896791 140734950560192 140734950557624 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13473/statm: 29901 25064 76 172 0 29727 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 174244

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1798.77
CPU system time (s): 1.3418
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 204776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.3418
maximum resident set size= 138316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67898
page faults= 0
swaps= 0
block input operations= 8
block output operations= 73592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 160
involuntary context switches= 1855

runsolver used 7.92879 second user time and 19.961 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 00:25:30
IDJOB=3696591
IDBENCH=2914
IDSOLVER=2274
FILE ID=node137/3696591-1338071130
RUNJOBID= node137-1338049161-11465
PBS_JOBID= 14624375
Free space on /tmp= 71264 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_4.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696591-1338071130/watcher-3696591-1338071130 -o /tmp/evaluation-result-3696591-1338071130/solver-3696591-1338071130 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696591-1338071130.opb 651547918 HOME HOME

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

MD5SUM BENCH= a470052ca6f8034e2c6c08868e52d9e8
RANDOM SEED=651547918

node137.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.600
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.20
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.600
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.600
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		: 2666.600
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.600
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		: 2666.600
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.90
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.600
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		: 2666.600
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:       32873844 kB
MemFree:        28870408 kB
Buffers:          280280 kB
Cached:          2811144 kB
SwapCached:        22060 kB
Active:          1064880 kB
Inactive:        2148996 kB
Active(anon):     102260 kB
Inactive(anon):    22684 kB
Active(file):     962620 kB
Inactive(file):  2126312 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:        120276 kB
Mapped:            10372 kB
Shmem:                 0 kB
Slab:             648920 kB
SReclaimable:      90628 kB
SUnreclaim:       558292 kB
KernelStack:        1528 kB
PageTables:         4200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     233632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 71236 MiB
End job on node137 at 2012-05-27 00:55:31