Trace number 3696553

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_15.r.opb
MD5SUM34bb25320bcbfa536bfc14194ca6ac66
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark5.29919
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 19
Optimality of the best value was proved YES
Number of variables297
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint15
Number of terms in the objective function 297
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 297
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 297
Number of bits of the biggest sum of numbers9
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.01	c model valid
0.00/0.01	c current solution ok
0.00/0.02	o 46
0.00/0.02	c current bound: 23
0.00/0.02	c (debug) using card networks
3.06/3.11	c model valid
3.06/3.11	c current solution ok
3.06/3.27	o 23
3.06/3.27	c current bound: 11
98.02/98.28	c current bound: 17
98.02/98.28	c (debug) using card networks
1800.02/1800.51	./satsolver.sh: line 5: 23170 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.02/1800.51	c error: unexpected solver exit code
1800.02/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-3696553-1338068678/watcher-3696553-1338068678 -o /tmp/evaluation-result-3696553-1338068678/solver-3696553-1338068678 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696553-1338068678.opb 1227546786 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23157
/proc/meminfo: memFree=28680540/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) R 23155 23157 21702 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 262 33554432000 4194304 5064252 140733432049360 140734131150456 260189662304 0 0 4100 65536 0 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 263 223 213 0 72 0

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

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

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

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

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23164
/proc/meminfo: memFree=28674540/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=0 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 510 1424 0 0 0 0 0 0 20 0 1 0 272993319 2613248 363 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 363 174 410 0 220 0
[pid=23163] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23163/stat : 23163 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272993321 9367552 267 33554432000 4194304 5064252 140737333887392 140737333886304 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23163/statm: 2287 267 226 213 0 72 0
[pid=23164] ppid=23163 vsize=7064 CPUtime=1.47 cores=1,3,5,7
/proc/23164/stat : 23164 (glucose_static) R 23163 23157 21702 0 -1 4202496 2854 0 0 0 147 0 0 0 20 0 1 0 272993321 7233536 1301 33554432000 4194304 4896791 140734256999808 140734256997384 4202677 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23164/statm: 1766 1301 78 172 0 1592 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 27912

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23164
/proc/meminfo: memFree=28674168/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=0 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 510 1424 0 0 0 0 0 0 20 0 1 0 272993319 2613248 363 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 363 174 410 0 220 0
[pid=23163] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23163/stat : 23163 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272993321 9367552 267 33554432000 4194304 5064252 140737333887392 140737333886304 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23163/statm: 2287 267 226 213 0 72 0
[pid=23164] ppid=23163 vsize=7756 CPUtime=3.06 cores=1,3,5,7
/proc/23164/stat : 23164 (glucose_static) R 23163 23157 21702 0 -1 4202496 4719 0 0 0 306 0 0 0 20 0 1 0 272993321 7942144 1361 33554432000 4194304 4896791 140734256999808 140734256997336 4204566 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23164/statm: 1939 1361 78 172 0 1765 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 28604

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23167
/proc/meminfo: memFree=28672704/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=3.08 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 689 7272 0 0 0 0 307 1 20 0 1 0 272993319 2613248 350 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 350 175 410 0 220 0
[pid=23166] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23166/stat : 23166 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272993642 9367552 267 33554432000 4194304 5064252 140735265077712 140735265076624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23166/statm: 2287 267 226 213 0 72 0
[pid=23167] ppid=23166 vsize=6428 CPUtime=3.05 cores=1,3,5,7
/proc/23167/stat : 23167 (glucose_static) R 23166 23157 21702 0 -1 4202496 3260 0 0 0 305 0 0 0 20 0 1 0 272993642 6582272 1092 33554432000 4194304 4896791 140736679023648 140736679021176 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23167/statm: 1607 1092 76 172 0 1433 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27276

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 23167
/proc/meminfo: memFree=28663224/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=3.08 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 689 7272 0 0 0 0 307 1 20 0 1 0 272993319 2613248 350 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 350 175 410 0 220 0
[pid=23166] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23166/stat : 23166 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272993642 9367552 267 33554432000 4194304 5064252 140735265077712 140735265076624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23166/statm: 2287 267 226 213 0 72 0
[pid=23167] ppid=23166 vsize=9780 CPUtime=9.45 cores=1,3,5,7
/proc/23167/stat : 23167 (glucose_static) R 23166 23157 21702 0 -1 4202496 7127 0 0 0 944 1 0 0 20 0 1 0 272993642 10014720 2008 33554432000 4194304 4896791 140736679023648 140736679020856 4225445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23167/statm: 2445 2008 76 172 0 2271 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 30628

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 23167
/proc/meminfo: memFree=28656720/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=3.08 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 689 7272 0 0 0 0 307 1 20 0 1 0 272993319 2613248 350 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 350 175 410 0 220 0
[pid=23166] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23166/stat : 23166 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272993642 9367552 267 33554432000 4194304 5064252 140735265077712 140735265076624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23166/statm: 2287 267 226 213 0 72 0
[pid=23167] ppid=23166 vsize=14260 CPUtime=22.24 cores=1,3,5,7
/proc/23167/stat : 23167 (glucose_static) R 23166 23157 21702 0 -1 4202496 11332 0 0 0 2223 1 0 0 20 0 1 0 272993642 14602240 2902 33554432000 4194304 4896791 140736679023648 140736679021176 4225191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23167/statm: 3565 2902 77 172 0 3391 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 35108

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 23167
/proc/meminfo: memFree=28659868/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=3.08 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 689 7272 0 0 0 0 307 1 20 0 1 0 272993319 2613248 350 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 350 175 410 0 220 0
[pid=23166] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23166/stat : 23166 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272993642 9367552 267 33554432000 4194304 5064252 140735265077712 140735265076624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23166/statm: 2287 267 226 213 0 72 0
[pid=23167] ppid=23166 vsize=19756 CPUtime=47.84 cores=1,3,5,7
/proc/23167/stat : 23167 (glucose_static) R 23166 23157 21702 0 -1 4202496 20119 0 0 0 4780 4 0 0 20 0 1 0 272993642 20230144 3736 33554432000 4194304 4896791 140736679023648 140736679020856 4225204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23167/statm: 4939 3736 77 172 0 4765 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 40604

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 23170
/proc/meminfo: memFree=28646616/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=7668 CPUtime=4 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 3841 0 0 0 400 0 0 0 20 0 1 0 273003148 7852032 1432 33554432000 4194304 4896791 140736889068032 140736889065352 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 1917 1432 78 172 0 1743 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 28516

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23171
/proc/meminfo: memFree=28630164/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23218
/proc/meminfo: memFree=28440620/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=86400 CPUtime=1263.77 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 104249 0 0 0 126318 59 0 0 20 0 1 0 273003148 88473600 19175 33554432000 4194304 4896791 140736889068032 140736889065560 4224975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 21600 19175 78 172 0 21426 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 107248

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23218
/proc/meminfo: memFree=28518148/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=106404 CPUtime=1323.76 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 106095 0 0 0 132315 61 0 0 20 0 1 0 273003148 108957696 20592 33554432000 4194304 4896791 140736889068032 140736889065560 4225191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 26601 20592 78 172 0 26427 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 127252

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23219
/proc/meminfo: memFree=28479212/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=107484 CPUtime=1383.76 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 108064 0 0 0 138313 63 0 0 20 0 1 0 273003148 110063616 21973 33554432000 4194304 4896791 140736889068032 140736889065560 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 26871 21973 78 172 0 26697 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 128332

[startup+1542.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 23222
/proc/meminfo: memFree=28436372/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=108380 CPUtime=1443.75 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 110033 0 0 0 144310 65 0 0 20 0 1 0 273003148 110981120 23841 33554432000 4194304 4896791 140736889068032 140736889065464 4224722 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 27095 23841 78 172 0 26921 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 129228

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 23222
/proc/meminfo: memFree=28516172/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=142096 CPUtime=1503.73 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 113043 0 0 0 150306 67 0 0 20 0 1 0 273003148 145506304 26549 33554432000 4194304 4896791 140736889068032 140736889065288 4225191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 35524 26549 78 172 0 35350 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 162944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23222
/proc/meminfo: memFree=28484128/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=143144 CPUtime=1563.72 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 114827 0 0 0 156302 70 0 0 20 0 1 0 273003148 146579456 26995 33554432000 4194304 4896791 140736889068032 140736889065288 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 35786 26995 78 172 0 35612 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 163992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23222
/proc/meminfo: memFree=28489956/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=93836 CPUtime=1623.71 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 117211 0 0 0 162299 72 0 0 20 0 1 0 273003148 96088064 19581 33554432000 4194304 4896791 140736889068032 140736889065560 4225344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 23459 19581 78 172 0 23285 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 114684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23265
/proc/meminfo: memFree=28634564/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=94896 CPUtime=1683.7 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 119380 0 0 0 168296 74 0 0 20 0 1 0 273003148 97173504 19452 33554432000 4194304 4896791 140736889068032 140736889065560 4204129 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 23724 19452 78 172 0 23550 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 115744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23265
/proc/meminfo: memFree=28625132/32873648 swapFree=7100/7100
[pid=23157] ppid=23155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (runPb2sat.sh) S 23155 23157 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272993318 9367552 274 33554432000 4194304 5064252 140733432049360 140733432048272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23157/statm: 2287 274 233 213 0 72 0
[pid=23159] ppid=23157 vsize=2552 CPUtime=98.12 cores=1,3,5,7
/proc/23159/stat : 23159 (pb2sat) S 23157 23157 21702 0 -1 4202496 861 40507 0 0 1 0 9803 8 20 0 1 0 272993319 2613248 364 33554432000 4194304 5873084 140736373062096 140736373055912 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23159/statm: 638 364 175 410 0 220 0
[pid=23169] ppid=23159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (satsolver.sh) S 23159 23157 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273003147 9367552 267 33554432000 4194304 5064252 140734019272704 140734019271616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23169/statm: 2287 267 226 213 0 72 0
[pid=23170] ppid=23169 vsize=113864 CPUtime=1701.9 cores=1,3,5,7
/proc/23170/stat : 23170 (glucose_static) R 23169 23157 21702 0 -1 4202496 119700 0 0 0 170116 74 0 0 20 0 1 0 273003148 116596736 21811 33554432000 4194304 4896791 140736889068032 140736889065560 4225168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 28466 21811 78 172 0 28292 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 134712

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.51
CPU time (s): 1800.06
CPU user time (s): 1799.22
CPU system time (s): 0.840872
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 184208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.840872
maximum resident set size= 130412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162054
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105
involuntary context switches= 1872

runsolver used 2.78158 second user time and 7.26889 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-26 23:44:38
IDJOB=3696553
IDBENCH=2851
IDSOLVER=2274
FILE ID=node123/3696553-1338068678
RUNJOBID= node123-1338052409-21719
PBS_JOBID= 14624391
Free space on /tmp= 71428 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_300_10_15.r.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696553-1338068678/watcher-3696553-1338068678 -o /tmp/evaluation-result-3696553-1338068678/solver-3696553-1338068678 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696553-1338068678.opb 1227546786 HOME HOME

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

MD5SUM BENCH= 34bb25320bcbfa536bfc14194ca6ac66
RANDOM SEED=1227546786

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28680812 kB
Buffers:          278972 kB
Cached:          2854836 kB
SwapCached:            0 kB
Active:          1144844 kB
Inactive:        2265772 kB
Active(anon):     278796 kB
Inactive(anon):        0 kB
Active(file):     866048 kB
Inactive(file):  2265772 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8552 kB
Writeback:             0 kB
AnonPages:        283404 kB
Mapped:            15364 kB
Shmem:               200 kB
Slab:             644128 kB
SReclaimable:      88568 kB
SUnreclaim:       555560 kB
KernelStack:        1496 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     442088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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= 71452 MiB
End job on node123 at 2012-05-27 00:14:39