Trace number 3699496

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? (TO) 1800.11 1800.72

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.83	c run inc solver
0.00/0.83	c [INC SYSTEM] run initial solver
0.00/0.83	c [INC SYSTEM] preprocess with white file
14.06/14.17	c [INC SYSTEM] finished preprocessing in 13 s
14.06/14.17	c [INC SYSTEM] execute solver
14.53/14.60	c [INC SEARCH] formula is SAT
14.53/14.63	c [INC SYSTEM] solved the initial formula
14.63/14.79	c model valid
14.63/14.79	c current solution ok
15.33/15.47	o 946
15.33/15.47	c execute binary inc search
15.33/15.47	c [INC SEARCH] current bound: 473
15.33/15.47	c [INC SEARCH] iteration: 0
15.33/15.47	c [INC SEARCH] lower bound: 0 upperbound 946 current bound: 473 best value:946
15.33/15.47	c [INC SYSTEM] there exists a inc, kill it!
15.33/15.47	c write failed with 2
15.33/15.47	c [INC SYSTEM] create new solver instance
15.33/15.47	c [INC] encode full formula
15.33/15.47	c fallback to adder encoding
18.33/18.49	c set iterative enc to: adder
18.33/18.49	c set iterative enc to: none
18.75/19.14	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.71	c an unexpexted return value has been received, exit
1800.06/1800.71	s UNKNOWN
1800.06/1800.71	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.71	c write failed with -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-3699496-1338310751/watcher-3699496-1338310751 -o /tmp/evaluation-result-3699496-1338310751/solver-3699496-1338310751 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699496-1338310751.opb 396024556 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.02 1.74 4/175 16658
/proc/meminfo: memFree=30099288/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0

[startup+0.018161 s]
/proc/loadavg: 0.00 0.02 1.74 4/175 16658
/proc/meminfo: memFree=30099288/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 0.00 0.02 1.74 4/175 16658
/proc/meminfo: memFree=30099288/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 0.00 0.02 1.74 4/175 16658
/proc/meminfo: memFree=30099288/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700295 s]
/proc/loadavg: 0.00 0.02 1.74 4/175 16658
/proc/meminfo: memFree=30099288/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 0.00 0.02 1.74 3/181 16664
/proc/meminfo: memFree=29948592/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=85440 CPUtime=0.92 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 16432 0 0 0 77 15 0 0 20 0 1 0 297199515 87490560 20043 33554432000 4194304 5992684 140736519672208 140736519666656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 21360 20043 167 440 0 20916 0
[pid=16663] ppid=16659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16663/stat : 16663 (cp2_pre.sh) S 16659 16656 16615 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 297199608 9367552 277 33554432000 4194304 5064252 140735333410064 140735333408768 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16663/statm: 2287 277 234 213 0 72 0
[pid=16664] ppid=16663 vsize=224320 CPUtime=0.55 cores=0,2,4,6
/proc/16664/stat : 16664 (coprocessor) R 16663 16656 16615 0 -1 4202496 24343 0 0 0 50 5 0 0 20 0 1 0 297199608 229703680 48979 33554432000 4194304 6586260 140733819719552 140733819716312 5512150 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/16664/statm: 56080 48979 166 584 0 55492 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 328056

[startup+3.10037 s]
/proc/loadavg: 0.00 0.02 1.74 4/181 16664
/proc/meminfo: memFree=29712908/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=85440 CPUtime=0.92 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 16432 0 0 0 77 15 0 0 20 0 1 0 297199515 87490560 20043 33554432000 4194304 5992684 140736519672208 140736519666656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 21360 20043 167 440 0 20916 0
[pid=16663] ppid=16659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16663/stat : 16663 (cp2_pre.sh) S 16659 16656 16615 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 297199608 9367552 277 33554432000 4194304 5064252 140735333410064 140735333408768 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16663/statm: 2287 277 234 213 0 72 0
[pid=16664] ppid=16663 vsize=269900 CPUtime=2.15 cores=0,2,4,6
/proc/16664/stat : 16664 (coprocessor) R 16663 16656 16615 0 -1 4202496 35481 0 0 0 208 7 0 0 20 0 1 0 297199608 276377600 65227 33554432000 4194304 6586260 140733819719552 140733819715704 4775649 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/16664/statm: 67475 65227 175 584 0 66887 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 373636

[startup+6.30034 s]
/proc/loadavg: 0.16 0.05 1.74 4/181 16664
/proc/meminfo: memFree=29546744/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=85440 CPUtime=0.92 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 16432 0 0 0 77 15 0 0 20 0 1 0 297199515 87490560 20043 33554432000 4194304 5992684 140736519672208 140736519666656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 21360 20043 167 440 0 20916 0
[pid=16663] ppid=16659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16663/stat : 16663 (cp2_pre.sh) S 16659 16656 16615 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 297199608 9367552 277 33554432000 4194304 5064252 140735333410064 140735333408768 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16663/statm: 2287 277 234 213 0 72 0
[pid=16664] ppid=16663 vsize=302432 CPUtime=5.35 cores=0,2,4,6
/proc/16664/stat : 16664 (coprocessor) R 16663 16656 16615 0 -1 4202496 39007 0 0 0 527 8 0 0 20 0 1 0 297199608 309690368 73863 33554432000 4194304 6586260 140733819719552 140733819714920 5599579 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/16664/statm: 75608 73863 190 584 0 75020 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 406168

[startup+12.7003 s]
/proc/loadavg: 0.31 0.09 1.74 3/183 16666
/proc/meminfo: memFree=28791260/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=85440 CPUtime=0.92 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 16432 0 0 0 77 15 0 0 20 0 1 0 297199515 87490560 20043 33554432000 4194304 5992684 140736519672208 140736519666656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 21360 20043 167 440 0 20916 0
[pid=16663] ppid=16659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16663/stat : 16663 (cp2_pre.sh) S 16659 16656 16615 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 297199608 9367552 277 33554432000 4194304 5064252 140735333410064 140735333408768 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16663/statm: 2287 277 234 213 0 72 0
[pid=16664] ppid=16663 vsize=304016 CPUtime=11.75 cores=0,2,4,6
/proc/16664/stat : 16664 (coprocessor) R 16663 16656 16615 0 -1 4202496 39391 0 0 0 1167 8 0 0 20 0 1 0 297199608 311312384 74247 33554432000 4194304 6586260 140733819719552 140733819715144 5599454 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/16664/statm: 76004 74247 190 584 0 75416 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 407752

[startup+25.5004 s]
/proc/loadavg: 0.83 0.21 1.75 3/182 16671
/proc/meminfo: memFree=28252344/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=609848 CPUtime=6.35 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 89535 0 0 0 610 25 0 0 20 0 1 0 297201429 624484352 134625 33554432000 4194304 5654031 140734822516240 140734822514136 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 152462 134625 139 357 0 152102 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 715132

[startup+51.1004 s]
/proc/loadavg: 1.30 0.37 1.77 4/182 16676
/proc/meminfo: memFree=28415248/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=611144 CPUtime=31.94 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 89821 0 0 0 3169 25 0 0 20 0 1 0 297201429 625811456 135422 33554432000 4194304 5654031 140734822516240 140734822513848 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 152786 135422 140 357 0 152426 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 716428

[startup+102.3 s]
/proc/loadavg: 1.81 0.66 1.79 4/182 16679
/proc/meminfo: memFree=28288940/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=611144 CPUtime=83.13 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 89823 0 0 0 8288 25 0 0 20 0 1 0 297201429 625811456 135424 33554432000 4194304 5654031 140734822516240 140734822514136 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 152786 135424 140 357 0 152426 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 716428

[startup+162.3 s]
/proc/loadavg: 1.93 0.90 1.80 4/182 16701
/proc/meminfo: memFree=28256184/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=611144 CPUtime=143.12 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 89827 0 0 0 14287 25 0 0 20 0 1 0 297201429 625811456 135939 33554432000 4194304 5654031 140734822516240 140734822504056 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 152786 135939 140 357 0 152426 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 716428

[startup+222.3 s]
/proc/loadavg: 1.97 1.10 1.81 4/181 16701
/proc/meminfo: memFree=28274320/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=28263124/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=613576 CPUtime=1222.94 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90435 0 0 0 122269 25 0 0 20 0 1 0 297201429 628301824 138224 33554432000 4194304 5654031 140734822516240 140734822504056 4233280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153394 138224 141 357 0 153034 0
Current children cumulated CPU time (s) 1241.73
Current children cumulated vsize (KiB) 718860

[startup+1302.3 s]
/proc/loadavg: 2.09 2.02 1.93 4/182 16723
/proc/meminfo: memFree=28315232/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=613576 CPUtime=1282.93 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90436 0 0 0 128268 25 0 0 20 0 1 0 297201429 628301824 138736 33554432000 4194304 5654031 140734822516240 140734822504056 4232791 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153394 138736 141 357 0 153034 0
Current children cumulated CPU time (s) 1301.72
Current children cumulated vsize (KiB) 718860

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.93 4/181 16723
/proc/meminfo: memFree=28268132/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=613576 CPUtime=1342.92 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90475 0 0 0 134267 25 0 0 20 0 1 0 297201429 628301824 138775 33554432000 4194304 5654031 140734822516240 140734822504056 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153394 138775 141 357 0 153034 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 718860

[startup+1422.3 s]
/proc/loadavg: 2.01 2.00 1.93 4/181 16725
/proc/meminfo: memFree=28308328/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=613576 CPUtime=1402.91 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90475 0 0 0 140266 25 0 0 20 0 1 0 297201429 628301824 138775 33554432000 4194304 5654031 140734822516240 140734822504056 4214131 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153394 138775 141 357 0 153034 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 718860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/181 16725
/proc/meminfo: memFree=28288596/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=614548 CPUtime=1462.91 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90686 0 0 0 146266 25 0 0 20 0 1 0 297201429 629297152 138986 33554432000 4194304 5654031 140734822516240 140734822504056 4214483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153637 138986 141 357 0 153277 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 719832

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/181 16726
/proc/meminfo: memFree=28253660/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=614548 CPUtime=1522.91 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90709 0 0 0 152265 26 0 0 20 0 1 0 297201429 629297152 139520 33554432000 4194304 5654031 140734822516240 140734822504056 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153637 139520 141 357 0 153277 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 719832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/181 16728
/proc/meminfo: memFree=28279752/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=615628 CPUtime=1582.9 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90894 0 0 0 158264 26 0 0 20 0 1 0 297201429 630403072 139705 33554432000 4194304 5654031 140734822516240 140734822504056 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153907 139705 141 357 0 153547 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 720912

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/181 16728
/proc/meminfo: memFree=28289984/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=615628 CPUtime=1642.89 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90895 0 0 0 164263 26 0 0 20 0 1 0 297201429 630403072 139706 33554432000 4194304 5654031 140734822516240 140734822504056 4208717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153907 139706 141 357 0 153547 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 720912

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.94 4/181 16730
/proc/meminfo: memFree=28301464/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=615628 CPUtime=1702.88 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90904 0 0 0 170262 26 0 0 20 0 1 0 297201429 630403072 139715 33554432000 4194304 5654031 140734822516240 140734822504056 4233299 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153907 139715 141 357 0 153547 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 720912

[startup+1782.31 s]
/proc/loadavg: 2.02 2.01 1.94 4/181 16730
/proc/meminfo: memFree=28265416/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=615628 CPUtime=1762.88 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90912 0 0 0 176262 26 0 0 20 0 1 0 297201429 630403072 139723 33554432000 4194304 5654031 140734822516240 140734822504056 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153907 139723 141 357 0 153547 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 720912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.02 2.01 1.94 4/181 16730
/proc/meminfo: memFree=28255364/32873844 swapFree=7388/7388
[pid=16656] ppid=16654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16656/stat : 16656 (npSolver-pbo-I.) S 16654 16656 16615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297199514 9367552 274 33554432000 4194304 5064252 140734229737584 140734229736496 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16656/statm: 2287 274 233 213 0 72 0
[pid=16659] ppid=16656 vsize=96136 CPUtime=18.79 cores=0,2,4,6
/proc/16659/stat : 16659 (npSolver-pbo) S 16656 16656 16615 0 -1 4202496 32386 60886 0 0 403 112 1343 21 20 0 1 0 297199515 98443264 22769 33554432000 4194304 5992684 140736519672208 140736519657112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16659/statm: 24034 22769 187 440 0 23590 0
[pid=16671] ppid=16659 vsize=615628 CPUtime=1781.27 cores=0,2,4,6
/proc/16671/stat : 16671 (glucosInc) R 16659 16656 16615 0 -1 4202496 90913 0 0 0 178101 26 0 0 20 0 1 0 297201429 630403072 139724 33554432000 4194304 5654031 140734822516240 140734822504056 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16671/statm: 153907 139724 141 357 0 153547 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 720912

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.11
CPU user time (s): 1798.49
CPU system time (s): 1.61375
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 922544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 1.61375
maximum resident set size= 696784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 565792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 947
involuntary context switches= 2050

runsolver used 2.87756 second user time and 8.58569 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-29 18:59:11
IDJOB=3699496
IDBENCH=1874
IDSOLVER=2276
FILE ID=node147/3699496-1338310751
RUNJOBID= node147-1338310749-16631
PBS_JOBID= 14632081
Free space on /tmp= 71240 MiB

SOLVER NAME= npSolver inc
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-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699496-1338310751/watcher-3699496-1338310751 -o /tmp/evaluation-result-3699496-1338310751/solver-3699496-1338310751 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699496-1338310751.opb 396024556 HOME HOME

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

MD5SUM BENCH= 5548b3a1af88258afdf09b4f2d4db162
RANDOM SEED=396024556

node147.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.951
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.90
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.951
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		: 2666.951
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.87
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.951
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.951
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.951
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		: 2666.951
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.951
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:        30100304 kB
Buffers:          421700 kB
Cached:          1497844 kB
SwapCached:         3388 kB
Active:          1016104 kB
Inactive:         909104 kB
Active(anon):       3016 kB
Inactive(anon):     4988 kB
Active(file):    1013088 kB
Inactive(file):   904116 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             22612 kB
Writeback:             8 kB
AnonPages:         10532 kB
Mapped:             8696 kB
Shmem:                 0 kB
Slab:             710888 kB
SReclaimable:     152108 kB
SUnreclaim:       558780 kB
KernelStack:        1400 kB
PageTables:         3752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     106148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70640 MiB
End job on node147 at 2012-05-29 19:29:12