Trace number 3694456

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.03 1800.83

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-neos-941313.opb
MD5SUM691ce650ba7160ae5fefa43bf01b33b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17101
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167910
Total number of constraints13189
Number of constraints which are clauses1170
Number of constraints which are cardinality constraints (but not clauses)829
Number of constraints which are nor clauses,nor cardinality constraints11190
Minimum length of a constraint19
Maximum length of a constraint640
Number of terms in the objective function 148800
Biggest coefficient in the objective function 210
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 10010220
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 3060
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 10010220
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.69/1.72	c fallback to adder encoding
1.88/1.98	c fallback to adder encoding
2.19/2.22	c fallback to adder encoding
2.39/2.46	c fallback to adder encoding
2.68/2.70	c fallback to adder encoding
2.89/2.94	c fallback to adder encoding
3.08/3.18	c fallback to adder encoding
3.39/3.41	c fallback to adder encoding
3.59/3.65	c fallback to adder encoding
3.79/3.89	c fallback to adder encoding
4.09/4.13	c fallback to adder encoding
4.29/4.37	c fallback to adder encoding
4.59/4.61	c fallback to adder encoding
4.79/4.85	c fallback to adder encoding
5.39/5.42	c fallback to adder encoding
5.39/5.42	c fallback to adder encoding
5.50/5.56	c fallback to adder encoding
5.78/5.80	c fallback to adder encoding
5.98/6.04	c fallback to adder encoding
6.19/6.28	c fallback to adder encoding
6.29/6.52	c fallback to adder encoding
6.29/6.83	c fallback to adder encoding
6.29/7.07	c fallback to adder encoding
7.28/7.31	c fallback to adder encoding
7.49/7.55	c fallback to adder encoding
7.68/7.79	c fallback to adder encoding
7.98/8.02	c fallback to adder encoding
8.19/8.26	c fallback to adder encoding
8.49/8.50	c fallback to adder encoding
8.68/8.74	c fallback to adder encoding
44.77/44.86	c model valid
44.77/44.86	c current solution ok
55.44/56.13	o 21916
55.44/56.13	c fallback to adder encoding
1800.03/1800.81	c error: unexpected solver exit code
1800.03/1800.81	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-3694456-1338122383/watcher-3694456-1338122383 -o /tmp/evaluation-result-3694456-1338122383/solver-3694456-1338122383 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694456-1338122383.opb 289069985 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.16 1.73 1.90 3/173 10313
/proc/meminfo: memFree=31380004/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0

[startup+0.0213191 s]
/proc/loadavg: 1.16 1.73 1.90 3/173 10313
/proc/meminfo: memFree=31380004/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 1.16 1.73 1.90 3/173 10313
/proc/meminfo: memFree=31380004/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300298 s]
/proc/loadavg: 1.16 1.73 1.90 3/173 10313
/proc/meminfo: memFree=31380004/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70031 s]
/proc/loadavg: 1.16 1.73 1.90 3/173 10313
/proc/meminfo: memFree=31380004/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.16 1.73 1.90 3/175 10315
/proc/meminfo: memFree=31271580/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=117708 CPUtime=1.49 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) R 10313 10313 10279 0 -1 4202496 16064 0 0 0 145 4 0 0 20 0 1 0 278364404 120532992 27731 33554432000 4194304 5873084 140734046518512 140734046514696 4664169 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10314/statm: 29427 27731 159 410 0 29009 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126856

[startup+3.10036 s]
/proc/loadavg: 1.16 1.73 1.90 3/175 10315
/proc/meminfo: memFree=31142380/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=258512 CPUtime=3.08 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) R 10313 10313 10279 0 -1 4202496 35443 0 0 0 299 9 0 0 20 0 1 0 278364404 264716288 53210 33554432000 4194304 5873084 140734046518512 140734046476616 4920028 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10314/statm: 64628 53210 166 410 0 64210 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 267660

[startup+6.30036 s]
/proc/loadavg: 1.23 1.74 1.90 3/175 10315
/proc/meminfo: memFree=30819068/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=401384 CPUtime=6.29 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) R 10313 10313 10279 0 -1 4202496 71175 0 0 0 612 17 0 0 20 0 1 0 278364404 411017216 99162 33554432000 4194304 5873084 140734046518512 140734046515080 4914066 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10314/statm: 100346 99162 166 410 0 99928 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 410532

[startup+12.7073 s]
/proc/loadavg: 1.50 1.78 1.91 3/177 10317
/proc/meminfo: memFree=29678556/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=637524 CPUtime=9.14 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 98550 0 0 0 863 51 0 0 20 0 1 0 278364404 652824576 134129 33554432000 4194304 5873084 140734046518512 140734046514936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10314/statm: 159381 134129 173 410 0 158963 0
[pid=10316] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10316/stat : 10316 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278365318 9367552 267 33554432000 4194304 5064252 140733494665616 140733494664528 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10316/statm: 2287 267 226 213 0 72 0
[pid=10317] ppid=10316 vsize=606876 CPUtime=3.53 cores=1,3,5,7
/proc/10317/stat : 10317 (glucose_static) R 10316 10313 10279 0 -1 4202496 83947 0 0 0 327 26 0 0 20 0 1 0 278365319 621441024 126938 33554432000 4194304 4896791 140736616825728 140736616822936 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10317/statm: 151719 126938 78 172 0 151545 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1262696

[startup+25.5004 s]
/proc/loadavg: 1.72 1.82 1.93 3/182 10331
/proc/meminfo: memFree=29339916/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=637524 CPUtime=9.14 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 98550 0 0 0 863 51 0 0 20 0 1 0 278364404 652824576 134129 33554432000 4194304 5873084 140734046518512 140734046514936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10314/statm: 159381 134129 173 410 0 158963 0
[pid=10316] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10316/stat : 10316 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278365318 9367552 267 33554432000 4194304 5064252 140733494665616 140733494664528 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10316/statm: 2287 267 226 213 0 72 0
[pid=10317] ppid=10316 vsize=615228 CPUtime=16.32 cores=1,3,5,7
/proc/10317/stat : 10317 (glucose_static) R 10316 10313 10279 0 -1 4202496 93164 0 0 0 1603 29 0 0 20 0 1 0 278365319 629993472 130355 33554432000 4194304 4896791 140736616825728 140736616822936 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10317/statm: 153807 130355 78 172 0 153633 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1271048

[startup+51.1003 s]
/proc/loadavg: 1.82 1.83 1.93 3/180 10331
/proc/meminfo: memFree=29200352/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=680748 CPUtime=50.72 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) R 10313 10313 10279 0 -1 4202496 102011 103394 0 0 1005 534 3495 38 20 0 1 0 278364404 697085952 144942 33554432000 4194304 5873084 140734046518512 140734046513944 5127520 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/10314/statm: 170187 144942 180 410 0 169769 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 689896

[startup+102.3 s]
/proc/loadavg: 2.42 1.98 1.97 3/181 10335
/proc/meminfo: memFree=18092920/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=2699924 CPUtime=31.6 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 303394 0 0 0 3033 127 0 0 20 0 1 0 278371473 2764722176 596213 33554432000 4194304 4896791 140735481240624 140735481237832 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 674981 596213 78 172 0 674807 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 4468332

[startup+162.3 s]
/proc/loadavg: 2.86 2.14 2.02 3/183 10337
/proc/meminfo: memFree=6318088/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=2702120 CPUtime=91.59 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 307513 0 0 0 9031 128 0 0 20 0 1 0 278371473 2766970880 597272 33554432000 4194304 4896791 140735481240624 140735481237896 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 675530 597272 78 172 0 675356 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 4470528

[startup+222.47 s]
/proc/loadavg: 3.18 2.33 2.09 3/183 10403
/proc/meminfo: memFree=26096036/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=2704628 CPUtime=151.75 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 318964 0 0 0 15042 133 0 0 20 0 1 0 278371473 2769539072 599443 33554432000 4194304 4896791 140735481240624 140735481238136 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 676157 599443 78 172 0 675983 0
Current children cumulated CPU time (s) 221.98

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

/proc/10334/statm: 680975 618551 78 172 0 680801 0
Current children cumulated CPU time (s) 1361.61
Current children cumulated vsize (KiB) 4492308

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/183 10440
/proc/meminfo: memFree=25959280/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=2724656 CPUtime=1351.36 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 442922 0 0 0 134964 172 0 0 20 0 1 0 278371473 2790047744 619254 33554432000 4194304 4896791 140735481240624 140735481237832 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 681164 619254 78 172 0 680990 0
Current children cumulated CPU time (s) 1421.59
Current children cumulated vsize (KiB) 4493064

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 10440
/proc/meminfo: memFree=25943660/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=2725208 CPUtime=1411.36 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 450338 0 0 0 140961 175 0 0 20 0 1 0 278371473 2790612992 619913 33554432000 4194304 4896791 140735481240624 140735481237832 4203058 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 681302 619913 78 172 0 681128 0
Current children cumulated CPU time (s) 1481.59
Current children cumulated vsize (KiB) 4493616

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10440
/proc/meminfo: memFree=25943156/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=2726200 CPUtime=1471.34 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 457963 0 0 0 146957 177 0 0 20 0 1 0 278371473 2791628800 620854 33554432000 4194304 4896791 140735481240624 140735481238264 4203873 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 681550 620854 78 172 0 681376 0
Current children cumulated CPU time (s) 1541.57
Current children cumulated vsize (KiB) 4494608

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 10440
/proc/meminfo: memFree=25922728/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=3076424 CPUtime=1531.33 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 469336 0 0 0 152952 181 0 0 20 0 1 0 278371473 3150258176 623998 33554432000 4194304 4896791 140735481240624 140735481238136 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 769106 623998 78 172 0 768932 0
Current children cumulated CPU time (s) 1601.56
Current children cumulated vsize (KiB) 4844832

[startup+1662.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10441
/proc/meminfo: memFree=25926044/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=3077272 CPUtime=1591.32 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 476732 0 0 0 158950 182 0 0 20 0 1 0 278371473 3151126528 624707 33554432000 4194304 4896791 140735481240624 140735481237816 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 769318 624707 78 172 0 769144 0
Current children cumulated CPU time (s) 1661.55
Current children cumulated vsize (KiB) 4845680

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 10441
/proc/meminfo: memFree=25913688/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=3077720 CPUtime=1651.3 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 484071 0 0 0 164945 185 0 0 20 0 1 0 278371473 3151585280 625841 33554432000 4194304 4896791 140735481240624 140735481237832 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 769430 625841 78 172 0 769256 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 4846128

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10441
/proc/meminfo: memFree=25916416/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=3079420 CPUtime=1711.29 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 492030 0 0 0 170942 187 0 0 20 0 1 0 278371473 3153326080 628287 33554432000 4194304 4896791 140735481240624 140735481238152 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 769855 628287 78 172 0 769681 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 4847828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 10441
/proc/meminfo: memFree=25904372/32873844 swapFree=7372/7372
[pid=10313] ppid=10311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10313/stat : 10313 (runPb2satCp2.sh) S 10311 10313 10279 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278364404 9367552 275 33554432000 4194304 5064252 140737191574112 140737191573024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10313/statm: 2287 275 233 213 0 72 0
[pid=10314] ppid=10313 vsize=1750112 CPUtime=70.23 cores=1,3,5,7
/proc/10314/stat : 10314 (pb2sat) S 10313 10313 10279 0 -1 4202496 126671 103907 0 0 2354 1108 3495 66 20 0 1 0 278364404 1792114688 385825 33554432000 4194304 5873084 140734046518512 140734046512328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 40 0 0
/proc/10314/statm: 437528 385825 182 410 0 437110 0
[pid=10333] ppid=10314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10333/stat : 10333 (satsolver.sh) S 10314 10313 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278371470 9367552 266 33554432000 4194304 5064252 140735973878752 140735973877664 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10333/statm: 2287 266 226 213 0 72 0
[pid=10334] ppid=10333 vsize=3079552 CPUtime=1729.8 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10333 10313 10279 0 -1 4202496 495639 0 0 0 172791 189 0 0 20 0 1 0 278371473 3153461248 628836 33554432000 4194304 4896791 140735481240624 140735481238136 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10334/statm: 769888 628836 78 172 0 769714 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 4847960

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 10313 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.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.83
CPU time (s): 1800.03
CPU user time (s): 1786.4
CPU system time (s): 13.63
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 5328280

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

The end

Launcher Data

Begin job on node118 at 2012-05-27 14:39:43
IDJOB=3694456
IDBENCH=89905
IDSOLVER=2273
FILE ID=node118/3694456-1338122383
RUNJOBID= node118-1338122383-10296
PBS_JOBID= 14624484
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= 691ce650ba7160ae5fefa43bf01b33b8
RANDOM SEED=289069985

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31381392 kB
Buffers:          327448 kB
Cached:           322612 kB
SwapCached:            0 kB
Active:           471844 kB
Inactive:         193612 kB
Active(anon):       5712 kB
Inactive(anon):    11324 kB
Active(file):     466132 kB
Inactive(file):   182288 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             24572 kB
Writeback:             0 kB
AnonPages:         21500 kB
Mapped:            10884 kB
Shmem:               200 kB
Slab:             687832 kB
SReclaimable:     129056 kB
SUnreclaim:       558776 kB
KernelStack:        1392 kB
PageTables:         3820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70412 MiB
End job on node118 at 2012-05-27 15:09:46