Trace number 3752736

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
npSolver inc-topdown-quickBound (fixed)? (MO) 193.63 589.321

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph05_wcsp.wbo
MD5SUM16314cc1180b662b2cbfb0443cd0a158
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark22403
Best CPU time to get the best result obtained on this benchmark1800.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3708
Total number of constraints521269
Number of soft constraints521169
Number of constraints which are clauses521169
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 229599
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 117319947
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.99/4.01	c run usual solver
54.96/55.01	o 21054
54.96/55.01	c starting approximation
54.96/55.01	c factor = 2
54.96/55.01	c factor still to low - shrinking to 65836.1
54.96/55.01	c approx number of clauses: 1e+06
54.96/55.04	c current bound: 10527
54.96/55.04	c factor to high for quickBound
54.96/55.04	c finished approximation
54.96/55.04	c fallback to adder encoding
193.63/589.31	c error: unexpected solver exit code
193.63/589.31	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3752736-1339213544/watcher-3752736-1339213544 -o /tmp/evaluation-result-3752736-1339213544/solver-3752736-1339213544 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752736-1339213544.wbo 319672128 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 830
/proc/meminfo: memFree=27881080/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0

[startup+0.017757 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 830
/proc/meminfo: memFree=27881080/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 830
/proc/meminfo: memFree=27881080/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 830
/proc/meminfo: memFree=27881080/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700262 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 830
/proc/meminfo: memFree=27881080/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 832
/proc/meminfo: memFree=27760764/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=230676 CPUtime=1.49 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) R 830 830 26779 0 -1 4202496 31208 0 0 0 142 7 0 0 20 0 1 0 31321377 236212224 54753 33554432000 4194304 6006132 140733407297728 140733407292792 4583839 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/831/statm: 57669 54753 147 443 0 57222 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 239824

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 832
/proc/meminfo: memFree=27634404/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=263444 CPUtime=3.08 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) R 830 830 26779 0 -1 4202496 31231 0 0 0 301 7 0 0 20 0 1 0 31321377 269766656 61419 33554432000 4194304 6006132 140733407297728 140733407293080 5056756 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/831/statm: 65861 61419 149 443 0 65414 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 272592

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 832
/proc/meminfo: memFree=27605628/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=275732 CPUtime=5.7 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 32251 0 0 0 425 145 0 0 20 0 1 0 31321377 282349568 64482 33554432000 4194304 6006132 140733407297728 140733407290832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/831/statm: 68933 64482 156 443 0 68486 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 284880

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 834
/proc/meminfo: memFree=27177664/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=275732 CPUtime=5.7 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 32251 0 0 0 425 145 0 0 20 0 1 0 31321377 282349568 64482 33554432000 4194304 6006132 140733407297728 140733407290832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/831/statm: 68933 64482 156 443 0 68486 0
[pid=833] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/833/stat : 833 (cp2_pre.sh) S 831 830 26779 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 31321948 9367552 277 33554432000 4194304 5064252 140734902595776 140734902594480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/833/statm: 2287 277 234 213 0 72 0
[pid=834] ppid=833 vsize=432208 CPUtime=6.97 cores=0,2,4,6
/proc/834/stat : 834 (coprocessor) R 833 830 26779 0 -1 4202496 34111 0 0 0 687 10 0 0 20 0 1 0 31321949 442580992 106675 33554432000 4194304 6586260 140737023275712 140737023271576 5599559 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/834/statm: 108052 106675 188 584 0 107464 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 726236

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 835
/proc/meminfo: memFree=27173448/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=275732 CPUtime=5.7 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 32251 0 0 0 425 145 0 0 20 0 1 0 31321377 282349568 64482 33554432000 4194304 6006132 140733407297728 140733407290832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/831/statm: 68933 64482 156 443 0 68486 0
[pid=833] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/833/stat : 833 (cp2_pre.sh) S 831 830 26779 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 31321948 9367552 277 33554432000 4194304 5064252 140734902595776 140734902594480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/833/statm: 2287 277 234 213 0 72 0
[pid=834] ppid=833 vsize=435508 CPUtime=19.77 cores=0,2,4,6
/proc/834/stat : 834 (coprocessor) R 833 830 26779 0 -1 4202496 34947 0 0 0 1967 10 0 0 20 0 1 0 31321949 445960192 107511 33554432000 4194304 6586260 140737023275712 140737023271080 5599502 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/834/statm: 108877 107511 188 584 0 108289 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 729536

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 835
/proc/meminfo: memFree=27169480/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=275732 CPUtime=5.7 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 32251 0 0 0 425 145 0 0 20 0 1 0 31321377 282349568 64482 33554432000 4194304 6006132 140733407297728 140733407290832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/831/statm: 68933 64482 156 443 0 68486 0
[pid=833] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/833/stat : 833 (cp2_pre.sh) S 831 830 26779 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 31321948 9367552 277 33554432000 4194304 5064252 140734902595776 140734902594480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/833/statm: 2287 277 234 213 0 72 0
[pid=834] ppid=833 vsize=437620 CPUtime=45.37 cores=0,2,4,6
/proc/834/stat : 834 (coprocessor) R 833 830 26779 0 -1 4202496 35494 0 0 0 4527 10 0 0 20 0 1 0 31321949 448122880 108058 33554432000 4194304 6586260 140737023275712 140737023271304 5599454 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/834/statm: 109405 108058 188 584 0 108817 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 731648

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 843
/proc/meminfo: memFree=23432972/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=5098168 CPUtime=102.26 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) R 830 830 26779 0 -1 4202496 180036 71119 0 0 5036 361 4800 29 20 0 1 0 31321377 5220524032 1101530 33554432000 4194304 6006132 140733407297728 140733407290072 4583839 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/831/statm: 1274542 1101530 190 443 0 1274095 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5107316

[startup+162.3 s]
/proc/loadavg: 2.21 2.05 2.01 2/181 851
/proc/meminfo: memFree=4164128/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=15712644 CPUtime=158.85 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 188520 71119 0 0 9578 1478 4800 29 20 0 1 0 31321377 16089747456 3580556 33554432000 4194304 6006132 140733407297728 140733407289856 5195051 0 0 4096 0 18446744071580024801 0 0 17 0 0 0 335 0 0
/proc/831/statm: 3928161 3580556 190 443 0 3927714 0
Current children cumulated CPU time (s) 158.85
Current children cumulated vsize (KiB) 15721792

[startup+222.3 s]
/proc/loadavg: 3.24 2.38 2.13 2/183 853
/proc/meminfo: memFree=5875780/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=8697112 CPUtime=159.65 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 188522 71119 0 0 9578 1558 4800 29 20 0 1 0 31321377 8905842688 1826674 33554432000 4194304 6006132 140733407297728 140733407289120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 873 0 0
/proc/831/statm: 2174278 1826674 190 443 0 2173831 0
[pid=852] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/852/stat : 852 (satsolver.sh) S 831 830 26779 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31338232 9367552 267 33554432000 4194304 5064252 140735912159136 140735912158048 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/852/statm: 2287 267 226 213 0 72 0
[pid=853] ppid=852 vsize=319264 CPUtime=0.91 cores=0,2,4,6
/proc/853/stat : 853 (glucose) D 852 830 26779 0 -1 4202496 40506 0 0 0 79 12 0 0 20 0 1 0 31338233 326926336 69615 33554432000 4194304 5208918 140734988039312 140734986988952 4607392 0 0 4096 0 18446744071579943789 0 0 17 2 0 0 5190 0 0
/proc/853/statm: 79816 69615 70 248 0 79565 0
Current children cumulated CPU time (s) 160.56
Current children cumulated vsize (KiB) 9034672
heavy processes:

[startup+282.3 s]
/proc/loadavg: 3.35 2.57 2.21 1/185 857
/proc/meminfo: memFree=208048/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=8697112 CPUtime=159.65 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 188522 71119 0 0 9578 1558 4800 29 20 0 1 0 31321377 8905842688 1826543 33554432000 4194304 6006132 140733407297728 140733407289120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 873 0 0
/proc/831/statm: 2174278 1826543 190 443 0 2173831 0
[pid=852] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/852/stat : 852 (satsolver.sh) S 831 830 26779 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31338232 9367552 267 33554432000 4194304 5064252 140735912159136 140735912158048 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/852/statm: 2287 267 226 213 0 72 0
[pid=853] ppid=852 vsize=3819472 CPUtime=15.01 cores=0,2,4,6
/proc/853/stat : 853 (glucose) D 852 830 26779 0 -1 4202496 289853 0 0 0 1301 200 0 0 20 0 1 0 31338233 3911139328 761520 33554432000 4194304 5208918 140734988039312 140734986988952 4607392 0 0 4096 0 18446744071581216301 0 0 17 2 0 0 9777 0 0
/proc/853/statm: 954868 761520 70 248 0 954617 0
Current children cumulated CPU time (s) 174.66
Current children cumulated vsize (KiB) 12534880
heavy processes:
  %CPU=37 pid=857 uid=0 cmd=

[startup+342.3 s]
/proc/loadavg: 4.33 2.99 2.37 1/184 858
/proc/meminfo: memFree=226100/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=8697112 CPUtime=159.65 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 188522 71119 0 0 9578 1558 4800 29 20 0 1 0 31321377 8905842688 1826100 33554432000 4194304 6006132 140733407297728 140733407289120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 873 0 0
/proc/831/statm: 2174278 1826100 190 443 0 2173831 0
[pid=852] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/852/stat : 852 (satsolver.sh) S 831 830 26779 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31338232 9367552 267 33554432000 4194304 5064252 140735912159136 140735912158048 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/852/statm: 2287 267 226 213 0 72 0
[pid=853] ppid=852 vsize=3826996 CPUtime=15.15 cores=0,2,4,6
/proc/853/stat : 853 (glucose) D 852 830 26779 0 -1 4202496 291832 0 0 0 1313 202 0 0 20 0 1 0 31338233 3918843904 767076 33554432000 4194304 5208918 140734988039312 140734986989000 4607392 0 0 4096 0 18446744071579943789 0 0 17 0 0 0 15761 0 0
/proc/853/statm: 956749 767076 70 248 0 956498 0
Current children cumulated CPU time (s) 174.8
Current children cumulated vsize (KiB) 12542404
heavy processes:
  %CPU=23 pid=857 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 789 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 4.77 3.37 2.54 1/184 858
/proc/meminfo: memFree=201656/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=8697112 CPUtime=159.65 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 188522 71119 0 0 9578 1558 4800 29 20 0 1 0 31321377 8905842688 1826100 33554432000 4194304 6006132 140733407297728 140733407289120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 873 0 0
/proc/831/statm: 2174278 1826100 190 443 0 2173831 0
[pid=852] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/852/stat : 852 (satsolver.sh) S 831 830 26779 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31338232 9367552 267 33554432000 4194304 5064252 140735912159136 140735912158048 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/852/statm: 2287 267 226 213 0 72 0
[pid=853] ppid=852 vsize=3833992 CPUtime=15.32 cores=0,2,4,6
/proc/853/stat : 853 (glucose) D 852 830 26779 0 -1 4202496 294551 0 0 0 1325 207 0 0 20 0 1 0 31338233 3926007808 773842 33554432000 4194304 5208918 140734988039312 140734986988952 4607392 0 0 4096 0 18446744071579943789 0 0 17 2 0 0 21737 0 0
/proc/853/statm: 958498 773842 70 248 0 958247 0
Current children cumulated CPU time (s) 174.97
Current children cumulated vsize (KiB) 12549400
heavy processes:
  %CPU=17 pid=857 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 789 6 506 18446744073709551615 

[startup+462.3 s]
/proc/loadavg: 4.39 3.52 2.64 1/184 858
/proc/meminfo: memFree=192164/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=8697112 CPUtime=159.65 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 188522 71119 0 0 9578 1558 4800 29 20 0 1 0 31321377 8905842688 1826100 33554432000 4194304 6006132 140733407297728 140733407289120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 873 0 0
/proc/831/statm: 2174278 1826100 190 443 0 2173831 0
[pid=852] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/852/stat : 852 (satsolver.sh) S 831 830 26779 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31338232 9367552 267 33554432000 4194304 5064252 140735912159136 140735912158048 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/852/statm: 2287 267 226 213 0 72 0
[pid=853] ppid=852 vsize=3841120 CPUtime=15.49 cores=0,2,4,6
/proc/853/stat : 853 (glucose) D 852 830 26779 0 -1 4202496 296590 0 0 0 1336 213 0 0 20 0 1 0 31338233 3933306880 779969 33554432000 4194304 5208918 140734988039312 140734986988952 4607392 0 0 4096 0 18446744071581216301 0 0 17 0 0 0 27675 0 0
/proc/853/statm: 960280 779969 70 248 0 960029 0
Current children cumulated CPU time (s) 175.14
Current children cumulated vsize (KiB) 12556528
heavy processes:
  %CPU=14 pid=857 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 789 6 506 18446744073709551615 

[startup+522.3 s]
/proc/loadavg: 4.78 3.79 2.79 1/184 858
/proc/meminfo: memFree=207724/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=8697112 CPUtime=159.65 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 188522 71119 0 0 9578 1558 4800 29 20 0 1 0 31321377 8905842688 1826100 33554432000 4194304 6006132 140733407297728 140733407289120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 873 0 0
/proc/831/statm: 2174278 1826100 190 443 0 2173831 0
[pid=852] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/852/stat : 852 (satsolver.sh) S 831 830 26779 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31338232 9367552 267 33554432000 4194304 5064252 140735912159136 140735912158048 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/852/statm: 2287 267 226 213 0 72 0
[pid=853] ppid=852 vsize=3848380 CPUtime=15.63 cores=0,2,4,6
/proc/853/stat : 853 (glucose) D 852 830 26779 0 -1 4202496 298487 0 0 0 1348 215 0 0 20 0 1 0 31338233 3940741120 786976 33554432000 4194304 5208918 140734988039312 140734986989000 4607392 0 0 4096 0 18446744071579943789 0 0 17 0 0 0 33696 0 0
/proc/853/statm: 962095 786976 70 248 0 961844 0
Current children cumulated CPU time (s) 175.28
Current children cumulated vsize (KiB) 12563788
heavy processes:
  %CPU=11 pid=857 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 789 6 506 18446744073709551615 

[startup+582.3 s]
/proc/loadavg: 3.79 3.75 2.84 1/177 883
/proc/meminfo: memFree=14525104/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=8697112 CPUtime=159.65 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 188522 71119 0 0 9578 1558 4800 29 20 0 1 0 31321377 8905842688 1826100 33554432000 4194304 6006132 140733407297728 140733407289120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 873 0 0
/proc/831/statm: 2174278 1826100 190 443 0 2173831 0
[pid=852] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/852/stat : 852 (satsolver.sh) S 831 830 26779 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31338232 9367552 267 33554432000 4194304 5064252 140735912159136 140735912158048 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/852/statm: 2287 267 226 213 0 72 0
[pid=853] ppid=852 vsize=6819672 CPUtime=29.1 cores=0,2,4,6
/proc/853/stat : 853 (glucose) R 852 830 26779 0 -1 4202496 494473 0 0 0 2564 346 0 0 20 0 1 0 31338233 6983344128 1438742 33554432000 4194304 5208918 140734988039312 140734986988952 4465602 0 0 4096 0 0 0 0 17 2 0 0 38359 0 0
/proc/853/statm: 1704918 1438742 70 248 0 1704667 0
Current children cumulated CPU time (s) 188.75
Current children cumulated vsize (KiB) 15535080
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+589.3 s]
/proc/loadavg: 3.36 3.66 2.82 2/177 883
/proc/meminfo: memFree=13132996/32873844 swapFree=7124/7124
[pid=830] ppid=828 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/830/stat : 830 (npSolver-wbo-It) S 828 830 26779 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31321377 9367552 274 33554432000 4194304 5064252 140737338723472 140737338722384 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/830/statm: 2287 274 233 213 0 72 0
[pid=831] ppid=830 vsize=8697112 CPUtime=159.65 cores=0,2,4,6
/proc/831/stat : 831 (npSolver-wbo) S 830 830 26779 0 -1 4202496 188522 71119 0 0 9578 1558 4800 29 20 0 1 0 31321377 8905842688 1826100 33554432000 4194304 6006132 140733407297728 140733407289120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 873 0 0
/proc/831/statm: 2174278 1826100 190 443 0 2173831 0
[pid=852] ppid=831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/852/stat : 852 (satsolver.sh) S 831 830 26779 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 31338232 9367552 267 33554432000 4194304 5064252 140735912159136 140735912158048 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/852/statm: 2287 267 226 213 0 72 0
[pid=853] ppid=852 vsize=7633148 CPUtime=33.98 cores=0,2,4,6
/proc/853/stat : 853 (glucose) R 852 830 26779 0 -1 4202496 561339 0 0 0 3009 389 0 0 20 0 1 0 31338233 7816343552 1663507 33554432000 4194304 5208918 140734988039312 140734986988952 4617370 0 0 4096 0 0 0 0 17 2 0 0 38569 0 0
/proc/853/statm: 1908287 1663507 70 248 0 1908036 0
Current children cumulated CPU time (s) 193.63
Current children cumulated vsize (KiB) 16348556
heavy processes:

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 830 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 193.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 589.321
CPU time (s): 193.63
CPU user time (s): 173.87
CPU system time (s): 19.76
CPU usage (%): 32.8564
Max. virtual memory (cumulated for all children) (KiB): 16348556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 1.3008 second user time and 3.2555 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-09 05:45:44
IDJOB=3752736
IDBENCH=79642
IDSOLVER=2336
FILE ID=node133/3752736-1339213544
RUNJOBID= node133-1339206337-26795
PBS_JOBID= 14643895
Free space on /tmp= 68308 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph05_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752736-1339213544/watcher-3752736-1339213544 -o /tmp/evaluation-result-3752736-1339213544/solver-3752736-1339213544 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752736-1339213544.wbo 319672128 HOME HOME

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

MD5SUM BENCH= 16314cc1180b662b2cbfb0443cd0a158
RANDOM SEED=319672128

node133.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.139
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.27
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.56
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.139
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	: 5332.56
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.139
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	: 5332.52
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.139
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27881724 kB
Buffers:           94284 kB
Cached:          2788084 kB
SwapCached:         2476 kB
Active:          3813664 kB
Inactive:         315300 kB
Active(anon):    1246260 kB
Inactive(anon):     2984 kB
Active(file):    2567404 kB
Inactive(file):   312316 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100192 kB
Dirty:             99000 kB
Writeback:             0 kB
AnonPages:       1252260 kB
Mapped:             9232 kB
Shmem:                 0 kB
Slab:             720164 kB
SReclaimable:     161704 kB
SUnreclaim:       558460 kB
KernelStack:        1472 kB
PageTables:         6552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1410700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 61488 MiB
End job on node133 at 2012-06-09 05:55:36