Trace number 3694587

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.03 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_4_ic.opb
MD5SUM5ec7149b781e46400e7eef5bed8d1ab6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24098223
Best CPU time to get the best result obtained on this benchmark1800.03
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 128787625
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 49475695570
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 128787625
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 49475695570
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.86/101.91	c model valid
101.86/101.91	c current solution ok
104.35/104.49	o 439957625
104.35/104.49	c fallback to adder encoding
226.98/227.11	c model valid
226.98/227.11	c current solution ok
226.98/227.19	o 277311673
226.98/227.19	c fallback to adder encoding
301.89/302.16	c model valid
301.89/302.16	c current solution ok
301.96/302.24	o 258979777
301.96/302.24	c fallback to adder encoding
321.38/321.67	c model valid
321.38/321.67	c current solution ok
321.46/321.74	o 222009463
321.46/321.74	c fallback to adder encoding
567.27/567.62	c model valid
567.27/567.62	c current solution ok
567.27/567.69	o 221795707
567.27/567.69	c fallback to adder encoding
577.85/578.27	c model valid
577.85/578.27	c current solution ok
577.92/578.34	o 191761155
577.92/578.34	c fallback to adder encoding
672.49/672.97	c model valid
672.49/672.97	c current solution ok
672.56/673.04	o 181535459
672.56/673.04	c fallback to adder encoding
735.58/736.10	c model valid
735.58/736.10	c current solution ok
735.68/736.17	o 113597813
735.68/736.17	c fallback to adder encoding
1716.68/1717.33	c model valid
1716.68/1717.33	c current solution ok
1716.71/1717.41	o 111548497
1716.71/1717.41	c fallback to adder encoding
1800.03/1800.71	c error: unexpected solver exit code
1800.03/1800.71	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-3694587-1338231112/watcher-3694587-1338231112 -o /tmp/evaluation-result-3694587-1338231112/solver-3694587-1338231112 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694587-1338231112.opb 586071588 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.04 2.01 2.00 3/179 13723
/proc/meminfo: memFree=28157304/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0

[startup+0.0162321 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13723
/proc/meminfo: memFree=28157304/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100211 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13723
/proc/meminfo: memFree=28157304/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300249 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13723
/proc/meminfo: memFree=28157304/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13723
/proc/meminfo: memFree=28157304/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5012 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 13725
/proc/meminfo: memFree=28137700/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=102628 CPUtime=1.49 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 12718 0 0 0 140 9 0 0 20 0 1 0 289237097 105091072 17938 33554432000 4194304 5873084 140735811147632 140735811144056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13724/statm: 25657 17938 169 410 0 25239 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111776

[startup+3.10038 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 13727
/proc/meminfo: memFree=27905056/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=102628 CPUtime=1.49 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 12718 0 0 0 140 9 0 0 20 0 1 0 289237097 105091072 17938 33554432000 4194304 5873084 140735811147632 140735811144056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13724/statm: 25657 17938 169 410 0 25239 0
[pid=13726] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13726/stat : 13726 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289237246 9367552 266 33554432000 4194304 5064252 140733951905424 140733951904336 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13726/statm: 2287 266 226 213 0 72 0
[pid=13727] ppid=13726 vsize=168188 CPUtime=1.59 cores=1,3,5,7
/proc/13727/stat : 13727 (glucose_static) R 13726 13723 12080 0 -1 4202496 27775 0 0 0 154 5 0 0 20 0 1 0 289237247 172224512 35621 33554432000 4194304 4896791 140733617287504 140733617284712 4223776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13727/statm: 42047 35621 76 172 0 41873 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 289112

[startup+6.30122 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 13727
/proc/meminfo: memFree=27904756/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=102628 CPUtime=1.49 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 12718 0 0 0 140 9 0 0 20 0 1 0 289237097 105091072 17938 33554432000 4194304 5873084 140735811147632 140735811144056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13724/statm: 25657 17938 169 410 0 25239 0
[pid=13726] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13726/stat : 13726 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289237246 9367552 266 33554432000 4194304 5064252 140733951905424 140733951904336 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13726/statm: 2287 266 226 213 0 72 0
[pid=13727] ppid=13726 vsize=168320 CPUtime=4.79 cores=1,3,5,7
/proc/13727/stat : 13727 (glucose_static) R 13726 13723 12080 0 -1 4202496 27948 0 0 0 474 5 0 0 20 0 1 0 289237247 172359680 35794 33554432000 4194304 4896791 140733617287504 140733617284712 4223805 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13727/statm: 42080 35794 76 172 0 41906 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 289244

[startup+12.7012 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 13727
/proc/meminfo: memFree=27903768/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=102628 CPUtime=1.49 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 12718 0 0 0 140 9 0 0 20 0 1 0 289237097 105091072 17938 33554432000 4194304 5873084 140735811147632 140735811144056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13724/statm: 25657 17938 169 410 0 25239 0
[pid=13726] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13726/stat : 13726 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289237246 9367552 266 33554432000 4194304 5064252 140733951905424 140733951904336 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13726/statm: 2287 266 226 213 0 72 0
[pid=13727] ppid=13726 vsize=168452 CPUtime=11.19 cores=1,3,5,7
/proc/13727/stat : 13727 (glucose_static) R 13726 13723 12080 0 -1 4202496 28122 0 0 0 1113 6 0 0 20 0 1 0 289237247 172494848 35511 33554432000 4194304 4896791 140733617287504 140733617285080 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13727/statm: 42113 35511 76 172 0 41939 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 289376

[startup+25.5069 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 13728
/proc/meminfo: memFree=28150868/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=102628 CPUtime=1.49 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 12718 0 0 0 140 9 0 0 20 0 1 0 289237097 105091072 17938 33554432000 4194304 5873084 140735811147632 140735811144056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13724/statm: 25657 17938 169 410 0 25239 0
[pid=13726] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13726/stat : 13726 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289237246 9367552 266 33554432000 4194304 5064252 140733951905424 140733951904336 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13726/statm: 2287 266 226 213 0 72 0
[pid=13727] ppid=13726 vsize=187976 CPUtime=23.99 cores=1,3,5,7
/proc/13727/stat : 13727 (glucose_static) R 13726 13723 12080 0 -1 4202496 29132 0 0 0 2392 7 0 0 20 0 1 0 289237247 192487424 37080 33554432000 4194304 4896791 140733617287504 140733617285032 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13727/statm: 46994 37080 76 172 0 46820 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 308900

[startup+51.1008 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 13730
/proc/meminfo: memFree=27897228/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=102628 CPUtime=1.49 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 12718 0 0 0 140 9 0 0 20 0 1 0 289237097 105091072 17938 33554432000 4194304 5873084 140735811147632 140735811144056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13724/statm: 25657 17938 169 410 0 25239 0
[pid=13726] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13726/stat : 13726 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289237246 9367552 266 33554432000 4194304 5064252 140733951905424 140733951904336 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13726/statm: 2287 266 226 213 0 72 0
[pid=13727] ppid=13726 vsize=189024 CPUtime=49.58 cores=1,3,5,7
/proc/13727/stat : 13727 (glucose_static) R 13726 13723 12080 0 -1 4202496 31645 0 0 0 4947 11 0 0 20 0 1 0 289237247 193560576 39872 33554432000 4194304 4896791 140733617287504 140733617285080 4225191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13727/statm: 47256 39872 76 172 0 47082 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 309948

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 13730
/proc/meminfo: memFree=27878108/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=113144 CPUtime=102.25 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) R 13723 13723 12080 0 -1 4202496 14933 38342 0 0 192 40 9972 21 20 0 1 0 289237097 115859456 20575 33554432000 4194304 5873084 140735811147632 140735811143240 5127520 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13724/statm: 28286 20575 177 410 0 27868 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 122292

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 13737
/proc/meminfo: memFree=27484696/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=276728 CPUtime=105.75 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 21205 38856 0 0 347 229 9972 27 20 0 1 0 289237097 283369472 49451 33554432000 4194304 5873084 140735811147632 140735811141448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13724/statm: 69182 49451 184 410 0 68764 0
[pid=13732] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13732/stat : 13732 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289247676 9367552 266 33554432000 4194304 5064252 140734784372496 140734784371408 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13732/statm: 2287 266 226 213 0 72 0
[pid=13733] ppid=13732 vsize=402928 CPUtime=56.48 cores=1,3,5,7
/proc/13733/stat : 13733 (glucose_static) R 13732 13723 12080 0 -1 4202496 61606 0 0 0 5630 18 0 0 20 0 1 0 289247676 412598272 84984 33554432000 4194304 4896791 140736048676160 140736048673480 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13733/statm: 100732 84984 78 172 0 100558 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 697952

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 13737
/proc/meminfo: memFree=27460808/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/13784/statm: 91396 86177 78 172 0 91222 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 666424

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 13838
/proc/meminfo: memFree=27133576/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=282544 CPUtime=736.95 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 92456 485124 0 0 1457 334 71677 227 20 0 1 0 289237097 289325056 49881 33554432000 4194304 5873084 140735811147632 140735811141448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 7 0 0
/proc/13724/statm: 70636 49881 184 410 0 70218 0
[pid=13783] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13783/stat : 13783 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289310835 9367552 267 33554432000 4194304 5064252 140735795173152 140735795172064 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13783/statm: 2287 267 226 213 0 72 0
[pid=13784] ppid=13783 vsize=416064 CPUtime=744.74 cores=1,3,5,7
/proc/13784/stat : 13784 (glucose_static) R 13783 13723 12080 0 -1 4202496 76706 0 0 0 74436 38 0 0 20 0 1 0 289310835 426049536 87263 33554432000 4194304 4896791 140735244902960 140735244900472 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13784/statm: 104016 87263 78 172 0 103842 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 716904

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 13838
/proc/meminfo: memFree=27118996/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=282544 CPUtime=736.95 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 92456 485124 0 0 1457 334 71677 227 20 0 1 0 289237097 289325056 49881 33554432000 4194304 5873084 140735811147632 140735811141448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 7 0 0
/proc/13724/statm: 70636 49881 184 410 0 70218 0
[pid=13783] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13783/stat : 13783 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289310835 9367552 267 33554432000 4194304 5064252 140735795173152 140735795172064 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13783/statm: 2287 267 226 213 0 72 0
[pid=13784] ppid=13783 vsize=367312 CPUtime=804.73 cores=1,3,5,7
/proc/13784/stat : 13784 (glucose_static) R 13783 13723 12080 0 -1 4202496 77611 0 0 0 80433 40 0 0 20 0 1 0 289310835 376127488 86613 33554432000 4194304 4896791 140735244902960 140735244900104 4204909 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13784/statm: 91828 86613 78 172 0 91654 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 668152

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 13838
/proc/meminfo: memFree=27108796/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=282544 CPUtime=736.95 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 92456 485124 0 0 1457 334 71677 227 20 0 1 0 289237097 289325056 49881 33554432000 4194304 5873084 140735811147632 140735811141448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 7 0 0
/proc/13724/statm: 70636 49881 184 410 0 70218 0
[pid=13783] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13783/stat : 13783 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289310835 9367552 267 33554432000 4194304 5064252 140735795173152 140735795172064 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13783/statm: 2287 267 226 213 0 72 0
[pid=13784] ppid=13783 vsize=417740 CPUtime=864.72 cores=1,3,5,7
/proc/13784/stat : 13784 (glucose_static) R 13783 13723 12080 0 -1 4202496 79499 0 0 0 86430 42 0 0 20 0 1 0 289310835 427765760 87980 33554432000 4194304 4896791 140735244902960 140735244900488 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13784/statm: 104435 87980 78 172 0 104261 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 718580

[startup+1662.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 13839
/proc/meminfo: memFree=27103788/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=282544 CPUtime=736.95 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 92456 485124 0 0 1457 334 71677 227 20 0 1 0 289237097 289325056 49881 33554432000 4194304 5873084 140735811147632 140735811141448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 7 0 0
/proc/13724/statm: 70636 49881 184 410 0 70218 0
[pid=13783] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13783/stat : 13783 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289310835 9367552 267 33554432000 4194304 5064252 140735795173152 140735795172064 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13783/statm: 2287 267 226 213 0 72 0
[pid=13784] ppid=13783 vsize=418012 CPUtime=924.72 cores=1,3,5,7
/proc/13784/stat : 13784 (glucose_static) R 13783 13723 12080 0 -1 4202496 79602 0 0 0 92430 42 0 0 20 0 1 0 289310835 428044288 89103 33554432000 4194304 4896791 140735244902960 140735244900168 4204523 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13784/statm: 104503 89103 78 172 0 104329 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 718852

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 13845
/proc/meminfo: memFree=27149300/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=282544 CPUtime=1717.97 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 102660 566261 0 0 1611 349 169559 278 20 0 1 0 289237097 289325056 49881 33554432000 4194304 5873084 140735811147632 140735811141448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 7 0 0
/proc/13724/statm: 70636 49881 184 410 0 70218 0
[pid=13844] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13844/stat : 13844 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289408958 9367552 267 33554432000 4194304 5064252 140735110239376 140735110238288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13844/statm: 2287 267 226 213 0 72 0
[pid=13845] ppid=13844 vsize=343588 CPUtime=3.67 cores=1,3,5,7
/proc/13845/stat : 13845 (glucose_static) R 13844 13723 12080 0 -1 4202496 58124 0 0 0 352 15 0 0 20 0 1 0 289408958 351834112 76893 33554432000 4194304 4896791 140734783590144 140734783587352 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13845/statm: 85897 76893 78 172 0 85723 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 644428

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 13845
/proc/meminfo: memFree=27131988/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=282544 CPUtime=1717.97 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 102660 566261 0 0 1611 349 169559 278 20 0 1 0 289237097 289325056 49881 33554432000 4194304 5873084 140735811147632 140735811141448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 7 0 0
/proc/13724/statm: 70636 49881 184 410 0 70218 0
[pid=13844] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13844/stat : 13844 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289408958 9367552 267 33554432000 4194304 5064252 140735110239376 140735110238288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13844/statm: 2287 267 226 213 0 72 0
[pid=13845] ppid=13844 vsize=348904 CPUtime=63.66 cores=1,3,5,7
/proc/13845/stat : 13845 (glucose_static) R 13844 13723 12080 0 -1 4202496 60777 0 0 0 6347 19 0 0 20 0 1 0 289408958 357277696 81459 33554432000 4194304 4896791 140734783590144 140734783587352 4225141 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13845/statm: 87226 81459 78 172 0 87052 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 649744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.13 2.06 2.01 3/183 13845
/proc/meminfo: memFree=27115220/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=282544 CPUtime=1717.97 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 102660 566261 0 0 1611 349 169559 278 20 0 1 0 289237097 289325056 49881 33554432000 4194304 5873084 140735811147632 140735811141448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 7 0 0
/proc/13724/statm: 70636 49881 184 410 0 70218 0
[pid=13844] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13844/stat : 13844 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289408958 9367552 267 33554432000 4194304 5064252 140735110239376 140735110238288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13844/statm: 2287 267 226 213 0 72 0
[pid=13845] ppid=13844 vsize=399256 CPUtime=82.06 cores=1,3,5,7
/proc/13845/stat : 13845 (glucose_static) R 13844 13723 12080 0 -1 4202496 61690 0 0 0 8186 20 0 0 20 0 1 0 289408958 408838144 84924 33554432000 4194304 4896791 140734783590144 140734783587352 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13845/statm: 99814 84924 78 172 0 99640 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 700096

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

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

[startup+1800.7 s]
/proc/loadavg: 2.13 2.06 2.01 3/183 13845
/proc/meminfo: memFree=27115220/32873648 swapFree=6844/6844
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (runPb2satCp2.sh) S 13721 13723 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289237096 9367552 275 33554432000 4194304 5064252 140735687607712 140735687606624 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2287 275 233 213 0 72 0
[pid=13724] ppid=13723 vsize=282544 CPUtime=1717.97 cores=1,3,5,7
/proc/13724/stat : 13724 (pb2sat) S 13723 13723 12080 0 -1 4202496 102660 566261 0 0 1611 349 169559 278 20 0 1 0 289237097 289325056 49881 33554432000 4194304 5873084 140735811147632 140735811141448 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 7 0 0
/proc/13724/statm: 70636 49881 184 410 0 70218 0
[pid=13844] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13844/stat : 13844 (satsolver.sh) S 13724 13723 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289408958 9367552 267 33554432000 4194304 5064252 140735110239376 140735110238288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13844/statm: 2287 267 226 213 0 72 0
[pid=13845] ppid=13844 vsize=399256 CPUtime=82.06 cores=1,3,5,7
/proc/13845/stat : 13845 (glucose_static) R 13844 13723 12080 0 -1 4202496 61690 0 0 0 8186 20 0 0 20 0 1 0 289408958 408838144 84924 33554432000 4194304 4896791 140734783590144 140734783587352 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13845/statm: 99814 84924 78 172 0 99640 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 700096

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13723 and gives
#  childrusage.ru_utime.tv_sec=1711
#  childrusage.ru_utime.tv_usec=717779
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=291043
# CPU time returned by wait4() is 1718.01
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.03
CPU user time (s): 1793.56
CPU system time (s): 6.47
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 798124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1711.72
system time used= 6.29104
maximum resident set size= 450596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 669898
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2299328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 440
involuntary context switches= 2264

runsolver used 4.52331 second user time and 11.0413 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 20:51:52
IDJOB=3694587
IDBENCH=92789
IDSOLVER=2273
FILE ID=node124/3694587-1338231112
RUNJOBID= node124-1338213092-12097
PBS_JOBID= 14624615
Free space on /tmp= 71256 MiB

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

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

MD5SUM BENCH= 5ec7149b781e46400e7eef5bed8d1ab6
RANDOM SEED=586071588

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28157328 kB
Buffers:          416956 kB
Cached:          2923052 kB
SwapCached:            0 kB
Active:          1730768 kB
Inactive:        2153544 kB
Active(anon):     546372 kB
Inactive(anon):        0 kB
Active(file):    1184396 kB
Inactive(file):  2153544 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20388 kB
Writeback:            16 kB
AnonPages:        607804 kB
Mapped:            15396 kB
Shmem:               200 kB
Slab:             691968 kB
SReclaimable:     136216 kB
SUnreclaim:       555752 kB
KernelStack:        1480 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     761064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 70948 MiB
End job on node124 at 2012-05-28 21:21:53