Trace number 3694461

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 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z11-s8.opb
MD5SUM9014f307b4266a1d3ed4d1915c3fbd07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28803
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8019
Total number of constraints223082
Number of constraints which are clauses223074
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 constraint8018
Number of terms in the objective function 7959
Biggest coefficient in the objective function 526
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1025025
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 2853664
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 19481292
Number of bits of the biggest sum of numbers25
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.56	c fallback to adder encoding
1.58/1.66	c fallback to adder encoding
2.69/2.76	c fallback to adder encoding
3.78/3.89	c fallback to adder encoding
5.08/5.11	c fallback to adder encoding
6.19/6.23	c fallback to adder encoding
7.29/7.34	c fallback to adder encoding
8.38/8.45	c fallback to adder encoding
1800.00/1800.41	c error: unexpected solver exit code
1800.00/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-3694461-1338119459/watcher-3694461-1338119459 -o /tmp/evaluation-result-3694461-1338119459/solver-3694461-1338119459 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694461-1338119459.opb 1123876860 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: 1.92 1.98 1.99 3/180 20958
/proc/meminfo: memFree=28481484/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0

[startup+0.033791 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 20958
/proc/meminfo: memFree=28481484/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 20958
/proc/meminfo: memFree=28481484/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300217 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 20958
/proc/meminfo: memFree=28481484/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700278 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 20958
/proc/meminfo: memFree=28481484/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 1.92 1.98 1.99 3/182 20960
/proc/meminfo: memFree=28413928/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=102232 CPUtime=1.49 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) R 20958 20958 9063 0 -1 4202496 12134 0 0 0 146 3 0 0 20 0 1 0 278073282 104685568 24913 33554432000 4194304 5873084 140733951822816 140733951819256 4708467 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 25558 24913 164 410 0 25140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111380

[startup+3.10031 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 20960
/proc/meminfo: memFree=28333212/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=332372 CPUtime=3.09 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) R 20958 20958 9063 0 -1 4202496 21678 0 0 0 300 9 0 0 20 0 1 0 278073282 340348928 54801 33554432000 4194304 5873084 140733951822816 140733951818872 4392867 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 83093 54801 164 410 0 82675 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 341520

[startup+6.30032 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 20960
/proc/meminfo: memFree=28079804/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=642816 CPUtime=6.28 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) R 20958 20958 9063 0 -1 4202496 34489 0 0 0 610 18 0 0 20 0 1 0 278073282 658243584 117051 33554432000 4194304 5873084 140733951822816 140733951819384 4394338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 160704 117051 164 410 0 160286 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 651964

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 20962
/proc/meminfo: memFree=26866096/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=519892 CPUtime=2.14 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 65833 0 0 0 197 17 0 0 20 0 1 0 278074337 532369408 105919 33554432000 4194304 4896791 140734376255344 140734375204136 4401607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 129973 105919 58 172 0 129799 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1739052

[startup+25.5004 s]
/proc/loadavg: 2.09 2.02 2.00 3/183 20962
/proc/meminfo: memFree=25924588/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1392424 CPUtime=14.93 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 185747 0 0 0 1435 58 0 0 20 0 1 0 278074337 1425842176 308387 33554432000 4194304 4896791 140734376255344 140734376252552 4401607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 348106 308387 78 172 0 347932 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 2611584

[startup+51.1004 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 20962
/proc/meminfo: memFree=25896448/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1394860 CPUtime=40.54 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 186369 0 0 0 3995 59 0 0 20 0 1 0 278074337 1428336640 309009 33554432000 4194304 4896791 140734376255344 140734376252552 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 348715 309009 78 172 0 348541 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2614020

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 20962
/proc/meminfo: memFree=25883664/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1422368 CPUtime=91.73 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 193217 0 0 0 9113 60 0 0 20 0 1 0 278074337 1456504832 316368 33554432000 4194304 4896791 140734376255344 140734376252552 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 355592 316368 78 172 0 355418 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2641528

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 20963
/proc/meminfo: memFree=25888428/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1430012 CPUtime=151.72 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 195159 0 0 0 15111 61 0 0 20 0 1 0 278074337 1464332288 320832 33554432000 4194304 4896791 140734376255344 140734376252552 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 357503 320832 78 172 0 357329 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2649172

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20963
/proc/meminfo: memFree=25820152/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/20962/statm: 417765 341183 78 172 0 417591 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 2890220

[startup+1422.31 s]
/proc/loadavg: 2.22 2.05 2.02 3/183 21038
/proc/meminfo: memFree=17328548/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1672116 CPUtime=1411.47 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 202619 0 0 0 141080 67 0 0 20 0 1 0 278074337 1712246784 341976 33554432000 4194304 4896791 140734376255344 140734376252552 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 418029 341976 78 172 0 417855 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 2891276

[startup+1482.3 s]
/proc/loadavg: 2.15 2.06 2.02 3/183 21038
/proc/meminfo: memFree=15678412/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1672908 CPUtime=1471.44 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 202827 0 0 0 147077 67 0 0 20 0 1 0 278074337 1713057792 342674 33554432000 4194304 4896791 140734376255344 140734376252552 4224722 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 418227 342674 78 172 0 418053 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 2892068

[startup+1542.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/183 21038
/proc/meminfo: memFree=15670032/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1674764 CPUtime=1531.42 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 203198 0 0 0 153074 68 0 0 20 0 1 0 278074337 1714958336 344035 33554432000 4194304 4896791 140734376255344 140734376252872 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 418691 344035 78 172 0 418517 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 2893924

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/183 21038
/proc/meminfo: memFree=15662520/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1675160 CPUtime=1591.4 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 203306 0 0 0 159072 68 0 0 20 0 1 0 278074337 1715363840 344647 33554432000 4194304 4896791 140734376255344 140734376252552 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 418790 344647 78 172 0 418616 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 2894320

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 21039
/proc/meminfo: memFree=15653608/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1675680 CPUtime=1651.39 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 203466 0 0 0 165071 68 0 0 20 0 1 0 278074337 1715896320 345318 33554432000 4194304 4896791 140734376255344 140734376251080 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 418920 345318 78 172 0 418746 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 2894840

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 21039
/proc/meminfo: memFree=15648388/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1676736 CPUtime=1711.38 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 203720 0 0 0 171070 68 0 0 20 0 1 0 278074337 1716977664 346083 33554432000 4194304 4896791 140734376255344 140734376252552 4225180 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 419184 346083 78 172 0 419010 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 2895896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 21042
/proc/meminfo: memFree=15723900/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1463136 CPUtime=1771.37 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 204640 0 0 0 177065 72 0 0 20 0 1 0 278074337 1498251264 327207 33554432000 4194304 4896791 140734376255344 140734376252552 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 365784 327207 78 172 0 365610 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 2682296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 21042
/proc/meminfo: memFree=15724024/32873648 swapFree=7116/7116
[pid=20958] ppid=20956 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20958/stat : 20958 (runPb2satCp2.sh) S 20956 20958 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278073282 9367552 275 33554432000 4194304 5064252 140733471555632 140733471554544 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20958/statm: 2287 275 233 213 0 72 0
[pid=20959] ppid=20958 vsize=1200864 CPUtime=10.53 cores=0,2,4,6
/proc/20959/stat : 20959 (pb2sat) S 20958 20958 9063 0 -1 4202496 44784 0 0 0 939 114 0 0 20 0 1 0 278073282 1229684736 180794 33554432000 4194304 5873084 140733951822816 140733951819240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20959/statm: 300216 180794 171 410 0 299798 0
[pid=20961] ppid=20959 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20961/stat : 20961 (satsolver.sh) S 20959 20958 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278074336 9367552 267 33554432000 4194304 5064252 140733894492864 140733894491776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20961/statm: 2287 267 226 213 0 72 0
[pid=20962] ppid=20961 vsize=1463136 CPUtime=1789.47 cores=0,2,4,6
/proc/20962/stat : 20962 (glucose_static) R 20961 20958 9063 0 -1 4202496 204640 0 0 0 178875 72 0 0 20 0 1 0 278074337 1498251264 327207 33554432000 4194304 4896791 140734376255344 140734376252552 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20962/statm: 365784 327207 78 172 0 365610 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2682296

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 20958 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800
#
# 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
CPU user time (s): 1798.14
CPU system time (s): 1.86
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 3240832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
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 4.00339 second user time and 11.2513 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 13:50:59
IDJOB=3694461
IDBENCH=89893
IDSOLVER=2273
FILE ID=node114/3694461-1338119459
RUNJOBID= node114-1338088352-9079
PBS_JOBID= 14624459
Free space on /tmp= 71156 MiB

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

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

MD5SUM BENCH= 9014f307b4266a1d3ed4d1915c3fbd07
RANDOM SEED=1123876860

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:        28482012 kB
Buffers:          494388 kB
Cached:          2183892 kB
SwapCached:         2136 kB
Active:          2361996 kB
Inactive:        1180924 kB
Active(anon):     858592 kB
Inactive(anon):     7892 kB
Active(file):    1503404 kB
Inactive(file):  1173032 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103884 kB
Dirty:             15184 kB
Writeback:             0 kB
AnonPages:        871648 kB
Mapped:            15300 kB
Shmem:               116 kB
Slab:             708996 kB
SReclaimable:     152576 kB
SUnreclaim:       556420 kB
KernelStack:        1480 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1291756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 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= 68972 MiB
End job on node114 at 2012-05-27 14:21:02