Trace number 3697902

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? (TO) 1800.08 1828.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mzzv11.opb
MD5SUMa74bcf40291587dc368e3a23fd278be9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-10859
Best CPU time to get the best result obtained on this benchmark76.8603
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -10639
Optimality of the best value was proved NO
Number of variables11247
Total number of constraints9744
Number of constraints which are clauses77
Number of constraints which are cardinality constraints (but not clauses)5755
Number of constraints which are nor clauses,nor cardinality constraints3912
Minimum length of a constraint2
Maximum length of a constraint68
Number of terms in the objective function 773
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 76861
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1999
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 76861
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.17/8.23	c run inc solver
8.17/8.23	c [INC SYSTEM] run initial solver
8.17/8.23	c [INC SYSTEM] preprocess with white file
51.50/51.79	c [INC SYSTEM] finished preprocessing in 43 s
51.50/51.79	c [INC SYSTEM] execute solver
58.18/58.48	c [INC SEARCH] formula is SAT
58.18/58.49	c [INC SYSTEM] solved the initial formula
58.29/58.55	c model valid
58.29/58.55	c current solution ok
63.79/64.10	o -1157
63.79/64.10	c [INC SYSTEM] there exists a inc, kill it!
63.79/64.10	c write failed with 2
63.98/64.52	c [INC SEARCH] iteration: 0
63.98/64.52	c [INC BOUNDS] best value:12332 search for 12331
63.98/64.52	c [INC SYSTEM] create new solver instance
63.98/64.52	c [INC] encode full formula
63.98/64.52	c fallback to adder encoding
63.98/64.52	c set iterative enc to: adder
63.98/64.52	c set iterative enc to: none
63.98/64.52	c [INC SEARCH] isOptimum variable: 0
1632.01/1660.74	c formula is SAT
1632.01/1660.75	c [INC SEARCH] copied best model
1632.01/1660.75	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1632.11/1660.80	c model valid
1632.11/1660.80	c current solution ok
1632.11/1660.80	o -1964
1632.11/1660.80	c [INC SEARCH] iteration: 1
1632.11/1660.80	c [INC BOUNDS] best value:11525 search for 11524
1632.11/1660.80	c [INC SYSTEM] there exists a inc, kill it!
1632.11/1660.80	c write failed with 2
1632.11/1660.81	c [INC SYSTEM] create new solver instance
1632.11/1660.81	c [INC] encode full formula
1632.11/1660.81	c fallback to adder encoding
1632.11/1660.87	c set iterative enc to: adder
1632.11/1660.87	c set iterative enc to: none
1632.52/1661.20	c [INC SEARCH] isOptimum variable: 0
1800.08/1828.81	HOME/npSolver-pbo-Itd.sh: line 18:  6994 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

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-3697902-1338051094/watcher-3697902-1338051094 -o /tmp/evaluation-result-3697902-1338051094/solver-3697902-1338051094 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697902-1338051094.opb 1335707163 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.00 2.02 2.14 3/178 6993
/proc/meminfo: memFree=27013984/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0

[startup+0.0839241 s]
/proc/loadavg: 2.00 2.02 2.14 3/178 6993
/proc/meminfo: memFree=27013984/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.00 2.02 2.14 3/178 6993
/proc/meminfo: memFree=27013984/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 2.00 2.02 2.14 3/178 6993
/proc/meminfo: memFree=27013984/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 2.00 2.02 2.14 3/178 6993
/proc/meminfo: memFree=27013984/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 7035
/proc/meminfo: memFree=27090788/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=67676 CPUtime=1.49 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) R 6993 6993 659 0 -1 4202496 3450 0 0 0 148 1 0 0 20 0 1 0 271234443 69300224 9027 33554432000 4194304 5992684 140735266647696 140735266643816 4525041 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6994/statm: 16919 9027 146 440 0 16475 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76824

[startup+3.10029 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 7035
/proc/meminfo: memFree=27038596/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=133428 CPUtime=3.09 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) R 6993 6993 659 0 -1 4202496 4046 0 0 0 305 4 0 0 20 0 1 0 271234443 136630272 20322 33554432000 4194304 5992684 140735266647696 140735266643816 4809385 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6994/statm: 33357 20322 146 440 0 32913 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142576

[startup+6.30026 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 7035
/proc/meminfo: memFree=26876140/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=266428 CPUtime=6.29 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) R 6993 6993 659 0 -1 4202496 5084 0 0 0 621 8 0 0 20 0 1 0 271234443 272822272 42247 33554432000 4194304 5992684 140735266647696 140735266643816 4568064 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6994/statm: 66607 42247 146 440 0 66163 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 275576

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.14 3/181 7037
/proc/meminfo: memFree=25986152/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=279616 CPUtime=8.2 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 9142 0 0 0 776 44 0 0 20 0 1 0 271234443 286326784 57893 33554432000 4194304 5992684 140735266647696 140735266642144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 69904 57893 170 440 0 69460 0
[pid=7036] ppid=6994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7036/stat : 7036 (cp2_pre.sh) S 6994 6993 659 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271235266 9367552 277 33554432000 4194304 5064252 140737015371536 140737015370240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7036/statm: 2287 277 234 213 0 72 0
[pid=7037] ppid=7036 vsize=584932 CPUtime=4.45 cores=1,3,5,7
/proc/7037/stat : 7037 (coprocessor) R 7036 6993 659 0 -1 4202496 97981 0 0 0 422 23 0 0 20 0 1 0 271235266 598970368 132790 33554432000 4194304 6586260 140737331820000 140737331816264 4546597 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 146233 132790 166 584 0 145645 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 882844

[startup+25.5003 s]
/proc/loadavg: 2.13 2.05 2.15 3/181 7037
/proc/meminfo: memFree=25571752/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=279616 CPUtime=8.2 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 9142 0 0 0 776 44 0 0 20 0 1 0 271234443 286326784 57893 33554432000 4194304 5992684 140735266647696 140735266642144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 69904 57893 170 440 0 69460 0
[pid=7036] ppid=6994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7036/stat : 7036 (cp2_pre.sh) S 6994 6993 659 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271235266 9367552 277 33554432000 4194304 5064252 140737015371536 140737015370240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7036/statm: 2287 277 234 213 0 72 0
[pid=7037] ppid=7036 vsize=650280 CPUtime=17.25 cores=1,3,5,7
/proc/7037/stat : 7037 (coprocessor) R 7036 6993 659 0 -1 4202496 112918 0 0 0 1700 25 0 0 20 0 1 0 271235266 665886720 150793 33554432000 4194304 6586260 140737331820000 140737331816024 4758304 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 162570 150793 182 584 0 161982 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 948192

[startup+51.1004 s]
/proc/loadavg: 2.09 2.05 2.14 3/181 7037
/proc/meminfo: memFree=24819708/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=279616 CPUtime=8.2 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 9142 0 0 0 776 44 0 0 20 0 1 0 271234443 286326784 57893 33554432000 4194304 5992684 140735266647696 140735266642144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 69904 57893 170 440 0 69460 0
[pid=7036] ppid=6994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7036/stat : 7036 (cp2_pre.sh) S 6994 6993 659 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271235266 9367552 277 33554432000 4194304 5064252 140737015371536 140737015370240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7036/statm: 2287 277 234 213 0 72 0
[pid=7037] ppid=7036 vsize=688656 CPUtime=42.69 cores=1,3,5,7
/proc/7037/stat : 7037 (coprocessor) R 7036 6993 659 0 -1 4202496 118073 0 0 0 4202 67 0 0 20 0 1 0 271235266 705183744 160036 33554432000 4194304 6586260 140737331820000 140737331815752 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 15 0 0
/proc/7037/statm: 172164 160036 195 584 0 171576 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 986568

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.14 3/180 7042
/proc/meminfo: memFree=24092032/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=64.32 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 13315 160982 0 0 878 479 4916 159 20 0 1 0 271234443 300109824 61277 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 73269 61277 188 440 0 72825 0
[pid=7042] ppid=6994 vsize=424344 CPUtime=37.77 cores=1,3,5,7
/proc/7042/stat : 7042 (glucosInc) R 6994 6993 659 0 -1 4202496 50317 0 0 0 3761 16 0 0 20 0 1 0 271240894 434528256 95657 33554432000 4194304 5654031 140736522289648 140736522277464 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7042/statm: 106086 95657 141 357 0 105726 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 726568

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.12 3/180 7042
/proc/meminfo: memFree=23087892/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=64.32 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 13315 160982 0 0 878 479 4916 159 20 0 1 0 271234443 300109824 61277 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 73269 61277 188 440 0 72825 0
[pid=7042] ppid=6994 vsize=438192 CPUtime=97.76 cores=1,3,5,7
/proc/7042/stat : 7042 (glucosInc) R 6994 6993 659 0 -1 4202496 54217 0 0 0 9752 24 0 0 20 0 1 0 271240894 448708608 92149 33554432000 4194304 5654031 140736522289648 140736522277464 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7042/statm: 109548 92149 142 357 0 109188 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 740416

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.11 3/180 7043
/proc/meminfo: memFree=22022632/32873844 swapFree=7108/7108
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=64.32 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 13315 160982 0 0 878 479 4916 159 20 0 1 0 271234443 300109824 61277 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 73269 61277 188 440 0 72825 0
[pid=7042] ppid=6994 vsize=445988 CPUtime=157.75 cores=1,3,5,7
/proc/7042/stat : 7042 (glucosInc) R 6994 6993 659 0 -1 4202496 57352 0 0 0 15747 28 0 0 20 0 1 0 271240894 456691712 95867 33554432000 4194304 5654031 140736522289648 140736522277464 4216337 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7042/statm: 111497 95867 142 357 0 111137 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 748212

[startup+282.3 s]

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

/proc/loadavg: 2.01 2.51 2.44 3/181 7143
/proc/meminfo: memFree=28199836/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=64.32 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 13315 160982 0 0 878 479 4916 159 20 0 1 0 271234443 300109824 61277 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 73269 61277 188 440 0 72825 0
[pid=7042] ppid=6994 vsize=623860 CPUtime=1209.34 cores=1,3,5,7
/proc/7042/stat : 7042 (glucosInc) R 6994 6993 659 0 -1 4202496 77374 0 0 0 120786 148 0 0 20 0 1 0 271240894 638832640 124761 33554432000 4194304 5654031 140736522289648 140736522277464 4232939 0 0 4096 0 0 0 0 17 5 0 0 2790 0 0
/proc/7042/statm: 155965 124761 142 357 0 155605 0
Current children cumulated CPU time (s) 1273.66
Current children cumulated vsize (KiB) 926084

[startup+1362.3 s]
/proc/loadavg: 2.06 2.43 2.41 3/181 7143
/proc/meminfo: memFree=28248456/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=64.32 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 13315 160982 0 0 878 479 4916 159 20 0 1 0 271234443 300109824 61277 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 73269 61277 188 440 0 72825 0
[pid=7042] ppid=6994 vsize=492596 CPUtime=1269.34 cores=1,3,5,7
/proc/7042/stat : 7042 (glucosInc) R 6994 6993 659 0 -1 4202496 77772 0 0 0 126781 153 0 0 20 0 1 0 271240894 504418304 115260 33554432000 4194304 5654031 140736522289648 140736522277464 4232477 0 0 4096 0 0 0 0 17 5 0 0 2790 0 0
/proc/7042/statm: 123149 115260 142 357 0 122789 0
Current children cumulated CPU time (s) 1333.66
Current children cumulated vsize (KiB) 794820

[startup+1422.3 s]
/proc/loadavg: 2.02 2.35 2.39 3/181 7144
/proc/meminfo: memFree=28217104/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=64.32 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 13315 160982 0 0 878 479 4916 159 20 0 1 0 271234443 300109824 61277 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 73269 61277 188 440 0 72825 0
[pid=7042] ppid=6994 vsize=625012 CPUtime=1329.33 cores=1,3,5,7
/proc/7042/stat : 7042 (glucosInc) R 6994 6993 659 0 -1 4202496 78403 0 0 0 132778 155 0 0 20 0 1 0 271240894 640012288 122006 33554432000 4194304 5654031 140736522289648 140736522277464 4232421 0 0 4096 0 0 0 0 17 5 0 0 2790 0 0
/proc/7042/statm: 156253 122006 142 357 0 155893 0
Current children cumulated CPU time (s) 1393.65
Current children cumulated vsize (KiB) 927236

[startup+1482.3 s]
/proc/loadavg: 2.00 2.28 2.36 3/181 7144
/proc/meminfo: memFree=28278820/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=64.32 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 13315 160982 0 0 878 479 4916 159 20 0 1 0 271234443 300109824 61277 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 73269 61277 188 440 0 72825 0
[pid=7042] ppid=6994 vsize=494676 CPUtime=1389.32 cores=1,3,5,7
/proc/7042/stat : 7042 (glucosInc) R 6994 6993 659 0 -1 4202496 79055 0 0 0 138772 160 0 0 20 0 1 0 271240894 506548224 108673 33554432000 4194304 5654031 140736522289648 140736522277464 4232775 0 0 4096 0 0 0 0 17 5 0 0 2790 0 0
/proc/7042/statm: 123669 108673 142 357 0 123309 0
Current children cumulated CPU time (s) 1453.64
Current children cumulated vsize (KiB) 796900

[startup+1542.31 s]
/proc/loadavg: 2.04 2.24 2.34 3/181 7144
/proc/meminfo: memFree=28197736/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=64.32 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 13315 160982 0 0 878 479 4916 159 20 0 1 0 271234443 300109824 61277 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 73269 61277 188 440 0 72825 0
[pid=7042] ppid=6994 vsize=495548 CPUtime=1449.31 cores=1,3,5,7
/proc/7042/stat : 7042 (glucosInc) R 6994 6993 659 0 -1 4202496 79267 0 0 0 144770 161 0 0 20 0 1 0 271240894 507441152 118641 33554432000 4194304 5654031 140736522289648 140736522277464 4232684 0 0 4096 0 0 0 0 17 5 0 0 2790 0 0
/proc/7042/statm: 123887 118641 142 357 0 123527 0
Current children cumulated CPU time (s) 1513.63
Current children cumulated vsize (KiB) 797772

[startup+1602.3 s]
/proc/loadavg: 2.01 2.20 2.32 3/181 7146
/proc/meminfo: memFree=28342944/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=64.32 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 13315 160982 0 0 878 479 4916 159 20 0 1 0 271234443 300109824 61277 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/6994/statm: 73269 61277 188 440 0 72825 0
[pid=7042] ppid=6994 vsize=496596 CPUtime=1509.3 cores=1,3,5,7
/proc/7042/stat : 7042 (glucosInc) R 6994 6993 659 0 -1 4202496 80237 0 0 0 150763 167 0 0 20 0 1 0 271240894 508514304 109192 33554432000 4194304 5654031 140736522289648 140736522277464 4233201 0 0 4096 0 0 0 0 17 5 0 0 2790 0 0
/proc/7042/statm: 124149 109192 142 357 0 123789 0
Current children cumulated CPU time (s) 1573.62
Current children cumulated vsize (KiB) 798820

[startup+1662.3 s]
/proc/loadavg: 2.04 2.17 2.30 3/181 7148
/proc/meminfo: memFree=28622424/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=1632.52 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 17172 242614 0 0 891 480 161521 360 20 0 1 0 271234443 300109824 61292 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 1 0 0
/proc/6994/statm: 73269 61292 189 440 0 72825 0
[pid=7148] ppid=6994 vsize=197344 CPUtime=1.08 cores=1,3,5,7
/proc/7148/stat : 7148 (glucosInc) R 6994 6993 659 0 -1 4202496 19356 0 0 0 101 7 0 0 20 0 1 0 271400563 202080256 38198 33554432000 4194304 5654031 140735667605072 140735666554424 4240850 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7148/statm: 49336 38198 109 357 0 48976 0
Current children cumulated CPU time (s) 1633.6
Current children cumulated vsize (KiB) 499568

[startup+1722.3 s]
/proc/loadavg: 2.12 2.17 2.29 3/182 7152
/proc/meminfo: memFree=28400172/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=1632.52 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 17172 242614 0 0 891 480 161521 360 20 0 1 0 271234443 300109824 61292 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 1 0 0
/proc/6994/statm: 73269 61292 189 440 0 72825 0
[pid=7148] ppid=6994 vsize=431016 CPUtime=61.07 cores=1,3,5,7
/proc/7148/stat : 7148 (glucosInc) R 6994 6993 659 0 -1 4202496 52615 0 0 0 6084 23 0 0 20 0 1 0 271400563 441360384 89782 33554432000 4194304 5654031 140735667605072 140735667592888 4232927 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7148/statm: 107754 89782 142 357 0 107394 0
Current children cumulated CPU time (s) 1693.59
Current children cumulated vsize (KiB) 733240

[startup+1782.3 s]
/proc/loadavg: 2.08 2.15 2.27 3/181 7152
/proc/meminfo: memFree=28387840/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=1632.52 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 17172 242614 0 0 891 480 161521 360 20 0 1 0 271234443 300109824 61292 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 1 0 0
/proc/6994/statm: 73269 61292 189 440 0 72825 0
[pid=7148] ppid=6994 vsize=441496 CPUtime=121.06 cores=1,3,5,7
/proc/7148/stat : 7148 (glucosInc) R 6994 6993 659 0 -1 4202496 55272 0 0 0 12079 27 0 0 20 0 1 0 271400563 452091904 92773 33554432000 4194304 5654031 140735667605072 140735667592888 4217439 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7148/statm: 110374 92773 142 357 0 110014 0
Current children cumulated CPU time (s) 1753.58
Current children cumulated vsize (KiB) 743720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1828.8 s]
/proc/loadavg: 2.14 2.15 2.26 3/181 7152
/proc/meminfo: memFree=28274096/32873844 swapFree=7116/7116
[pid=6993] ppid=6991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6993/stat : 6993 (npSolver-pbo-It) S 6991 6993 659 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271234443 9367552 275 33554432000 4194304 5064252 140733662668144 140733662667056 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6993/statm: 2287 275 233 213 0 72 0
[pid=6994] ppid=6993 vsize=293076 CPUtime=1632.52 cores=1,3,5,7
/proc/6994/stat : 6994 (npSolver-pbo) S 6993 6993 659 0 -1 4202496 17172 242614 0 0 891 480 161521 360 20 0 1 0 271234443 300109824 61292 33554432000 4194304 5992684 140735266647696 140735266633528 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 1 0 0
/proc/6994/statm: 73269 61292 189 440 0 72825 0
[pid=7148] ppid=6994 vsize=444716 CPUtime=167.56 cores=1,3,5,7
/proc/7148/stat : 7148 (glucosInc) R 6994 6993 659 0 -1 4202496 56306 0 0 0 16728 28 0 0 20 0 1 0 271400563 455389184 103516 33554432000 4194304 5654031 140735667605072 140735667592888 4233236 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7148/statm: 111179 103516 142 357 0 110819 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 746940

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6993 and gives
#  childrusage.ru_utime.tv_sec=1624
#  childrusage.ru_utime.tv_usec=128095
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=418720
# CPU time returned by wait4() is 1632.55
# 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): 1828.82
CPU time (s): 1800.08
CPU user time (s): 1791.4
CPU system time (s): 8.68
CPU usage (%): 98.4287
Max. virtual memory (cumulated for all children) (KiB): 1142696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1624.13
system time used= 8.41872
maximum resident set size= 684112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260160
page faults= 0
swaps= 0
block input operations= 16
block output operations= 2353880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1151
involuntary context switches= 1741

runsolver used 3.09553 second user time and 8.60769 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-26 18:51:34
IDJOB=3697902
IDBENCH=1875
IDSOLVER=2275
FILE ID=node138/3697902-1338051094
RUNJOBID= node138-1338048543-3008
PBS_JOBID= 14624337
Free space on /tmp= 71536 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mzzv11.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697902-1338051094/watcher-3697902-1338051094 -o /tmp/evaluation-result-3697902-1338051094/solver-3697902-1338051094 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697902-1338051094.opb 1335707163 HOME HOME

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

MD5SUM BENCH= a74bcf40291587dc368e3a23fd278be9
RANDOM SEED=1335707163

node138.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.347
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.69
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.347
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.347
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.347
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.347
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.347
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.347
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.92
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.347
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:        27014628 kB
Buffers:          307908 kB
Cached:          4612692 kB
SwapCached:            0 kB
Active:           927396 kB
Inactive:        4113728 kB
Active(anon):     123088 kB
Inactive(anon):        0 kB
Active(file):     804308 kB
Inactive(file):  4113728 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9336 kB
Writeback:             0 kB
AnonPages:        203384 kB
Mapped:            15828 kB
Shmem:               200 kB
Slab:             677688 kB
SReclaimable:     120008 kB
SUnreclaim:       557680 kB
KernelStack:        1504 kB
PageTables:         4648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     237128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 71160 MiB
End job on node138 at 2012-05-26 19:22:03