Trace number 3699830

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir10_area_delay.opb
MD5SUM5d0340a340565eda2e94c9f5d1d814a1
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark71.8701
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables49757
Total number of constraints199672
Number of constraints which are clauses199672
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 constraint511
Number of terms in the objective function 24319
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 24319
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 24319
Number of bits of the biggest sum of numbers15
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.70	c run inc solver
0.00/0.70	c [INC SYSTEM] run initial solver
0.00/0.70	c [INC SYSTEM] preprocess with white file
1.76/1.82	c [INC SYSTEM] finished preprocessing in 1 s
1.76/1.82	c [INC SYSTEM] execute solver
1.79/1.94	c [INC SEARCH] formula is SAT
1.79/1.94	c [INC SYSTEM] solved the initial formula
2.17/2.21	c model valid
2.17/2.21	c current solution ok
2.46/2.59	o 903
2.46/2.59	c execute binary inc search
2.46/2.59	c [INC SEARCH] current bound: 451
2.46/2.59	c [INC SEARCH] iteration: 0
2.46/2.59	c [INC SEARCH] lower bound: 0 upperbound 903 current bound: 451 best value:903
2.46/2.59	c [INC SYSTEM] there exists a inc, kill it!
2.46/2.59	c write failed with 2
2.46/2.59	c [INC SYSTEM] create new solver instance
2.46/2.59	c [INC] encode full formula
2.46/2.59	c fallback to adder encoding
3.68/3.75	c set iterative enc to: cardAdder
3.68/3.75	c set iterative enc to: none
3.78/3.89	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	c an unexpexted return value has been received, exit
1800.08/1800.41	s UNKNOWN
1800.08/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.41	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-3699830-1338073250/watcher-3699830-1338073250 -o /tmp/evaluation-result-3699830-1338073250/solver-3699830-1338073250 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699830-1338073250.opb 725341576 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: 3.85 3.59 2.79 3/179 4875
/proc/meminfo: memFree=28318480/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0

[startup+0.0914239 s]
/proc/loadavg: 3.85 3.59 2.79 3/179 4875
/proc/meminfo: memFree=28318480/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 3.85 3.59 2.79 3/179 4875
/proc/meminfo: memFree=28318480/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 3.85 3.59 2.79 3/179 4875
/proc/meminfo: memFree=28318480/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700245 s]
/proc/loadavg: 3.85 3.59 2.79 3/179 4875
/proc/meminfo: memFree=28318480/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/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: 3.85 3.59 2.79 3/183 4879
/proc/meminfo: memFree=28250672/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=16128 CPUtime=0.72 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 4678 0 0 0 69 3 0 0 20 0 1 0 273452016 16515072 3130 33554432000 4194304 5992684 140737378601712 140737378596160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 4032 3130 164 440 0 3588 0
[pid=4878] ppid=4876 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (cp2_pre.sh) S 4876 4875 2277 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273452090 9367552 276 33554432000 4194304 5064252 140734325440256 140734325438960 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4878/statm: 2287 276 234 213 0 72 0
[pid=4879] ppid=4878 vsize=68984 CPUtime=0.75 cores=0,2,4,6
/proc/4879/stat : 4879 (coprocessor) R 4878 4875 2277 0 -1 4202496 14512 0 0 0 73 2 0 0 20 0 1 0 273452090 70639616 16446 33554432000 4194304 6586260 140734127593296 140734127589560 4683293 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/4879/statm: 17246 16446 192 584 0 16658 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103408

[startup+3.10032 s]
/proc/loadavg: 3.70 3.57 2.79 3/182 4881
/proc/meminfo: memFree=28274768/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=136080 CPUtime=3.07 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) R 4875 4875 2277 0 -1 4202496 12213 22472 0 0 151 36 114 6 20 0 1 0 273452016 139345920 22849 33554432000 4194304 5992684 140737378601712 140737378596256 5045366 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 34020 22849 183 440 0 33576 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 145228

[startup+6.30039 s]
/proc/loadavg: 3.70 3.57 2.79 3/182 4884
/proc/meminfo: memFree=27989020/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=232412 CPUtime=2.4 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 42472 0 0 0 229 11 0 0 20 0 1 0 273452405 237989888 50640 33554432000 4194304 5654031 140736050766672 140736050764568 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 58103 50640 141 357 0 57743 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 279336

[startup+12.7004 s]
/proc/loadavg: 3.44 3.51 2.78 3/182 4906
/proc/meminfo: memFree=27991460/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=232412 CPUtime=8.8 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 42472 0 0 0 869 11 0 0 20 0 1 0 273452405 237989888 50640 33554432000 4194304 5654031 140736050766672 140736050754488 4214118 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 58103 50640 141 357 0 57743 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 279336

[startup+25.5004 s]
/proc/loadavg: 3.21 3.46 2.77 3/182 4907
/proc/meminfo: memFree=27987848/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=235744 CPUtime=21.59 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 42962 0 0 0 2148 11 0 0 20 0 1 0 273452405 241401856 51130 33554432000 4194304 5654031 140736050766672 140736050754488 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 58936 51130 141 357 0 58576 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 282668

[startup+51.1003 s]
/proc/loadavg: 2.80 3.35 2.75 3/182 4907
/proc/meminfo: memFree=27985232/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=235744 CPUtime=47.19 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 42966 0 0 0 4708 11 0 0 20 0 1 0 273452405 241401856 51642 33554432000 4194304 5654031 140736050766672 140736050754488 4214483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 58936 51642 141 357 0 58576 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 282668

[startup+102.307 s]
/proc/loadavg: 2.32 3.12 2.70 3/181 4907
/proc/meminfo: memFree=27985052/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=235744 CPUtime=98.38 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 42975 0 0 0 9827 11 0 0 20 0 1 0 273452405 241401856 51698 33554432000 4194304 5654031 140736050766672 140736050754488 4214638 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 58936 51698 141 357 0 58576 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 282668

[startup+162.3 s]
/proc/loadavg: 2.17 2.94 2.67 3/181 4907
/proc/meminfo: memFree=27982152/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=235744 CPUtime=158.36 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 42976 0 0 0 15825 11 0 0 20 0 1 0 273452405 241401856 51722 33554432000 4194304 5654031 140736050766672 140736050754488 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 58936 51722 141 357 0 58576 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 282668

[startup+222.3 s]
/proc/loadavg: 2.05 2.75 2.62 3/181 4907
/proc/meminfo: memFree=27972896/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=235744 CPUtime=218.35 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 42979 0 0 0 21824 11 0 0 20 0 1 0 273452405 241401856 51823 33554432000 4194304 5654031 140736050766672 140736050754488 4214618 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 58936 51823 141 357 0 58576 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 282668

[startup+282.3 s]

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

/proc/meminfo: memFree=26814080/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1238.19 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45481 0 0 0 123807 12 0 0 20 0 1 0 273452405 280825856 56208 33554432000 4194304 5654031 140736050766672 140736050754488 4236276 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56208 141 357 0 68201 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 321168

[startup+1302.3 s]
/proc/loadavg: 2.03 2.05 2.19 3/181 5015
/proc/meminfo: memFree=26707376/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1298.19 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45487 0 0 0 129807 12 0 0 20 0 1 0 273452405 280825856 56212 33554432000 4194304 5654031 140736050766672 140736050754488 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56212 141 357 0 68201 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 321168

[startup+1362.3 s]
/proc/loadavg: 2.01 2.04 2.18 3/181 5015
/proc/meminfo: memFree=26697148/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1358.17 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45491 0 0 0 135805 12 0 0 20 0 1 0 273452405 280825856 56215 33554432000 4194304 5654031 140736050766672 140736050754488 4214616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56215 141 357 0 68201 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 321168

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.16 3/181 5015
/proc/meminfo: memFree=26697080/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1418.17 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45495 0 0 0 141805 12 0 0 20 0 1 0 273452405 280825856 56218 33554432000 4194304 5654031 140736050766672 140736050754488 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56218 141 357 0 68201 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 321168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/181 5015
/proc/meminfo: memFree=26695028/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1478.15 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45500 0 0 0 147803 12 0 0 20 0 1 0 273452405 280825856 56222 33554432000 4194304 5654031 140736050766672 140736050754488 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56222 141 357 0 68201 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 321168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/181 5015
/proc/meminfo: memFree=26694780/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1538.14 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45506 0 0 0 153802 12 0 0 20 0 1 0 273452405 280825856 56227 33554432000 4194304 5654031 140736050766672 140736050754488 4209166 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56227 141 357 0 68201 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 321168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/181 5016
/proc/meminfo: memFree=26692856/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1598.13 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45512 0 0 0 159801 12 0 0 20 0 1 0 273452405 280825856 56231 33554432000 4194304 5654031 140736050766672 140736050754488 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56231 141 357 0 68201 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 321168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/181 5016
/proc/meminfo: memFree=26687408/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1658.12 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45524 0 0 0 165800 12 0 0 20 0 1 0 273452405 280825856 56291 33554432000 4194304 5654031 140736050766672 140736050754488 4214622 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56291 141 357 0 68201 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 321168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 5016
/proc/meminfo: memFree=26656824/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1718.11 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45528 0 0 0 171799 12 0 0 20 0 1 0 273452405 280825856 56294 33554432000 4194304 5654031 140736050766672 140736050754488 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56294 141 357 0 68201 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 321168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/182 5019
/proc/meminfo: memFree=26643480/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1778.1 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45532 0 0 0 177798 12 0 0 20 0 1 0 273452405 280825856 56297 33554432000 4194304 5654031 140736050766672 140736050754488 4214616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56297 141 357 0 68201 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 321168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.09 3/182 5019
/proc/meminfo: memFree=26641308/32873844 swapFree=7100/7100
[pid=4875] ppid=4873 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4875/stat : 4875 (npSolver-pbo-I.) S 4873 4875 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273452016 9367552 274 33554432000 4194304 5064252 140737383595168 140737383594080 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4875/statm: 2287 274 233 213 0 72 0
[pid=4876] ppid=4875 vsize=37776 CPUtime=3.88 cores=0,2,4,6
/proc/4876/stat : 4876 (npSolver-pbo) S 4875 4875 2277 0 -1 4202496 12902 22987 0 0 217 50 114 7 20 0 1 0 273452016 38682624 8561 33554432000 4194304 5992684 140737378601712 140737378586616 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4876/statm: 9444 8561 183 440 0 9000 0
[pid=4884] ppid=4876 vsize=274244 CPUtime=1796.2 cores=0,2,4,6
/proc/4884/stat : 4884 (glucosInc) R 4876 4875 2277 0 -1 4202496 45533 0 0 0 179608 12 0 0 20 0 1 0 273452405 280825856 56298 33554432000 4194304 5654031 140736050766672 140736050754488 4214616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4884/statm: 68561 56298 141 357 0 68201 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 321168

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.12
CPU user time (s): 1799.41
CPU system time (s): 0.708892
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 357172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.708892
maximum resident set size= 266588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 200088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 194
involuntary context switches= 1973

runsolver used 3.2595 second user time and 9.32358 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 01:00:50
IDJOB=3699830
IDBENCH=25011
IDSOLVER=2276
FILE ID=node111/3699830-1338073250
RUNJOBID= node111-1338052066-2293
PBS_JOBID= 14624388
Free space on /tmp= 71556 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir10_area_delay.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699830-1338073250/watcher-3699830-1338073250 -o /tmp/evaluation-result-3699830-1338073250/solver-3699830-1338073250 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699830-1338073250.opb 725341576 HOME HOME

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

MD5SUM BENCH= 5d0340a340565eda2e94c9f5d1d814a1
RANDOM SEED=725341576

node111.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.152
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	: 5332.30
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.152
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.152
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28318364 kB
Buffers:          294316 kB
Cached:          3396052 kB
SwapCached:            0 kB
Active:           950760 kB
Inactive:        2784916 kB
Active(anon):      47592 kB
Inactive(anon):        0 kB
Active(file):     903168 kB
Inactive(file):  2784916 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14872 kB
Writeback:             0 kB
AnonPages:         52016 kB
Mapped:            15652 kB
Shmem:               200 kB
Slab:             678108 kB
SReclaimable:     120544 kB
SUnreclaim:       557564 kB
KernelStack:        1472 kB
PageTables:         4132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     162208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 71064 MiB
End job on node111 at 2012-05-27 01:30:51