Trace number 3694584

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.06 1801.42

General information on the benchmark

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

102.36/102.45	c model valid
102.36/102.45	c current solution ok
104.92/105.02	o 435700487
104.92/105.02	c fallback to adder encoding
121.43/122.34	c model valid
121.43/122.34	c current solution ok
121.48/122.42	o 413366095
121.48/122.42	c fallback to adder encoding
129.33/130.26	c model valid
129.33/130.26	c current solution ok
129.39/130.34	o 258924271
129.39/130.34	c fallback to adder encoding
161.53/162.44	c model valid
161.53/162.44	c current solution ok
161.57/162.52	o 228490457
161.57/162.52	c fallback to adder encoding
250.39/251.38	c model valid
250.39/251.38	c current solution ok
250.48/251.46	o 192145741
250.48/251.46	c fallback to adder encoding
467.89/468.93	c model valid
467.89/468.93	c current solution ok
467.93/469.01	o 190165729
467.93/469.01	c fallback to adder encoding
481.10/482.19	c model valid
481.10/482.19	c current solution ok
481.19/482.27	o 162250889
481.19/482.27	c fallback to adder encoding
688.36/689.41	c model valid
688.36/689.41	c current solution ok
688.36/689.48	o 154468697
688.36/689.48	c fallback to adder encoding
817.89/819.02	c model valid
817.89/819.02	c current solution ok
818.00/819.10	o 139210071
818.00/819.10	c fallback to adder encoding
965.12/966.35	c model valid
965.12/966.35	c current solution ok
965.19/966.43	o 128818337
965.19/966.43	c fallback to adder encoding
1800.06/1801.41	c error: unexpected solver exit code
1800.06/1801.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-3694584-1338230479/watcher-3694584-1338230479 -o /tmp/evaluation-result-3694584-1338230479/solver-3694584-1338230479 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694584-1338230479.opb 1412298324 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 1.93 3/179 17447
/proc/meminfo: memFree=26517840/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0

[startup+0.0661631 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 17447
/proc/meminfo: memFree=26517840/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 17447
/proc/meminfo: memFree=26517840/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300195 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 17447
/proc/meminfo: memFree=26517840/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700174 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 17447
/proc/meminfo: memFree=26517840/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 17449
/proc/meminfo: memFree=26499764/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=136784 CPUtime=1.48 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) R 17447 17447 17216 0 -1 4202496 13434 0 0 0 140 8 0 0 20 0 1 0 289173720 140066816 26171 33554432000 4194304 5873084 140736662947008 140736662944072 5129975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 34196 26171 166 410 0 33778 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145932

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17451
/proc/meminfo: memFree=26268888/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=102632 CPUtime=1.49 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 13438 0 0 0 140 9 0 0 20 0 1 0 289173720 105095168 17636 33554432000 4194304 5873084 140736662947008 140736662943432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 25658 17636 169 410 0 25240 0
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17450/stat : 17450 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289173871 9367552 267 33554432000 4194304 5064252 140734810189200 140734810188112 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17450/statm: 2287 267 226 213 0 72 0
[pid=17451] ppid=17450 vsize=168188 CPUtime=1.57 cores=1,3,5,7
/proc/17451/stat : 17451 (glucose_static) R 17450 17447 17216 0 -1 4202496 29316 0 0 0 153 4 0 0 20 0 1 0 289173871 172224512 35488 33554432000 4194304 4896791 140733389734656 140733389731864 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17451/statm: 42047 35488 76 172 0 41873 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 289116

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17451
/proc/meminfo: memFree=26263848/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=102632 CPUtime=1.49 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 13438 0 0 0 140 9 0 0 20 0 1 0 289173720 105095168 17636 33554432000 4194304 5873084 140736662947008 140736662943432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 25658 17636 169 410 0 25240 0
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17450/stat : 17450 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289173871 9367552 267 33554432000 4194304 5064252 140734810189200 140734810188112 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17450/statm: 2287 267 226 213 0 72 0
[pid=17451] ppid=17450 vsize=168320 CPUtime=4.77 cores=1,3,5,7
/proc/17451/stat : 17451 (glucose_static) R 17450 17447 17216 0 -1 4202496 29623 0 0 0 473 4 0 0 20 0 1 0 289173871 172359680 35794 33554432000 4194304 4896791 140733389734656 140733389731864 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17451/statm: 42080 35794 76 172 0 41906 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 289248

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17451
/proc/meminfo: memFree=26264884/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=102632 CPUtime=1.49 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 13438 0 0 0 140 9 0 0 20 0 1 0 289173720 105095168 17636 33554432000 4194304 5873084 140736662947008 140736662943432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 25658 17636 169 410 0 25240 0
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17450/stat : 17450 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289173871 9367552 267 33554432000 4194304 5064252 140734810189200 140734810188112 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17450/statm: 2287 267 226 213 0 72 0
[pid=17451] ppid=17450 vsize=168452 CPUtime=11.18 cores=1,3,5,7
/proc/17451/stat : 17451 (glucose_static) R 17450 17447 17216 0 -1 4202496 30631 0 0 0 1112 6 0 0 20 0 1 0 289173871 172494848 35890 33554432000 4194304 4896791 140733389734656 140733389732232 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17451/statm: 42113 35890 76 172 0 41939 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 289380

[startup+25.5069 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17451
/proc/meminfo: memFree=26251552/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=102632 CPUtime=1.49 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 13438 0 0 0 140 9 0 0 20 0 1 0 289173720 105095168 17636 33554432000 4194304 5873084 140736662947008 140736662943432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 25658 17636 169 410 0 25240 0
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17450/stat : 17450 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289173871 9367552 267 33554432000 4194304 5064252 140734810189200 140734810188112 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17450/statm: 2287 267 226 213 0 72 0
[pid=17451] ppid=17450 vsize=187976 CPUtime=23.98 cores=1,3,5,7
/proc/17451/stat : 17451 (glucose_static) R 17450 17447 17216 0 -1 4202496 32098 0 0 0 2391 7 0 0 20 0 1 0 289173871 192487424 36947 33554432000 4194304 4896791 140733389734656 140733389732184 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17451/statm: 46994 36947 76 172 0 46820 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 308904

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17451
/proc/meminfo: memFree=26239416/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=102632 CPUtime=1.49 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 13438 0 0 0 140 9 0 0 20 0 1 0 289173720 105095168 17636 33554432000 4194304 5873084 140736662947008 140736662943432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17448/statm: 25658 17636 169 410 0 25240 0
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17450/stat : 17450 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289173871 9367552 267 33554432000 4194304 5064252 140734810189200 140734810188112 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17450/statm: 2287 267 226 213 0 72 0
[pid=17451] ppid=17450 vsize=189024 CPUtime=49.57 cores=1,3,5,7
/proc/17451/stat : 17451 (glucose_static) R 17450 17447 17216 0 -1 4202496 34133 0 0 0 4946 11 0 0 20 0 1 0 289173871 193560576 39739 33554432000 4194304 4896791 140733389734656 140733389732232 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17451/statm: 47256 39739 76 172 0 47082 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 309952

[startup+102.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/183 17493
/proc/meminfo: memFree=26645380/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=113144 CPUtime=102.26 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) R 17447 17447 17216 0 -1 4202496 15135 40319 0 0 170 10 10024 22 20 0 1 0 289173720 115859456 20269 33554432000 4194304 5873084 140736662947008 140736662942888 5127424 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17448/statm: 28286 20269 174 410 0 27868 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 122292

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/183 17503
/proc/meminfo: memFree=26222176/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=161.43 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) R 17447 17447 17216 0 -1 4202496 41534 226571 0 0 700 265 15076 102 20 0 1 0 289173720 289329152 50301 33554432000 4194304 5873084 140736662947008 140736662940824 5127424 0 0 4096 0 0 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 50301 184 410 0 70219 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 291696

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 17515
/proc/meminfo: memFree=25811612/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=162.89 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 47737 227083 0 0 824 280 15076 109 20 0 1 0 289173720 289329152 50301 33554432000 4194304 5873084 140736662947008 140736662940824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 50301 184 410 0 70219 0
[pid=17505] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/17548/stat : 17548 (glucose_static) R 17547 17447 17216 0 -1 4202496 65069 0 0 0 39430 24 0 0 20 0 1 0 289270485 370843648 84971 33554432000 4194304 4896791 140734407401104 140734407398680 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17548/statm: 90538 84971 78 172 0 90364 0
Current children cumulated CPU time (s) 1361.02
Current children cumulated vsize (KiB) 662996

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 17576
/proc/meminfo: memFree=25775996/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=966.48 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 103476 617283 0 0 1773 373 94202 300 20 0 1 0 289173720 289329152 49277 33554432000 4194304 5873084 140736662947008 140736662940824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 49277 184 410 0 70219 0
[pid=17547] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289270485 9367552 266 33554432000 4194304 5064252 140734665649792 140734665648704 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17547/statm: 2287 266 226 213 0 72 0
[pid=17548] ppid=17547 vsize=363532 CPUtime=454.53 cores=1,3,5,7
/proc/17548/stat : 17548 (glucose_static) R 17547 17447 17216 0 -1 4202496 67725 0 0 0 45421 32 0 0 20 0 1 0 289270485 372256768 84842 33554432000 4194304 4896791 140734407401104 140734407398680 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17548/statm: 90883 84842 78 172 0 90709 0
Current children cumulated CPU time (s) 1421.01
Current children cumulated vsize (KiB) 664376

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 17576
/proc/meminfo: memFree=25780360/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=966.48 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 103476 617283 0 0 1773 373 94202 300 20 0 1 0 289173720 289329152 49277 33554432000 4194304 5873084 140736662947008 140736662940824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 49277 184 410 0 70219 0
[pid=17547] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289270485 9367552 266 33554432000 4194304 5064252 140734665649792 140734665648704 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17547/statm: 2287 266 226 213 0 72 0
[pid=17548] ppid=17547 vsize=415096 CPUtime=514.53 cores=1,3,5,7
/proc/17548/stat : 17548 (glucose_static) R 17547 17447 17216 0 -1 4202496 69150 0 0 0 51414 39 0 0 20 0 1 0 289270485 425058304 88529 33554432000 4194304 4896791 140734407401104 140734407398632 4224617 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17548/statm: 103774 88529 78 172 0 103600 0
Current children cumulated CPU time (s) 1481.01
Current children cumulated vsize (KiB) 715940

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 17576
/proc/meminfo: memFree=25755136/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=966.48 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 103476 617283 0 0 1773 373 94202 300 20 0 1 0 289173720 289329152 49277 33554432000 4194304 5873084 140736662947008 140736662940824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 49277 184 410 0 70219 0
[pid=17547] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289270485 9367552 266 33554432000 4194304 5064252 140734665649792 140734665648704 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17547/statm: 2287 266 226 213 0 72 0
[pid=17548] ppid=17547 vsize=416624 CPUtime=574.52 cores=1,3,5,7
/proc/17548/stat : 17548 (glucose_static) R 17547 17447 17216 0 -1 4202496 70270 0 0 0 57408 44 0 0 20 0 1 0 289270485 426622976 92429 33554432000 4194304 4896791 140734407401104 140734407398312 4203749 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17548/statm: 104156 92429 78 172 0 103982 0
Current children cumulated CPU time (s) 1541
Current children cumulated vsize (KiB) 717468

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/183 17576
/proc/meminfo: memFree=25751840/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=966.48 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 103476 617283 0 0 1773 373 94202 300 20 0 1 0 289173720 289329152 49277 33554432000 4194304 5873084 140736662947008 140736662940824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 49277 184 410 0 70219 0
[pid=17547] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289270485 9367552 266 33554432000 4194304 5064252 140734665649792 140734665648704 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17547/statm: 2287 266 226 213 0 72 0
[pid=17548] ppid=17547 vsize=417560 CPUtime=634.51 cores=1,3,5,7
/proc/17548/stat : 17548 (glucose_static) R 17547 17447 17216 0 -1 4202496 71303 0 0 0 63400 51 0 0 20 0 1 0 289270485 427581440 92147 33554432000 4194304 4896791 140734407401104 140734407398312 4203956 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17548/statm: 104390 92147 78 172 0 104216 0
Current children cumulated CPU time (s) 1600.99
Current children cumulated vsize (KiB) 718404

[startup+1662.31 s]
/proc/loadavg: 2.02 2.01 1.97 3/183 17577
/proc/meminfo: memFree=25750308/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=966.48 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 103476 617283 0 0 1773 373 94202 300 20 0 1 0 289173720 289329152 49277 33554432000 4194304 5873084 140736662947008 140736662940824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 49277 184 410 0 70219 0
[pid=17547] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289270485 9367552 266 33554432000 4194304 5064252 140734665649792 140734665648704 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17547/statm: 2287 266 226 213 0 72 0
[pid=17548] ppid=17547 vsize=418836 CPUtime=694.5 cores=1,3,5,7
/proc/17548/stat : 17548 (glucose_static) R 17547 17447 17216 0 -1 4202496 73628 0 0 0 69391 59 0 0 20 0 1 0 289270485 428888064 91364 33554432000 4194304 4896791 140734407401104 140734407398680 4225550 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17548/statm: 104709 91364 78 172 0 104535 0
Current children cumulated CPU time (s) 1660.98
Current children cumulated vsize (KiB) 719680

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/183 17577
/proc/meminfo: memFree=25697424/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=966.48 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 103476 617283 0 0 1773 373 94202 300 20 0 1 0 289173720 289329152 49277 33554432000 4194304 5873084 140736662947008 140736662940824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 49277 184 410 0 70219 0
[pid=17547] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289270485 9367552 266 33554432000 4194304 5064252 140734665649792 140734665648704 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17547/statm: 2287 266 226 213 0 72 0
[pid=17548] ppid=17547 vsize=501000 CPUtime=754.49 cores=1,3,5,7
/proc/17548/stat : 17548 (glucose_static) R 17547 17447 17216 0 -1 4202496 74578 0 0 0 75384 65 0 0 20 0 1 0 289270485 513024000 103510 33554432000 4194304 4896791 140734407401104 140734407398360 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17548/statm: 125250 103510 78 172 0 125076 0
Current children cumulated CPU time (s) 1720.97
Current children cumulated vsize (KiB) 801844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 17580
/proc/meminfo: memFree=25741464/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=966.48 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 103476 617283 0 0 1773 373 94202 300 20 0 1 0 289173720 289329152 49277 33554432000 4194304 5873084 140736662947008 140736662940824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 49277 184 410 0 70219 0
[pid=17547] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289270485 9367552 266 33554432000 4194304 5064252 140734665649792 140734665648704 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17547/statm: 2287 266 226 213 0 72 0
[pid=17548] ppid=17547 vsize=420832 CPUtime=814.48 cores=1,3,5,7
/proc/17548/stat : 17548 (glucose_static) R 17547 17447 17216 0 -1 4202496 76238 0 0 0 81380 68 0 0 20 0 1 0 289270485 430931968 90870 33554432000 4194304 4896791 140734407401104 140734407398616 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17548/statm: 105208 90870 78 172 0 105034 0
Current children cumulated CPU time (s) 1780.96
Current children cumulated vsize (KiB) 721676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 17580
/proc/meminfo: memFree=25762696/32873660 swapFree=7120/7120
[pid=17447] ppid=17445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17447/stat : 17447 (runPb2satCp2.sh) S 17445 17447 17216 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289173720 9367552 275 33554432000 4194304 5064252 140735308240048 140735308238960 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17447/statm: 2287 275 233 213 0 72 0
[pid=17448] ppid=17447 vsize=282548 CPUtime=966.48 cores=1,3,5,7
/proc/17448/stat : 17448 (pb2sat) S 17447 17447 17216 0 -1 4202496 103476 617283 0 0 1773 373 94202 300 20 0 1 0 289173720 289329152 49277 33554432000 4194304 5873084 140736662947008 140736662940824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 21 0 0
/proc/17448/statm: 70637 49277 184 410 0 70219 0
[pid=17547] ppid=17448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (satsolver.sh) S 17448 17447 17216 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289270485 9367552 266 33554432000 4194304 5064252 140734665649792 140734665648704 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17547/statm: 2287 266 226 213 0 72 0
[pid=17548] ppid=17547 vsize=421648 CPUtime=833.58 cores=1,3,5,7
/proc/17548/stat : 17548 (glucose_static) R 17547 17447 17216 0 -1 4202496 76458 0 0 0 83290 68 0 0 20 0 1 0 289270485 431767552 92083 33554432000 4194304 4896791 140734407401104 140734407398632 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17548/statm: 105412 92083 78 172 0 105238 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 722492

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 17447 and gives
#  childrusage.ru_utime.tv_sec=959
#  childrusage.ru_utime.tv_usec=759094
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=744974
# CPU time returned by wait4() is 966.504
# 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): 1801.42
CPU time (s): 1800.06
CPU user time (s): 1792.65
CPU system time (s): 7.41
CPU usage (%): 99.9247
Max. virtual memory (cumulated for all children) (KiB): 932216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 959.759
system time used= 6.74497
maximum resident set size= 476540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 721734
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2546696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 399
involuntary context switches= 1095

runsolver used 6.81596 second user time and 19.1411 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 20:41:20
IDJOB=3694584
IDBENCH=92783
IDSOLVER=2273
FILE ID=node117/3694584-1338230479
RUNJOBID= node117-1338228753-17233
PBS_JOBID= 14624638
Free space on /tmp= 69876 MiB

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

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

MD5SUM BENCH= feedf54c4af2588ba6a91c777d82b919
RANDOM SEED=1412298324

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:        26517848 kB
Buffers:          589748 kB
Cached:          4316240 kB
SwapCached:            0 kB
Active:          3203064 kB
Inactive:        2238312 kB
Active(anon):     519852 kB
Inactive(anon):    11352 kB
Active(file):    2683212 kB
Inactive(file):  2226960 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20788 kB
Writeback:             0 kB
AnonPages:        535244 kB
Mapped:            15356 kB
Shmem:               200 kB
Slab:             773904 kB
SReclaimable:     218052 kB
SUnreclaim:       555852 kB
KernelStack:        1480 kB
PageTables:         4920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     758228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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= 69724 MiB
End job on node117 at 2012-05-28 21:11:21