Trace number 3696098

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.07 1801.52

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_50null0mast_rapportOE1.0_TMAX300_K67_cod1.opb
MD5SUMf6abb5dab8498b879a85f97ed19c694b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-67580
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
Biggest coefficient in the objective function 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 8048436
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 8048436
Number of bits of the biggest sum of numbers23
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.38	c fallback to adder encoding
483.30/483.47	c model valid
483.30/483.47	c current solution ok
491.72/492.15	o -21981
491.72/492.15	c current bound: 4013227
491.72/492.15	c fallback to adder encoding
1800.07/1801.51	c error: unexpected solver exit code
1800.07/1801.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-3696098-1338129538/watcher-3696098-1338129538 -o /tmp/evaluation-result-3696098-1338129538/solver-3696098-1338129538 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696098-1338129538.opb 1618339869 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.98 1.99 3/177 6072
/proc/meminfo: memFree=28119264/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0

[startup+0.040525 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 6072
/proc/meminfo: memFree=28119264/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100138 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 6072
/proc/meminfo: memFree=28119264/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300119 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 6072
/proc/meminfo: memFree=28119264/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700168 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 6072
/proc/meminfo: memFree=28119264/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 6076
/proc/meminfo: memFree=27830864/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=176916 CPUtime=1.49 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) R 6072 6072 5701 0 -1 4202496 14959 0 0 0 145 4 0 0 20 0 1 0 279079832 181161984 30326 33554432000 4194304 5873084 140733670117456 140733670113992 4391072 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6073/statm: 44229 30326 164 410 0 43811 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 186064

[startup+3.10022 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 6076
/proc/meminfo: memFree=27540820/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=307988 CPUtime=2.54 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 15778 0 0 0 228 26 0 0 20 0 1 0 279079832 315379712 44157 33554432000 4194304 5873084 140733670117456 140733670113880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6073/statm: 76997 44157 171 410 0 76579 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 317136

[startup+6.30031 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 6078
/proc/meminfo: memFree=27046696/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=307988 CPUtime=2.54 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 15778 0 0 0 228 26 0 0 20 0 1 0 279079832 315379712 44157 33554432000 4194304 5873084 140733670117456 140733670113880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6073/statm: 76997 44157 171 410 0 76579 0
[pid=6077] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6077/stat : 6077 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 279080087 9367552 267 33554432000 4194304 5064252 140734731484976 140734731483888 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6077/statm: 2287 267 226 213 0 72 0
[pid=6078] ppid=6077 vsize=367160 CPUtime=3.73 cores=1,3,5,7
/proc/6078/stat : 6078 (glucose_static) R 6077 6072 5701 0 -1 4202496 57782 0 0 0 355 18 0 0 20 0 1 0 279080087 375971840 77931 33554432000 4194304 4896791 140733524883536 140733524880856 4223805 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6078/statm: 91790 77931 78 172 0 91616 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 693444

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 6078
/proc/meminfo: memFree=27053880/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=307988 CPUtime=2.54 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 15778 0 0 0 228 26 0 0 20 0 1 0 279079832 315379712 44157 33554432000 4194304 5873084 140733670117456 140733670113880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6073/statm: 76997 44157 171 410 0 76579 0
[pid=6077] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6077/stat : 6077 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 279080087 9367552 267 33554432000 4194304 5064252 140734731484976 140734731483888 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6077/statm: 2287 267 226 213 0 72 0
[pid=6078] ppid=6077 vsize=367840 CPUtime=10.13 cores=1,3,5,7
/proc/6078/stat : 6078 (glucose_static) R 6077 6072 5701 0 -1 4202496 59375 0 0 0 995 18 0 0 20 0 1 0 279080087 376668160 78588 33554432000 4194304 4896791 140733524883536 140733524880632 4203102 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6078/statm: 91960 78588 78 172 0 91786 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 694124

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6078
/proc/meminfo: memFree=27054516/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=307988 CPUtime=2.54 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 15778 0 0 0 228 26 0 0 20 0 1 0 279079832 315379712 44157 33554432000 4194304 5873084 140733670117456 140733670113880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6073/statm: 76997 44157 171 410 0 76579 0
[pid=6077] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6077/stat : 6077 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 279080087 9367552 267 33554432000 4194304 5064252 140734731484976 140734731483888 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6077/statm: 2287 267 226 213 0 72 0
[pid=6078] ppid=6077 vsize=367744 CPUtime=22.92 cores=1,3,5,7
/proc/6078/stat : 6078 (glucose_static) R 6077 6072 5701 0 -1 4202496 59375 0 0 0 2274 18 0 0 20 0 1 0 279080087 376569856 78586 33554432000 4194304 4896791 140733524883536 140733524881064 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6078/statm: 91936 78586 78 172 0 91762 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 694028

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6078
/proc/meminfo: memFree=27052364/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=307988 CPUtime=2.54 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 15778 0 0 0 228 26 0 0 20 0 1 0 279079832 315379712 44157 33554432000 4194304 5873084 140733670117456 140733670113880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6073/statm: 76997 44157 171 410 0 76579 0
[pid=6077] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6077/stat : 6077 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 279080087 9367552 267 33554432000 4194304 5064252 140734731484976 140734731483888 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6077/statm: 2287 267 226 213 0 72 0
[pid=6078] ppid=6077 vsize=367744 CPUtime=48.52 cores=1,3,5,7
/proc/6078/stat : 6078 (glucose_static) R 6077 6072 5701 0 -1 4202496 59375 0 0 0 4834 18 0 0 20 0 1 0 279080087 376569856 78586 33554432000 4194304 4896791 140733524883536 140733524881064 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6078/statm: 91936 78586 78 172 0 91762 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 694028

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6081
/proc/meminfo: memFree=27051872/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=307988 CPUtime=2.54 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 15778 0 0 0 228 26 0 0 20 0 1 0 279079832 315379712 44157 33554432000 4194304 5873084 140733670117456 140733670113880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6073/statm: 76997 44157 171 410 0 76579 0
[pid=6077] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6077/stat : 6077 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 279080087 9367552 267 33554432000 4194304 5064252 140734731484976 140734731483888 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6077/statm: 2287 267 226 213 0 72 0
[pid=6078] ppid=6077 vsize=367744 CPUtime=99.72 cores=1,3,5,7
/proc/6078/stat : 6078 (glucose_static) R 6077 6072 5701 0 -1 4202496 59375 0 0 0 9954 18 0 0 20 0 1 0 279080087 376569856 78586 33554432000 4194304 4896791 140733524883536 140733524881064 4224992 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6078/statm: 91936 78586 78 172 0 91762 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 694028

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6081
/proc/meminfo: memFree=27049588/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=307988 CPUtime=2.54 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 15778 0 0 0 228 26 0 0 20 0 1 0 279079832 315379712 44157 33554432000 4194304 5873084 140733670117456 140733670113880 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6073/statm: 76997 44157 171 410 0 76579 0
[pid=6077] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6077/stat : 6077 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 279080087 9367552 267 33554432000 4194304 5064252 140734731484976 140734731483888 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6077/statm: 2287 267 226 213 0 72 0
[pid=6078] ppid=6077 vsize=367744 CPUtime=159.7 cores=1,3,5,7
/proc/6078/stat : 6078 (glucose_static) R 6077 6072 5701 0 -1 4202496 59375 0 0 0 15952 18 0 0 20 0 1 0 279080087 376569856 78586 33554432000 4194304 4896791 140733524883536 140733524881064 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6078/statm: 91936 78586 78 172 0 91762 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 694028

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6082
/proc/meminfo: memFree=27042452/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/6086/statm: 190343 164658 78 172 0 190169 0
Current children cumulated CPU time (s) 1360.94
Current children cumulated vsize (KiB) 1382844

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6121
/proc/meminfo: memFree=25538388/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=603176 CPUtime=494.19 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 30753 65220 0 0 594 735 48047 43 20 0 1 0 279079832 617652224 88265 33554432000 4194304 5873084 140733670117456 140733670111272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 106 0 0
/proc/6073/statm: 150794 88265 180 410 0 150376 0
[pid=6085] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6085/stat : 6085 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279129369 9367552 267 33554432000 4194304 5064252 140736225199312 140736225198224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6085/statm: 2287 267 226 213 0 72 0
[pid=6086] ppid=6085 vsize=765080 CPUtime=926.74 cores=1,3,5,7
/proc/6086/stat : 6086 (glucose_static) R 6085 6072 5701 0 -1 4202496 162454 0 0 0 92630 44 0 0 20 0 1 0 279129369 783441920 167704 33554432000 4194304 4896791 140735816482032 140735816479544 4224617 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6086/statm: 191270 167704 78 172 0 191096 0
Current children cumulated CPU time (s) 1420.93
Current children cumulated vsize (KiB) 1386552

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 6121
/proc/meminfo: memFree=25554772/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=603176 CPUtime=494.19 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 30753 65220 0 0 594 735 48047 43 20 0 1 0 279079832 617652224 88265 33554432000 4194304 5873084 140733670117456 140733670111272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 106 0 0
/proc/6073/statm: 150794 88265 180 410 0 150376 0
[pid=6085] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6085/stat : 6085 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279129369 9367552 267 33554432000 4194304 5064252 140736225199312 140736225198224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6085/statm: 2287 267 226 213 0 72 0
[pid=6086] ppid=6085 vsize=686132 CPUtime=986.73 cores=1,3,5,7
/proc/6086/stat : 6086 (glucose_static) R 6085 6072 5701 0 -1 4202496 166123 0 0 0 98626 47 0 0 20 0 1 0 279129369 702599168 161331 33554432000 4194304 4896791 140735816482032 140735816477768 4224640 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6086/statm: 171533 161331 78 172 0 171359 0
Current children cumulated CPU time (s) 1480.92
Current children cumulated vsize (KiB) 1307604

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 6121
/proc/meminfo: memFree=25532288/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=603176 CPUtime=494.19 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 30753 65220 0 0 594 735 48047 43 20 0 1 0 279079832 617652224 88265 33554432000 4194304 5873084 140733670117456 140733670111272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 106 0 0
/proc/6073/statm: 150794 88265 180 410 0 150376 0
[pid=6085] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6085/stat : 6085 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279129369 9367552 267 33554432000 4194304 5064252 140736225199312 140736225198224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6085/statm: 2287 267 226 213 0 72 0
[pid=6086] ppid=6085 vsize=768972 CPUtime=1046.72 cores=1,3,5,7
/proc/6086/stat : 6086 (glucose_static) R 6085 6072 5701 0 -1 4202496 166666 0 0 0 104624 48 0 0 20 0 1 0 279129369 787427328 162891 33554432000 4194304 4896791 140735816482032 140735816479240 4224229 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6086/statm: 192243 162891 78 172 0 192069 0
Current children cumulated CPU time (s) 1540.91
Current children cumulated vsize (KiB) 1390444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6121
/proc/meminfo: memFree=25539116/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=603176 CPUtime=494.19 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 30753 65220 0 0 594 735 48047 43 20 0 1 0 279079832 617652224 88265 33554432000 4194304 5873084 140733670117456 140733670111272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 106 0 0
/proc/6073/statm: 150794 88265 180 410 0 150376 0
[pid=6085] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6085/stat : 6085 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279129369 9367552 267 33554432000 4194304 5064252 140736225199312 140736225198224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6085/statm: 2287 267 226 213 0 72 0
[pid=6086] ppid=6085 vsize=771704 CPUtime=1106.71 cores=1,3,5,7
/proc/6086/stat : 6086 (glucose_static) R 6085 6072 5701 0 -1 4202496 173874 0 0 0 110621 50 0 0 20 0 1 0 279129369 790224896 165014 33554432000 4194304 4896791 140735816482032 140735816479256 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6086/statm: 192926 165014 78 172 0 192752 0
Current children cumulated CPU time (s) 1600.9
Current children cumulated vsize (KiB) 1393176

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6121
/proc/meminfo: memFree=25522400/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=603176 CPUtime=494.19 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 30753 65220 0 0 594 735 48047 43 20 0 1 0 279079832 617652224 88265 33554432000 4194304 5873084 140733670117456 140733670111272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 106 0 0
/proc/6073/statm: 150794 88265 180 410 0 150376 0
[pid=6085] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6085/stat : 6085 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279129369 9367552 267 33554432000 4194304 5064252 140736225199312 140736225198224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6085/statm: 2287 267 226 213 0 72 0
[pid=6086] ppid=6085 vsize=773400 CPUtime=1166.69 cores=1,3,5,7
/proc/6086/stat : 6086 (glucose_static) R 6085 6072 5701 0 -1 4202496 179640 0 0 0 116618 51 0 0 20 0 1 0 279129369 791961600 166509 33554432000 4194304 4896791 140735816482032 140735816479544 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6086/statm: 193350 166509 78 172 0 193176 0
Current children cumulated CPU time (s) 1660.88
Current children cumulated vsize (KiB) 1394872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6122
/proc/meminfo: memFree=25499092/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=603176 CPUtime=494.19 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 30753 65220 0 0 594 735 48047 43 20 0 1 0 279079832 617652224 88265 33554432000 4194304 5873084 140733670117456 140733670111272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 106 0 0
/proc/6073/statm: 150794 88265 180 410 0 150376 0
[pid=6085] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6085/stat : 6085 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279129369 9367552 267 33554432000 4194304 5064252 140736225199312 140736225198224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6085/statm: 2287 267 226 213 0 72 0
[pid=6086] ppid=6085 vsize=775392 CPUtime=1226.69 cores=1,3,5,7
/proc/6086/stat : 6086 (glucose_static) R 6085 6072 5701 0 -1 4202496 181493 0 0 0 122617 52 0 0 20 0 1 0 279129369 794001408 169088 33554432000 4194304 4896791 140735816482032 140735816477704 4223805 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6086/statm: 193848 169088 78 172 0 193674 0
Current children cumulated CPU time (s) 1720.88
Current children cumulated vsize (KiB) 1396864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6122
/proc/meminfo: memFree=25475404/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=603176 CPUtime=494.19 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 30753 65220 0 0 594 735 48047 43 20 0 1 0 279079832 617652224 88265 33554432000 4194304 5873084 140733670117456 140733670111272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 106 0 0
/proc/6073/statm: 150794 88265 180 410 0 150376 0
[pid=6085] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6085/stat : 6085 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279129369 9367552 267 33554432000 4194304 5064252 140736225199312 140736225198224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6085/statm: 2287 267 226 213 0 72 0
[pid=6086] ppid=6085 vsize=777500 CPUtime=1286.68 cores=1,3,5,7
/proc/6086/stat : 6086 (glucose_static) R 6085 6072 5701 0 -1 4202496 184759 0 0 0 128615 53 0 0 20 0 1 0 279129369 796160000 171184 33554432000 4194304 4896791 140735816482032 140735816479560 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6086/statm: 194375 171184 78 172 0 194201 0
Current children cumulated CPU time (s) 1780.87
Current children cumulated vsize (KiB) 1398972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6162
/proc/meminfo: memFree=26645448/32873648 swapFree=6864/6864
[pid=6072] ppid=6070 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6072/stat : 6072 (runPb2sat.sh) S 6070 6072 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279079832 9367552 275 33554432000 4194304 5064252 140733546698496 140733546697408 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6072/statm: 2287 275 233 213 0 72 0
[pid=6073] ppid=6072 vsize=603176 CPUtime=494.19 cores=1,3,5,7
/proc/6073/stat : 6073 (pb2sat) S 6072 6072 5701 0 -1 4202496 30753 65220 0 0 594 735 48047 43 20 0 1 0 279079832 617652224 88265 33554432000 4194304 5873084 140733670117456 140733670111272 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 106 0 0
/proc/6073/statm: 150794 88265 180 410 0 150376 0
[pid=6085] ppid=6073 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6085/stat : 6085 (satsolver.sh) S 6073 6072 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279129369 9367552 267 33554432000 4194304 5064252 140736225199312 140736225198224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6085/statm: 2287 267 226 213 0 72 0
[pid=6086] ppid=6085 vsize=778192 CPUtime=1305.88 cores=1,3,5,7
/proc/6086/stat : 6086 (glucose_static) R 6085 6072 5701 0 -1 4202496 188918 0 0 0 130534 54 0 0 20 0 1 0 279129369 796868608 171875 33554432000 4194304 4896791 140735816482032 140735816479544 4224696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6086/statm: 194548 171875 78 172 0 194374 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1399664

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6072 and gives
#  childrusage.ru_utime.tv_sec=486
#  childrusage.ru_utime.tv_usec=421052
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=799814
# CPU time returned by wait4() is 494.221
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.52
CPU time (s): 1800.07
CPU user time (s): 1791.75
CPU system time (s): 8.32
CPU usage (%): 99.9197
Max. virtual memory (cumulated for all children) (KiB): 1517952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 486.421
system time used= 7.79981
maximum resident set size= 495348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1085640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34
involuntary context switches= 566

runsolver used 4.49132 second user time and 10.9923 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 16:38:58
IDJOB=3696098
IDBENCH=91500
IDSOLVER=2274
FILE ID=node120/3696098-1338129538
RUNJOBID= node120-1338124133-5718
PBS_JOBID= 14624508
Free space on /tmp= 71660 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_50null0mast_rapportOE1.0_TMAX300_K67_cod1.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696098-1338129538/watcher-3696098-1338129538 -o /tmp/evaluation-result-3696098-1338129538/solver-3696098-1338129538 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696098-1338129538.opb 1618339869 HOME HOME

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

MD5SUM BENCH= f6abb5dab8498b879a85f97ed19c694b
RANDOM SEED=1618339869

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        28122320 kB
Buffers:          318164 kB
Cached:          3483612 kB
SwapCached:          636 kB
Active:           911056 kB
Inactive:        3012836 kB
Active(anon):     111152 kB
Inactive(anon):    12532 kB
Active(file):     799904 kB
Inactive(file):  3000304 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             22528 kB
Writeback:             0 kB
AnonPages:        335856 kB
Mapped:            14724 kB
Shmem:               120 kB
Slab:             687312 kB
SReclaimable:     131500 kB
SUnreclaim:       555812 kB
KernelStack:        1504 kB
PageTables:         3884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     298628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71252 MiB
End job on node120 at 2012-05-27 17:09:00