Trace number 3696179

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 NameAnswerCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.04 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_0_ic.opb
MD5SUM5dafdb536ba017bedf49ae7d6c6eb1e1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19663339
Best CPU time to get the best result obtained on this benchmark1800.95
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 37737792482
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 37737792482
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

102.25/102.35	c model valid
102.25/102.35	c current solution ok
104.75/104.89	o 210004395
104.75/104.89	c current bound: 105002222
104.75/104.89	c fallback to adder encoding
1800.04/1800.51	c error: unexpected solver exit code
1800.04/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3696179-1338218904/watcher-3696179-1338218904 -o /tmp/evaluation-result-3696179-1338218904/solver-3696179-1338218904 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696179-1338218904.opb 1774504557 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.84 1.97 1.90 3/179 4939
/proc/meminfo: memFree=31319120/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0

[startup+0.101778 s]
/proc/loadavg: 1.84 1.97 1.90 3/179 4939
/proc/meminfo: memFree=31319120/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.20023 s]
/proc/loadavg: 1.84 1.97 1.90 3/179 4939
/proc/meminfo: memFree=31319120/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300222 s]
/proc/loadavg: 1.84 1.97 1.90 3/179 4939
/proc/meminfo: memFree=31319120/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 1.84 1.97 1.90 3/179 4939
/proc/meminfo: memFree=31319120/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.84 1.97 1.90 3/181 4941
/proc/meminfo: memFree=31293096/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=136780 CPUtime=1.49 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) R 4939 4939 4756 0 -1 4202496 12712 0 0 0 141 8 0 0 20 0 1 0 288016143 140062720 26472 33554432000 4194304 5873084 140735936837632 140735936831192 5129975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 34195 26472 166 410 0 33777 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145928

[startup+3.1004 s]
/proc/loadavg: 1.84 1.97 1.90 3/183 4943
/proc/meminfo: memFree=31069036/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 12716 0 0 0 141 8 0 0 20 0 1 0 288016143 105091072 17937 33554432000 4194304 5873084 140735936837632 140735936834056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 25657 17937 169 410 0 25239 0
[pid=4942] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4942/stat : 4942 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288016293 9367552 267 33554432000 4194304 5064252 140736304223664 140736304222576 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4942/statm: 2287 267 226 213 0 72 0
[pid=4943] ppid=4942 vsize=168184 CPUtime=1.58 cores=0,2,4,6
/proc/4943/stat : 4943 (glucose_static) R 4942 4939 4756 0 -1 4202496 29259 0 0 0 152 6 0 0 20 0 1 0 288016293 172220416 35437 33554432000 4194304 4896791 140736863604528 140736863601736 4225488 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4943/statm: 42046 35437 76 172 0 41872 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 289108

[startup+6.30039 s]
/proc/loadavg: 1.85 1.97 1.90 3/183 4943
/proc/meminfo: memFree=31063560/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 12716 0 0 0 141 8 0 0 20 0 1 0 288016143 105091072 17937 33554432000 4194304 5873084 140735936837632 140735936834056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 25657 17937 169 410 0 25239 0
[pid=4942] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4942/stat : 4942 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288016293 9367552 267 33554432000 4194304 5064252 140736304223664 140736304222576 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4942/statm: 2287 267 226 213 0 72 0
[pid=4943] ppid=4942 vsize=168316 CPUtime=4.78 cores=0,2,4,6
/proc/4943/stat : 4943 (glucose_static) R 4942 4939 4756 0 -1 4202496 29608 0 0 0 472 6 0 0 20 0 1 0 288016293 172355584 35785 33554432000 4194304 4896791 140736863604528 140736863601736 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4943/statm: 42079 35785 76 172 0 41905 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 289240

[startup+12.7004 s]
/proc/loadavg: 1.86 1.97 1.90 3/183 4943
/proc/meminfo: memFree=31067012/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 12716 0 0 0 141 8 0 0 20 0 1 0 288016143 105091072 17937 33554432000 4194304 5873084 140735936837632 140735936834056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 25657 17937 169 410 0 25239 0
[pid=4942] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4942/stat : 4942 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288016293 9367552 267 33554432000 4194304 5064252 140736304223664 140736304222576 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4942/statm: 2287 267 226 213 0 72 0
[pid=4943] ppid=4942 vsize=168448 CPUtime=11.18 cores=0,2,4,6
/proc/4943/stat : 4943 (glucose_static) R 4942 4939 4756 0 -1 4202496 30469 0 0 0 1111 7 0 0 20 0 1 0 288016293 172490752 35818 33554432000 4194304 4896791 140736863604528 140736863602104 4224963 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4943/statm: 42112 35818 76 172 0 41938 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 289372

[startup+25.5066 s]
/proc/loadavg: 1.89 1.97 1.91 3/183 4943
/proc/meminfo: memFree=31059592/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 12716 0 0 0 141 8 0 0 20 0 1 0 288016143 105091072 17937 33554432000 4194304 5873084 140735936837632 140735936834056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 25657 17937 169 410 0 25239 0
[pid=4942] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4942/stat : 4942 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288016293 9367552 267 33554432000 4194304 5064252 140736304223664 140736304222576 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4942/statm: 2287 267 226 213 0 72 0
[pid=4943] ppid=4942 vsize=187972 CPUtime=23.98 cores=0,2,4,6
/proc/4943/stat : 4943 (glucose_static) R 4942 4939 4756 0 -1 4202496 31848 0 0 0 2389 9 0 0 20 0 1 0 288016293 192483328 36875 33554432000 4194304 4896791 140736863604528 140736863602056 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4943/statm: 46993 36875 76 172 0 46819 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 308896

[startup+51.1004 s]
/proc/loadavg: 1.93 1.97 1.91 3/183 4943
/proc/meminfo: memFree=31042380/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 12716 0 0 0 141 8 0 0 20 0 1 0 288016143 105091072 17937 33554432000 4194304 5873084 140735936837632 140735936834056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 25657 17937 169 410 0 25239 0
[pid=4942] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4942/stat : 4942 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288016293 9367552 267 33554432000 4194304 5064252 140736304223664 140736304222576 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4942/statm: 2287 267 226 213 0 72 0
[pid=4943] ppid=4942 vsize=189020 CPUtime=49.58 cores=0,2,4,6
/proc/4943/stat : 4943 (glucose_static) R 4942 4939 4756 0 -1 4202496 33628 0 0 0 4945 13 0 0 20 0 1 0 288016293 193556480 39667 33554432000 4194304 4896791 140736863604528 140736863602104 4223797 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4943/statm: 47255 39667 76 172 0 47081 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 309944

[startup+102.3 s]
/proc/loadavg: 1.97 1.97 1.91 3/184 4947
/proc/meminfo: memFree=31022044/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=113140 CPUtime=102.25 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) R 4939 4939 4756 0 -1 4202496 14414 39553 0 0 181 8 10014 22 20 0 1 0 288016143 115855360 20570 33554432000 4194304 5873084 140735936837632 140735936833240 5127424 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 28285 20570 174 410 0 27867 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 122288

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/183 4950
/proc/meminfo: memFree=30622584/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=276472 CPUtime=106.05 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 20158 40067 0 0 339 224 10014 28 20 0 1 0 288016143 283107328 48361 33554432000 4194304 5873084 140735936837632 140735936831448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 69118 48361 183 410 0 68700 0
[pid=4949] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4949/stat : 4949 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288026753 9367552 266 33554432000 4194304 5064252 140734386086656 140734386085568 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4949/statm: 2287 266 226 213 0 72 0
[pid=4950] ppid=4949 vsize=350168 CPUtime=56.13 cores=0,2,4,6
/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 59241 0 0 0 5596 17 0 0 20 0 1 0 288026753 358572032 82240 33554432000 4194304 4896791 140736308731184 140736308728392 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 87542 82240 78 172 0 87368 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 644936

[startup+222.3 s]
/proc/loadavg: 2.03 1.99 1.91 3/183 4950
/proc/meminfo: memFree=30620344/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 84571 0 0 0 131490 96 0 0 20 0 1 0 288026753 509538304 106113 33554432000 4194304 4896791 140736308731184 140736308728616 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 124399 106113 78 172 0 124225 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 792364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 4960
/proc/meminfo: memFree=30473484/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=276472 CPUtime=106.05 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 20158 40067 0 0 339 224 10014 28 20 0 1 0 288016143 283107328 48361 33554432000 4194304 5873084 140735936837632 140735936831448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 69118 48361 183 410 0 68700 0
[pid=4949] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4949/stat : 4949 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288026753 9367552 266 33554432000 4194304 5064252 140734386086656 140734386085568 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4949/statm: 2287 266 226 213 0 72 0
[pid=4950] ppid=4949 vsize=498244 CPUtime=1375.83 cores=0,2,4,6
/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 85971 0 0 0 137484 99 0 0 20 0 1 0 288026753 510201856 107556 33554432000 4194304 4896791 140736308731184 140736308728440 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 124561 107556 78 172 0 124387 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 793012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 4960
/proc/meminfo: memFree=30473504/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=276472 CPUtime=106.05 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 20158 40067 0 0 339 224 10014 28 20 0 1 0 288016143 283107328 48361 33554432000 4194304 5873084 140735936837632 140735936831448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 69118 48361 183 410 0 68700 0
[pid=4949] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4949/stat : 4949 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288026753 9367552 266 33554432000 4194304 5064252 140734386086656 140734386085568 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4949/statm: 2287 266 226 213 0 72 0
[pid=4950] ppid=4949 vsize=498384 CPUtime=1435.83 cores=0,2,4,6
/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 87314 0 0 0 143481 102 0 0 20 0 1 0 288026753 510345216 106588 33554432000 4194304 4896791 140736308731184 140736308728616 4224996 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 124596 106588 78 172 0 124422 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 793152

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 4960
/proc/meminfo: memFree=30469756/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=276472 CPUtime=106.05 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 20158 40067 0 0 339 224 10014 28 20 0 1 0 288016143 283107328 48361 33554432000 4194304 5873084 140735936837632 140735936831448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 69118 48361 183 410 0 68700 0
[pid=4949] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4949/stat : 4949 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288026753 9367552 266 33554432000 4194304 5064252 140734386086656 140734386085568 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4949/statm: 2287 266 226 213 0 72 0
[pid=4950] ppid=4949 vsize=498836 CPUtime=1495.82 cores=0,2,4,6
/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 88559 0 0 0 149475 107 0 0 20 0 1 0 288026753 510808064 107073 33554432000 4194304 4896791 140736308731184 140736308728616 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 124709 107073 78 172 0 124535 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 793604

[startup+1662.31 s]
/proc/loadavg: 2.05 2.01 1.94 3/183 4961
/proc/meminfo: memFree=30492404/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=276472 CPUtime=106.05 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 20158 40067 0 0 339 224 10014 28 20 0 1 0 288016143 283107328 48361 33554432000 4194304 5873084 140735936837632 140735936831448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 69118 48361 183 410 0 68700 0
[pid=4949] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4949/stat : 4949 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288026753 9367552 266 33554432000 4194304 5064252 140734386086656 140734386085568 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4949/statm: 2287 266 226 213 0 72 0
[pid=4950] ppid=4949 vsize=499252 CPUtime=1555.81 cores=0,2,4,6
/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 89811 0 0 0 155470 111 0 0 20 0 1 0 288026753 511234048 105129 33554432000 4194304 4896791 140736308731184 140736308728616 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 124813 105129 78 172 0 124639 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 794020

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/183 4961
/proc/meminfo: memFree=30486108/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=276472 CPUtime=106.05 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 20158 40067 0 0 339 224 10014 28 20 0 1 0 288016143 283107328 48361 33554432000 4194304 5873084 140735936837632 140735936831448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 69118 48361 183 410 0 68700 0
[pid=4949] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4949/stat : 4949 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288026753 9367552 266 33554432000 4194304 5064252 140734386086656 140734386085568 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4949/statm: 2287 266 226 213 0 72 0
[pid=4950] ppid=4949 vsize=499252 CPUtime=1615.8 cores=0,2,4,6
/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 90995 0 0 0 161465 115 0 0 20 0 1 0 288026753 511234048 105157 33554432000 4194304 4896791 140736308731184 140736308728712 4225124 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 124813 105157 78 172 0 124639 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 794020

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 4961
/proc/meminfo: memFree=30493220/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=276472 CPUtime=106.05 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 20158 40067 0 0 339 224 10014 28 20 0 1 0 288016143 283107328 48361 33554432000 4194304 5873084 140735936837632 140735936831448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 69118 48361 183 410 0 68700 0
[pid=4949] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4949/stat : 4949 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288026753 9367552 266 33554432000 4194304 5064252 140734386086656 140734386085568 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4949/statm: 2287 266 226 213 0 72 0
[pid=4950] ppid=4949 vsize=499896 CPUtime=1675.78 cores=0,2,4,6
/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 92253 0 0 0 167459 119 0 0 20 0 1 0 288026753 511893504 102197 33554432000 4194304 4896791 140736308731184 140736308728392 4204939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 124974 102197 78 172 0 124800 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 794664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.02 1.94 3/183 5003
/proc/meminfo: memFree=30555044/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=276472 CPUtime=106.05 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 20158 40067 0 0 339 224 10014 28 20 0 1 0 288016143 283107328 48361 33554432000 4194304 5873084 140735936837632 140735936831448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 69118 48361 183 410 0 68700 0
[pid=4949] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4949/stat : 4949 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288026753 9367552 266 33554432000 4194304 5064252 140734386086656 140734386085568 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4949/statm: 2287 266 226 213 0 72 0
[pid=4950] ppid=4949 vsize=499992 CPUtime=1693.99 cores=0,2,4,6
/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 92296 0 0 0 169279 120 0 0 20 0 1 0 288026753 511991808 107350 33554432000 4194304 4896791 140736308731184 140736308728616 4225180 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 124998 107350 78 172 0 124824 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 794760

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.01 2.02 1.94 3/183 5003
/proc/meminfo: memFree=30555044/32873844 swapFree=7112/7112
[pid=4939] ppid=4937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4939/stat : 4939 (runPb2sat.sh) S 4937 4939 4756 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288016143 9367552 274 33554432000 4194304 5064252 140733500747104 140733500746016 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4939/statm: 2287 274 233 213 0 72 0
[pid=4940] ppid=4939 vsize=276472 CPUtime=106.05 cores=0,2,4,6
/proc/4940/stat : 4940 (pb2sat) S 4939 4939 4756 0 -1 4202496 20158 40067 0 0 339 224 10014 28 20 0 1 0 288016143 283107328 48361 33554432000 4194304 5873084 140735936837632 140735936831448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4940/statm: 69118 48361 183 410 0 68700 0
[pid=4949] ppid=4940 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4949/stat : 4949 (satsolver.sh) S 4940 4939 4756 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288026753 9367552 266 33554432000 4194304 5064252 140734386086656 140734386085568 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4949/statm: 2287 266 226 213 0 72 0
[pid=4950] ppid=4949 vsize=499992 CPUtime=1693.99 cores=0,2,4,6
/proc/4950/stat : 4950 (glucose_static) R 4949 4939 4756 0 -1 4202496 92296 0 0 0 169279 120 0 0 20 0 1 0 288026753 511991808 107350 33554432000 4194304 4896791 140736308731184 140736308728616 4225180 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4950/statm: 124998 107350 78 172 0 124824 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 794760

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4939 and gives
#  childrusage.ru_utime.tv_sec=103
#  childrusage.ru_utime.tv_usec=542259
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=538614
# CPU time returned by wait4() is 106.081
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.04
CPU user time (s): 1796.32
CPU system time (s): 3.72
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 924736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.542
system time used= 2.53861
maximum resident set size= 270428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 365544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 118

runsolver used 2.72458 second user time and 7.13291 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-28 17:28:25
IDJOB=3696179
IDBENCH=92786
IDSOLVER=2274
FILE ID=node119/3696179-1338218904
RUNJOBID= node119-1338217103-4772
PBS_JOBID= 14624617
Free space on /tmp= 71588 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_0_ic.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696179-1338218904/watcher-3696179-1338218904 -o /tmp/evaluation-result-3696179-1338218904/solver-3696179-1338218904 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696179-1338218904.opb 1774504557 HOME HOME

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

MD5SUM BENCH= 5dafdb536ba017bedf49ae7d6c6eb1e1
RANDOM SEED=1774504557

node119.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.943
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	: 5333.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:       32873844 kB
MemFree:        31319764 kB
Buffers:          326264 kB
Cached:           390468 kB
SwapCached:         1840 kB
Active:           585292 kB
Inactive:         168276 kB
Active(anon):      36536 kB
Inactive(anon):     2068 kB
Active(file):     548756 kB
Inactive(file):   166208 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100200 kB
Dirty:             34548 kB
Writeback:             0 kB
AnonPages:         93336 kB
Mapped:            12604 kB
Shmem:                 8 kB
Slab:             659896 kB
SReclaimable:     102120 kB
SUnreclaim:       557776 kB
KernelStack:        1520 kB
PageTables:         3856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     159312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71436 MiB
End job on node119 at 2012-05-28 17:58:25