Trace number 3746708

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

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__32.opb
MD5SUM95367a36ca5654a079813431d40e8df1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123243
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables160998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint32
Maximum length of a constraint1313
Number of terms in the objective function 160000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 5495354016
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 5495354016
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

17.59/17.66	c run inc solver
17.59/17.66	c [INC SYSTEM] run initial solver
17.59/17.66	c [INC SYSTEM] preprocess with white file
71.34/71.70	c [INC SYSTEM] finished preprocessing in 54 s
71.34/71.70	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-3746708-1339103884/watcher-3746708-1339103884 -o /tmp/evaluation-result-3746708-1339103884/solver-3746708-1339103884 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746708-1339103884.opb 1218585522 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: 1.96 2.03 1.99 3/178 8592
/proc/meminfo: memFree=28564748/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0

[startup+0.0809961 s]
/proc/loadavg: 1.96 2.03 1.99 3/178 8592
/proc/meminfo: memFree=28564748/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100349 s]
/proc/loadavg: 1.96 2.03 1.99 3/178 8592
/proc/meminfo: memFree=28564748/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300271 s]
/proc/loadavg: 1.96 2.03 1.99 3/178 8592
/proc/meminfo: memFree=28564748/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 1.96 2.03 1.99 3/178 8592
/proc/meminfo: memFree=28564748/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.96 2.03 1.99 3/180 8594
/proc/meminfo: memFree=28468260/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=197784 CPUtime=1.49 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) R 8592 8592 7856 0 -1 4202496 14340 0 0 0 143 6 0 0 20 0 1 0 376516958 202530816 32869 33554432000 4194304 6004724 140737437297216 140737437291816 4536845 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8593/statm: 49446 32869 154 442 0 49000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206932

[startup+3.10034 s]
/proc/loadavg: 1.96 2.03 1.99 3/180 8594
/proc/meminfo: memFree=28387892/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=328856 CPUtime=3.09 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) R 8592 8592 7856 0 -1 4202496 14973 0 0 0 299 10 0 0 20 0 1 0 376516958 336748544 62565 33554432000 4194304 6004724 140737437297216 140737437291816 4534752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8593/statm: 82214 62565 154 442 0 81768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 338004

[startup+6.30032 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 8594
/proc/meminfo: memFree=28143188/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=591000 CPUtime=6.29 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) R 8592 8592 7856 0 -1 4202496 15730 0 0 0 610 19 0 0 20 0 1 0 376516958 605184000 122981 33554432000 4194304 6004724 140737437297216 140737437291816 4534738 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8593/statm: 147750 122981 154 442 0 147304 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 600148

[startup+12.7003 s]
/proc/loadavg: 2.12 2.07 2.01 3/180 8594
/proc/meminfo: memFree=27640184/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=1115288 CPUtime=12.68 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) R 8592 8592 7856 0 -1 4202496 16734 0 0 0 1232 36 0 0 20 0 1 0 376516958 1142054912 244325 33554432000 4194304 6004724 140737437297216 140737437291816 4535951 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8593/statm: 278822 244325 154 442 0 278376 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1124436

[startup+25.5005 s]
/proc/loadavg: 2.25 2.09 2.01 3/182 8596
/proc/meminfo: memFree=25553528/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=17.91 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19149 0 0 0 1537 254 0 0 20 0 1 0 376516958 2187792384 281017 33554432000 4194304 6004724 140737437297216 140737437291680 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281017 163 442 0 533683 0
[pid=8595] ppid=8593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8595/stat : 8595 (cp2_pre.sh) S 8593 8592 7856 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376518759 9367552 277 33554432000 4194304 5064252 140736051438672 140736051437376 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8595/statm: 2287 277 234 213 0 72 0
[pid=8596] ppid=8595 vsize=817324 CPUtime=7.46 cores=1,3,5,7
/proc/8596/stat : 8596 (coprocessor) R 8595 8592 7856 0 -1 4202496 18835 0 0 0 710 36 0 0 20 0 1 0 376518760 836939776 190394 33554432000 4194304 6586260 140734124177008 140734124173768 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8596/statm: 204331 190394 138 584 0 203743 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 2972136

[startup+51.1004 s]
/proc/loadavg: 2.44 2.15 2.03 3/182 8596
/proc/meminfo: memFree=24003112/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=17.91 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19149 0 0 0 1537 254 0 0 20 0 1 0 376516958 2187792384 281017 33554432000 4194304 6004724 140737437297216 140737437291680 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281017 163 442 0 533683 0
[pid=8595] ppid=8593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8595/stat : 8595 (cp2_pre.sh) S 8593 8592 7856 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376518759 9367552 277 33554432000 4194304 5064252 140736051438672 140736051437376 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8595/statm: 2287 277 234 213 0 72 0
[pid=8596] ppid=8595 vsize=2235956 CPUtime=32.87 cores=1,3,5,7
/proc/8596/stat : 8596 (coprocessor) R 8595 8592 7856 0 -1 4202496 24802 0 0 0 3099 188 0 0 20 0 1 0 376518760 2289618944 460229 33554432000 4194304 6586260 140734124177008 140734124172760 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 18 0 0
/proc/8596/statm: 558989 460229 158 584 0 558401 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 4390768

[startup+102.3 s]
/proc/loadavg: 2.51 2.23 2.07 3/181 8598
/proc/meminfo: memFree=24045780/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=2752712 CPUtime=30.58 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 274219 0 0 0 2959 99 0 0 20 0 1 0 376524128 2818777088 577544 33554432000 4194304 5654031 140737341075808 140737341073592 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8598/statm: 688178 577544 140 357 0 687818 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 4898376

[startup+162.3 s]
/proc/loadavg: 2.22 2.20 2.07 3/182 8601
/proc/meminfo: memFree=23987700/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=2813948 CPUtime=90.56 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 277901 0 0 0 8956 100 0 0 20 0 1 0 376524128 2881482752 589913 33554432000 4194304 5654031 140737341075808 140737341063624 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8598/statm: 703487 589913 140 357 0 703127 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 4959612

[startup+222.3 s]
/proc/loadavg: 2.16 2.19 2.07 3/181 8602
/proc/meminfo: memFree=23963568/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=2833292 CPUtime=150.56 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 278009 0 0 0 14955 101 0 0 20 0 1 0 376524128 2901291008 595642 33554432000 4194304 5654031 140737341075808 140737341063624 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8598/statm: 708323 595642 140 357 0 707963 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 4978956

[startup+282.3 s]
/proc/loadavg: 2.14 2.18 2.08 3/181 8602
/proc/meminfo: memFree=23936264/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7

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

/proc/meminfo: memFree=23666072/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=2986160 CPUtime=1230.39 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 283202 0 0 0 122932 107 0 0 20 0 1 0 376524128 3057827840 653979 33554432000 4194304 5654031 140737341075808 140737341063624 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8598/statm: 746540 653979 140 357 0 746180 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 5131824

[startup+1362.3 s]
/proc/loadavg: 2.05 2.11 2.09 3/182 8613
/proc/meminfo: memFree=23692396/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=3004980 CPUtime=1290.38 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 283421 0 0 0 128931 107 0 0 20 0 1 0 376524128 3077099520 655739 33554432000 4194304 5654031 140737341075808 140737341063624 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8598/statm: 751245 655739 140 357 0 750885 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 5150644

[startup+1422.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/181 8614
/proc/meminfo: memFree=23685916/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=3004980 CPUtime=1350.36 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 283432 0 0 0 134929 107 0 0 20 0 1 0 376524128 3077099520 657353 33554432000 4194304 5654031 140737341075808 140737341063624 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8598/statm: 751245 657353 140 357 0 750885 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 5150644

[startup+1482.3 s]
/proc/loadavg: 2.07 2.11 2.09 3/181 8614
/proc/meminfo: memFree=23674776/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=3004980 CPUtime=1410.36 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 283951 0 0 0 140928 108 0 0 20 0 1 0 376524128 3077099520 660094 33554432000 4194304 5654031 140737341075808 140737341063624 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8598/statm: 751245 660094 140 357 0 750885 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 5150644

[startup+1542.3 s]
/proc/loadavg: 2.06 2.10 2.09 3/181 8614
/proc/meminfo: memFree=23632296/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=3004980 CPUtime=1470.33 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 283974 0 0 0 146925 108 0 0 20 0 1 0 376524128 3077099520 662543 33554432000 4194304 5654031 140737341075808 140737341063624 4642343 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8598/statm: 751245 662543 140 357 0 750885 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 5150644

[startup+1602.3 s]
/proc/loadavg: 2.06 2.09 2.09 3/181 8701
/proc/meminfo: memFree=23745524/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=3023868 CPUtime=1530.31 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 284048 0 0 0 152923 108 0 0 20 0 1 0 376524128 3096440832 664760 33554432000 4194304 5654031 140737341075808 140737341063624 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8598/statm: 755967 664760 140 357 0 755607 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 5169532

[startup+1662.3 s]
/proc/loadavg: 2.05 2.09 2.09 3/181 8701
/proc/meminfo: memFree=23700504/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=3023868 CPUtime=1590.3 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 284055 0 0 0 158922 108 0 0 20 0 1 0 376524128 3096440832 666653 33554432000 4194304 5654031 140737341075808 140737341063624 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8598/statm: 755967 666653 140 357 0 755607 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 5169532

[startup+1722.3 s]
/proc/loadavg: 2.10 2.10 2.09 3/181 8702
/proc/meminfo: memFree=23682540/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=3023868 CPUtime=1650.28 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 284575 0 0 0 164920 108 0 0 20 0 1 0 376524128 3096440832 669149 33554432000 4194304 5654031 140737341075808 140737341063624 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8598/statm: 755967 669149 140 357 0 755607 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 5169532

[startup+1782.31 s]
/proc/loadavg: 2.40 2.17 2.11 3/183 8745
/proc/meminfo: memFree=20765964/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=3023868 CPUtime=1710.26 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 284606 0 0 0 170918 108 0 0 20 0 1 0 376524128 3096440832 671669 33554432000 4194304 5654031 140737341075808 140737341063624 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8598/statm: 755967 671669 140 357 0 755607 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (KiB) 5169532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.28 2.16 2.11 3/183 8745
/proc/meminfo: memFree=20286236/32873844 swapFree=7384/7384
[pid=8592] ppid=8590 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8592/stat : 8592 (npSolver-pbo-It) S 8590 8592 7856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376516957 9367552 274 33554432000 4194304 5064252 140735577033632 140735577032544 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8592/statm: 2287 274 233 213 0 72 0
[pid=8593] ppid=8592 vsize=2136516 CPUtime=71.35 cores=1,3,5,7
/proc/8593/stat : 8593 (npSolver-pbo) S 8592 8592 7856 0 -1 4202496 19167 25705 0 0 1537 254 5016 328 20 0 1 0 376516958 2187792384 281021 33554432000 4194304 6004724 140737437297216 140737437283496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 10 0 0
/proc/8593/statm: 534129 281021 167 442 0 533683 0
[pid=8598] ppid=8593 vsize=3023868 CPUtime=1728.67 cores=1,3,5,7
/proc/8598/stat : 8598 (glucosInc) R 8593 8592 7856 0 -1 4202496 284673 0 0 0 172758 109 0 0 20 0 1 0 376524128 3096440832 672463 33554432000 4194304 5654031 140737341075808 140737341063624 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8598/statm: 755967 672463 140 357 0 755607 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 5169532

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 8592 and gives
#  childrusage.ru_utime.tv_sec=65
#  childrusage.ru_utime.tv_usec=544035
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=835112
# CPU time returned by wait4() is 71.3792
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1793.11
CPU system time (s): 6.91
CPU usage (%): 99.9611
Max. virtual memory (cumulated for all children) (KiB): 5169532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.544
system time used= 5.83511
maximum resident set size= 2210508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4237736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 80

runsolver used 4.31034 second user time and 10.9943 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-07 23:18:05
IDJOB=3746708
IDBENCH=71867
IDSOLVER=2332
FILE ID=node106/3746708-1339103884
RUNJOBID= node106-1339098178-7873
PBS_JOBID= 14643747
Free space on /tmp= 71080 MiB

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

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

MD5SUM BENCH= 95367a36ca5654a079813431d40e8df1
RANDOM SEED=1218585522

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28565384 kB
Buffers:          342360 kB
Cached:          3043068 kB
SwapCached:         2340 kB
Active:          1373368 kB
Inactive:        2076020 kB
Active(anon):      60628 kB
Inactive(anon):     5500 kB
Active(file):    1312740 kB
Inactive(file):  2070520 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67100732 kB
Dirty:             15156 kB
Writeback:             0 kB
AnonPages:         70640 kB
Mapped:            10332 kB
Shmem:                 0 kB
Slab:             717152 kB
SReclaimable:     159256 kB
SUnreclaim:       557896 kB
KernelStack:        1480 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     186916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 68628 MiB
End job on node106 at 2012-06-07 23:48:07