Trace number 3696888

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_50null0mast_rapportOE1.0_TMAX300_K67_cod2.opb
MD5SUMb363732a49ff55c5c06709720571fcad
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-439
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 829
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 12582
Number of bits of the biggest sum of numbers14
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.45	c fallback to adder encoding
8.28/8.37	c model valid
8.28/8.37	c current solution ok
10.53/10.61	o -134
10.53/10.61	c current bound: 347
771.54/771.71	c model valid
771.54/771.71	c current solution ok
771.54/771.77	o -483
771.54/771.77	c current bound: 173
1800.06/1800.41	c error: unexpected solver exit code
1800.06/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-3696888-1338120444/watcher-3696888-1338120444 -o /tmp/evaluation-result-3696888-1338120444/solver-3696888-1338120444 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696888-1338120444.opb 272291697 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 10503
/proc/meminfo: memFree=27868540/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0

[startup+0.095953 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 10503
/proc/meminfo: memFree=27868540/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 10503
/proc/meminfo: memFree=27868540/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 10503
/proc/meminfo: memFree=27868540/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 10503
/proc/meminfo: memFree=27868540/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 10507
/proc/meminfo: memFree=27745288/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=96832 CPUtime=0.91 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 11747 0 0 0 83 8 0 0 20 0 1 0 278169826 99155968 16196 33554432000 4194304 5873084 140733934063040 140733934059464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 24208 16196 171 410 0 23790 0
[pid=10506] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10506/stat : 10506 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278169918 9367552 267 33554432000 4194304 5064252 140737110410416 140737110409328 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10506/statm: 2287 267 226 213 0 72 0
[pid=10507] ppid=10506 vsize=96976 CPUtime=0.56 cores=0,2,4,6
/proc/10507/stat : 10507 (glucose_static) R 10506 10503 6783 0 -1 4202496 21119 0 0 0 52 4 0 0 20 0 1 0 278169918 99303424 22333 33554432000 4194304 4896791 140735087126256 140735087124056 4224821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10507/statm: 24244 22333 76 172 0 24070 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 212104

[startup+3.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 10507
/proc/meminfo: memFree=27679528/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=96832 CPUtime=0.91 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 11747 0 0 0 83 8 0 0 20 0 1 0 278169826 99155968 16196 33554432000 4194304 5873084 140733934063040 140733934059464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 24208 16196 171 410 0 23790 0
[pid=10506] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10506/stat : 10506 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278169918 9367552 267 33554432000 4194304 5064252 140737110410416 140737110409328 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10506/statm: 2287 267 226 213 0 72 0
[pid=10507] ppid=10506 vsize=97564 CPUtime=2.17 cores=0,2,4,6
/proc/10507/stat : 10507 (glucose_static) R 10506 10503 6783 0 -1 4202496 21740 0 0 0 212 5 0 0 20 0 1 0 278169918 99905536 22492 33554432000 4194304 4896791 140735087126256 140735087123768 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10507/statm: 24391 22492 78 172 0 24217 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 212692

[startup+6.3004 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 10507
/proc/meminfo: memFree=27677420/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=96832 CPUtime=0.91 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 11747 0 0 0 83 8 0 0 20 0 1 0 278169826 99155968 16196 33554432000 4194304 5873084 140733934063040 140733934059464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 24208 16196 171 410 0 23790 0
[pid=10506] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10506/stat : 10506 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278169918 9367552 267 33554432000 4194304 5064252 140737110410416 140737110409328 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10506/statm: 2287 267 226 213 0 72 0
[pid=10507] ppid=10506 vsize=109612 CPUtime=5.36 cores=0,2,4,6
/proc/10507/stat : 10507 (glucose_static) R 10506 10503 6783 0 -1 4202496 22340 0 0 0 531 5 0 0 20 0 1 0 278169918 112242688 23602 33554432000 4194304 4896791 140735087126256 140735087123784 4206890 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10507/statm: 27403 23602 78 172 0 27229 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 224740

[startup+12.7004 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 10510
/proc/meminfo: memFree=27632524/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=100140 CPUtime=10.61 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 14138 23582 0 0 137 184 728 12 20 0 1 0 278169826 102543360 16876 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25035 16876 181 410 0 24617 0
[pid=10509] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10509/stat : 10509 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 278170889 9367552 266 33554432000 4194304 5064252 140733230566368 140733230565280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10509/statm: 2287 266 226 213 0 72 0
[pid=10510] ppid=10509 vsize=106652 CPUtime=2.05 cores=0,2,4,6
/proc/10510/stat : 10510 (glucose_static) R 10509 10503 6783 0 -1 4202496 22925 0 0 0 201 4 0 0 20 0 1 0 278170889 109211648 24104 33554432000 4194304 4896791 140737222779344 140737222776552 4224943 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10510/statm: 26663 24104 78 172 0 26489 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 225088

[startup+25.5004 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 10510
/proc/meminfo: memFree=27628476/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=100140 CPUtime=10.61 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 14138 23582 0 0 137 184 728 12 20 0 1 0 278169826 102543360 16876 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25035 16876 181 410 0 24617 0
[pid=10509] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10509/stat : 10509 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 278170889 9367552 266 33554432000 4194304 5064252 140733230566368 140733230565280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10509/statm: 2287 266 226 213 0 72 0
[pid=10510] ppid=10509 vsize=120660 CPUtime=14.85 cores=0,2,4,6
/proc/10510/stat : 10510 (glucose_static) R 10509 10503 6783 0 -1 4202496 27049 0 0 0 1480 5 0 0 20 0 1 0 278170889 123555840 25776 33554432000 4194304 4896791 140737222779344 140737222776856 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10510/statm: 30165 25776 78 172 0 29991 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 239096

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 10510
/proc/meminfo: memFree=27622768/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=100140 CPUtime=10.61 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 14138 23582 0 0 137 184 728 12 20 0 1 0 278169826 102543360 16876 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25035 16876 181 410 0 24617 0
[pid=10509] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10509/stat : 10509 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 278170889 9367552 266 33554432000 4194304 5064252 140733230566368 140733230565280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10509/statm: 2287 266 226 213 0 72 0
[pid=10510] ppid=10509 vsize=123496 CPUtime=40.44 cores=0,2,4,6
/proc/10510/stat : 10510 (glucose_static) R 10509 10503 6783 0 -1 4202496 30652 0 0 0 4038 6 0 0 20 0 1 0 278170889 126459904 27643 33554432000 4194304 4896791 140737222779344 140737222776568 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10510/statm: 30874 27643 78 172 0 30700 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 241932

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10510
/proc/meminfo: memFree=27615748/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=100140 CPUtime=10.61 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 14138 23582 0 0 137 184 728 12 20 0 1 0 278169826 102543360 16876 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25035 16876 181 410 0 24617 0
[pid=10509] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10509/stat : 10509 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 278170889 9367552 266 33554432000 4194304 5064252 140733230566368 140733230565280 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10509/statm: 2287 266 226 213 0 72 0
[pid=10510] ppid=10509 vsize=126468 CPUtime=91.64 cores=0,2,4,6
/proc/10510/stat : 10510 (glucose_static) R 10509 10503 6783 0 -1 4202496 34789 0 0 0 9154 10 0 0 20 0 1 0 278170889 129503232 28833 33554432000 4194304 4896791 140737222779344 140737222776872 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10510/statm: 31617 28833 78 172 0 31443 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 244904

[startup+162.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 10513
/proc/meminfo: memFree=27601612/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=100140 CPUtime=10.61 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 14138 23582 0 0 137 184 728 12 20 0 1 0 278169826 102543360 16876 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25035 16876 181 410 0 24617 0
[pid=10509] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/10521/stat : 10521 (glucose_static) R 10520 10503 6783 0 -1 4202496 61479 0 0 0 58996 43 0 0 20 0 1 0 278247005 189886464 39938 33554432000 4194304 4896791 140735679533888 140735679531096 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10521/statm: 46359 39938 78 172 0 46185 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 305864

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10571
/proc/meminfo: memFree=27140948/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=102132 CPUtime=771.63 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 16850 87400 0 0 148 185 76771 59 20 0 1 0 278169826 104583168 17374 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25533 17374 181 410 0 25115 0
[pid=10520] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10520/stat : 10520 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278247005 9367552 267 33554432000 4194304 5064252 140737265689568 140737265688480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10520/statm: 2287 267 226 213 0 72 0
[pid=10521] ppid=10520 vsize=156536 CPUtime=650.38 cores=0,2,4,6
/proc/10521/stat : 10521 (glucose_static) R 10520 10503 6783 0 -1 4202496 63546 0 0 0 64992 46 0 0 20 0 1 0 278247005 160292864 34692 33554432000 4194304 4896791 140735679533888 140735679529560 4204125 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10521/statm: 39134 34692 78 172 0 38960 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 276964

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10571
/proc/meminfo: memFree=27109776/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=102132 CPUtime=771.63 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 16850 87400 0 0 148 185 76771 59 20 0 1 0 278169826 104583168 17374 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25533 17374 181 410 0 25115 0
[pid=10520] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10520/stat : 10520 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278247005 9367552 267 33554432000 4194304 5064252 140737265689568 140737265688480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10520/statm: 2287 267 226 213 0 72 0
[pid=10521] ppid=10520 vsize=157372 CPUtime=710.37 cores=0,2,4,6
/proc/10521/stat : 10521 (glucose_static) R 10520 10503 6783 0 -1 4202496 64929 0 0 0 70988 49 0 0 20 0 1 0 278247005 161148928 37473 33554432000 4194304 4896791 140735679533888 140735679529624 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10521/statm: 39343 37473 78 172 0 39169 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 277800

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10572
/proc/meminfo: memFree=27111500/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=102132 CPUtime=771.63 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 16850 87400 0 0 148 185 76771 59 20 0 1 0 278169826 104583168 17374 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25533 17374 181 410 0 25115 0
[pid=10520] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10520/stat : 10520 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278247005 9367552 267 33554432000 4194304 5064252 140737265689568 140737265688480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10520/statm: 2287 267 226 213 0 72 0
[pid=10521] ppid=10520 vsize=189420 CPUtime=770.36 cores=0,2,4,6
/proc/10521/stat : 10521 (glucose_static) R 10520 10503 6783 0 -1 4202496 67268 0 0 0 76984 52 0 0 20 0 1 0 278247005 193966080 41973 33554432000 4194304 4896791 140735679533888 140735679528904 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10521/statm: 47355 41973 78 172 0 47181 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 309848

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10572
/proc/meminfo: memFree=27088804/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=102132 CPUtime=771.63 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 16850 87400 0 0 148 185 76771 59 20 0 1 0 278169826 104583168 17374 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25533 17374 181 410 0 25115 0
[pid=10520] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10520/stat : 10520 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278247005 9367552 267 33554432000 4194304 5064252 140737265689568 140737265688480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10520/statm: 2287 267 226 213 0 72 0
[pid=10521] ppid=10520 vsize=190536 CPUtime=830.36 cores=0,2,4,6
/proc/10521/stat : 10521 (glucose_static) R 10520 10503 6783 0 -1 4202496 68993 0 0 0 82981 55 0 0 20 0 1 0 278247005 195108864 42237 33554432000 4194304 4896791 140735679533888 140735679531096 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10521/statm: 47634 42237 78 172 0 47460 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 310964

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 10572
/proc/meminfo: memFree=27099332/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=102132 CPUtime=771.63 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 16850 87400 0 0 148 185 76771 59 20 0 1 0 278169826 104583168 17374 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25533 17374 181 410 0 25115 0
[pid=10520] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10520/stat : 10520 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278247005 9367552 267 33554432000 4194304 5064252 140737265689568 140737265688480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10520/statm: 2287 267 226 213 0 72 0
[pid=10521] ppid=10520 vsize=191632 CPUtime=890.35 cores=0,2,4,6
/proc/10521/stat : 10521 (glucose_static) R 10520 10503 6783 0 -1 4202496 70719 0 0 0 88977 58 0 0 20 0 1 0 278247005 196231168 43037 33554432000 4194304 4896791 140735679533888 140735679529624 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10521/statm: 47908 43037 78 172 0 47734 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 312060

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10572
/proc/meminfo: memFree=27067328/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=102132 CPUtime=771.63 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 16850 87400 0 0 148 185 76771 59 20 0 1 0 278169826 104583168 17374 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25533 17374 181 410 0 25115 0
[pid=10520] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10520/stat : 10520 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278247005 9367552 267 33554432000 4194304 5064252 140737265689568 140737265688480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10520/statm: 2287 267 226 213 0 72 0
[pid=10521] ppid=10520 vsize=199016 CPUtime=950.33 cores=0,2,4,6
/proc/10521/stat : 10521 (glucose_static) R 10520 10503 6783 0 -1 4202496 73568 0 0 0 94973 60 0 0 20 0 1 0 278247005 203792384 46253 33554432000 4194304 4896791 140735679533888 140735679529624 4203856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10521/statm: 49754 46253 78 172 0 49580 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 319444

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 10572
/proc/meminfo: memFree=27065012/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=102132 CPUtime=771.63 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 16850 87400 0 0 148 185 76771 59 20 0 1 0 278169826 104583168 17374 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25533 17374 181 410 0 25115 0
[pid=10520] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10520/stat : 10520 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278247005 9367552 267 33554432000 4194304 5064252 140737265689568 140737265688480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10520/statm: 2287 267 226 213 0 72 0
[pid=10521] ppid=10520 vsize=168668 CPUtime=1010.33 cores=0,2,4,6
/proc/10521/stat : 10521 (glucose_static) R 10520 10503 6783 0 -1 4202496 75410 0 0 0 100969 64 0 0 20 0 1 0 278247005 172716032 39671 33554432000 4194304 4896791 140735679533888 140735679528904 4223840 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10521/statm: 42167 39671 78 172 0 41993 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 289096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10572
/proc/meminfo: memFree=27092916/32873844 swapFree=7384/7384
[pid=10503] ppid=10501 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10503/stat : 10503 (runPb2sat.sh) S 10501 10503 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278169826 9367552 275 33554432000 4194304 5064252 140735347890784 140735347889696 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10503/statm: 2287 275 233 213 0 72 0
[pid=10504] ppid=10503 vsize=102132 CPUtime=771.63 cores=0,2,4,6
/proc/10504/stat : 10504 (pb2sat) S 10503 10503 6783 0 -1 4202496 16850 87400 0 0 148 185 76771 59 20 0 1 0 278169826 104583168 17374 33554432000 4194304 5873084 140733934063040 140733934056856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10504/statm: 25533 17374 181 410 0 25115 0
[pid=10520] ppid=10504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10520/stat : 10520 (satsolver.sh) S 10504 10503 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278247005 9367552 267 33554432000 4194304 5064252 140737265689568 140737265688480 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10520/statm: 2287 267 226 213 0 72 0
[pid=10521] ppid=10520 vsize=199488 CPUtime=1028.43 cores=0,2,4,6
/proc/10521/stat : 10521 (glucose_static) R 10520 10503 6783 0 -1 4202496 76012 0 0 0 102779 64 0 0 20 0 1 0 278247005 204275712 43335 33554432000 4194304 4896791 140735679533888 140735679529624 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10521/statm: 49872 43335 78 172 0 49698 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 319916

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.42
CPU time (s): 1800.06
CPU user time (s): 1796.98
CPU system time (s): 3.08
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 412488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 769.208
system time used= 2.44963
maximum resident set size= 225816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 278016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64
involuntary context switches= 825

runsolver used 3.17952 second user time and 8.83766 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 14:07:24
IDJOB=3696888
IDBENCH=90820
IDSOLVER=2274
FILE ID=node136/3696888-1338120444
RUNJOBID= node136-1338088237-6799
PBS_JOBID= 14624456
Free space on /tmp= 71300 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_50null0mast_rapportOE1.0_TMAX300_K67_cod2.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696888-1338120444/watcher-3696888-1338120444 -o /tmp/evaluation-result-3696888-1338120444/solver-3696888-1338120444 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696888-1338120444.opb 272291697 HOME HOME

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

MD5SUM BENCH= b363732a49ff55c5c06709720571fcad
RANDOM SEED=272291697

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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:        27869180 kB
Buffers:          401228 kB
Cached:          2786556 kB
SwapCached:        24460 kB
Active:          2052704 kB
Inactive:        2112948 kB
Active(anon):     949792 kB
Inactive(anon):    28228 kB
Active(file):    1102912 kB
Inactive(file):  2084720 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             10920 kB
Writeback:             0 kB
AnonPages:        932796 kB
Mapped:            10352 kB
Shmem:                 0 kB
Slab:             699444 kB
SReclaimable:     141276 kB
SUnreclaim:       558168 kB
KernelStack:        1520 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1236084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 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= 71000 MiB
End job on node136 at 2012-05-27 14:37:24