Trace number 3748248

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.08 1809.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-share1b.opb
MD5SUM5f65628b04d3927231e0304c2eb471a1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.374942
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6750
Total number of constraints117
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints117
Minimum length of a constraint30
Maximum length of a constraint1110
Number of terms in the objective function 930
Biggest coefficient in the objective function 268435456000000
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 2701523689249770
Number of bits of the sum of numbers in the objective function 52
Biggest number in a constraint 7098668259737600
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 57387730531810471
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

17.81/25.39	c run inc solver
17.81/25.39	c [INC SYSTEM] run initial solver
17.81/25.39	c [INC SYSTEM] preprocess with white file
72.05/81.52	c [INC SYSTEM] finished preprocessing in 56 s
72.05/81.52	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-3748248-1339121742/watcher-3748248-1339121742 -o /tmp/evaluation-result-3748248-1339121742/solver-3748248-1339121742 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748248-1339121742.opb 738239919 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.20 2.05 2.01 3/179 1866
/proc/meminfo: memFree=27484260/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0

[startup+0.0355181 s]
/proc/loadavg: 2.20 2.05 2.01 3/179 1866
/proc/meminfo: memFree=27484260/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100335 s]
/proc/loadavg: 2.20 2.05 2.01 3/179 1866
/proc/meminfo: memFree=27484260/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300265 s]
/proc/loadavg: 2.20 2.05 2.01 3/179 1866
/proc/meminfo: memFree=27484260/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700271 s]
/proc/loadavg: 2.20 2.05 2.01 3/179 1866
/proc/meminfo: memFree=27484260/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.19 2.05 2.01 3/181 1868
/proc/meminfo: memFree=27398092/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=98380 CPUtime=1.48 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) R 1866 1866 30741 0 -1 4202496 9553 0 0 0 145 3 0 0 20 0 1 0 378298630 100741120 23519 33554432000 4194304 6004724 140733937342144 140733937336744 4534742 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1867/statm: 24595 23519 154 442 0 24149 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107528

[startup+3.10028 s]
/proc/loadavg: 2.19 2.05 2.01 3/181 1868
/proc/meminfo: memFree=27269780/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=295000 CPUtime=3.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) R 1866 1866 30741 0 -1 4202496 10733 0 0 0 299 9 0 0 20 0 1 0 378298630 302080000 51686 33554432000 4194304 6004724 140733937342144 140733937336744 4534749 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1867/statm: 73750 51686 154 442 0 73304 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 304148

[startup+6.30034 s]
/proc/loadavg: 2.17 2.05 2.01 3/181 1868
/proc/meminfo: memFree=26940268/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=558028 CPUtime=6.29 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) R 1866 1866 30741 0 -1 4202496 11693 0 0 0 611 18 0 0 20 0 1 0 378298630 571420672 112816 33554432000 4194304 6004724 140733937342144 140733937336744 4618011 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1867/statm: 139507 112816 154 442 0 139061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 567176

[startup+12.7003 s]
/proc/loadavg: 2.16 2.04 2.01 3/181 1868
/proc/meminfo: memFree=26248104/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=1082316 CPUtime=12.68 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) R 1866 1866 30741 0 -1 4202496 12697 0 0 0 1232 36 0 0 20 0 1 0 378298630 1108291584 234160 33554432000 4194304 6004724 140733937342144 140733937337096 4534766 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1867/statm: 270579 234160 154 442 0 270133 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1091464

[startup+25.5068 s]
/proc/loadavg: 2.35 2.09 2.03 3/182 1869
/proc/meminfo: memFree=24556668/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=17.84 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15005 0 0 0 1548 236 0 0 20 0 1 0 378298630 2152828928 274659 33554432000 4194304 6004724 140733937342144 140733937336608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274659 163 442 0 525147 0
[pid=1869] ppid=1867 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1869/stat : 1869 (cp2_pre.sh) S 1867 1866 30741 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 378301170 9367552 276 33554432000 4194304 5064252 140733426158336 140733426157040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1869/statm: 2287 276 234 213 0 72 0
Current children cumulated CPU time (s) 17.84
Current children cumulated vsize (KiB) 2120668
heavy processes:

[startup+51.1003 s]
/proc/loadavg: 2.57 2.16 2.05 3/181 1872
/proc/meminfo: memFree=22925476/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=17.84 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15005 0 0 0 1548 236 0 0 20 0 1 0 378298630 2152828928 274659 33554432000 4194304 6004724 140733937342144 140733937336608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274659 163 442 0 525147 0
[pid=1869] ppid=1867 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1869/stat : 1869 (cp2_pre.sh) S 1867 1866 30741 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 378301170 9367552 276 33554432000 4194304 5064252 140733426158336 140733426157040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1869/statm: 2287 276 234 213 0 72 0
[pid=1870] ppid=1869 vsize=2217588 CPUtime=25.09 cores=1,3,5,7
/proc/1870/stat : 1870 (coprocessor) R 1869 1866 30741 0 -1 4202496 24613 0 0 0 2377 132 0 0 20 0 1 0 378301170 2270810112 458248 33554432000 4194304 6586260 140734314284128 140734314279880 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 59 0 0
/proc/1870/statm: 554397 458248 158 584 0 553809 0
Current children cumulated CPU time (s) 42.93
Current children cumulated vsize (KiB) 4338256

[startup+102.3 s]
/proc/loadavg: 2.58 2.24 2.08 3/181 1875
/proc/meminfo: memFree=22718940/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=2724060 CPUtime=20.76 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 261969 0 0 0 1978 98 0 0 20 0 1 0 378306782 2789437440 572627 33554432000 4194304 5654031 140736943589920 140736943587704 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 681015 572627 140 357 0 680655 0
Current children cumulated CPU time (s) 92.84
Current children cumulated vsize (KiB) 4835580

[startup+162.3 s]
/proc/loadavg: 2.21 2.19 2.08 3/181 1875
/proc/meminfo: memFree=22566540/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=2790376 CPUtime=80.75 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 267200 0 0 0 7974 101 0 0 20 0 1 0 378306782 2857345024 596254 33554432000 4194304 5654031 140736943589920 140736943577736 4232997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 697594 596254 140 357 0 697234 0
Current children cumulated CPU time (s) 152.83
Current children cumulated vsize (KiB) 4901896

[startup+222.3 s]
/proc/loadavg: 2.08 2.16 2.07 3/181 1875
/proc/meminfo: memFree=22447824/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=2791176 CPUtime=140.75 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 267935 0 0 0 13973 102 0 0 20 0 1 0 378306782 2858164224 611297 33554432000 4194304 5654031 140736943589920 140736943577736 4214603 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 697794 611297 140 357 0 697434 0
Current children cumulated CPU time (s) 212.83
Current children cumulated vsize (KiB) 4902696

[startup+282.3 s]
/proc/loadavg: 2.03 2.12 2.07 3/182 1878
/proc/meminfo: memFree=22525556/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0

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

/proc/meminfo: memFree=22161344/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=2880008 CPUtime=1220.57 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 272364 0 0 0 121872 185 0 0 20 0 1 0 378306782 2949128192 641281 33554432000 4194304 5654031 140736943589920 140736943577736 4214638 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 720002 641281 141 357 0 719642 0
Current children cumulated CPU time (s) 1292.65
Current children cumulated vsize (KiB) 4991528

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 1885
/proc/meminfo: memFree=22272560/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=3468848 CPUtime=1280.57 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 272924 0 0 0 127864 193 0 0 20 0 1 0 378306782 3552100352 654094 33554432000 4194304 5654031 140736943589920 140736943577736 4214469 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 867212 654094 141 357 0 866852 0
Current children cumulated CPU time (s) 1352.65
Current children cumulated vsize (KiB) 5580368

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1885
/proc/meminfo: memFree=22184872/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=3468848 CPUtime=1340.56 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 273519 0 0 0 133863 193 0 0 20 0 1 0 378306782 3552100352 666953 33554432000 4194304 5654031 140736943589920 140736943577736 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 867212 666953 141 357 0 866852 0
Current children cumulated CPU time (s) 1412.64
Current children cumulated vsize (KiB) 5580368

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1888
/proc/meminfo: memFree=22294448/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=2918132 CPUtime=1400.55 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 274448 0 0 0 139842 213 0 0 20 0 1 0 378306782 2988167168 630858 33554432000 4194304 5654031 140736943589920 140736943577736 4233155 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 729533 630858 141 357 0 729173 0
Current children cumulated CPU time (s) 1472.63
Current children cumulated vsize (KiB) 5029652

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1888
/proc/meminfo: memFree=22218996/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=2918132 CPUtime=1460.55 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 274471 0 0 0 145841 214 0 0 20 0 1 0 378306782 2988167168 642123 33554432000 4194304 5654031 140736943589920 140736943577736 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 729533 642123 141 357 0 729173 0
Current children cumulated CPU time (s) 1532.63
Current children cumulated vsize (KiB) 5029652

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1889
/proc/meminfo: memFree=22145208/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=2918132 CPUtime=1520.53 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 274488 0 0 0 151838 215 0 0 20 0 1 0 378306782 2988167168 650827 33554432000 4194304 5654031 140736943589920 140736943577736 4216031 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 729533 650827 141 357 0 729173 0
Current children cumulated CPU time (s) 1592.61
Current children cumulated vsize (KiB) 5029652

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1889
/proc/meminfo: memFree=22067636/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=3498904 CPUtime=1580.53 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 275281 0 0 0 157831 222 0 0 20 0 1 0 378306782 3582877696 661320 33554432000 4194304 5654031 140736943589920 140736943577736 4215353 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 874726 661320 141 357 0 874366 0
Current children cumulated CPU time (s) 1652.61
Current children cumulated vsize (KiB) 5610424

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1889
/proc/meminfo: memFree=22004956/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=3498904 CPUtime=1640.51 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 275297 0 0 0 163828 223 0 0 20 0 1 0 378306782 3582877696 669512 33554432000 4194304 5654031 140736943589920 140736943577736 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 874726 669512 141 357 0 874366 0
Current children cumulated CPU time (s) 1712.59
Current children cumulated vsize (KiB) 5610424

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1933
/proc/meminfo: memFree=26812524/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=3517756 CPUtime=1700.5 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 275317 0 0 0 169826 224 0 0 20 0 1 0 378306782 3602182144 678730 33554432000 4194304 5654031 140736943589920 140736943577736 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 879439 678730 141 357 0 879079 0
Current children cumulated CPU time (s) 1772.58
Current children cumulated vsize (KiB) 5629276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1933
/proc/meminfo: memFree=26796672/32873844 swapFree=6904/6904
[pid=1866] ppid=1864 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1866/stat : 1866 (npSolver-pbo-I.) S 1864 1866 30741 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378298630 9367552 274 33554432000 4194304 5064252 140734932097744 140734932096656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1866/statm: 2287 274 233 213 0 72 0
[pid=1867] ppid=1866 vsize=2102372 CPUtime=72.08 cores=1,3,5,7
/proc/1867/stat : 1867 (npSolver-pbo) S 1866 1866 30741 0 -1 4202496 15024 25513 0 0 1548 236 5107 317 20 0 1 0 378298630 2152828928 274663 33554432000 4194304 6004724 140733937342144 140733937328424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 753 0 0
/proc/1867/statm: 525593 274663 167 442 0 525147 0
[pid=1875] ppid=1867 vsize=3517756 CPUtime=1728 cores=1,3,5,7
/proc/1875/stat : 1875 (glucosInc) R 1867 1866 30741 0 -1 4202496 275325 0 0 0 172576 224 0 0 20 0 1 0 378306782 3602182144 682826 33554432000 4194304 5654031 140736943589920 140736943577736 4217744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1875/statm: 879439 682826 141 357 0 879079 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 5629276

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 1866 and gives
#  childrusage.ru_utime.tv_sec=66
#  childrusage.ru_utime.tv_usec=560881
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=546156
# CPU time returned by wait4() is 72.107
# 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): 1809.82
CPU time (s): 1800.08
CPU user time (s): 1792.31
CPU system time (s): 7.77
CPU usage (%): 99.462
Max. virtual memory (cumulated for all children) (KiB): 6488416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.5609
system time used= 5.54616
maximum resident set size= 2192776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40893
page faults= 0
swaps= 0
block input operations= 128
block output operations= 4343936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58
involuntary context switches= 436

runsolver used 4.36334 second user time and 10.9223 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 04:15:42
IDJOB=3748248
IDBENCH=2385
IDSOLVER=2333
FILE ID=node140/3748248-1339121742
RUNJOBID= node140-1339112243-562
PBS_JOBID= 14643713
Free space on /tmp= 69364 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-share1b.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748248-1339121742/watcher-3748248-1339121742 -o /tmp/evaluation-result-3748248-1339121742/solver-3748248-1339121742 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748248-1339121742.opb 738239919 HOME HOME

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

MD5SUM BENCH= 5f65628b04d3927231e0304c2eb471a1
RANDOM SEED=738239919

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:        27485168 kB
Buffers:          140256 kB
Cached:          1439696 kB
SwapCached:         2756 kB
Active:          4242476 kB
Inactive:         280268 kB
Active(anon):    2940652 kB
Inactive(anon):     4684 kB
Active(file):    1301824 kB
Inactive(file):   275584 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100432 kB
Dirty:           1344196 kB
Writeback:            96 kB
AnonPages:       2887784 kB
Mapped:             9792 kB
Shmem:                 0 kB
Slab:             720344 kB
SReclaimable:     161708 kB
SUnreclaim:       558636 kB
KernelStack:        1512 kB
PageTables:         9912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4453492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2783232 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= 69608 MiB
End job on node140 at 2012-06-08 04:45:54