Trace number 3696408

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.08 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
MD5SUM008a49e8cb0d34e0becb5a5e15efaa2a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark183
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 177
Optimality of the best value was proved NO
Number of variables465
Total number of constraints465
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 constraints465
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 465
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 465
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 465
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.34	c model valid
0.00/0.34	c current solution ok
0.00/0.44	o 244
0.00/0.44	c current bound: 122
0.00/0.44	c (debug) using card networks
1800.08/1800.51	c error: unexpected solver exit code
1800.08/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3696408-1338312566/watcher-3696408-1338312566 -o /tmp/evaluation-result-3696408-1338312566/solver-3696408-1338312566 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696408-1338312566.opb 1842707986 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.87 4/175 26528
/proc/meminfo: memFree=27944956/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runsolver) D 26524 26528 26333 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 297381641 12095488 50 33554432000 4194304 5436572 140733195734032 140733195730328 4883175 0 0 4096 24578 18446744072101258628 0 0 17 3 0 0 0 0 0
/proc/26528/statm: 2953 50 31 304 0 2645 0

[startup+0.073676 s]
/proc/loadavg: 1.92 1.95 1.87 4/175 26528
/proc/meminfo: memFree=27944956/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100314 s]
/proc/loadavg: 1.92 1.95 1.87 4/175 26528
/proc/meminfo: memFree=27944956/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300235 s]
/proc/loadavg: 1.92 1.95 1.87 4/175 26528
/proc/meminfo: memFree=27944956/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700314 s]
/proc/loadavg: 1.92 1.95 1.87 4/175 26528
/proc/meminfo: memFree=27944956/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 1.92 1.95 1.87 4/183 26542
/proc/meminfo: memFree=27911888/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=13312 CPUtime=1.03 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 2361 0 0 0 103 0 0 0 20 0 1 0 297381687 13631488 2788 33554432000 4194304 4896791 140737461652336 140737461649544 4224663 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 3328 2788 78 172 0 3154 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 37176

[startup+3.10032 s]
/proc/loadavg: 1.92 1.95 1.87 4/183 26542
/proc/meminfo: memFree=27909136/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=13776 CPUtime=2.63 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 3258 0 0 0 263 0 0 0 20 0 1 0 297381687 14106624 2877 33554432000 4194304 4896791 140737461652336 140737461649544 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 3444 2877 78 172 0 3270 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 37640

[startup+6.3004 s]
/proc/loadavg: 1.93 1.95 1.87 4/183 26542
/proc/meminfo: memFree=27904480/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=14368 CPUtime=5.83 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 5442 0 0 0 582 1 0 0 20 0 1 0 297381687 14712832 3165 33554432000 4194304 4896791 140737461652336 140737461649912 4225344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 3592 3165 78 172 0 3418 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38232

[startup+12.7004 s]
/proc/loadavg: 1.93 1.95 1.87 4/183 26542
/proc/meminfo: memFree=27896684/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=18176 CPUtime=12.23 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 7461 0 0 0 1221 2 0 0 20 0 1 0 297381687 18612224 4171 33554432000 4194304 4896791 140737461652336 140737461649544 4224617 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 4544 4171 78 172 0 4370 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 42040

[startup+25.5004 s]
/proc/loadavg: 1.95 1.96 1.87 4/183 26542
/proc/meminfo: memFree=27897168/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=20892 CPUtime=25.02 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 11945 0 0 0 2498 4 0 0 20 0 1 0 297381687 21393408 4824 33554432000 4194304 4896791 140737461652336 140737461649864 4206896 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 5223 4824 78 172 0 5049 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 44756

[startup+51.1003 s]
/proc/loadavg: 1.96 1.96 1.87 4/184 26545
/proc/meminfo: memFree=27883412/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=28876 CPUtime=50.63 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 18241 0 0 0 5055 8 0 0 20 0 1 0 297381687 29569024 6719 33554432000 4194304 4896791 140737461652336 140737461649624 4225088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 7219 6719 78 172 0 7045 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 52740

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.88 4/183 26545
/proc/meminfo: memFree=27860804/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=34700 CPUtime=101.82 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 27448 0 0 0 10169 13 0 0 20 0 1 0 297381687 35532800 7940 33554432000 4194304 4896791 140737461652336 140737461649864 4225393 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 8675 7940 78 172 0 8501 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 58564

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.88 4/183 26545
/proc/meminfo: memFree=27842884/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 110894 0 0 0 142072 80 0 0 20 0 1 0 297381687 109109248 23909 33554432000 4194304 4896791 140737461652336 140737461649912 4224910 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 26638 23909 78 172 0 26464 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 130416

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 1.96 4/183 26557
/proc/meminfo: memFree=27716392/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=110424 CPUtime=1481.51 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 113292 0 0 0 148069 82 0 0 20 0 1 0 297381687 113074176 25435 33554432000 4194304 4896791 140737461652336 140737461649912 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 27606 25435 78 172 0 27432 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 134288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.96 4/183 26557
/proc/meminfo: memFree=27729100/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=114952 CPUtime=1541.5 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 115517 0 0 0 154066 84 0 0 20 0 1 0 297381687 117710848 25764 33554432000 4194304 4896791 140737461652336 140737461649912 4225011 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 28738 25764 78 172 0 28564 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 138816

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.96 4/183 26557
/proc/meminfo: memFree=27703096/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=129464 CPUtime=1601.49 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 118591 0 0 0 160062 87 0 0 20 0 1 0 297381687 132571136 27972 33554432000 4194304 4896791 140737461652336 140737461649864 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 32366 27972 78 172 0 32192 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 153328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 4/183 26557
/proc/meminfo: memFree=27714776/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=135124 CPUtime=1661.48 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 121867 0 0 0 166058 90 0 0 20 0 1 0 297381687 138366976 29336 33554432000 4194304 4896791 140737461652336 140737461649864 4224708 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 33781 29336 78 172 0 33607 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 158988

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 4/183 26557
/proc/meminfo: memFree=27660640/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=185196 CPUtime=1721.47 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 123049 0 0 0 172055 92 0 0 20 0 1 0 297381687 189640704 39700 33554432000 4194304 4896791 140737461652336 140737461648008 4205681 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 46299 39700 78 172 0 46125 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 209060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 4/183 26558
/proc/meminfo: memFree=27689880/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=137900 CPUtime=1781.46 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 126022 0 0 0 178051 95 0 0 20 0 1 0 297381687 141209600 29620 33554432000 4194304 4896791 140737461652336 140737461649864 4225191 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 34475 29620 78 172 0 34301 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 161764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.96 4/183 26558
/proc/meminfo: memFree=27690956/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=157172 CPUtime=1799.65 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 126648 0 0 0 179870 95 0 0 20 0 1 0 297381687 160944128 33296 33554432000 4194304 4896791 140737461652336 140737461649864 4225426 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 39293 33296 78 172 0 39119 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 181036

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.96 4/183 26558
/proc/meminfo: memFree=27690956/32873844 swapFree=7116/7116
[pid=26528] ppid=26524 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26528/stat : 26528 (runPb2sat.sh) S 26524 26528 26333 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297381641 9367552 275 33554432000 4194304 5064252 140734143535360 140734143534272 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26528/statm: 2287 275 233 213 0 72 0
[pid=26532] ppid=26528 vsize=5568 CPUtime=0.43 cores=1,3,5,7
/proc/26532/stat : 26532 (pb2sat) S 26528 26528 26333 0 -1 4202496 1928 2583 0 0 32 9 2 0 20 0 1 0 297381642 5701632 932 33554432000 4194304 5873084 140735405427488 140735405421304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26532/statm: 1392 932 175 410 0 974 0
[pid=26538] ppid=26532 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26538/stat : 26538 (satsolver.sh) S 26532 26528 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297381687 9367552 267 33554432000 4194304 5064252 140733561390240 140733561389152 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26538/statm: 2287 267 226 213 0 72 0
[pid=26539] ppid=26538 vsize=157172 CPUtime=1799.65 cores=1,3,5,7
/proc/26539/stat : 26539 (glucose_static) R 26538 26528 26333 0 -1 4202496 126648 0 0 0 179870 95 0 0 20 0 1 0 297381687 160944128 33296 33554432000 4194304 4896791 140737461652336 140737461649864 4225426 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26539/statm: 39293 33296 78 172 0 39119 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 181036

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26528 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=347947
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=103984
# CPU time returned by wait4() is 0.451931
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1799.04
CPU system time (s): 1.04
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 230092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.347947
system time used= 0.103984
maximum resident set size= 5384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 11

runsolver used 4.12137 second user time and 9.41757 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-29 19:29:26
IDJOB=3696408
IDBENCH=1960
IDSOLVER=2274
FILE ID=node138/3696408-1338312566
RUNJOBID= node138-1338312565-26502
PBS_JOBID= 14632090
Free space on /tmp= 71192 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696408-1338312566/watcher-3696408-1338312566 -o /tmp/evaluation-result-3696408-1338312566/solver-3696408-1338312566 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696408-1338312566.opb 1842707986 HOME HOME

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

MD5SUM BENCH= 008a49e8cb0d34e0becb5a5e15efaa2a
RANDOM SEED=1842707986

node138.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.347
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.69
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.347
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.347
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.91
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.347
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.347
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.347
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.347
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.92
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.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27946212 kB
Buffers:          679612 kB
Cached:          3335216 kB
SwapCached:          208 kB
Active:          1537800 kB
Inactive:        2496536 kB
Active(anon):       1924 kB
Inactive(anon):    11384 kB
Active(file):    1535876 kB
Inactive(file):  2485152 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             17096 kB
Writeback:             0 kB
AnonPages:         17460 kB
Mapped:            13568 kB
Shmem:               200 kB
Slab:             755620 kB
SReclaimable:     197628 kB
SUnreclaim:       557992 kB
KernelStack:        1376 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71164 MiB
End job on node138 at 2012-05-29 19:59:26