Trace number 3696594

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.07 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_3.opb
MD5SUM8d16c34d0eecf3c16ca4b890652c15ca
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1791.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
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 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4321
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

2.27/2.35	c model valid
2.27/2.35	c current solution ok
3.85/3.92	o 1733
3.85/3.92	c current bound: 866
1800.04/1800.40	./satsolver.sh: line 5:  5585 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.40	c error: unexpected solver exit code
1800.04/1800.40	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-3696594-1338070950/watcher-3696594-1338070950 -o /tmp/evaluation-result-3696594-1338070950/solver-3696594-1338070950 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696594-1338070950.opb 1197230416 HOME HOME 

running on 4 cores: 0,2,4,6

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.02 2.01 2.00 3/179 5578
/proc/meminfo: memFree=29852200/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runsolver) D 5576 5578 3861 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 273222390 12095488 50 33554432000 4194304 5436572 140734995277328 140734995273624 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/5578/statm: 2953 50 31 304 0 2645 0

[startup+0.010874 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 5578
/proc/meminfo: memFree=29852200/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100299 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 5578
/proc/meminfo: memFree=29852200/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300335 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 5578
/proc/meminfo: memFree=29852200/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700323 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 5578
/proc/meminfo: memFree=29852200/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5582
/proc/meminfo: memFree=29697668/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=58784 CPUtime=0.56 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 11365 0 0 0 51 5 0 0 20 0 1 0 273222391 60194816 11377 33554432000 4194304 5873084 140735010759376 140735010755800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 14696 11377 160 410 0 14278 0
[pid=5581] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5581/stat : 5581 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273222447 9367552 266 33554432000 4194304 5064252 140736074125568 140736074124480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5581/statm: 2287 266 226 213 0 72 0
[pid=5582] ppid=5581 vsize=108720 CPUtime=0.92 cores=0,2,4,6
/proc/5582/stat : 5582 (glucose_static) R 5581 5578 3861 0 -1 4202496 19858 0 0 0 89 3 0 0 20 0 1 0 273222447 111329280 22610 33554432000 4194304 4896791 140734881641856 140734880590648 4223888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5582/statm: 27180 22610 76 172 0 27006 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 185800

[startup+3.10032 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5582
/proc/meminfo: memFree=29694940/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.08 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) R 5578 5578 3861 0 -1 4202496 12813 21069 0 0 66 67 171 4 20 0 1 0 273222391 64438272 12412 33554432000 4194304 5873084 140735010759376 140735010754808 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12412 169 410 0 15314 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 72076

[startup+6.30037 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5585
/proc/meminfo: memFree=29658804/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=124260 CPUtime=2.34 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 22711 0 0 0 230 4 0 0 20 0 1 0 273222784 127242240 25425 33554432000 4194304 4896791 140733932756992 140733932754200 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 31065 25425 76 172 0 30891 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 205484

[startup+12.7005 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5585
/proc/meminfo: memFree=29658228/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=124524 CPUtime=8.74 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 22906 0 0 0 870 4 0 0 20 0 1 0 273222784 127512576 25620 33554432000 4194304 4896791 140733932756992 140733932754200 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 31131 25620 76 172 0 30957 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 205748

[startup+25.5005 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5585
/proc/meminfo: memFree=29655816/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=125052 CPUtime=21.54 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 23097 0 0 0 2150 4 0 0 20 0 1 0 273222784 128053248 26322 33554432000 4194304 4896791 140733932756992 140733932754200 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 31263 26322 76 172 0 31089 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 206276

[startup+51.1005 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 5585
/proc/meminfo: memFree=29648796/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=125332 CPUtime=47.13 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 23153 0 0 0 4709 4 0 0 20 0 1 0 273222784 128339968 27400 33554432000 4194304 4896791 140733932756992 140733932754040 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 31333 27400 76 172 0 31159 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 206556

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5585
/proc/meminfo: memFree=29650760/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=125748 CPUtime=98.33 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 24198 0 0 0 9828 5 0 0 20 0 1 0 273222784 128765952 26465 33554432000 4194304 4896791 140733932756992 140733932754568 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 31437 26465 76 172 0 31263 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 206972

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5585
/proc/meminfo: memFree=29644816/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=125968 CPUtime=158.32 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 24697 0 0 0 15826 6 0 0 20 0 1 0 273222784 128991232 27462 33554432000 4194304 4896791 140733932756992 140733932754568 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 31492 27462 76 172 0 31318 0
Current children cumulated CPU time (s) 162.23

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


[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5597
/proc/meminfo: memFree=29619872/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=149568 CPUtime=1418.1 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 39280 0 0 0 141784 26 0 0 20 0 1 0 273222784 153157632 31010 33554432000 4194304 4896791 140733932756992 140733932754520 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 37392 31010 76 172 0 37218 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 230792

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5597
/proc/meminfo: memFree=29617732/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=149952 CPUtime=1478.08 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 39361 0 0 0 147782 26 0 0 20 0 1 0 273222784 153550848 33135 33554432000 4194304 4896791 140733932756992 140733932754248 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 37488 33135 76 172 0 37314 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 231176

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5597
/proc/meminfo: memFree=29627432/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=132052 CPUtime=1538.08 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 40516 0 0 0 153781 27 0 0 20 0 1 0 273222784 135221248 29682 33554432000 4194304 4896791 140733932756992 140733932754568 4223805 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 33013 29682 76 172 0 32839 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 213276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5597
/proc/meminfo: memFree=29617380/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=151020 CPUtime=1598.07 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 41076 0 0 0 159779 28 0 0 20 0 1 0 273222784 154644480 31772 33554432000 4194304 4896791 140733932756992 140733932754520 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 37755 31772 76 172 0 37581 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 232244

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 5600
/proc/meminfo: memFree=29606448/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=151020 CPUtime=1658.06 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 41080 0 0 0 165778 28 0 0 20 0 1 0 273222784 154644480 33820 33554432000 4194304 4896791 140733932756992 140733932754520 4223867 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 37755 33820 76 172 0 37581 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 232244

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5601
/proc/meminfo: memFree=29632640/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=132244 CPUtime=1718.04 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 42247 0 0 0 171775 29 0 0 20 0 1 0 273222784 135417856 29733 33554432000 4194304 4896791 140733932756992 140733932754568 4223809 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 33061 29733 76 172 0 32887 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 213468

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 5601
/proc/meminfo: memFree=29618740/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=151212 CPUtime=1778.03 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 42806 0 0 0 177773 30 0 0 20 0 1 0 273222784 154841088 32335 33554432000 4194304 4896791 140733932756992 140733932754520 4225452 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 37803 32335 76 172 0 37629 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 232436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.03 2.00 3/183 5643
/proc/meminfo: memFree=29533312/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=151464 CPUtime=1796.13 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 42846 0 0 0 179583 30 0 0 20 0 1 0 273222784 155099136 32874 33554432000 4194304 4896791 140733932756992 140733932754200 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 37866 32874 76 172 0 37692 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 232688

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.10 2.03 2.00 3/183 5643
/proc/meminfo: memFree=29533312/32873648 swapFree=7116/7116
[pid=5578] ppid=5576 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5578/stat : 5578 (runPb2sat.sh) S 5576 5578 3861 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273222390 9367552 274 33554432000 4194304 5064252 140735990250240 140735990249152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5578/statm: 2287 274 233 213 0 72 0
[pid=5580] ppid=5578 vsize=62928 CPUtime=3.91 cores=0,2,4,6
/proc/5580/stat : 5580 (pb2sat) S 5578 5578 3861 0 -1 4202496 13711 21584 0 0 84 128 171 8 20 0 1 0 273222391 64438272 12414 33554432000 4194304 5873084 140735010759376 140735010753192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5580/statm: 15732 12414 171 410 0 15314 0
[pid=5584] ppid=5580 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5584/stat : 5584 (satsolver.sh) S 5580 5578 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273222784 9367552 267 33554432000 4194304 5064252 140736466383568 140736466382480 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5584/statm: 2287 267 226 213 0 72 0
[pid=5585] ppid=5584 vsize=151464 CPUtime=1796.13 cores=0,2,4,6
/proc/5585/stat : 5585 (glucose_static) R 5584 5578 3861 0 -1 4202496 42846 0 0 0 179583 30 0 0 20 0 1 0 273222784 155099136 32874 33554432000 4194304 4896791 140733932756992 140733932754200 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5585/statm: 37866 32874 76 172 0 37692 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 232688

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1798.39
CPU system time (s): 1.68474
CPU usage (%): 99.9812
Max. virtual memory (cumulated for all children) (KiB): 293608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 1.68474
maximum resident set size= 170276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79129
page faults= 0
swaps= 0
block input operations= 8
block output operations= 123864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89
involuntary context switches= 2068

runsolver used 2.75458 second user time and 7.13192 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 00:22:30
IDJOB=3696594
IDBENCH=2910
IDSOLVER=2274
FILE ID=node114/3696594-1338070950
RUNJOBID= node114-1338052930-3877
PBS_JOBID= 14624398
Free space on /tmp= 71384 MiB

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

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

MD5SUM BENCH= 8d16c34d0eecf3c16ca4b890652c15ca
RANDOM SEED=1197230416

node114.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.242
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	: 5332.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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		: 2666.242
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.242
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:        29852572 kB
Buffers:          264480 kB
Cached:          1776736 kB
SwapCached:         2036 kB
Active:          1174080 kB
Inactive:        1045764 kB
Active(anon):     173480 kB
Inactive(anon):     7652 kB
Active(file):    1000600 kB
Inactive(file):  1038112 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103728 kB
Dirty:             40796 kB
Writeback:             0 kB
AnonPages:        253736 kB
Mapped:            14528 kB
Shmem:               116 kB
Slab:             662668 kB
SReclaimable:     106372 kB
SUnreclaim:       556296 kB
KernelStack:        1520 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     318920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 71324 MiB
End job on node114 at 2012-05-27 00:52:31