Trace number 3696328

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-exam.pi.opb
MD5SUMc7b7ba2fb8a9fff5b9677d5bbd1edc0f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark2.70259
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 63
Optimality of the best value was proved YES
Number of variables4676
Total number of constraints509
Number of constraints which are clauses509
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint166
Number of terms in the objective function 4676
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4676
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4676
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.10	c model valid
0.00/0.10	c current solution ok
0.00/0.24	o 435
0.00/0.24	c current bound: 217
0.00/0.24	c (debug) using card networks
1.08/1.19	c model valid
1.08/1.19	c current solution ok
1.08/1.19	o 116
1.08/1.19	c current bound: 58
1.08/1.19	c (debug) using card networks
1800.03/1800.41	./satsolver.sh: line 5:  4344 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.41	c error: unexpected solver exit code
1800.03/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3696328-1338058339/watcher-3696328-1338058339 -o /tmp/evaluation-result-3696328-1338058339/solver-3696328-1338058339 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696328-1338058339.opb 1623080168 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.00 2.02 2.00 3/179 4334
/proc/meminfo: memFree=30035064/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0

[startup+0.0444009 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4334
/proc/meminfo: memFree=30035064/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100232 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4334
/proc/meminfo: memFree=30035064/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4334
/proc/meminfo: memFree=30035064/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700283 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4334
/proc/meminfo: memFree=30035064/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 4341
/proc/meminfo: memFree=29958956/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 28212

[startup+3.10039 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 4344
/proc/meminfo: memFree=29976324/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=44404 CPUtime=1.82 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 10306 0 0 0 180 2 0 0 20 0 1 0 271961401 45469696 8982 33554432000 4194304 4896791 140733854948672 140733854946200 4223805 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 11101 8982 78 172 0 10927 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 81764

[startup+6.3004 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 4344
/proc/meminfo: memFree=29972040/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=44840 CPUtime=5.02 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 12723 0 0 0 499 3 0 0 20 0 1 0 271961401 45916160 9049 33554432000 4194304 4896791 140733854948672 140733854946248 4223882 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 11210 9049 78 172 0 11036 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 82200

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 4344
/proc/meminfo: memFree=29971068/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=45532 CPUtime=11.42 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 15040 0 0 0 1138 4 0 0 20 0 1 0 271961401 46624768 9523 33554432000 4194304 4896791 140733854948672 140733854946184 4224640 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 11383 9523 78 172 0 11209 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 82892

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 4344
/proc/meminfo: memFree=29968128/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=46496 CPUtime=24.2 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 17929 0 0 0 2416 4 0 0 20 0 1 0 271961401 47611904 9642 33554432000 4194304 4896791 140733854948672 140733854946248 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 11624 9642 78 172 0 11450 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 83856

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 4344
/proc/meminfo: memFree=29963600/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=47992 CPUtime=49.8 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 23080 0 0 0 4974 6 0 0 20 0 1 0 271961401 49143808 10819 33554432000 4194304 4896791 140733854948672 140733854946248 4223805 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 11998 10819 78 172 0 11824 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 85352

[startup+102.307 s]
/proc/loadavg: 2.13 2.04 2.01 3/183 4347
/proc/meminfo: memFree=29951788/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=54844 CPUtime=101 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 32470 0 0 0 10091 9 0 0 20 0 1 0 271961401 56160256 11866 33554432000 4194304 4896791 140733854948672 140733854946184 4225348 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 13711 11866 78 172 0 13537 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 92204

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 4348
/proc/meminfo: memFree=29936644/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=57348 CPUtime=160.99 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 40320 0 0 0 16086 13 0 0 20 0 1 0 271961401 58724352 12777 33554432000 4194304 4896791 140733854948672 140733854946184 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 14337 12777 78 172 0 14163 0
Current children cumulated CPU time (s) 162.24

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4380
/proc/meminfo: memFree=29816640/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=99424 CPUtime=1360.75 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 87188 0 0 0 136025 50 0 0 20 0 1 0 271961401 101810176 23457 33554432000 4194304 4896791 140733854948672 140733854944344 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 24856 23457 78 172 0 24682 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 136784

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4381
/proc/meminfo: memFree=29796524/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=100148 CPUtime=1420.75 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 88882 0 0 0 142023 52 0 0 20 0 1 0 271961401 102551552 23725 33554432000 4194304 4896791 140733854948672 140733854945880 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 25037 23725 78 172 0 24863 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 137508

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4381
/proc/meminfo: memFree=29814872/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=100672 CPUtime=1480.73 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 90066 0 0 0 148019 54 0 0 20 0 1 0 271961401 103088128 23615 33554432000 4194304 4896791 140733854948672 140733854944344 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 25168 23615 78 172 0 24994 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 138032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4381
/proc/meminfo: memFree=29800288/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=101100 CPUtime=1540.72 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 91630 0 0 0 154016 56 0 0 20 0 1 0 271961401 103526400 23226 33554432000 4194304 4896791 140733854948672 140733854946184 4203749 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 25275 23226 78 172 0 25101 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 138460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4381
/proc/meminfo: memFree=29797908/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=101588 CPUtime=1600.71 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 93031 0 0 0 160014 57 0 0 20 0 1 0 271961401 104026112 22873 33554432000 4194304 4896791 140733854948672 140733854944344 4206176 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 25397 22873 78 172 0 25223 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 138948

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 4382
/proc/meminfo: memFree=29826480/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=91572 CPUtime=1660.69 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 94514 0 0 0 166011 58 0 0 20 0 1 0 271961401 93769728 21524 33554432000 4194304 4896791 140733854948672 140733854946248 4225148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 22893 21524 78 172 0 22719 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 128932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 4385
/proc/meminfo: memFree=29794232/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=122216 CPUtime=1720.69 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 95406 0 0 0 172010 59 0 0 20 0 1 0 271961401 125149184 26866 33554432000 4194304 4896791 140733854948672 140733854944408 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 30554 26866 78 172 0 30380 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 159576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4385
/proc/meminfo: memFree=29782260/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=122780 CPUtime=1780.67 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 96975 0 0 0 178007 60 0 0 20 0 1 0 271961401 125726720 25459 33554432000 4194304 4896791 140733854948672 140733854945880 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 30695 25459 78 172 0 30521 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 160140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4558
/proc/meminfo: memFree=29917388/32873648 swapFree=7116/7116
[pid=4334] ppid=4332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4334/stat : 4334 (runPb2sat.sh) S 4332 4334 3861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961273 9367552 274 33554432000 4194304 5064252 140737423805360 140737423804272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4334/statm: 2287 274 233 213 0 72 0
[pid=4335] ppid=4334 vsize=19064 CPUtime=1.25 cores=0,2,4,6
/proc/4335/stat : 4335 (pb2sat) S 4334 4334 3861 0 -1 4202496 8271 18191 0 0 27 12 81 5 20 0 1 0 271961274 19521536 4094 33554432000 4194304 5873084 140737261796496 140737261790312 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4335/statm: 4766 4094 175 410 0 4348 0
[pid=4343] ppid=4335 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4343/stat : 4343 (satsolver.sh) S 4335 4334 3861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271961400 9367552 267 33554432000 4194304 5064252 140733427954800 140733427953712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4343/statm: 2287 267 226 213 0 72 0
[pid=4344] ppid=4343 vsize=122964 CPUtime=1798.78 cores=0,2,4,6
/proc/4344/stat : 4344 (glucose_static) R 4343 4334 3861 0 -1 4202496 97009 0 0 0 179817 61 0 0 20 0 1 0 271961401 125915136 27026 33554432000 4194304 4896791 140733854948672 140733854945880 4224663 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4344/statm: 30741 27026 78 172 0 30567 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 160324

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1799.27
CPU system time (s): 0.795879
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 175524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.795879
maximum resident set size= 125080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 33360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148
involuntary context switches= 2104

runsolver used 3.2595 second user time and 7.38788 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-26 20:52:19
IDJOB=3696328
IDBENCH=2044
IDSOLVER=2274
FILE ID=node114/3696328-1338058339
RUNJOBID= node114-1338052930-3877
PBS_JOBID= 14624398
Free space on /tmp= 71408 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-exam.pi.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696328-1338058339/watcher-3696328-1338058339 -o /tmp/evaluation-result-3696328-1338058339/solver-3696328-1338058339 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696328-1338058339.opb 1623080168 HOME HOME

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

MD5SUM BENCH= c7b7ba2fb8a9fff5b9677d5bbd1edc0f
RANDOM SEED=1623080168

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:        30035372 kB
Buffers:          257428 kB
Cached:          1751388 kB
SwapCached:         2036 kB
Active:           998008 kB
Inactive:        1039324 kB
Active(anon):      23356 kB
Inactive(anon):     7652 kB
Active(file):     974652 kB
Inactive(file):  1031672 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103728 kB
Dirty:             19444 kB
Writeback:            28 kB
AnonPages:         33788 kB
Mapped:            14356 kB
Shmem:               116 kB
Slab:             662568 kB
SReclaimable:     106204 kB
SUnreclaim:       556364 kB
KernelStack:        1480 kB
PageTables:         4096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71392 MiB
End job on node114 at 2012-05-26 21:22:20