Trace number 3697900

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.09 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-fast0507.opb
MD5SUM5548b3a1af88258afdf09b4f2d4db162
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark174
Best CPU time to get the best result obtained on this benchmark1166.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 239
Optimality of the best value was proved NO
Number of variables63009
Total number of constraints507
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint7753
Number of terms in the objective function 63009
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 122425
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 122425
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

0.00/0.85	c run inc solver
0.00/0.85	c [INC SYSTEM] run initial solver
0.00/0.85	c [INC SYSTEM] preprocess with white file
17.78/17.94	c [INC SYSTEM] finished preprocessing in 17 s
17.78/17.94	c [INC SYSTEM] execute solver
17.83/18.37	c [INC SEARCH] formula is SAT
17.87/18.40	c [INC SYSTEM] solved the initial formula
17.96/18.56	c model valid
17.96/18.56	c current solution ok
19.08/19.21	o 946
19.08/19.21	c [INC SYSTEM] there exists a inc, kill it!
19.08/19.21	c write failed with 2
19.08/19.22	c [INC SEARCH] iteration: 0
19.08/19.22	c [INC BOUNDS] best value:946 search for 945
19.08/19.22	c [INC SYSTEM] create new solver instance
19.08/19.22	c [INC] encode full formula
19.08/19.22	c fallback to adder encoding
22.50/22.66	c set iterative enc to: adder
22.50/22.66	c set iterative enc to: none
23.00/23.17	c [INC SEARCH] isOptimum variable: 0

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-3697900-1338051064/watcher-3697900-1338051064 -o /tmp/evaluation-result-3697900-1338051064/solver-3697900-1338051064 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697900-1338051064.opb 506591142 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.02 2.01 2.05 3/180 10162
/proc/meminfo: memFree=28824972/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0

[startup+0.077291 s]
/proc/loadavg: 2.02 2.01 2.05 3/180 10162
/proc/meminfo: memFree=28824972/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 2.02 2.01 2.05 3/180 10162
/proc/meminfo: memFree=28824972/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300251 s]
/proc/loadavg: 2.02 2.01 2.05 3/180 10162
/proc/meminfo: memFree=28824972/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/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.02 2.01 2.05 3/180 10162
/proc/meminfo: memFree=28824972/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.02 2.01 2.05 3/184 10166
/proc/meminfo: memFree=28706188/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=85440 CPUtime=0.94 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 16505 0 0 0 79 15 0 0 20 0 1 0 271231256 87490560 20118 33554432000 4194304 5992684 140733478728240 140733478722688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 21360 20118 167 440 0 20916 0
[pid=10165] ppid=10163 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10165/stat : 10165 (cp2_pre.sh) S 10163 10162 9054 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271231351 9367552 277 33554432000 4194304 5064252 140735122261296 140735122260000 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10165/statm: 2287 277 234 213 0 72 0
[pid=10166] ppid=10165 vsize=221932 CPUtime=0.54 cores=1,3,5,7
/proc/10166/stat : 10166 (coprocessor) R 10165 10162 9054 0 -1 4202496 25088 0 0 0 47 7 0 0 20 0 1 0 271231351 227258368 48702 33554432000 4194304 6586260 140734937690448 140734937687208 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/10166/statm: 55483 48702 166 584 0 54895 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 325668

[startup+3.10044 s]
/proc/loadavg: 2.02 2.01 2.05 3/184 10166
/proc/meminfo: memFree=28495712/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=85440 CPUtime=0.94 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 16505 0 0 0 79 15 0 0 20 0 1 0 271231256 87490560 20118 33554432000 4194304 5992684 140733478728240 140733478722688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 21360 20118 167 440 0 20916 0
[pid=10165] ppid=10163 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10165/stat : 10165 (cp2_pre.sh) S 10163 10162 9054 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271231351 9367552 277 33554432000 4194304 5064252 140735122261296 140735122260000 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10165/statm: 2287 277 234 213 0 72 0
[pid=10166] ppid=10165 vsize=261668 CPUtime=2.14 cores=1,3,5,7
/proc/10166/stat : 10166 (coprocessor) R 10165 10162 9054 0 -1 4202496 34858 0 0 0 206 8 0 0 20 0 1 0 271231351 267948032 58472 33554432000 4194304 6586260 140734937690448 140734937686776 4496489 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/10166/statm: 65417 58472 170 584 0 64829 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 365404

[startup+6.30032 s]
/proc/loadavg: 2.02 2.01 2.05 3/184 10166
/proc/meminfo: memFree=28411172/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=85440 CPUtime=0.94 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 16505 0 0 0 79 15 0 0 20 0 1 0 271231256 87490560 20118 33554432000 4194304 5992684 140733478728240 140733478722688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 21360 20118 167 440 0 20916 0
[pid=10165] ppid=10163 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10165/stat : 10165 (cp2_pre.sh) S 10163 10162 9054 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271231351 9367552 277 33554432000 4194304 5064252 140735122261296 140735122260000 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10165/statm: 2287 277 234 213 0 72 0
[pid=10166] ppid=10165 vsize=301772 CPUtime=5.34 cores=1,3,5,7
/proc/10166/stat : 10166 (coprocessor) R 10165 10162 9054 0 -1 4202496 40263 0 0 0 524 10 0 0 20 0 1 0 271231351 309014528 74097 33554432000 4194304 6586260 140734937690448 140734937685768 5599454 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/10166/statm: 75443 74097 190 584 0 74855 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 405508

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.05 3/184 10166
/proc/meminfo: memFree=28403228/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=85440 CPUtime=0.94 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 16505 0 0 0 79 15 0 0 20 0 1 0 271231256 87490560 20118 33554432000 4194304 5992684 140733478728240 140733478722688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 21360 20118 167 440 0 20916 0
[pid=10165] ppid=10163 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10165/stat : 10165 (cp2_pre.sh) S 10163 10162 9054 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271231351 9367552 277 33554432000 4194304 5064252 140735122261296 140735122260000 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10165/statm: 2287 277 234 213 0 72 0
[pid=10166] ppid=10165 vsize=303488 CPUtime=11.73 cores=1,3,5,7
/proc/10166/stat : 10166 (coprocessor) R 10165 10162 9054 0 -1 4202496 40673 0 0 0 1163 10 0 0 20 0 1 0 271231351 310771712 74507 33554432000 4194304 6586260 140734937690448 140734937686040 5599190 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/10166/statm: 75872 74507 190 584 0 75284 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 407224

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 2.05 3/183 10171
/proc/meminfo: memFree=27964692/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=626084 CPUtime=2.3 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 71437 0 0 0 209 21 0 0 20 0 1 0 271233574 641110016 129801 33554432000 4194304 5654031 140733944239600 140733943188952 4797758 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 156521 129801 109 357 0 156161 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 731368

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.05 3/183 10171
/proc/meminfo: memFree=27800324/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=703992 CPUtime=27.9 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 96945 0 0 0 2760 30 0 0 20 0 1 0 271233574 720887808 147763 33554432000 4194304 5654031 140733944239600 140733944237384 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 175998 147763 141 357 0 175638 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 809276

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.05 3/183 10171
/proc/meminfo: memFree=27888740/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=704508 CPUtime=79.1 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 97069 0 0 0 7880 30 0 0 20 0 1 0 271233574 721416192 147883 33554432000 4194304 5654031 140733944239600 140733944237208 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 176127 147883 141 357 0 175767 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 809792

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/183 10172
/proc/meminfo: memFree=27842212/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=704508 CPUtime=139.08 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 97081 0 0 0 13878 30 0 0 20 0 1 0 271233574 721416192 147889 33554432000 4194304 5654031 140733944239600 140733944237208 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 176127 147889 141 357 0 175767 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 809792

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 10172
/proc/meminfo: memFree=27775400/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=27885048/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=708040 CPUtime=1338.89 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 97954 0 0 0 133858 31 0 0 20 0 1 0 271233574 725032960 151006 33554432000 4194304 5654031 140733944239600 140733944227416 4232932 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177010 151006 142 357 0 176650 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 813324

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10273
/proc/meminfo: memFree=27893720/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=708040 CPUtime=1398.89 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 97964 0 0 0 139858 31 0 0 20 0 1 0 271233574 725032960 151016 33554432000 4194304 5654031 140733944239600 140733944227416 4214344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177010 151016 142 357 0 176650 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 813324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10273
/proc/meminfo: memFree=27893352/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=708172 CPUtime=1458.87 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 98010 0 0 0 145856 31 0 0 20 0 1 0 271233574 725168128 151062 33554432000 4194304 5654031 140733944239600 140733944227416 4209096 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177043 151062 142 357 0 176683 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 813456

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 10273
/proc/meminfo: memFree=27862996/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=709484 CPUtime=1518.86 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 98342 0 0 0 151855 31 0 0 20 0 1 0 271233574 726511616 151394 33554432000 4194304 5654031 140733944239600 140733944237384 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177371 151394 142 357 0 177011 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 814768

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10273
/proc/meminfo: memFree=27928824/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=709484 CPUtime=1578.85 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 98343 0 0 0 157854 31 0 0 20 0 1 0 271233574 726511616 151395 33554432000 4194304 5654031 140733944239600 140733944237384 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177371 151395 142 357 0 177011 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 814768

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 10273
/proc/meminfo: memFree=27900128/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=709484 CPUtime=1638.84 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 98344 0 0 0 163853 31 0 0 20 0 1 0 271233574 726511616 151396 33554432000 4194304 5654031 140733944239600 140733944237384 4232601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177371 151396 142 357 0 177011 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 814768

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 10274
/proc/meminfo: memFree=27894644/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=709484 CPUtime=1698.83 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 98345 0 0 0 169852 31 0 0 20 0 1 0 271233574 726511616 151908 33554432000 4194304 5654031 140733944239600 140733944237384 4214475 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177371 151908 142 357 0 177011 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 814768

[startup+1782.3 s]
/proc/loadavg: 2.20 2.07 2.01 3/184 10279
/proc/meminfo: memFree=28001972/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=709484 CPUtime=1758.82 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 98346 0 0 0 175851 31 0 0 20 0 1 0 271233574 726511616 151909 33554432000 4194304 5654031 140733944239600 140733944237384 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177371 151909 142 357 0 177011 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 814768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.14 2.06 2.01 3/183 10279
/proc/meminfo: memFree=28006512/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=709484 CPUtime=1777.02 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 98349 0 0 0 177671 31 0 0 20 0 1 0 271233574 726511616 151912 33554432000 4194304 5654031 140733944239600 140733944237384 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177371 151912 142 357 0 177011 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 814768

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

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

[startup+1800.5 s]
/proc/loadavg: 2.14 2.06 2.01 3/183 10279
/proc/meminfo: memFree=28006512/32873844 swapFree=7364/7364
[pid=10162] ppid=10160 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (npSolver-pbo-It) S 10160 10162 9054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271231256 9367552 274 33554432000 4194304 5064252 140734382439280 140734382438192 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2287 274 233 213 0 72 0
[pid=10163] ppid=10162 vsize=96136 CPUtime=23.07 cores=1,3,5,7
/proc/10163/stat : 10163 (npSolver-pbo) S 10162 10162 9054 0 -1 4202496 32906 61686 0 0 448 124 1712 23 20 0 1 0 271231256 98443264 22842 33554432000 4194304 5992684 140733478728240 140733478714072 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10163/statm: 24034 22842 185 440 0 23590 0
[pid=10171] ppid=10163 vsize=709484 CPUtime=1777.02 cores=1,3,5,7
/proc/10171/stat : 10171 (glucosInc) R 10163 10162 9054 0 -1 4202496 98349 0 0 0 177671 31 0 0 20 0 1 0 271233574 726511616 151912 33554432000 4194304 5654031 140733944239600 140733944237384 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10171/statm: 177371 151912 142 357 0 177011 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 814768

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10162 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=609714
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=491773
# CPU time returned by wait4() is 23.1015
# 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): 1800.52
CPU time (s): 1800.09
CPU user time (s): 1798.31
CPU system time (s): 1.78
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 1018168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6097
system time used= 1.49177
maximum resident set size= 583096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94949
page faults= 0
swaps= 0
block input operations= 0
block output operations= 620000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 898
involuntary context switches= 38

runsolver used 4.22136 second user time and 11.2433 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-26 18:51:05
IDJOB=3697900
IDBENCH=1874
IDSOLVER=2275
FILE ID=node133/3697900-1338051064
RUNJOBID= node133-1338048810-9071
PBS_JOBID= 14624373
Free space on /tmp= 71600 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-fast0507.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697900-1338051064/watcher-3697900-1338051064 -o /tmp/evaluation-result-3697900-1338051064/solver-3697900-1338051064 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697900-1338051064.opb 506591142 HOME HOME

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

MD5SUM BENCH= 5548b3a1af88258afdf09b4f2d4db162
RANDOM SEED=506591142

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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:        28825244 kB
Buffers:          289192 kB
Cached:          2778496 kB
SwapCached:            0 kB
Active:           708516 kB
Inactive:        2544864 kB
Active(anon):     187936 kB
Inactive(anon):        0 kB
Active(file):     520580 kB
Inactive(file):  2544864 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12808 kB
Writeback:             0 kB
AnonPages:        264172 kB
Mapped:            15828 kB
Shmem:               212 kB
Slab:             654708 kB
SReclaimable:      97076 kB
SUnreclaim:       557632 kB
KernelStack:        1520 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     318180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 71336 MiB
End job on node133 at 2012-05-26 19:21:07