Trace number 3748257

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 (fixed)? (TO) 1800.09 1805.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-sp98ic.opb
MD5SUM433b539d7c7c8ff139e6ea6f7acee573
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3860756214
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4026056741
Optimality of the best value was proved NO
Number of variables10894
Total number of constraints825
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)624
Number of constraints which are nor clauses,nor cardinality constraints181
Minimum length of a constraint2
Maximum length of a constraint5038
Number of terms in the objective function 10894
Biggest coefficient in the objective function 1079902210
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 3040671454286
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 1079902210
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 3040671454286
Number of bits of the biggest sum of numbers42
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

16.52/16.65	c run inc solver
16.52/16.65	c [INC SYSTEM] run initial solver
16.52/16.65	c [INC SYSTEM] preprocess with white file
70.29/76.02	c [INC SYSTEM] finished preprocessing in 59 s
70.29/76.02	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-3748257-1339121701/watcher-3748257-1339121701 -o /tmp/evaluation-result-3748257-1339121701/solver-3748257-1339121701 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748257-1339121701.opb 2081992924 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/178 1815
/proc/meminfo: memFree=31595976/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0

[startup+0.071976 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1815
/proc/meminfo: memFree=31595976/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100319 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1815
/proc/meminfo: memFree=31595976/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1815
/proc/meminfo: memFree=31595976/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700291 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1815
/proc/meminfo: memFree=31595976/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 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/180 1817
/proc/meminfo: memFree=31506116/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=182780 CPUtime=1.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) R 1815 1815 30741 0 -1 4202496 10600 0 0 0 144 4 0 0 20 0 1 0 378294533 187166720 31594 33554432000 4194304 6004724 140734085375200 140734085369480 4536854 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1816/statm: 45695 31594 154 442 0 45249 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 191928

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1817
/proc/meminfo: memFree=31425864/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=313852 CPUtime=3.09 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) R 1815 1815 30741 0 -1 4202496 11233 0 0 0 301 8 0 0 20 0 1 0 378294533 321384448 61290 33554432000 4194304 6004724 140734085375200 140734085369800 4579859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1816/statm: 78463 61290 154 442 0 78017 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 323000

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1817
/proc/meminfo: memFree=31168996/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=575996 CPUtime=6.29 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) R 1815 1815 30741 0 -1 4202496 11994 0 0 0 613 16 0 0 20 0 1 0 378294533 589819904 123754 33554432000 4194304 6004724 140734085375200 140734085370152 4536305 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1816/statm: 143999 123754 154 442 0 143553 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 585144

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1817
/proc/meminfo: memFree=30653096/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=1100284 CPUtime=12.68 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) R 1815 1815 30741 0 -1 4202496 13004 0 0 0 1236 32 0 0 20 0 1 0 378294533 1126690816 248170 33554432000 4194304 6004724 140734085375200 140734085369800 4221979 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1816/statm: 275071 248170 154 442 0 274625 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1109432

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 1820
/proc/meminfo: memFree=28439780/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=16.6 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14945 0 0 0 1452 208 0 0 20 0 1 0 378294533 2171228160 276889 33554432000 4194304 6004724 140734085375200 140734085369664 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276889 163 442 0 529639 0
[pid=1819] ppid=1816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1819/stat : 1819 (cp2_pre.sh) S 1816 1815 30741 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 378296201 9367552 277 33554432000 4194304 5064252 140733932636224 140733932634928 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1819/statm: 2287 277 234 213 0 72 0
[pid=1820] ppid=1819 vsize=982760 CPUtime=8.81 cores=0,2,4,6
/proc/1820/stat : 1820 (coprocessor) R 1819 1815 30741 0 -1 4202496 18982 0 0 0 842 39 0 0 20 0 1 0 378296201 1006346240 236853 33554432000 4194304 6586260 140733778855552 140733778852312 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/1820/statm: 245690 236853 138 584 0 245102 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 3121396

[startup+51.1003 s]
/proc/loadavg: 2.17 2.05 2.01 3/181 1868
/proc/meminfo: memFree=26496280/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=16.6 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14945 0 0 0 1452 208 0 0 20 0 1 0 378294533 2171228160 276889 33554432000 4194304 6004724 140734085375200 140734085369664 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276889 163 442 0 529639 0
[pid=1819] ppid=1816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1819/stat : 1819 (cp2_pre.sh) S 1816 1815 30741 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 378296201 9367552 277 33554432000 4194304 5064252 140733932636224 140733932634928 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1819/statm: 2287 277 234 213 0 72 0
[pid=1820] ppid=1819 vsize=2209832 CPUtime=33.42 cores=0,2,4,6
/proc/1820/stat : 1820 (coprocessor) R 1819 1815 30741 0 -1 4202496 24494 0 0 0 3167 175 0 0 20 0 1 0 378296201 2262867968 457177 33554432000 4194304 6586260 140733778855552 140733778851304 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 97 0 0
/proc/1820/statm: 552458 457177 158 584 0 551870 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 4348468

[startup+102.3 s]
/proc/loadavg: 2.64 2.19 2.06 3/182 1873
/proc/meminfo: memFree=22646648/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=2751248 CPUtime=26.26 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 266526 0 0 0 2534 92 0 0 20 0 1 0 378302135 2817277952 574836 33554432000 4194304 5654031 140734212517840 140734212515624 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 687812 574836 140 357 0 687452 0
Current children cumulated CPU time (s) 96.74
Current children cumulated vsize (KiB) 4880736

[startup+162.3 s]
/proc/loadavg: 2.41 2.22 2.08 3/181 1875
/proc/meminfo: memFree=22674640/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=2787940 CPUtime=86.25 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 270009 0 0 0 8531 94 0 0 20 0 1 0 378302135 2854850560 596715 33554432000 4194304 5654031 140734212517840 140734212505656 4232853 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 696985 596715 140 357 0 696625 0
Current children cumulated CPU time (s) 156.73
Current children cumulated vsize (KiB) 4917428

[startup+222.3 s]
/proc/loadavg: 2.15 2.18 2.08 3/181 1875
/proc/meminfo: memFree=22531104/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=2788956 CPUtime=146.24 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 270195 0 0 0 14529 95 0 0 20 0 1 0 378302135 2855890944 611720 33554432000 4194304 5654031 140734212517840 140734212505656 4232398 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 697239 611720 140 357 0 696879 0
Current children cumulated CPU time (s) 216.72
Current children cumulated vsize (KiB) 4918444

[startup+282.3 s]
/proc/loadavg: 2.05 2.14 2.07 3/181 1875
/proc/meminfo: memFree=22412884/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6

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

/proc/meminfo: memFree=22336604/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=2879216 CPUtime=1286.07 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 285625 0 0 0 128425 182 0 0 20 0 1 0 378302135 2948317184 614734 33554432000 4194304 5654031 140734212517840 140734212505656 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 719804 614734 141 357 0 719444 0
Current children cumulated CPU time (s) 1356.55
Current children cumulated vsize (KiB) 5008704

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1885
/proc/meminfo: memFree=22236692/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=2882328 CPUtime=1346.06 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 286363 0 0 0 134423 183 0 0 20 0 1 0 378302135 2951503872 624670 33554432000 4194304 5654031 140734212517840 140734212505656 4233232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 720582 624670 141 357 0 720222 0
Current children cumulated CPU time (s) 1416.54
Current children cumulated vsize (KiB) 5011816

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1885
/proc/meminfo: memFree=22342428/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=2884132 CPUtime=1406.05 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 286841 0 0 0 140421 184 0 0 20 0 1 0 378302135 2953351168 633835 33554432000 4194304 5654031 140734212517840 140734212505656 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 721033 633835 141 357 0 720673 0
Current children cumulated CPU time (s) 1476.53
Current children cumulated vsize (KiB) 5013620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1888
/proc/meminfo: memFree=22264660/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=2885928 CPUtime=1466.05 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 287292 0 0 0 146420 185 0 0 20 0 1 0 378302135 2955190272 642462 33554432000 4194304 5654031 140734212517840 140734212515624 4232830 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 721482 642462 141 357 0 721122 0
Current children cumulated CPU time (s) 1536.53
Current children cumulated vsize (KiB) 5015416

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1888
/proc/meminfo: memFree=22196468/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=3456384 CPUtime=1526.03 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 288300 0 0 0 152412 191 0 0 20 0 1 0 378302135 3539337216 649599 33554432000 4194304 5654031 140734212517840 140734212505656 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 864096 649599 141 357 0 863736 0
Current children cumulated CPU time (s) 1596.51
Current children cumulated vsize (KiB) 5585872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1889
/proc/meminfo: memFree=22124604/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=3458640 CPUtime=1586.03 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 288916 0 0 0 158411 192 0 0 20 0 1 0 378302135 3541647360 659924 33554432000 4194304 5654031 140734212517840 140734212505656 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 864660 659924 141 357 0 864300 0
Current children cumulated CPU time (s) 1656.51
Current children cumulated vsize (KiB) 5588128

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1889
/proc/meminfo: memFree=22048584/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=3459992 CPUtime=1646.01 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 289240 0 0 0 164409 192 0 0 20 0 1 0 378302135 3543031808 667913 33554432000 4194304 5654031 140734212517840 140734212515528 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 864998 667913 141 357 0 864638 0
Current children cumulated CPU time (s) 1716.49
Current children cumulated vsize (KiB) 5589480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1889
/proc/meminfo: memFree=21975416/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=3461632 CPUtime=1706.01 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 289656 0 0 0 170408 193 0 0 20 0 1 0 378302135 3544711168 677016 33554432000 4194304 5654031 140734212517840 140734212505656 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 865408 677016 141 357 0 865048 0
Current children cumulated CPU time (s) 1776.49
Current children cumulated vsize (KiB) 5591120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1889
/proc/meminfo: memFree=22191368/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=2894592 CPUtime=1729.61 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 290349 0 0 0 172750 211 0 0 20 0 1 0 378302135 2964062208 620032 33554432000 4194304 5654031 140734212517840 140734212505656 4232859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 723648 620032 141 357 0 723288 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 5024080

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

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

[startup+1805.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1889
/proc/meminfo: memFree=22191368/32873844 swapFree=6904/6904
[pid=1815] ppid=1813 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1815/stat : 1815 (npSolver-pbo-I.) S 1813 1815 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378294533 9367552 275 33554432000 4194304 5064252 140736348553376 140736348552288 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1815/statm: 2287 275 233 213 0 72 0
[pid=1816] ppid=1815 vsize=2120340 CPUtime=70.48 cores=0,2,4,6
/proc/1816/stat : 1816 (npSolver-pbo) S 1815 1815 30741 0 -1 4202496 14963 25397 0 0 1452 208 5083 305 20 0 1 0 378294533 2171228160 276893 33554432000 4194304 6004724 140734085375200 140734085361480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 6 0 0
/proc/1816/statm: 530085 276893 167 442 0 529639 0
[pid=1872] ppid=1816 vsize=2894592 CPUtime=1729.61 cores=0,2,4,6
/proc/1872/stat : 1872 (glucosInc) R 1816 1815 30741 0 -1 4202496 290349 0 0 0 172750 211 0 0 20 0 1 0 378302135 2964062208 620032 33554432000 4194304 5654031 140734212517840 140734212505656 4232859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1872/statm: 723648 620032 141 357 0 723288 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 5024080

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1815 and gives
#  childrusage.ru_utime.tv_sec=65
#  childrusage.ru_utime.tv_usec=359063
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=139218
# CPU time returned by wait4() is 70.4983
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.92
CPU time (s): 1800.09
CPU user time (s): 1792.85
CPU system time (s): 7.24
CPU usage (%): 99.6774
Max. virtual memory (cumulated for all children) (KiB): 6499656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.3591
system time used= 5.13922
maximum resident set size= 2192156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40718
page faults= 0
swaps= 0
block input operations= 128
block output operations= 4296032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 114

runsolver used 2.91256 second user time and 10.9123 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 04:15:01
IDJOB=3748257
IDBENCH=2365
IDSOLVER=2333
FILE ID=node140/3748257-1339121701
RUNJOBID= node140-1339112243-561
PBS_JOBID= 14643713
Free space on /tmp= 70664 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-sp98ic.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748257-1339121701/watcher-3748257-1339121701 -o /tmp/evaluation-result-3748257-1339121701/solver-3748257-1339121701 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748257-1339121701.opb 2081992924 HOME HOME

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

MD5SUM BENCH= 433b539d7c7c8ff139e6ea6f7acee573
RANDOM SEED=2081992924

node140.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.094
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.18
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.094
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.094
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.094
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		: 2667.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        31596240 kB
Buffers:          138800 kB
Cached:           108636 kB
SwapCached:         2756 kB
Active:           371360 kB
Inactive:          47492 kB
Active(anon):     169124 kB
Inactive(anon):     4684 kB
Active(file):     202236 kB
Inactive(file):    42808 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100432 kB
Dirty:             11268 kB
Writeback:             0 kB
AnonPages:        276004 kB
Mapped:             9848 kB
Shmem:                 0 kB
Slab:             706224 kB
SReclaimable:     148292 kB
SUnreclaim:       557932 kB
KernelStack:        1504 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     324564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 68568 MiB
End job on node140 at 2012-06-08 04:45:09