Trace number 3746714

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.08 1807.72

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__32.opb
MD5SUM88a1b10031770f0260ca582c16661bcb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark121608
Best CPU time to get the best result obtained on this benchmark1801.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables321998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint32
Maximum length of a constraint1409
Number of terms in the objective function 320000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 11088799392
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 11088799392
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

38.13/38.30	c run inc solver
38.13/38.30	c [INC SYSTEM] run initial solver
38.13/38.30	c [INC SYSTEM] preprocess with white file
160.36/168.11	c [INC SYSTEM] finished preprocessing in 129 s
160.36/168.11	c [INC SYSTEM] execute solver

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-3746714-1339104255/watcher-3746714-1339104255 -o /tmp/evaluation-result-3746714-1339104255/solver-3746714-1339104255 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746714-1339104255.opb 1646160374 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.05 2.03 1.99 3/180 10401
/proc/meminfo: memFree=30771956/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0

[startup+0.087407 s]
/proc/loadavg: 2.05 2.03 1.99 3/180 10401
/proc/meminfo: memFree=30771956/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.05 2.03 1.99 3/180 10401
/proc/meminfo: memFree=30771956/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300255 s]
/proc/loadavg: 2.05 2.03 1.99 3/180 10401
/proc/meminfo: memFree=30771956/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700242 s]
/proc/loadavg: 2.05 2.03 1.99 3/180 10401
/proc/meminfo: memFree=30771956/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.05 2.03 1.99 3/182 10403
/proc/meminfo: memFree=30672104/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=157632 CPUtime=1.49 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) R 10401 10401 8890 0 -1 4202496 22321 0 0 0 144 5 0 0 20 0 1 0 20392212 161415168 33181 33554432000 4194304 6004724 140734073008176 140734073004696 4582623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10402/statm: 39408 33181 154 442 0 38962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 166780

[startup+3.10028 s]
/proc/loadavg: 2.05 2.03 1.99 3/182 10403
/proc/meminfo: memFree=30593140/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=354240 CPUtime=3.09 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) R 10401 10401 8890 0 -1 4202496 23498 0 0 0 299 10 0 0 20 0 1 0 20392212 362741760 63389 33554432000 4194304 6004724 140734073008176 140734073003128 4582623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10402/statm: 88560 63389 154 442 0 88114 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 363388

[startup+6.3003 s]
/proc/loadavg: 2.05 2.03 1.99 3/182 10403
/proc/meminfo: memFree=30332300/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=616384 CPUtime=6.29 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) R 10401 10401 8890 0 -1 4202496 24258 0 0 0 611 18 0 0 20 0 1 0 20392212 631177216 125341 33554432000 4194304 6004724 140734073008176 140734073002776 4536305 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10402/statm: 154096 125341 154 442 0 153650 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 625532

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 1.99 3/182 10403
/proc/meminfo: memFree=29811752/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=1140672 CPUtime=12.68 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) R 10401 10401 8890 0 -1 4202496 25267 0 0 0 1236 32 0 0 20 0 1 0 20392212 1168048128 249245 33554432000 4194304 6004724 140734073008176 140734073002776 4779540 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10402/statm: 285168 249245 154 442 0 284722 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1149820

[startup+25.5003 s]
/proc/loadavg: 2.03 2.03 1.99 3/182 10403
/proc/meminfo: memFree=28767780/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=2189248 CPUtime=25.49 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) R 10401 10401 8890 0 -1 4202496 26774 0 0 0 2487 62 0 0 20 0 1 0 20392212 2241789952 497053 33554432000 4194304 6004724 140734073008176 140734073002776 5055473 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10402/statm: 547312 497053 154 442 0 546866 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2198396

[startup+51.1003 s]
/proc/loadavg: 2.18 2.06 2.00 3/184 10405
/proc/meminfo: memFree=24263556/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=38.63 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30165 0 0 0 3366 497 0 0 20 0 1 0 20392212 4373270528 656995 33554432000 4194304 6004724 140734073008176 140734073002640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656995 163 442 0 1067247 0
[pid=10404] ppid=10402 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10404/stat : 10404 (cp2_pre.sh) S 10402 10401 8890 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 20396091 9367552 276 33554432000 4194304 5064252 140735872303952 140735872302656 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10404/statm: 2287 276 234 213 0 72 0
[pid=10405] ppid=10404 vsize=1214132 CPUtime=12.28 cores=0,2,4,6
/proc/10405/stat : 10405 (coprocessor) R 10404 10401 8890 0 -1 4202496 20946 0 0 0 1181 47 0 0 20 0 1 0 20396092 1243271168 300062 33554432000 4194304 6586260 140733270187184 140733270183944 4373073 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/10405/statm: 303533 300062 138 584 0 302945 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 5503200

[startup+102.306 s]
/proc/loadavg: 2.80 2.26 2.07 3/184 10406
/proc/meminfo: memFree=21003052/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=38.63 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30165 0 0 0 3366 497 0 0 20 0 1 0 20392212 4373270528 656995 33554432000 4194304 6004724 140734073008176 140734073002640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656995 163 442 0 1067247 0
[pid=10404] ppid=10402 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10404/stat : 10404 (cp2_pre.sh) S 10402 10401 8890 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 20396091 9367552 276 33554432000 4194304 5064252 140735872303952 140735872302656 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10404/statm: 2287 276 234 213 0 72 0
[pid=10405] ppid=10404 vsize=4543784 CPUtime=60.49 cores=0,2,4,6
/proc/10405/stat : 10405 (coprocessor) R 10404 10401 8890 0 -1 4202496 30168 0 0 0 5767 282 0 0 20 0 1 0 20396092 4652834816 935819 33554432000 4194304 6586260 140733270187184 140733270182936 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 298 0 0
/proc/10405/statm: 1135946 935819 158 584 0 1135358 0
Current children cumulated CPU time (s) 99.12
Current children cumulated vsize (KiB) 8832852

[startup+162.3 s]
/proc/loadavg: 2.63 2.30 2.10 3/184 10406
/proc/meminfo: memFree=19372744/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=38.63 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30165 0 0 0 3366 497 0 0 20 0 1 0 20392212 4373270528 656995 33554432000 4194304 6004724 140734073008176 140734073002640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656995 163 442 0 1067247 0
[pid=10404] ppid=10402 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10404/stat : 10404 (cp2_pre.sh) S 10402 10401 8890 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 20396091 9367552 276 33554432000 4194304 5064252 140735872303952 140735872302656 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10404/statm: 2287 276 234 213 0 72 0
[pid=10405] ppid=10404 vsize=4543784 CPUtime=116.53 cores=0,2,4,6
/proc/10405/stat : 10405 (coprocessor) R 10404 10401 8890 0 -1 4202496 30168 0 0 0 11088 565 0 0 20 0 1 0 20396092 4652834816 935819 33554432000 4194304 6586260 140733270187184 140733270182936 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 692 0 0
/proc/10405/statm: 1135946 935819 158 584 0 1135358 0
Current children cumulated CPU time (s) 155.16
Current children cumulated vsize (KiB) 8832852

[startup+222.3 s]
/proc/loadavg: 2.26 2.26 2.09 3/183 10408
/proc/meminfo: memFree=20417660/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6527620 CPUtime=54.16 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 561031 0 0 0 5228 188 0 0 20 0 1 0 20409024 6684282880 1290008 33554432000 4194304 5654031 140734921464448 140734921452264 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1631905 1290008 141 357 0 1631545 0
Current children cumulated CPU time (s) 214.92
Current children cumulated vsize (KiB) 10807540

[startup+282.3 s]
/proc/loadavg: 2.10 2.21 2.08 3/183 10408
/proc/meminfo: memFree=20411400/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6

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

/proc/meminfo: memFree=4836768/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6767168 CPUtime=1193.99 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 721380 0 0 0 119149 250 0 0 20 0 1 0 20409024 6929580032 1376853 33554432000 4194304 5654031 140734921464448 140734921462232 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1691792 1376853 141 357 0 1691432 0
Current children cumulated CPU time (s) 1354.75
Current children cumulated vsize (KiB) 11047088

[startup+1422.31 s]
/proc/loadavg: 2.58 2.50 2.22 3/183 10595
/proc/meminfo: memFree=5689152/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6777596 CPUtime=1253.99 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 727521 0 0 0 125147 252 0 0 20 0 1 0 20409024 6940258304 1380527 33554432000 4194304 5654031 140734921464448 140734921462232 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1694399 1380527 141 357 0 1694039 0
Current children cumulated CPU time (s) 1414.75
Current children cumulated vsize (KiB) 11057516

[startup+1482.3 s]
/proc/loadavg: 2.21 2.41 2.20 3/183 10595
/proc/meminfo: memFree=5643904/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6783980 CPUtime=1313.96 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 733190 0 0 0 131143 253 0 0 20 0 1 0 20409024 6946795520 1382686 33554432000 4194304 5654031 140734921464448 140734921462232 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1695995 1382686 141 357 0 1695635 0
Current children cumulated CPU time (s) 1474.72
Current children cumulated vsize (KiB) 11063900

[startup+1542.3 s]
/proc/loadavg: 2.08 2.33 2.18 3/183 10595
/proc/meminfo: memFree=5587428/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6784868 CPUtime=1373.96 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 740416 0 0 0 137139 257 0 0 20 0 1 0 20409024 6947704832 1382930 33554432000 4194304 5654031 140734921464448 140734921452264 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1696217 1382930 141 357 0 1695857 0
Current children cumulated CPU time (s) 1534.72
Current children cumulated vsize (KiB) 11064788

[startup+1602.3 s]
/proc/loadavg: 2.03 2.27 2.17 3/183 10598
/proc/meminfo: memFree=5613904/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6796512 CPUtime=1433.95 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 747085 0 0 0 143135 260 0 0 20 0 1 0 20409024 6959628288 1386621 33554432000 4194304 5654031 140734921464448 140734921452264 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1699128 1386621 141 357 0 1698768 0
Current children cumulated CPU time (s) 1594.71
Current children cumulated vsize (KiB) 11076432

[startup+1662.3 s]
/proc/loadavg: 2.01 2.22 2.16 3/183 10599
/proc/meminfo: memFree=5591364/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6808656 CPUtime=1493.94 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 754331 0 0 0 149132 262 0 0 20 0 1 0 20409024 6972063744 1391911 33554432000 4194304 5654031 140734921464448 140734921462232 4209184 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1702164 1391911 141 357 0 1701804 0
Current children cumulated CPU time (s) 1654.7
Current children cumulated vsize (KiB) 11088576

[startup+1722.3 s]
/proc/loadavg: 2.00 2.17 2.15 3/184 10600
/proc/meminfo: memFree=5579188/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6815444 CPUtime=1553.93 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 759645 0 0 0 155129 264 0 0 20 0 1 0 20409024 6979014656 1394226 33554432000 4194304 5654031 140734921464448 140734921462232 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1703861 1394226 141 357 0 1703501 0
Current children cumulated CPU time (s) 1714.69
Current children cumulated vsize (KiB) 11095364

[startup+1782.3 s]
/proc/loadavg: 2.00 2.14 2.13 3/184 10610
/proc/meminfo: memFree=5567720/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6819792 CPUtime=1613.92 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 764740 0 0 0 161126 266 0 0 20 0 1 0 20409024 6983467008 1395832 33554432000 4194304 5654031 140734921464448 140734921462232 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1704948 1395832 141 357 0 1704588 0
Current children cumulated CPU time (s) 1774.68
Current children cumulated vsize (KiB) 11099712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 2.00 2.13 2.13 3/183 10610
/proc/meminfo: memFree=5560704/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6823936 CPUtime=1639.32 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 769308 0 0 0 163664 268 0 0 20 0 1 0 20409024 6987710464 1397401 33554432000 4194304 5654031 140734921464448 140734921452264 4214578 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1705984 1397401 141 357 0 1705624 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11103856

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

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

[startup+1807.7 s]
/proc/loadavg: 2.00 2.13 2.13 3/183 10610
/proc/meminfo: memFree=5560704/32873844 swapFree=6868/6868
[pid=10401] ppid=10399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10401/stat : 10401 (npSolver-pbo-It) S 10399 10401 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 20392212 9367552 274 33554432000 4194304 5064252 140734533041952 140734533040864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10401/statm: 2287 274 233 213 0 72 0
[pid=10402] ppid=10401 vsize=4270772 CPUtime=160.76 cores=0,2,4,6
/proc/10402/stat : 10402 (npSolver-pbo) S 10401 10401 8890 0 -1 4202496 30182 31068 0 0 3366 497 11580 633 20 0 1 0 20392212 4373270528 656999 33554432000 4194304 6004724 140734073008176 140734072994456 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/10402/statm: 1067693 656999 167 442 0 1067247 0
[pid=10408] ppid=10402 vsize=6823936 CPUtime=1639.32 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10402 10401 8890 0 -1 4202496 769308 0 0 0 163664 268 0 0 20 0 1 0 20409024 6987710464 1397401 33554432000 4194304 5654031 140734921464448 140734921452264 4214578 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10408/statm: 1705984 1397401 141 357 0 1705624 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11103856

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10401 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=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.72
CPU time (s): 1800.08
CPU user time (s): 1786.1
CPU system time (s): 13.98
CPU usage (%): 99.5776
Max. virtual memory (cumulated for all children) (KiB): 11162052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
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 3.9514 second user time and 10.2134 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-07 23:24:16
IDJOB=3746714
IDBENCH=71904
IDSOLVER=2332
FILE ID=node135/3746714-1339104255
RUNJOBID= node135-1339098177-8906
PBS_JOBID= 14643718
Free space on /tmp= 70736 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__32.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746714-1339104255/watcher-3746714-1339104255 -o /tmp/evaluation-result-3746714-1339104255/solver-3746714-1339104255 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746714-1339104255.opb 1646160374 HOME HOME

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

MD5SUM BENCH= 88a1b10031770f0260ca582c16661bcb
RANDOM SEED=1646160374

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
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	: 5274.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30771956 kB
Buffers:           75196 kB
Cached:          1105040 kB
SwapCached:         3308 kB
Active:           353316 kB
Inactive:         990112 kB
Active(anon):     163156 kB
Inactive(anon):     2744 kB
Active(file):     190160 kB
Inactive(file):   987368 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67098952 kB
Dirty:             23012 kB
Writeback:             0 kB
AnonPages:        182984 kB
Mapped:            10044 kB
Shmem:                 0 kB
Slab:             605336 kB
SReclaimable:      46612 kB
SUnreclaim:       558724 kB
KernelStack:        1496 kB
PageTables:         4500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     335416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 65536 MiB
End job on node135 at 2012-06-07 23:54:25