Trace number 3694556

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
pb2satCp2 2012-05-19? (TO) 1800.07 1801.32

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_0.opb
MD5SUM0c13b673fccb5ec76783fc37235090e7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6221849
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 130390723337
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 130390723337
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.57/3.61	c model valid
3.57/3.61	c current solution ok
5.45/5.73	o 327107395
5.45/5.73	c fallback to adder encoding
22.88/23.10	c model valid
22.88/23.10	c current solution ok
22.88/23.18	o 229874013
22.88/23.18	c fallback to adder encoding
45.98/46.27	c model valid
45.98/46.27	c current solution ok
46.06/46.34	o 217387831
46.06/46.34	c fallback to adder encoding
60.05/60.95	c model valid
60.05/60.95	c current solution ok
60.10/61.03	o 103474423
60.10/61.03	c fallback to adder encoding
88.33/89.24	c model valid
88.33/89.24	c current solution ok
88.38/89.31	o 79936931
88.38/89.31	c fallback to adder encoding
98.32/99.20	c model valid
98.32/99.20	c current solution ok
98.32/99.27	o 43211777
98.32/99.27	c fallback to adder encoding
232.00/232.91	c model valid
232.00/232.91	c current solution ok
232.00/232.98	o 39703053
232.00/232.98	c fallback to adder encoding
386.69/387.61	c model valid
386.69/387.61	c current solution ok
386.69/387.68	o 9151713
386.69/387.68	c fallback to adder encoding
1327.40/1328.52	c model valid
1327.40/1328.52	c current solution ok
1327.40/1328.59	o 8931339
1327.40/1328.59	c fallback to adder encoding
1800.07/1801.31	c error: unexpected solver exit code
1800.07/1801.31	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-3694556-1338190921/watcher-3694556-1338190921 -o /tmp/evaluation-result-3694556-1338190921/solver-3694556-1338190921 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694556-1338190921.opb 353351810 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: 2.00 2.00 2.00 3/179 20049
/proc/meminfo: memFree=30854340/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0

[startup+0.0526409 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20049
/proc/meminfo: memFree=30854340/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100217 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20049
/proc/meminfo: memFree=30854340/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/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: 2.00 2.00 2.00 3/179 20049
/proc/meminfo: memFree=30854340/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700323 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20049
/proc/meminfo: memFree=30854340/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20053
/proc/meminfo: memFree=30681232/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=54348 CPUtime=0.54 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 8567 0 0 0 49 5 0 0 20 0 1 0 285216687 55652352 10313 33554432000 4194304 5873084 140736998905264 140736998901688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20050/statm: 13587 10313 169 410 0 13169 0
[pid=20052] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20052/stat : 20052 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285216742 9367552 267 33554432000 4194304 5064252 140734038417776 140734038416688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20052/statm: 2287 267 226 213 0 72 0
[pid=20053] ppid=20052 vsize=120116 CPUtime=0.93 cores=1,3,5,7
/proc/20053/stat : 20053 (glucose_static) R 20052 20049 17405 0 -1 4202496 25847 0 0 0 88 5 0 0 20 0 1 0 285216742 122998784 28358 33554432000 4194304 4896791 140735910884128 140735909833016 4205160 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20053/statm: 30029 28358 78 172 0 29855 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 192760

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20053
/proc/meminfo: memFree=30678752/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=54348 CPUtime=0.54 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 8567 0 0 0 49 5 0 0 20 0 1 0 285216687 55652352 10313 33554432000 4194304 5873084 140736998905264 140736998901688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20050/statm: 13587 10313 169 410 0 13169 0
[pid=20052] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20052/stat : 20052 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285216742 9367552 267 33554432000 4194304 5064252 140734038417776 140734038416688 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20052/statm: 2287 267 226 213 0 72 0
[pid=20053] ppid=20052 vsize=120932 CPUtime=2.53 cores=1,3,5,7
/proc/20053/stat : 20053 (glucose_static) R 20052 20049 17405 0 -1 4202496 26102 0 0 0 248 5 0 0 20 0 1 0 285216742 123834368 28611 33554432000 4194304 4896791 140735910884128 140735910881224 4224784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20053/statm: 30233 28611 78 172 0 30059 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 193576

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20095
/proc/meminfo: memFree=30990544/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=170340 CPUtime=6.08 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) R 20049 20049 17405 0 -1 4202496 17767 27610 0 0 142 165 290 11 20 0 1 0 285216687 174428160 32251 33554432000 4194304 5873084 140736998905264 140736998899288 4664150 0 0 4096 0 0 0 0 17 3 0 0 10 0 0
/proc/20050/statm: 42585 32251 184 410 0 42167 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 179488

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20101
/proc/meminfo: memFree=29631096/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=327116 CPUtime=8.2 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 19693 27610 0 0 323 196 290 11 20 0 1 0 285216687 334966784 54069 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/20050/statm: 81779 54069 184 410 0 81361 0
[pid=20100] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20100/stat : 20100 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285217530 9367552 267 33554432000 4194304 5064252 140734896969488 140734896968400 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20100/statm: 2287 267 226 213 0 72 0
[pid=20101] ppid=20100 vsize=544124 CPUtime=4.25 cores=1,3,5,7
/proc/20101/stat : 20101 (glucose_static) R 20100 20049 17405 0 -1 4202496 82949 0 0 0 397 28 0 0 20 0 1 0 285217530 557182976 118806 33554432000 4194304 4896791 140733684412800 140733684410008 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20101/statm: 136031 118806 76 172 0 135857 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 889536

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 20102
/proc/meminfo: memFree=30298120/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=485844 CPUtime=25.28 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) R 20049 20049 17405 0 -1 4202496 29506 112626 0 0 560 206 1709 53 20 0 1 0 285216687 497504256 62613 33554432000 4194304 5873084 140736998905264 140736998899336 4996743 0 0 4096 0 0 0 0 17 3 0 0 10 0 0
/proc/20050/statm: 121461 62613 184 410 0 121043 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 494992

[startup+51.1004 s]
/proc/loadavg: 2.18 2.04 2.01 3/183 20113
/proc/meminfo: memFree=30002416/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=329616 CPUtime=48.73 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 37200 198032 0 0 806 263 3711 93 20 0 1 0 285216687 337526784 53158 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 73 0 0
/proc/20050/statm: 82404 53158 184 410 0 81986 0
[pid=20110] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20110/stat : 20110 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285221645 9367552 266 33554432000 4194304 5064252 140733576436512 140733576435424 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20110/statm: 2287 266 226 213 0 72 0
[pid=20111] ppid=20110 vsize=398296 CPUtime=1.5 cores=1,3,5,7
/proc/20111/stat : 20111 (glucose_static) R 20110 20049 17405 0 -1 4202496 55102 0 0 0 132 18 0 0 20 0 1 0 285221645 407855104 86225 33554432000 4194304 4896791 140733653964208 140733652913272 4226193 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 99574 86226 58 172 0 99400 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 746208

[startup+102.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/181 20121
/proc/meminfo: memFree=30175388/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=328596 CPUtime=100.68 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 58148 444601 0 0 1477 359 8019 213 20 0 1 0 285216687 336482304 47271 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 82149 47271 184 410 0 81731 0
Current children cumulated CPU time (s) 100.68
Current children cumulated vsize (KiB) 337744

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/183 20123
/proc/meminfo: memFree=29804372/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=328596 CPUtime=100.68 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 58148 444601 0 0 1477 359 8019 213 20 0 1 0 285216687 336482304 47271 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 82149 47271 184 410 0 81731 0
[pid=20122] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20122/stat : 20122 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285226841 9367552 266 33554432000 4194304 5064252 140737351015312 140737351014224 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20122/statm: 2287 266 226 213 0 72 0
[pid=20123] ppid=20122 vsize=593044 CPUtime=60.73 cores=1,3,5,7
/proc/20123/stat : 20123 (glucose_static) R 20122 20049 17405 0 -1 4202496 80091 0 0 0 6035 38 0 0 20 0 1 0 285226841 607277056 116940 33554432000 4194304 4896791 140735088701904 140735088699432 4206159 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20123/statm: 148261 116940 78 172 0 148087 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 939936

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 20132
/proc/meminfo: memFree=29761916/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=328596 CPUtime=100.68 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 58148 444601 0 0 1477 359 8019 213 20 0 1 0 285216687 336482304 47271 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 82149 47271 184 410 0 81731 0
[pid=20122] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/20189/statm: 124853 103706 78 172 0 124679 0
Current children cumulated CPU time (s) 1421.16
Current children cumulated vsize (KiB) 711396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20189
/proc/meminfo: memFree=29860496/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=193688 CPUtime=1329.09 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 79865 717121 0 0 1992 429 130025 463 20 0 1 0 285216687 198336512 36584 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 48422 36584 184 410 0 48004 0
[pid=20188] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20188/stat : 20188 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285349706 9367552 266 33554432000 4194304 5064252 140737235201360 140737235200272 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20188/statm: 2287 266 226 213 0 72 0
[pid=20189] ppid=20188 vsize=633924 CPUtime=152.04 cores=1,3,5,7
/proc/20189/stat : 20189 (glucose_static) R 20188 20049 17405 0 -1 4202496 80465 0 0 0 15127 77 0 0 20 0 1 0 285349706 649138176 124697 33554432000 4194304 4896791 140734419046720 140734419044248 4225180 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20189/statm: 158481 124697 78 172 0 158307 0
Current children cumulated CPU time (s) 1481.13
Current children cumulated vsize (KiB) 845908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20189
/proc/meminfo: memFree=29920324/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=193688 CPUtime=1329.09 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 79865 717121 0 0 1992 429 130025 463 20 0 1 0 285216687 198336512 36584 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 48422 36584 184 410 0 48004 0
[pid=20188] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20188/stat : 20188 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285349706 9367552 266 33554432000 4194304 5064252 140737235201360 140737235200272 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20188/statm: 2287 266 226 213 0 72 0
[pid=20189] ppid=20188 vsize=504080 CPUtime=212.01 cores=1,3,5,7
/proc/20189/stat : 20189 (glucose_static) R 20188 20049 17405 0 -1 4202496 84543 0 0 0 21103 98 0 0 20 0 1 0 285349706 516177920 111337 33554432000 4194304 4896791 140734419046720 140734419043864 4205066 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20189/statm: 126020 111337 78 172 0 125846 0
Current children cumulated CPU time (s) 1541.1
Current children cumulated vsize (KiB) 716064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20189
/proc/meminfo: memFree=29888952/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=193688 CPUtime=1329.09 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 79865 717121 0 0 1992 429 130025 463 20 0 1 0 285216687 198336512 36584 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 48422 36584 184 410 0 48004 0
[pid=20188] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20188/stat : 20188 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285349706 9367552 266 33554432000 4194304 5064252 140737235201360 140737235200272 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20188/statm: 2287 266 226 213 0 72 0
[pid=20189] ppid=20188 vsize=506140 CPUtime=272.01 cores=1,3,5,7
/proc/20189/stat : 20189 (glucose_static) R 20188 20049 17405 0 -1 4202496 86760 0 0 0 27102 99 0 0 20 0 1 0 285349706 518287360 113088 33554432000 4194304 4896791 140734419046720 140734419043944 4205076 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20189/statm: 126535 113088 78 172 0 126361 0
Current children cumulated CPU time (s) 1601.1
Current children cumulated vsize (KiB) 718124

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20190
/proc/meminfo: memFree=29881676/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=193688 CPUtime=1329.09 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 79865 717121 0 0 1992 429 130025 463 20 0 1 0 285216687 198336512 36584 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 48422 36584 184 410 0 48004 0
[pid=20188] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20188/stat : 20188 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285349706 9367552 266 33554432000 4194304 5064252 140737235201360 140737235200272 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20188/statm: 2287 266 226 213 0 72 0
[pid=20189] ppid=20188 vsize=507924 CPUtime=331.99 cores=1,3,5,7
/proc/20189/stat : 20189 (glucose_static) R 20188 20049 17405 0 -1 4202496 88196 0 0 0 33092 107 0 0 20 0 1 0 285349706 520114176 118025 33554432000 4194304 4896791 140734419046720 140734419043928 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20189/statm: 126981 118025 78 172 0 126807 0
Current children cumulated CPU time (s) 1661.08
Current children cumulated vsize (KiB) 719908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20193
/proc/meminfo: memFree=29676920/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=193688 CPUtime=1329.09 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 79865 717121 0 0 1992 429 130025 463 20 0 1 0 285216687 198336512 36584 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 48422 36584 184 410 0 48004 0
[pid=20188] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20188/stat : 20188 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285349706 9367552 266 33554432000 4194304 5064252 140737235201360 140737235200272 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20188/statm: 2287 266 226 213 0 72 0
[pid=20189] ppid=20188 vsize=857456 CPUtime=391.99 cores=1,3,5,7
/proc/20189/stat : 20189 (glucose_static) R 20188 20049 17405 0 -1 4202496 91061 0 0 0 39078 121 0 0 20 0 1 0 285349706 878034944 160692 33554432000 4194304 4896791 140734419046720 140734419044248 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20189/statm: 214364 160692 78 172 0 214190 0
Current children cumulated CPU time (s) 1721.08
Current children cumulated vsize (KiB) 1069440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20193
/proc/meminfo: memFree=29813028/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=193688 CPUtime=1329.09 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 79865 717121 0 0 1992 429 130025 463 20 0 1 0 285216687 198336512 36584 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 48422 36584 184 410 0 48004 0
[pid=20188] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20188/stat : 20188 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285349706 9367552 266 33554432000 4194304 5064252 140737235201360 140737235200272 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20188/statm: 2287 266 226 213 0 72 0
[pid=20189] ppid=20188 vsize=646436 CPUtime=451.98 cores=1,3,5,7
/proc/20189/stat : 20189 (glucose_static) R 20188 20049 17405 0 -1 4202496 92718 0 0 0 45070 128 0 0 20 0 1 0 285349706 661950464 131438 33554432000 4194304 4896791 140734419046720 140734419043928 4203772 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20189/statm: 161609 131438 78 172 0 161435 0
Current children cumulated CPU time (s) 1781.07
Current children cumulated vsize (KiB) 858420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 20193
/proc/meminfo: memFree=29755500/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=193688 CPUtime=1329.09 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 79865 717121 0 0 1992 429 130025 463 20 0 1 0 285216687 198336512 36584 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 48422 36584 184 410 0 48004 0
[pid=20188] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20188/stat : 20188 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285349706 9367552 266 33554432000 4194304 5064252 140737235201360 140737235200272 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20188/statm: 2287 266 226 213 0 72 0
[pid=20189] ppid=20188 vsize=647412 CPUtime=470.98 cores=1,3,5,7
/proc/20189/stat : 20189 (glucose_static) R 20188 20049 17405 0 -1 4202496 93002 0 0 0 46968 130 0 0 20 0 1 0 285349706 662949888 144497 33554432000 4194304 4896791 140734419046720 140734419043928 4203796 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20189/statm: 161853 144497 78 172 0 161679 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 859396

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

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

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 20193
/proc/meminfo: memFree=29755500/32873844 swapFree=6080/6080
[pid=20049] ppid=20047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20049/stat : 20049 (runPb2satCp2.sh) S 20047 20049 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285216686 9367552 275 33554432000 4194304 5064252 140734091216352 140734091215264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20049/statm: 2287 275 233 213 0 72 0
[pid=20050] ppid=20049 vsize=193688 CPUtime=1329.09 cores=1,3,5,7
/proc/20050/stat : 20050 (pb2sat) S 20049 20049 17405 0 -1 4202496 79865 717121 0 0 1992 429 130025 463 20 0 1 0 285216687 198336512 36584 33554432000 4194304 5873084 140736998905264 140736998899080 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 73 0 0
/proc/20050/statm: 48422 36584 184 410 0 48004 0
[pid=20188] ppid=20050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20188/stat : 20188 (satsolver.sh) S 20050 20049 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285349706 9367552 266 33554432000 4194304 5064252 140737235201360 140737235200272 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20188/statm: 2287 266 226 213 0 72 0
[pid=20189] ppid=20188 vsize=647412 CPUtime=470.98 cores=1,3,5,7
/proc/20189/stat : 20189 (glucose_static) R 20188 20049 17405 0 -1 4202496 93002 0 0 0 46968 130 0 0 20 0 1 0 285349706 662949888 144497 33554432000 4194304 4896791 140734419046720 140734419043928 4203796 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20189/statm: 161853 144497 78 172 0 161679 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 859396

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20049 and gives
#  childrusage.ru_utime.tv_sec=1320
#  childrusage.ru_utime.tv_usec=182301
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=938641
# CPU time returned by wait4() is 1329.12
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.32
CPU time (s): 1800.07
CPU user time (s): 1789.85
CPU system time (s): 10.22
CPU usage (%): 99.9308
Max. virtual memory (cumulated for all children) (KiB): 1283968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1320.18
system time used= 8.93864
maximum resident set size= 837808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 797962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3039312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199
involuntary context switches= 1687

runsolver used 4.38233 second user time and 11.9522 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 09:42:01
IDJOB=3694556
IDBENCH=92736
IDSOLVER=2273
FILE ID=node139/3694556-1338190921
RUNJOBID= node139-1338158499-17422
PBS_JOBID= 14624542
Free space on /tmp= 71604 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat85_4_27_0.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694556-1338190921/watcher-3694556-1338190921 -o /tmp/evaluation-result-3694556-1338190921/solver-3694556-1338190921 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694556-1338190921.opb 353351810 HOME HOME

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

MD5SUM BENCH= 0c13b673fccb5ec76783fc37235090e7
RANDOM SEED=353351810

node139.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.750
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.50
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.750
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.750
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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.92
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.750
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.750
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.750
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:        30855240 kB
Buffers:          421184 kB
Cached:           490516 kB
SwapCached:          828 kB
Active:           961864 kB
Inactive:         199936 kB
Active(anon):     243668 kB
Inactive(anon):     7968 kB
Active(file):     718196 kB
Inactive(file):   191968 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              9776 kB
Writeback:            32 kB
AnonPages:        256372 kB
Mapped:            12952 kB
Shmem:                 8 kB
Slab:             717052 kB
SReclaimable:     159184 kB
SUnreclaim:       557868 kB
KernelStack:        1488 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     400724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 71416 MiB
End job on node139 at 2012-05-28 10:12:03