Trace number 3694586

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 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_3_ic.opb
MD5SUM63c4e0568f91ae4bdd1fa7b5cc0b98cf
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18759965
Best CPU time to get the best result obtained on this benchmark1800.07
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 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45563322036
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45563322036
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

Quality of the solution as a function of time


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

Solver Data

101.74/101.83	c model valid
101.74/101.83	c current solution ok
104.24/104.38	o 313867409
104.24/104.38	c fallback to adder encoding
119.95/120.05	c model valid
119.95/120.05	c current solution ok
120.00/120.13	o 297311681
120.00/120.13	c fallback to adder encoding
167.14/167.27	c model valid
167.14/167.27	c current solution ok
167.24/167.34	o 271515689
167.24/167.34	c fallback to adder encoding
192.53/192.64	c model valid
192.53/192.64	c current solution ok
192.57/192.72	o 181498135
192.57/192.72	c fallback to adder encoding
299.91/300.07	c model valid
299.91/300.07	c current solution ok
299.98/300.14	o 158448699
299.98/300.14	c fallback to adder encoding
443.39/443.52	c model valid
443.39/443.52	c current solution ok
443.39/443.59	o 140981645
443.39/443.59	c fallback to adder encoding
553.53/553.77	c model valid
553.53/553.77	c current solution ok
553.61/553.85	o 137391371
553.61/553.85	c fallback to adder encoding
912.41/912.73	c model valid
912.41/912.73	c current solution ok
912.45/912.81	o 115258609
912.45/912.81	c fallback to adder encoding
1693.84/1694.34	c model valid
1693.84/1694.34	c current solution ok
1693.88/1694.42	o 114530403
1693.88/1694.42	c fallback to adder encoding
1800.07/1800.61	c error: unexpected solver exit code
1800.07/1800.61	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-3694586-1338228753/watcher-3694586-1338228753 -o /tmp/evaluation-result-3694586-1338228753/solver-3694586-1338228753 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694586-1338228753.opb 2119340906 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.09 1.62 1.85 3/178 17265
/proc/meminfo: memFree=27174696/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0

[startup+0.060207 s]
/proc/loadavg: 1.09 1.62 1.85 3/178 17265
/proc/meminfo: memFree=27174696/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100161 s]
/proc/loadavg: 1.09 1.62 1.85 3/178 17265
/proc/meminfo: memFree=27174696/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30012 s]
/proc/loadavg: 1.09 1.62 1.85 3/178 17265
/proc/meminfo: memFree=27174696/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700109 s]
/proc/loadavg: 1.09 1.62 1.85 3/178 17265
/proc/meminfo: memFree=27174696/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 1.09 1.62 1.85 3/179 17269
/proc/meminfo: memFree=27143712/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=136780 CPUtime=1.49 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) R 17265 17265 17216 0 -1 4202496 13040 0 0 0 142 7 0 0 20 0 1 0 289001100 140062720 26288 33554432000 4194304 5873084 140734454056016 140734454053384 5132935 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 34195 26288 166 410 0 33777 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145928

[startup+3.10037 s]
/proc/loadavg: 1.16 1.62 1.85 3/183 17273
/proc/meminfo: memFree=26897824/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 13044 0 0 0 142 7 0 0 20 0 1 0 289001100 105091072 17753 33554432000 4194304 5873084 140734454056016 140734454052440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 25657 17753 169 410 0 25239 0
[pid=17272] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17272/stat : 17272 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289001250 9367552 267 33554432000 4194304 5064252 140734072510496 140734072509408 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17272/statm: 2287 267 226 213 0 72 0
[pid=17273] ppid=17272 vsize=168192 CPUtime=1.58 cores=0,2,4,6
/proc/17273/stat : 17273 (glucose_static) R 17272 17265 17216 0 -1 4202496 31045 0 0 0 152 6 0 0 20 0 1 0 289001250 172228608 35438 33554432000 4194304 4896791 140733745423488 140733745420696 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17273/statm: 42048 35438 76 172 0 41874 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 289116

[startup+6.30028 s]
/proc/loadavg: 1.16 1.62 1.85 3/182 17285
/proc/meminfo: memFree=26897084/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 13044 0 0 0 142 7 0 0 20 0 1 0 289001100 105091072 17753 33554432000 4194304 5873084 140734454056016 140734454052440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 25657 17753 169 410 0 25239 0
[pid=17272] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17272/stat : 17272 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289001250 9367552 267 33554432000 4194304 5064252 140734072510496 140734072509408 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17272/statm: 2287 267 226 213 0 72 0
[pid=17273] ppid=17272 vsize=168324 CPUtime=4.79 cores=0,2,4,6
/proc/17273/stat : 17273 (glucose_static) R 17272 17265 17216 0 -1 4202496 31398 0 0 0 472 7 0 0 20 0 1 0 289001250 172363776 35790 33554432000 4194304 4896791 140733745423488 140733745420696 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17273/statm: 42081 35790 76 172 0 41907 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 289248

[startup+12.7004 s]
/proc/loadavg: 1.29 1.63 1.85 3/183 17301
/proc/meminfo: memFree=26902564/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 13044 0 0 0 142 7 0 0 20 0 1 0 289001100 105091072 17753 33554432000 4194304 5873084 140734454056016 140734454052440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 25657 17753 169 410 0 25239 0
[pid=17272] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17272/stat : 17272 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289001250 9367552 267 33554432000 4194304 5064252 140734072510496 140734072509408 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17272/statm: 2287 267 226 213 0 72 0
[pid=17273] ppid=17272 vsize=168456 CPUtime=11.19 cores=0,2,4,6
/proc/17273/stat : 17273 (glucose_static) R 17272 17265 17216 0 -1 4202496 32095 0 0 0 1111 8 0 0 20 0 1 0 289001250 172498944 35746 33554432000 4194304 4896791 140733745423488 140733745421064 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17273/statm: 42114 35746 76 172 0 41940 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 289380

[startup+25.5065 s]
/proc/loadavg: 1.40 1.65 1.85 3/181 17320
/proc/meminfo: memFree=26922512/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 13044 0 0 0 142 7 0 0 20 0 1 0 289001100 105091072 17753 33554432000 4194304 5873084 140734454056016 140734454052440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 25657 17753 169 410 0 25239 0
[pid=17272] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17272/stat : 17272 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289001250 9367552 267 33554432000 4194304 5064252 140734072510496 140734072509408 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17272/statm: 2287 267 226 213 0 72 0
[pid=17273] ppid=17272 vsize=187980 CPUtime=23.99 cores=0,2,4,6
/proc/17273/stat : 17273 (glucose_static) R 17272 17265 17216 0 -1 4202496 33387 0 0 0 2390 9 0 0 20 0 1 0 289001250 192491520 36803 33554432000 4194304 4896791 140733745423488 140733745421016 4203826 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17273/statm: 46995 36803 76 172 0 46821 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 308904

[startup+51.1004 s]
/proc/loadavg: 1.68 1.69 1.86 3/183 17334
/proc/meminfo: memFree=26890840/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=102628 CPUtime=1.49 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 13044 0 0 0 142 7 0 0 20 0 1 0 289001100 105091072 17753 33554432000 4194304 5873084 140734454056016 140734454052440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 25657 17753 169 410 0 25239 0
[pid=17272] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17272/stat : 17272 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289001250 9367552 267 33554432000 4194304 5064252 140734072510496 140734072509408 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17272/statm: 2287 267 226 213 0 72 0
[pid=17273] ppid=17272 vsize=189028 CPUtime=49.58 cores=0,2,4,6
/proc/17273/stat : 17273 (glucose_static) R 17272 17265 17216 0 -1 4202496 34903 0 0 0 4946 12 0 0 20 0 1 0 289001250 193564672 39595 33554432000 4194304 4896791 140733745423488 140733745421064 4205531 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17273/statm: 47257 39595 76 172 0 47083 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 309952

[startup+102.3 s]
/proc/loadavg: 1.86 1.73 1.87 3/183 17346
/proc/meminfo: memFree=26873160/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=113144 CPUtime=102.24 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) R 17265 17265 17216 0 -1 4202496 15258 40559 0 0 195 46 9962 21 20 0 1 0 289001100 115859456 20390 33554432000 4194304 5873084 140734454056016 140734454051624 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 28286 20390 177 410 0 27868 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 122292

[startup+162.3 s]
/proc/loadavg: 1.98 1.79 1.88 3/183 17355
/proc/meminfo: memFree=26459164/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=282544 CPUtime=121.37 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 31684 104998 0 0 508 243 11331 55 20 0 1 0 289001100 289325056 51047 33554432000 4194304 5873084 140734454056016 140734454049832 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 70636 51047 184 410 0 70218 0
[pid=17351] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17351/stat : 17351 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289013243 9367552 266 33554432000 4194304 5064252 140736094376528 140736094375440 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17351/statm: 2287 266 226 213 0 72 0
[pid=17352] ppid=17351 vsize=356276 CPUtime=40.85 cores=0,2,4,6
/proc/17352/stat : 17352 (glucose_static) R 17351 17265 17216 0 -1 4202496 63098 0 0 0 4066 19 0 0 20 0 1 0 289013243 364826624 84589 33554432000 4194304 4896791 140736997143712 140736997140920 4224787 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17352/statm: 89069 84589 78 172 0 88895 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 657116

[startup+222.3 s]
/proc/loadavg: 2.03 1.85 1.89 3/183 17364
/proc/meminfo: memFree=26472480/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/17396/stat : 17396 (glucose_static) R 17395 17265 17216 0 -1 4202496 65790 0 0 0 44791 22 0 0 20 0 1 0 289092503 420347904 91334 33554432000 4194304 4896791 140734889781856 140734889779080 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17396/statm: 102624 91334 78 172 0 102450 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 711336

[startup+1422.3 s]
/proc/loadavg: 2.06 2.00 1.93 3/183 17401
/proc/meminfo: memFree=26459140/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=282544 CPUtime=913.73 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 92244 492685 0 0 1461 336 89348 228 20 0 1 0 289001100 289325056 49511 33554432000 4194304 5873084 140734454056016 140734454049832 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 70636 49511 184 410 0 70218 0
[pid=17395] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17395/stat : 17395 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289092502 9367552 266 33554432000 4194304 5064252 140736914748288 140736914747200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17395/statm: 2287 266 226 213 0 72 0
[pid=17396] ppid=17395 vsize=360540 CPUtime=508.13 cores=0,2,4,6
/proc/17396/stat : 17396 (glucose_static) R 17395 17265 17216 0 -1 4202496 66189 0 0 0 50789 24 0 0 20 0 1 0 289092503 369192960 83414 33554432000 4194304 4896791 140734889781856 140734889779064 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17396/statm: 90135 83414 78 172 0 89961 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 661380

[startup+1482.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/183 17401
/proc/meminfo: memFree=26447288/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=282544 CPUtime=913.73 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 92244 492685 0 0 1461 336 89348 228 20 0 1 0 289001100 289325056 49511 33554432000 4194304 5873084 140734454056016 140734454049832 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 70636 49511 184 410 0 70218 0
[pid=17395] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17395/stat : 17395 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289092502 9367552 266 33554432000 4194304 5064252 140736914748288 140736914747200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17395/statm: 2287 266 226 213 0 72 0
[pid=17396] ppid=17395 vsize=360952 CPUtime=568.12 cores=0,2,4,6
/proc/17396/stat : 17396 (glucose_static) R 17395 17265 17216 0 -1 4202496 66278 0 0 0 56788 24 0 0 20 0 1 0 289092503 369614848 85036 33554432000 4194304 4896791 140734889781856 140734889779080 4225134 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17396/statm: 90238 85036 78 172 0 90064 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 661792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17402
/proc/meminfo: memFree=26438164/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=282544 CPUtime=913.73 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 92244 492685 0 0 1461 336 89348 228 20 0 1 0 289001100 289325056 49511 33554432000 4194304 5873084 140734454056016 140734454049832 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 70636 49511 184 410 0 70218 0
[pid=17395] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17395/stat : 17395 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289092502 9367552 266 33554432000 4194304 5064252 140736914748288 140736914747200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17395/statm: 2287 266 226 213 0 72 0
[pid=17396] ppid=17395 vsize=361192 CPUtime=628.11 cores=0,2,4,6
/proc/17396/stat : 17396 (glucose_static) R 17395 17265 17216 0 -1 4202496 66453 0 0 0 62787 24 0 0 20 0 1 0 289092503 369860608 85722 33554432000 4194304 4896791 140734889781856 140734889779064 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17396/statm: 90298 85722 78 172 0 90124 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 662032

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/183 17402
/proc/meminfo: memFree=26435360/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=282544 CPUtime=913.73 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 92244 492685 0 0 1461 336 89348 228 20 0 1 0 289001100 289325056 49511 33554432000 4194304 5873084 140734454056016 140734454049832 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 70636 49511 184 410 0 70218 0
[pid=17395] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17395/stat : 17395 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289092502 9367552 266 33554432000 4194304 5064252 140736914748288 140736914747200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17395/statm: 2287 266 226 213 0 72 0
[pid=17396] ppid=17395 vsize=411656 CPUtime=688.1 cores=0,2,4,6
/proc/17396/stat : 17396 (glucose_static) R 17395 17265 17216 0 -1 4202496 67502 0 0 0 68785 25 0 0 20 0 1 0 289092503 421535744 87561 33554432000 4194304 4896791 140734889781856 140734889779496 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17396/statm: 102914 87561 78 172 0 102740 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 712496

[startup+1662.31 s]
/proc/loadavg: 2.01 2.01 1.93 3/184 17405
/proc/meminfo: memFree=26434712/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=282544 CPUtime=913.73 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 92244 492685 0 0 1461 336 89348 228 20 0 1 0 289001100 289325056 49511 33554432000 4194304 5873084 140734454056016 140734454049832 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17266/statm: 70636 49511 184 410 0 70218 0
[pid=17395] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17395/stat : 17395 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289092502 9367552 266 33554432000 4194304 5064252 140736914748288 140736914747200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17395/statm: 2287 266 226 213 0 72 0
[pid=17396] ppid=17395 vsize=362232 CPUtime=748.09 cores=0,2,4,6
/proc/17396/stat : 17396 (glucose_static) R 17395 17265 17216 0 -1 4202496 68997 0 0 0 74783 26 0 0 20 0 1 0 289092503 370925568 85380 33554432000 4194304 4896791 140734889781856 140734889779496 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17396/statm: 90558 85380 78 172 0 90384 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 663072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17408
/proc/meminfo: memFree=26472492/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=282544 CPUtime=1695.18 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 102277 564122 0 0 1616 352 167284 266 20 0 1 0 289001100 289325056 49511 33554432000 4194304 5873084 140734454056016 140734454049832 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17266/statm: 70636 49511 184 410 0 70218 0
[pid=17407] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17407/stat : 17407 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289170664 9367552 267 33554432000 4194304 5064252 140736726264272 140736726263184 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17407/statm: 2287 267 226 213 0 72 0
[pid=17408] ppid=17407 vsize=349576 CPUtime=26.63 cores=0,2,4,6
/proc/17408/stat : 17408 (glucose_static) R 17407 17265 17216 0 -1 4202496 59809 0 0 0 2647 16 0 0 20 0 1 0 289170665 357965824 79430 33554432000 4194304 4896791 140733910801600 140733910798808 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17408/statm: 87394 79430 78 172 0 87220 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 650416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17451
/proc/meminfo: memFree=26226680/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=282544 CPUtime=1695.18 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 102277 564122 0 0 1616 352 167284 266 20 0 1 0 289001100 289325056 49511 33554432000 4194304 5873084 140734454056016 140734454049832 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17266/statm: 70636 49511 184 410 0 70218 0
[pid=17407] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17407/stat : 17407 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289170664 9367552 267 33554432000 4194304 5064252 140736726264272 140736726263184 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17407/statm: 2287 267 226 213 0 72 0
[pid=17408] ppid=17407 vsize=403716 CPUtime=86.59 cores=0,2,4,6
/proc/17408/stat : 17408 (glucose_static) R 17407 17265 17216 0 -1 4202496 62052 0 0 0 8641 18 0 0 20 0 1 0 289170665 413405184 83858 33554432000 4194304 4896791 140733910801600 140733910798808 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17408/statm: 100929 83858 78 172 0 100755 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 704556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17451
/proc/meminfo: memFree=26227864/32873660 swapFree=7120/7120
[pid=17265] ppid=17262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17265/stat : 17265 (runPb2satCp2.sh) S 17262 17265 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289001100 9367552 275 33554432000 4194304 5064252 140734803199744 140734803198656 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17265/statm: 2287 275 233 213 0 72 0
[pid=17266] ppid=17265 vsize=282544 CPUtime=1695.18 cores=0,2,4,6
/proc/17266/stat : 17266 (pb2sat) S 17265 17265 17216 0 -1 4202496 102277 564122 0 0 1616 352 167284 266 20 0 1 0 289001100 289325056 49511 33554432000 4194304 5873084 140734454056016 140734454049832 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17266/statm: 70636 49511 184 410 0 70218 0
[pid=17407] ppid=17266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17407/stat : 17407 (satsolver.sh) S 17266 17265 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289170664 9367552 267 33554432000 4194304 5064252 140736726264272 140736726263184 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17407/statm: 2287 267 226 213 0 72 0
[pid=17408] ppid=17407 vsize=403848 CPUtime=104.89 cores=0,2,4,6
/proc/17408/stat : 17408 (glucose_static) R 17407 17265 17216 0 -1 4202496 62154 0 0 0 10471 18 0 0 20 0 1 0 289170665 413540352 83949 33554432000 4194304 4896791 140733910801600 140733910798808 4225148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17408/statm: 100962 83949 78 172 0 100788 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 704688

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 17265 and gives
#  childrusage.ru_utime.tv_sec=1689
#  childrusage.ru_utime.tv_usec=7231
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=197057
# CPU time returned by wait4() is 1695.2
# 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): 1800.62
CPU time (s): 1800.07
CPU user time (s): 1793.71
CPU system time (s): 6.36
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 792768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1689.01
system time used= 6.19706
maximum resident set size= 436076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 667376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2305736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 338
involuntary context switches= 1812

runsolver used 7.66983 second user time and 17.6363 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 20:12:34
IDJOB=3694586
IDBENCH=92773
IDSOLVER=2273
FILE ID=node117/3694586-1338228753
RUNJOBID= node117-1338228753-17232
PBS_JOBID= 14624638
Free space on /tmp= 70028 MiB

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

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

MD5SUM BENCH= 63c4e0568f91ae4bdd1fa7b5cc0b98cf
RANDOM SEED=2119340906

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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.148
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:       32873660 kB
MemFree:        27181268 kB
Buffers:          588480 kB
Cached:          4158896 kB
SwapCached:            0 kB
Active:          2537092 kB
Inactive:        2237552 kB
Active(anon):      11996 kB
Inactive(anon):    11352 kB
Active(file):    2525096 kB
Inactive(file):  2226200 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31168 kB
Writeback:             0 kB
AnonPages:         25520 kB
Mapped:            14888 kB
Shmem:               200 kB
Slab:             774648 kB
SReclaimable:     218052 kB
SUnreclaim:       556596 kB
KernelStack:        1456 kB
PageTables:         4044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     138704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69836 MiB
End job on node117 at 2012-05-28 20:42:34