Trace number 3694464

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

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z7-s2.opb
MD5SUM826cee40b1a37b4e41d6d3a639f8df55
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-7368
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2023
Total number of constraints31798
Number of constraints which are clauses31790
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint2023
Number of terms in the objective function 1997
Biggest coefficient in the objective function 333
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 170608
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 735392
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 5003866
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.18	c fallback to adder encoding
0.00/0.55	c fallback to adder encoding
0.00/0.93	c fallback to adder encoding
1.29/1.31	c fallback to adder encoding
1.68/1.70	c fallback to adder encoding
2.09/2.11	c fallback to adder encoding
2.39/2.48	c fallback to adder encoding
2.79/2.86	c fallback to adder encoding
1771.42/1771.82	c model valid
1771.42/1771.82	c current solution ok
1778.88/1779.58	o -729
1778.88/1779.58	c fallback to adder encoding
1800.06/1800.61	c error: unexpected solver exit code
1800.06/1800.61	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-3694464-1338117656/watcher-3694464-1338117656 -o /tmp/evaluation-result-3694464-1338117656/solver-3694464-1338117656 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694464-1338117656.opb 1594645497 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.58 2.15 2.05 4/180 20855
/proc/meminfo: memFree=23824588/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0

[startup+0.0830011 s]
/proc/loadavg: 2.58 2.15 2.05 4/180 20855
/proc/meminfo: memFree=23824588/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.58 2.15 2.05 4/180 20855
/proc/meminfo: memFree=23824588/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300212 s]
/proc/loadavg: 2.58 2.15 2.05 4/180 20855
/proc/meminfo: memFree=23824588/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 2.58 2.15 2.05 4/180 20855
/proc/meminfo: memFree=23824588/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.69 2.18 2.06 3/182 20857
/proc/meminfo: memFree=25891312/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=142692 CPUtime=1.49 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) R 20855 20855 9063 0 -1 4202496 22366 0 0 0 145 4 0 0 20 0 1 0 277892977 146116608 32573 33554432000 4194304 5873084 140737369354912 140737369258392 4392993 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 35673 32573 164 410 0 35255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151840

[startup+3.10029 s]
/proc/loadavg: 2.69 2.18 2.06 3/182 20857
/proc/meminfo: memFree=25862712/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=391140 CPUtime=3.08 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) R 20855 20855 9063 0 -1 4202496 39325 0 0 0 300 8 0 0 20 0 1 0 277892977 400527360 65852 33554432000 4194304 5873084 140737369354912 140737369351480 4996870 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 97785 65852 168 410 0 97367 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 400288

[startup+6.30044 s]
/proc/loadavg: 2.69 2.18 2.06 3/183 20859
/proc/meminfo: memFree=25855140/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=318048 CPUtime=2.99 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 55932 0 0 0 284 15 0 0 20 0 1 0 277893307 325681152 71550 33554432000 4194304 4896791 140737424977792 140737424975000 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 79512 71550 78 172 0 79338 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 609036

[startup+12.7005 s]
/proc/loadavg: 2.66 2.19 2.06 3/183 20859
/proc/meminfo: memFree=25857880/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=318840 CPUtime=9.39 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 56139 0 0 0 924 15 0 0 20 0 1 0 277893307 326492160 71757 33554432000 4194304 4896791 140737424977792 140737424975000 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 79710 71757 78 172 0 79536 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 609828

[startup+25.5004 s]
/proc/loadavg: 2.56 2.19 2.06 3/183 20859
/proc/meminfo: memFree=25849584/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=327512 CPUtime=22.19 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 58317 0 0 0 2203 16 0 0 20 0 1 0 277893307 335372288 74446 33554432000 4194304 4896791 140737424977792 140737424975000 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 81878 74446 78 172 0 81704 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 618500

[startup+51.1005 s]
/proc/loadavg: 2.49 2.20 2.07 3/183 20859
/proc/meminfo: memFree=25842304/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=329180 CPUtime=47.78 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 58696 0 0 0 4762 16 0 0 20 0 1 0 277893307 337080320 75336 33554432000 4194304 4896791 140737424977792 140737424975000 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 82295 75336 78 172 0 82121 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 620168

[startup+102.307 s]
/proc/loadavg: 2.20 2.17 2.07 3/183 20860
/proc/meminfo: memFree=25905584/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=334980 CPUtime=98.98 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 60154 0 0 0 9880 18 0 0 20 0 1 0 277893307 343019520 78838 33554432000 4194304 4896791 140737424977792 140737424975320 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 83745 78838 78 172 0 83571 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 625968

[startup+162.3 s]
/proc/loadavg: 2.07 2.13 2.06 3/183 20860
/proc/meminfo: memFree=25902212/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=338800 CPUtime=158.97 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 62406 0 0 0 15877 20 0 0 20 0 1 0 277893307 346931200 77272 33554432000 4194304 4896791 140737424977792 140737424975000 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 84700 77272 78 172 0 84526 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 629788

[startup+222.3 s]
/proc/loadavg: 2.02 2.11 2.05 3/183 20860
/proc/meminfo: memFree=25877500/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/20859/statm: 104612 96171 78 172 0 104438 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 709436

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 20913
/proc/meminfo: memFree=27797840/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=418812 CPUtime=1418.78 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 86342 0 0 0 141832 46 0 0 20 0 1 0 277893307 428863488 89613 33554432000 4194304 4896791 140737424977792 140737424975000 4225417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 104703 89613 78 172 0 104529 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 709800

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 20913
/proc/meminfo: memFree=27758104/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=419332 CPUtime=1478.76 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 86490 0 0 0 147830 46 0 0 20 0 1 0 277893307 429395968 91805 33554432000 4194304 4896791 140737424977792 140737424975320 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 104833 91805 78 172 0 104659 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 710320

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 20913
/proc/meminfo: memFree=27708580/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=419972 CPUtime=1538.74 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 86680 0 0 0 153828 46 0 0 20 0 1 0 277893307 430051328 93512 33554432000 4194304 4896791 140737424977792 140737424973528 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 104993 93512 78 172 0 104819 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 710960

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20913
/proc/meminfo: memFree=27709692/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=420424 CPUtime=1598.7 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 86861 0 0 0 159824 46 0 0 20 0 1 0 277893307 430514176 96202 33554432000 4194304 4896791 140737424977792 140737424975320 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 105106 96202 78 172 0 104932 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 711412

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20914
/proc/meminfo: memFree=27707232/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=421340 CPUtime=1658.67 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 87134 0 0 0 165821 46 0 0 20 0 1 0 277893307 431452160 98493 33554432000 4194304 4896791 140737424977792 140737424973528 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 105335 98493 78 172 0 105161 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 712328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20914
/proc/meminfo: memFree=27738308/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=272692 CPUtime=3.28 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 39565 0 0 0 302 26 0 0 20 0 1 0 277892977 279236608 65095 33554432000 4194304 5873084 140737369354912 140737369351336 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20856/statm: 68173 65095 171 410 0 67755 0
[pid=20858] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20858/stat : 20858 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277893306 9367552 267 33554432000 4194304 5064252 140737484491312 140737484490224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 2287 267 226 213 0 72 0
[pid=20859] ppid=20858 vsize=421636 CPUtime=1718.66 cores=0,2,4,6
/proc/20859/stat : 20859 (glucose_static) R 20858 20855 9063 0 -1 4202496 87466 0 0 0 171818 48 0 0 20 0 1 0 277893307 431755264 92175 33554432000 4194304 4896791 140737424977792 140737424973528 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20859/statm: 105409 92175 78 172 0 105235 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 712624

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20920
/proc/meminfo: memFree=27563128/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=320552 CPUtime=1779.27 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 45429 88827 0 0 469 631 176759 68 20 0 1 0 277892977 328245248 76187 33554432000 4194304 5873084 140737369354912 140737369348728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20856/statm: 80138 76187 180 410 0 79720 0
[pid=20919] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20919/stat : 20919 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278070956 9367552 267 33554432000 4194304 5064252 140737357777280 140737357776192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20919/statm: 2287 267 226 213 0 72 0
[pid=20920] ppid=20919 vsize=342992 CPUtime=2.49 cores=0,2,4,6
/proc/20920/stat : 20920 (glucose_static) R 20919 20855 9063 0 -1 4202496 59312 0 0 0 232 17 0 0 20 0 1 0 278070957 351223808 77939 33554432000 4194304 4896791 140735970903808 140735970901016 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20920/statm: 85748 77939 78 172 0 85574 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 681840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20920
/proc/meminfo: memFree=27613320/32873648 swapFree=7116/7116
[pid=20855] ppid=20853 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (runPb2satCp2.sh) S 20853 20855 9063 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 277892977 9367552 274 33554432000 4194304 5064252 140733839121264 140733839120176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20855/statm: 2287 274 233 213 0 72 0
[pid=20856] ppid=20855 vsize=320552 CPUtime=1779.27 cores=0,2,4,6
/proc/20856/stat : 20856 (pb2sat) S 20855 20855 9063 0 -1 4202496 45429 88827 0 0 469 631 176759 68 20 0 1 0 277892977 328245248 76187 33554432000 4194304 5873084 140737369354912 140737369348728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20856/statm: 80138 76187 180 410 0 79720 0
[pid=20919] ppid=20856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20919/stat : 20919 (satsolver.sh) S 20856 20855 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278070956 9367552 267 33554432000 4194304 5064252 140737357777280 140737357776192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20919/statm: 2287 267 226 213 0 72 0
[pid=20920] ppid=20919 vsize=348500 CPUtime=20.79 cores=0,2,4,6
/proc/20920/stat : 20920 (glucose_static) R 20919 20855 9063 0 -1 4202496 60849 0 0 0 2061 18 0 0 20 0 1 0 278070957 356864000 79987 33554432000 4194304 4896791 140735970903808 140735970901016 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20920/statm: 87125 79987 78 172 0 86951 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 687348

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.62
CPU time (s): 1800.06
CPU user time (s): 1792.89
CPU system time (s): 7.17
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 842728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.03054 second user time and 11.9452 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 13:20:56
IDJOB=3694464
IDBENCH=89884
IDSOLVER=2273
FILE ID=node114/3694464-1338117656
RUNJOBID= node114-1338088352-9079
PBS_JOBID= 14624459
Free space on /tmp= 66980 MiB

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

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

MD5SUM BENCH= 826cee40b1a37b4e41d6d3a639f8df55
RANDOM SEED=1594645497

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23751600 kB
Buffers:          492708 kB
Cached:          4885252 kB
SwapCached:         2136 kB
Active:          5131112 kB
Inactive:        2982864 kB
Active(anon):    2730032 kB
Inactive(anon):     7892 kB
Active(file):    2401080 kB
Inactive(file):  2974972 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103884 kB
Dirty:            636748 kB
Writeback:             0 kB
AnonPages:       2740880 kB
Mapped:            15216 kB
Shmem:               116 kB
Slab:             862936 kB
SReclaimable:     302532 kB
SUnreclaim:       560404 kB
KernelStack:        1496 kB
PageTables:         9660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3277564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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= 70908 MiB
End job on node114 at 2012-05-27 13:50:59