Trace number 3694471

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
pb2satCp2 2012-05-19? (TO) 1800.07 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-t1722.opb
MD5SUM5a4916943480b697e6c7cc05543abfc1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark194040
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36630
Total number of constraints338
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint389
Maximum length of a constraint420
Number of terms in the objective function 36630
Biggest coefficient in the objective function 4032
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 85788512
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 4032
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 85788512
Number of bits of the biggest sum of numbers27
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.94	c model valid
0.00/0.94	c current solution ok
1.57/1.60	o 276963
1.57/1.60	c fallback to adder encoding
922.44/922.69	c model valid
922.44/922.69	c current solution ok
922.53/922.76	o 276552
922.53/922.76	c fallback to adder encoding
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3694471-1338120062/watcher-3694471-1338120062 -o /tmp/evaluation-result-3694471-1338120062/solver-3694471-1338120062 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694471-1338120062.opb 930083102 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 28640
/proc/meminfo: memFree=25752248/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0

[startup+0.101539 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 28640
/proc/meminfo: memFree=25752248/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200208 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 28640
/proc/meminfo: memFree=25752248/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300219 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 28640
/proc/meminfo: memFree=25752248/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700135 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 28640
/proc/meminfo: memFree=25752248/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50014 s]
/proc/loadavg: 1.93 2.00 1.99 3/182 28644
/proc/meminfo: memFree=25729128/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=15732 CPUtime=1.47 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) R 28640 28640 18002 0 -1 4202496 4054 9430 0 0 40 46 59 2 20 0 1 0 278131590 16109568 3560 33554432000 4194304 5873084 140735377358976 140735377354232 5127520 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28641/statm: 3933 3560 167 410 0 3515 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24880

[startup+3.1002 s]
/proc/loadavg: 1.93 2.00 1.99 3/182 28645
/proc/meminfo: memFree=25648988/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=184884 CPUtime=3.07 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) R 28640 28640 18002 0 -1 4202496 16103 9944 0 0 186 59 59 3 20 0 1 0 278131590 189321216 38473 33554432000 4194304 5873084 140735377358976 140735377353368 4664146 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28641/statm: 46221 38473 176 410 0 45803 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 194032

[startup+6.30021 s]
/proc/loadavg: 2.09 2.03 2.01 3/182 28645
/proc/meminfo: memFree=25412716/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=541556 CPUtime=5.93 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 17793 9944 0 0 424 107 59 3 20 0 1 0 278131590 554553344 71865 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28641/statm: 135389 71865 176 410 0 134971 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 550704

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.00 3/184 28647
/proc/meminfo: memFree=24519848/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=541556 CPUtime=5.93 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 17793 9944 0 0 424 107 59 3 20 0 1 0 278131590 554553344 71865 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28641/statm: 135389 71865 176 410 0 134971 0
[pid=28646] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28646/stat : 28646 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278132185 9367552 267 33554432000 4194304 5064252 140733484037920 140733484036832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28646/statm: 2287 267 226 213 0 72 0
[pid=28647] ppid=28646 vsize=748876 CPUtime=6.73 cores=0,2,4,6
/proc/28647/stat : 28647 (glucose_static) R 28646 28640 18002 0 -1 4202496 102674 0 0 0 640 33 0 0 20 0 1 0 278132186 766849024 162136 33554432000 4194304 4896791 140733678820384 140733678817528 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28647/statm: 187219 162136 78 172 0 187045 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1308728

[startup+25.5004 s]
/proc/loadavg: 2.07 2.03 2.00 3/184 28647
/proc/meminfo: memFree=24522136/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=541556 CPUtime=5.93 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 17793 9944 0 0 424 107 59 3 20 0 1 0 278131590 554553344 71865 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28641/statm: 135389 71865 176 410 0 134971 0
[pid=28646] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28646/stat : 28646 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278132185 9367552 267 33554432000 4194304 5064252 140733484037920 140733484036832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28646/statm: 2287 267 226 213 0 72 0
[pid=28647] ppid=28646 vsize=750540 CPUtime=19.53 cores=0,2,4,6
/proc/28647/stat : 28647 (glucose_static) R 28646 28640 18002 0 -1 4202496 103689 0 0 0 1919 34 0 0 20 0 1 0 278132186 768552960 164173 33554432000 4194304 4896791 140733678820384 140733678817912 4225136 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28647/statm: 187635 164173 78 172 0 187461 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1310392

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 28647
/proc/meminfo: memFree=24513140/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=541556 CPUtime=5.93 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 17793 9944 0 0 424 107 59 3 20 0 1 0 278131590 554553344 71865 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28641/statm: 135389 71865 176 410 0 134971 0
[pid=28646] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28646/stat : 28646 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278132185 9367552 267 33554432000 4194304 5064252 140733484037920 140733484036832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28646/statm: 2287 267 226 213 0 72 0
[pid=28647] ppid=28646 vsize=752760 CPUtime=45.13 cores=0,2,4,6
/proc/28647/stat : 28647 (glucose_static) R 28646 28640 18002 0 -1 4202496 104581 0 0 0 4479 34 0 0 20 0 1 0 278132186 770826240 165795 33554432000 4194304 4896791 140733678820384 140733678818024 4203846 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28647/statm: 188190 165795 78 172 0 188016 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1312612

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 28648
/proc/meminfo: memFree=24509808/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=541556 CPUtime=5.93 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 17793 9944 0 0 424 107 59 3 20 0 1 0 278131590 554553344 71865 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28641/statm: 135389 71865 176 410 0 134971 0
[pid=28646] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28646/stat : 28646 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278132185 9367552 267 33554432000 4194304 5064252 140733484037920 140733484036832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28646/statm: 2287 267 226 213 0 72 0
[pid=28647] ppid=28646 vsize=752760 CPUtime=96.31 cores=0,2,4,6
/proc/28647/stat : 28647 (glucose_static) R 28646 28640 18002 0 -1 4202496 104583 0 0 0 9597 34 0 0 20 0 1 0 278132186 770826240 165797 33554432000 4194304 4896791 140733678820384 140733678818024 4203064 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28647/statm: 188190 165797 78 172 0 188016 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1312612

[startup+162.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 28648
/proc/meminfo: memFree=24487288/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=541556 CPUtime=5.93 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 17793 9944 0 0 424 107 59 3 20 0 1 0 278131590 554553344 71865 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28641/statm: 135389 71865 176 410 0 134971 0
[pid=28646] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28646/stat : 28646 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278132185 9367552 267 33554432000 4194304 5064252 140733484037920 140733484036832 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28646/statm: 2287 267 226 213 0 72 0
[pid=28647] ppid=28646 vsize=756656 CPUtime=156.31 cores=0,2,4,6
/proc/28647/stat : 28647 (glucose_static) R 28646 28640 18002 0 -1 4202496 105815 0 0 0 15596 35 0 0 20 0 1 0 278132186 774815744 170860 33554432000 4194304 4896791 140733678820384 140733678817592 4223840 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28647/statm: 189164 170860 78 172 0 188990 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1316508

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 28648
/proc/meminfo: memFree=24505356/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=541556 CPUtime=5.93 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 17793 9944 0 0 424 107 59 3 20 0 1 0 278131590 554553344 71865 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28641/statm: 135389 71865 176 410 0 134971 0
[pid=28646] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/28656/statm: 191901 171894 78 172 0 191727 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 1398424

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28661
/proc/meminfo: memFree=24293544/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=612524 CPUtime=926.97 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 29883 128656 0 0 825 161 91647 64 20 0 1 0 278131590 627224576 89743 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/28641/statm: 153131 89743 177 410 0 152713 0
[pid=28655] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278224306 9367552 267 33554432000 4194304 5064252 140734321173696 140734321172608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28655/statm: 2287 267 226 213 0 72 0
[pid=28656] ppid=28655 vsize=769388 CPUtime=495.05 cores=0,2,4,6
/proc/28656/stat : 28656 (glucose_static) R 28655 28640 18002 0 -1 4202496 111398 0 0 0 49463 42 0 0 20 0 1 0 278224306 787853312 176433 33554432000 4194304 4896791 140736154876208 140736154873416 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28656/statm: 192347 176433 78 172 0 192173 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 1400208

[startup+1482.31 s]
/proc/loadavg: 1.95 1.98 1.99 3/184 28747
/proc/meminfo: memFree=27405560/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=612524 CPUtime=926.97 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 29883 128656 0 0 825 161 91647 64 20 0 1 0 278131590 627224576 89743 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/28641/statm: 153131 89743 177 410 0 152713 0
[pid=28655] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278224306 9367552 267 33554432000 4194304 5064252 140734321173696 140734321172608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28655/statm: 2287 267 226 213 0 72 0
[pid=28656] ppid=28655 vsize=771664 CPUtime=555.05 cores=0,2,4,6
/proc/28656/stat : 28656 (glucose_static) R 28655 28640 18002 0 -1 4202496 112168 0 0 0 55462 43 0 0 20 0 1 0 278224306 790183936 180079 33554432000 4194304 4896791 140736154876208 140736154873848 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28656/statm: 192916 180079 78 172 0 192742 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 1402484

[startup+1542.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/184 28750
/proc/meminfo: memFree=27267500/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=612524 CPUtime=926.97 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 29883 128656 0 0 825 161 91647 64 20 0 1 0 278131590 627224576 89743 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/28641/statm: 153131 89743 177 410 0 152713 0
[pid=28655] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278224306 9367552 267 33554432000 4194304 5064252 140734321173696 140734321172608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28655/statm: 2287 267 226 213 0 72 0
[pid=28656] ppid=28655 vsize=772488 CPUtime=615.03 cores=0,2,4,6
/proc/28656/stat : 28656 (glucose_static) R 28655 28640 18002 0 -1 4202496 113007 0 0 0 61458 45 0 0 20 0 1 0 278224306 791027712 168629 33554432000 4194304 4896791 140736154876208 140736154873736 4223840 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28656/statm: 193122 168629 78 172 0 192948 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 1403308

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 28750
/proc/meminfo: memFree=27243008/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=612524 CPUtime=926.97 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 29883 128656 0 0 825 161 91647 64 20 0 1 0 278131590 627224576 89743 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/28641/statm: 153131 89743 177 410 0 152713 0
[pid=28655] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278224306 9367552 267 33554432000 4194304 5064252 140734321173696 140734321172608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28655/statm: 2287 267 226 213 0 72 0
[pid=28656] ppid=28655 vsize=774040 CPUtime=675.02 cores=0,2,4,6
/proc/28656/stat : 28656 (glucose_static) R 28655 28640 18002 0 -1 4202496 113630 0 0 0 67456 46 0 0 20 0 1 0 278224306 792616960 172108 33554432000 4194304 4896791 140736154876208 140736154873736 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28656/statm: 193510 172108 78 172 0 193336 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1404860

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 28751
/proc/meminfo: memFree=27204272/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=612524 CPUtime=926.97 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 29883 128656 0 0 825 161 91647 64 20 0 1 0 278131590 627224576 89743 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/28641/statm: 153131 89743 177 410 0 152713 0
[pid=28655] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278224306 9367552 267 33554432000 4194304 5064252 140734321173696 140734321172608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28655/statm: 2287 267 226 213 0 72 0
[pid=28656] ppid=28655 vsize=777224 CPUtime=735.02 cores=0,2,4,6
/proc/28656/stat : 28656 (glucose_static) R 28655 28640 18002 0 -1 4202496 114946 0 0 0 73455 47 0 0 20 0 1 0 278224306 795877376 177532 33554432000 4194304 4896791 140736154876208 140736154873848 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28656/statm: 194306 177532 78 172 0 194132 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1408044

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 28751
/proc/meminfo: memFree=27183904/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=612524 CPUtime=926.97 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 29883 128656 0 0 825 161 91647 64 20 0 1 0 278131590 627224576 89743 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/28641/statm: 153131 89743 177 410 0 152713 0
[pid=28655] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278224306 9367552 267 33554432000 4194304 5064252 140734321173696 140734321172608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28655/statm: 2287 267 226 213 0 72 0
[pid=28656] ppid=28655 vsize=778736 CPUtime=795 cores=0,2,4,6
/proc/28656/stat : 28656 (glucose_static) R 28655 28640 18002 0 -1 4202496 115702 0 0 0 79453 47 0 0 20 0 1 0 278224306 797425664 182509 33554432000 4194304 4896791 140736154876208 140736154873736 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28656/statm: 194684 182509 78 172 0 194510 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1409556

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/184 28754
/proc/meminfo: memFree=27168048/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=612524 CPUtime=926.97 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 29883 128656 0 0 825 161 91647 64 20 0 1 0 278131590 627224576 89743 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/28641/statm: 153131 89743 177 410 0 152713 0
[pid=28655] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278224306 9367552 267 33554432000 4194304 5064252 140734321173696 140734321172608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28655/statm: 2287 267 226 213 0 72 0
[pid=28656] ppid=28655 vsize=912548 CPUtime=855 cores=0,2,4,6
/proc/28656/stat : 28656 (glucose_static) R 28655 28640 18002 0 -1 4202496 116615 0 0 0 85452 48 0 0 20 0 1 0 278224306 934449152 185458 33554432000 4194304 4896791 140736154876208 140736154873416 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28656/statm: 228137 185458 78 172 0 227963 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1543368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 28754
/proc/meminfo: memFree=27151744/32873648 swapFree=6864/6864
[pid=28640] ppid=28638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28640/stat : 28640 (runPb2satCp2.sh) S 28638 28640 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278131590 9367552 275 33554432000 4194304 5064252 140735810365312 140735810364224 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28640/statm: 2287 275 233 213 0 72 0
[pid=28641] ppid=28640 vsize=612524 CPUtime=926.97 cores=0,2,4,6
/proc/28641/stat : 28641 (pb2sat) S 28640 28640 18002 0 -1 4202496 29883 128656 0 0 825 161 91647 64 20 0 1 0 278131590 627224576 89743 33554432000 4194304 5873084 140735377358976 140735377352792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/28641/statm: 153131 89743 177 410 0 152713 0
[pid=28655] ppid=28641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (satsolver.sh) S 28641 28640 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278224306 9367552 267 33554432000 4194304 5064252 140734321173696 140734321172608 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28655/statm: 2287 267 226 213 0 72 0
[pid=28656] ppid=28655 vsize=913264 CPUtime=873.1 cores=0,2,4,6
/proc/28656/stat : 28656 (glucose_static) R 28655 28640 18002 0 -1 4202496 117052 0 0 0 87262 48 0 0 20 0 1 0 278224306 935182336 186679 33554432000 4194304 4896791 140736154876208 140736154873848 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28656/statm: 228316 186679 78 172 0 228142 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1544084

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 28640 and gives
#  childrusage.ru_utime.tv_sec=924
#  childrusage.ru_utime.tv_usec=725420
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=263655
# CPU time returned by wait4() is 926.989
# 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): 1800.42
CPU time (s): 1800.07
CPU user time (s): 1797.34
CPU system time (s): 2.73
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 1614260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 924.725
system time used= 2.26365
maximum resident set size= 874900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159516
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1163888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35
involuntary context switches= 1095

runsolver used 4.17037 second user time and 10.7434 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 14:01:02
IDJOB=3694471
IDBENCH=89896
IDSOLVER=2273
FILE ID=node125/3694471-1338120062
RUNJOBID= node125-1338089726-18018
PBS_JOBID= 14624468
Free space on /tmp= 70480 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-t1722.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694471-1338120062/watcher-3694471-1338120062 -o /tmp/evaluation-result-3694471-1338120062/solver-3694471-1338120062 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694471-1338120062.opb 930083102 HOME HOME

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

MD5SUM BENCH= 5a4916943480b697e6c7cc05543abfc1
RANDOM SEED=930083102

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        25752620 kB
Buffers:          435556 kB
Cached:          3209024 kB
SwapCached:         2336 kB
Active:          4784488 kB
Inactive:        1478372 kB
Active(anon):    2609856 kB
Inactive(anon):     9524 kB
Active(file):    2174632 kB
Inactive(file):  1468848 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102552 kB
Dirty:             10184 kB
Writeback:             0 kB
AnonPages:       2621612 kB
Mapped:            15240 kB
Shmem:               104 kB
Slab:             713312 kB
SReclaimable:     156864 kB
SUnreclaim:       556448 kB
KernelStack:        1488 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3397476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1259520 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= 70904 MiB
End job on node125 at 2012-05-27 14:31:02