Trace number 3699602

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.1 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
MD5SUM3ddf6338b9f9cf35560b94c856457c56
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables468
Total number of constraints468
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints468
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 468
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 468
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 468
Number of bits of the biggest sum of numbers9
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.41	c run inc solver
0.00/0.41	c [INC SYSTEM] run initial solver
0.00/0.41	c [INC SYSTEM] preprocess with white file
0.00/0.70	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.70	c [INC SYSTEM] execute solver
0.00/0.76	c [INC SEARCH] formula is SAT
0.00/0.76	c [INC SYSTEM] solved the initial formula
0.00/0.76	c model valid
0.00/0.76	c current solution ok
0.00/0.91	o 262
0.00/0.91	c execute binary inc search
0.00/0.91	c [INC SEARCH] current bound: 131
0.00/0.91	c [INC SEARCH] iteration: 0
0.00/0.91	c [INC SEARCH] lower bound: 0 upperbound 262 current bound: 131 best value:262
0.00/0.91	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.91	c write failed with 2
0.00/0.91	c [INC SYSTEM] create new solver instance
0.00/0.91	c [INC] encode full formula
0.00/0.91	c (debug) using card networks
0.00/0.92	c set iterative enc to: card
0.00/0.92	c set iterative enc to: none
0.00/0.93	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.40	c an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.40	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-3699602-1338052924/watcher-3699602-1338052924 -o /tmp/evaluation-result-3699602-1338052924/solver-3699602-1338052924 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699602-1338052924.opb 948319481 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.07 2.01 2/175 8515
/proc/meminfo: memFree=28689864/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (runsolver) D 8512 8515 8474 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 271417737 12095488 50 33554432000 4194304 5436572 140734194079728 140734194076024 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/8515/statm: 2953 50 31 304 0 2645 0

[startup+0.020758 s]
/proc/loadavg: 2.12 2.07 2.01 2/175 8515
/proc/meminfo: memFree=28689864/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) R 8512 8515 8474 0 -1 4202496 257 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 193 33554432000 4194304 5064252 140734778524800 140734194075912 4619897 0 0 4096 0 0 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 208 175 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100195 s]
/proc/loadavg: 2.12 2.07 2.01 2/175 8515
/proc/meminfo: memFree=28689864/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30018 s]
/proc/loadavg: 2.12 2.07 2.01 2/175 8515
/proc/meminfo: memFree=28689864/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700194 s]
/proc/loadavg: 2.12 2.07 2.01 2/175 8515
/proc/meminfo: memFree=28689864/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 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.11 2.06 2.01 3/183 8535
/proc/meminfo: memFree=28643088/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=16372 CPUtime=0.56 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 2806 0 0 0 56 0 0 0 20 0 1 0 271417830 16764928 3244 33554432000 4194304 5654031 140736109227168 140736109224936 4208705 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 4093 3244 141 357 0 3733 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 34008

[startup+3.10035 s]
/proc/loadavg: 2.11 2.06 2.01 3/183 8535
/proc/meminfo: memFree=28638064/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=16960 CPUtime=2.16 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 3197 0 0 0 216 0 0 0 20 0 1 0 271417830 17367040 3713 33554432000 4194304 5654031 140736109227168 140736109214984 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 4240 3713 142 357 0 3880 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 34596

[startup+6.30039 s]
/proc/loadavg: 2.10 2.06 2.01 3/183 8535
/proc/meminfo: memFree=28615664/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=28692 CPUtime=5.36 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 4612 0 0 0 535 1 0 0 20 0 1 0 271417830 29380608 6522 33554432000 4194304 5654031 140736109227168 140736109214984 4232784 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 7173 6522 142 357 0 6813 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 46328

[startup+12.7003 s]
/proc/loadavg: 2.10 2.06 2.01 3/183 8535
/proc/meminfo: memFree=28604648/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=33112 CPUtime=11.76 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 5330 0 0 0 1175 1 0 0 20 0 1 0 271417830 33906688 7720 33554432000 4194304 5654031 140736109227168 140736109214984 4208619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 8278 7720 142 357 0 7918 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 50748

[startup+25.5004 s]
/proc/loadavg: 2.08 2.06 2.01 3/183 8535
/proc/meminfo: memFree=28611152/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=33112 CPUtime=24.55 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 5330 0 0 0 2454 1 0 0 20 0 1 0 271417830 33906688 7720 33554432000 4194304 5654031 140736109227168 140736109214984 4232997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 8278 7720 142 357 0 7918 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 50748

[startup+51.1003 s]
/proc/loadavg: 2.05 2.05 2.01 3/183 8535
/proc/meminfo: memFree=28571424/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=44140 CPUtime=50.14 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 8527 0 0 0 5012 2 0 0 20 0 1 0 271417830 45199360 10486 33554432000 4194304 5654031 140736109227168 140736109225096 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 11035 10486 142 357 0 10675 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 61776

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 8535
/proc/meminfo: memFree=28530024/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=79980 CPUtime=101.34 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 9634 0 0 0 10131 3 0 0 20 0 1 0 271417830 81899520 17275 33554432000 4194304 5654031 140736109227168 140736109214984 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 19995 17275 142 357 0 19635 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 97616

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 8535
/proc/meminfo: memFree=28516608/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=79980 CPUtime=161.33 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 9638 0 0 0 16129 4 0 0 20 0 1 0 271417830 81899520 18945 33554432000 4194304 5654031 140736109227168 140736109214984 4214603 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 19995 18945 142 357 0 19635 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 97616

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 8536
/proc/meminfo: memFree=28497620/32873844 swapFree=7100/7100
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=92472 CPUtime=221.32 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 9965 0 0 0 22128 4 0 0 20 0 1 0 271417830 94691328 22335 33554432000 4194304 5654031 140736109227168 140736109214984 4215964 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 23118 22335 142 357 0 22758 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 110108

[startup+282.3 s]

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

/proc/meminfo: memFree=28394192/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=124072 CPUtime=1241.16 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 13271 0 0 0 124089 27 0 0 20 0 1 0 271417830 127049728 30480 33554432000 4194304 5654031 140736109227168 140736109225192 4232949 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 31018 30480 142 357 0 30658 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 141708

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 8545
/proc/meminfo: memFree=28344932/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=173392 CPUtime=1301.16 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 13376 0 0 0 130088 28 0 0 20 0 1 0 271417830 177553408 41262 33554432000 4194304 5654031 140736109227168 140736109225096 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 43348 41262 142 357 0 42988 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 191028

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8545
/proc/meminfo: memFree=28336648/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=173392 CPUtime=1361.14 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 13511 0 0 0 136085 29 0 0 20 0 1 0 271417830 177553408 42806 33554432000 4194304 5654031 140736109227168 140736109225096 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 43348 42806 142 357 0 42988 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 191028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8545
/proc/meminfo: memFree=28348052/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=124072 CPUtime=1421.14 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 13695 0 0 0 142082 32 0 0 20 0 1 0 271417830 127049728 30480 33554432000 4194304 5654031 140736109227168 140736109225192 4233232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 31018 30480 142 357 0 30658 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 141708

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8546
/proc/meminfo: memFree=28350192/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=124072 CPUtime=1481.12 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 13821 0 0 0 148079 33 0 0 20 0 1 0 271417830 127049728 30480 33554432000 4194304 5654031 140736109227168 140736109225192 4232755 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 31018 30480 142 357 0 30658 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 141708

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8547
/proc/meminfo: memFree=28315148/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=173392 CPUtime=1541.12 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 13992 0 0 0 154077 35 0 0 20 0 1 0 271417830 177553408 39726 33554432000 4194304 5654031 140736109227168 140736109225096 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 43348 39726 142 357 0 42988 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 191028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8547
/proc/meminfo: memFree=28311896/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=192708 CPUtime=1601.1 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 14164 0 0 0 160074 36 0 0 20 0 1 0 271417830 197332992 41307 33554432000 4194304 5654031 140736109227168 140736109225096 4232784 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 48177 41307 142 357 0 47817 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 210344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8547
/proc/meminfo: memFree=28298768/32873844 swapFree=7100/7100
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=192708 CPUtime=1661.1 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 14295 0 0 0 166072 38 0 0 20 0 1 0 271417830 197332992 42843 33554432000 4194304 5654031 140736109227168 140736109225096 4233457 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 48177 42843 142 357 0 47817 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 210344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8550
/proc/meminfo: memFree=28309400/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=192708 CPUtime=1721.08 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 14419 0 0 0 172069 39 0 0 20 0 1 0 271417830 197332992 43355 33554432000 4194304 5654031 140736109227168 140736109225096 4232767 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 48177 43355 142 357 0 47817 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 210344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8551
/proc/meminfo: memFree=28277232/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=205980 CPUtime=1781.07 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 15498 0 0 0 178066 41 0 0 20 0 1 0 271417830 210923520 50433 33554432000 4194304 5654031 140736109227168 140736109225096 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 51495 50433 142 357 0 51135 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 223616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8551
/proc/meminfo: memFree=28371764/32873844 swapFree=7096/7096
[pid=8515] ppid=8512 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8515/stat : 8515 (npSolver-pbo-I.) S 8512 8515 8474 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271417737 9367552 275 33554432000 4194304 5064252 140734778524800 140734778523712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8515/statm: 2287 275 233 213 0 72 0
[pid=8520] ppid=8515 vsize=8488 CPUtime=0.89 cores=0,2,4,6
/proc/8520/stat : 8520 (npSolver-pbo) S 8515 8515 8474 0 -1 4202496 3053 7001 0 0 41 13 33 2 20 0 1 0 271417739 8691712 1721 33554432000 4194304 5992684 140736648660448 140736648645352 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8520/statm: 2122 1721 180 440 0 1678 0
[pid=8533] ppid=8520 vsize=156660 CPUtime=1799.18 cores=0,2,4,6
/proc/8533/stat : 8533 (glucosInc) R 8520 8515 8474 0 -1 4202496 15568 0 0 0 179876 42 0 0 20 0 1 0 271417830 160419840 38627 33554432000 4194304 5654031 140736109227168 140736109225192 4215932 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8533/statm: 39165 38627 142 357 0 38805 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 174296

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.41
CPU time (s): 1800.1
CPU user time (s): 1799.51
CPU system time (s): 0.58791
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 254436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.58791
maximum resident set size= 208144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26003
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54
involuntary context switches= 2075

runsolver used 8.39772 second user time and 17.4523 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-26 19:22:04
IDJOB=3699602
IDBENCH=1959
IDSOLVER=2276
FILE ID=node132/3699602-1338052924
RUNJOBID= node132-1338052924-8490
PBS_JOBID= 14624394
Free space on /tmp= 71548 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699602-1338052924/watcher-3699602-1338052924 -o /tmp/evaluation-result-3699602-1338052924/solver-3699602-1338052924 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699602-1338052924.opb 948319481 HOME HOME

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

MD5SUM BENCH= 3ddf6338b9f9cf35560b94c856457c56
RANDOM SEED=948319481

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28690368 kB
Buffers:          288968 kB
Cached:          3096080 kB
SwapCached:            0 kB
Active:           863780 kB
Inactive:        2531716 kB
Active(anon):      13108 kB
Inactive(anon):        0 kB
Active(file):     850672 kB
Inactive(file):  2531716 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16412 kB
Writeback:             0 kB
AnonPages:         17396 kB
Mapped:            13724 kB
Shmem:               212 kB
Slab:             650592 kB
SReclaimable:      92372 kB
SUnreclaim:       558220 kB
KernelStack:        1400 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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= 71520 MiB
End job on node132 at 2012-05-26 19:52:05